Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts,
I need some help from you. I'm trying to write in SAP using a BAPI that has nested tables in its structure.
The problem is that I can't see the fields of that nested tables in the structure of the BAPI in the tXMLMap.
In this way, I can't map fields that I need to map, so I can't test the writing of data on SAP.
Here the structure of BAPI I can see in the tXMLMap:
NAME_OF_BAPI
INPUT
NAME_OF_TABLE
item
field1
field2
(...)
RETAIL (which should be a nested table but I can't see its fields)
item
TAX (which should be a nested table but I can't see its fields)
item
and so on...
When I import the BAPI from SAP Car I can see fields of each table contained in the BAPI, but I don't know why I can't see them in the tXMLMap when I choose the xml structure of the BAPI to the tXMLMap.
Can you please help me?
Thanks in advance!
Corinne
Hello,
Are you able to right-click your SAP connection and click Retrieve BAPI to create BAPI metadata? Is the XML structure for input and output fields for that BAP OK with you?
Could you please post your setting screenshots on forum?
Best regards
Sabrina