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

idocs

Former Member
0 Likes
614

hi

what's use of processcode in inbound?

madhu.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
589

Hi Madhu,

Process codes in IDOC

http://help.sap.com/saphelp_erp2005/helpdata/en/dc/6b806743d711d1893e0000e8323c4f/frameset.htm

http://edi.stylusstudio.com/msg04418.htm

The idoc type ia attached to the message type and the message type is linked tro the process code.

Process code inturn is attached to the function module (like idoc_input_<objecttype>)

Idoc versions will not have different process code .It is the process code that trigerss the inbound process.

So you will have different message type for different versions of idoc and the process code remains the same

Thanks.

Reward If Helpful.

hi

what's use of processcode in inbound?

madhu.

3 REPLIES 3
Read only

Former Member
0 Likes
590

Hi Madhu,

Process codes in IDOC

http://help.sap.com/saphelp_erp2005/helpdata/en/dc/6b806743d711d1893e0000e8323c4f/frameset.htm

http://edi.stylusstudio.com/msg04418.htm

The idoc type ia attached to the message type and the message type is linked tro the process code.

Process code inturn is attached to the function module (like idoc_input_<objecttype>)

Idoc versions will not have different process code .It is the process code that trigerss the inbound process.

So you will have different message type for different versions of idoc and the process code remains the same

Thanks.

Reward If Helpful.

Read only

Former Member
0 Likes
589

Hi Madhu,

Suppose data is coming from EDI through IDOCs and suppose it is an inbound process then purpose of this processing code is whenever controller hits the processing code then it can identifies the correlated function module. tha FM contains the customer function. That customer function contans our user exit. Process that user exit and finish the required validations.

Hope this helps you. Reply for queries, shall post the updates.

Regards.

Kumar.

Read only

Former Member
0 Likes
589

HAI,

Process code plays a major role.It always points to a function module.we can see process codes in we41 and we42 with the function modules.

Each function module has a unique process code.

In case of outbound this process code points to a function module called selection program which generates an idoc.

In case of inbound it points to a function module called posting program.This program will read the data from idoc and create an application document.

we mention the process code in partner profile configuration.

RBDAPP01 is the program that reads partner profile and finds process code.

Reward if useful.

S.Ramesh