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

[IDOC] How to access IDOC in function module?

Former Member
0 Likes
523

Hey,

I know how to assign an function module to an incoming IDOC.

Do I have to define the IDOC as import parameter or how to

access the data of the IDOC?

Anyone got a link to a short example?

regards

chris

1 ACCEPTED SOLUTION
Read only

Former Member

Hey,

I know how to assign an function module to an incoming IDOC.

Do I have to define the IDOC as import parameter or how to

access the data of the IDOC?

Anyone got a link to a short example?

regards

chris

2 REPLIES 2
Read only

Former Member
0 Likes
473

inteface of your Function module should be same as the interface of FM "BAPI_IDOC_INPUT1" ........ once the IDoc is received ....you can easily get the data in interface tables ...

Read only

Former Member