We are using Data services 3.2 and SAP ECC6.0. We need to load conversion master data into SAP using DS.
I started creating IDOC for MARA data , but failed with timeout error, as I’m not sure how to map few fields to IDOC via query map, as I see errors when I leave the fields unmapped to source table. I mapped all the not required fields with NULL, and then I get the timeout error 55005.
My requirement is to load Master data from flat file to SAP using DS.
I’m new to DS but I can dig into SAP.
Appreciate all the guidance.
To map the idoc you have to be very careful with the from clause and make sure every segments data is separated at the level required. Typically i use row gen for mapping edidc40 and then go on with the others. What idoc are you using for MARA…matmas or matmas_mass_bapi. Read about NRDM on wiki to understand better.
I used some. As in used them for a full data migration to a new SAP system.
Yes you need to map fields or nested tables to the BAPI, depending on what kind of input the BAPI wants. You can see it the most easy in the input definition when modifing the BAPI function in BODS.
Return and RETCODE is often enough, unless you have a read BAPI instead of a create/change BAPI.