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

processing idoc

Former Member
0 Likes
316

Hi All,

I am in little bit confusion,

the idoc type orders03,message type ordchg, data comes to this idoc through xi interface,

into edi_dc40- Idoc adminstrative information,

e1edk02,e1edp01,e1edp20(i think these are Segments) - po item details.

but here at present there is no data in idoc(orders03).

i have write the code in function exit-exit_saplvedb_001 in include zxvdbu01.

i know how tomodify the function exit,but there is no data in Idoc.i am getting confused how to start the coding.

please Kindly any one give the advise and give me the coding to start my work.

Thanks in advance.

Thanks&Regards.

Ramu.

1 REPLY 1
Read only

Former Member
0 Likes
276

hi,

in this case, i dont think we can do something. bcoz idoc that comes from sender is received by <b>IDOC_INBOUND_ASYNCHRONOUS</b> which modifies the IDoc i.e changing the segment names into the ones understood by your system. and version changes are also taken care of.

so u can ask for some more meaningful data and testing can be started from application (VA02/VA03). my previsous reply can be referred.

reward if useful..