‎2008 Aug 18 10:04 PM
Hi -
I am required to customize an EDI interface, here's what I need to do..
While triggering DELVRY03 Idoc from delivery doc, I need to go to couple of z-tables(X-references) and pick required data (corresponding values) and insert it in Idoc by overwriting on the data populated in few of the Idoc segments.
Can you please advice how can I do this?
Thank you,
Sruthi
‎2008 Aug 18 10:18 PM
‎2008 Aug 18 10:30 PM
You have to find the relavent user exit, and write you code there to populate the Z fields. If you are overwriting the existing fiels then you dont need to extend the idoc, but if you need custom segments you will have to extend the idoc. Look into function module exit EXIT_SAPLV56K_002. You can search the forum for this exit fto get more info.
‎2008 Aug 19 1:05 AM
Hi Aparna,
I don't have to extend the Idoc, I just have to change the value in the fields of the Idoc by looking at some X-ref tables.
Ex. If E1EDK01-BELNR == 'ABC', then I have to go to a X-ref table and pick a value corresponding to 'ABC' and populate that in BELNR instead of 'ABC'.
Can you please suggest how this can be done?
Thank you,
Sruthi.
‎2008 Aug 19 2:09 PM