BODS sends data to SAP System and we don't want to change pointers to trigger Outbound IDoc.
Now challenge is to map BODS Segment Fields to SAP IDoc Fields before trigger Outbound IDoc manually using ABAP Code.
Ex:
BODS Field MATERIAL should be mapped to MATMAS-MATNR, and there are many fields.
I am aware of FM MASTER_IDOC_DISTRIBUTE and method start_outbound of class cl_drf_outbound. But where to get the mapping is the challenge.
Any idea would be helpful.
Thank you, Priyanka