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

Background Idoc processing

Former Member
0 Likes
508

Hi,

I just wanted to know what is process code and why it is needed for IDoc processing?

Is there any possiblity by which IDoc can be processed background and if any then how?

Thanks

Parag

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
476

Hi Parag,

Pls refer below links to know more about your qurey.

[http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b804043d711d1893e0000e8323c4f/frameset.htm]

[http://help.sap.com/saphelp_nw04/helpdata/en/0b/2a6620507d11d18ee90000e8366fc2/frameset.htm]

Regards,

Sanjit

3 REPLIES 3
Read only

Former Member
0 Likes
476

Hi Parag,

The Process code links the IDoc Logical Message and Basic Types to the

function module that will process it. These can be viewed in WE64.

Best Regards,

Vivek !

Read only

Former Member
0 Likes
477

Hi Parag,

Pls refer below links to know more about your qurey.

[http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b804043d711d1893e0000e8323c4f/frameset.htm]

[http://help.sap.com/saphelp_nw04/helpdata/en/0b/2a6620507d11d18ee90000e8366fc2/frameset.htm]

Regards,

Sanjit

Read only

Former Member
0 Likes
476

Process Code is more or less like a Function Module as FM is the core part of it.

The Function Module which is attached to the Process Code actually processes the Idoc and saves it in the database.

Hope you got it. Even if you process the Idoc in foreground Process code is necessary incase of the Inbound Idocs.

Thanks,

Babu Kilari