Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Customize EDI interface

Former Member
0 Likes
679

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

4 REPLIES 4
Read only

Former Member
0 Likes
614

Looks like you might have to look for an enhancement?

Read only

Former Member
0 Likes
614

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.

Read only

0 Likes
614

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.

Read only

0 Likes
614

Anybody ? Please...