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

Use of Process code

Former Member
0 Likes
389

Hi All ,

I know the purpose of process code which will post the data in the idoc into database.But my query is after creating function module why cant we directly link that FM in partner profile.I mean ofcourse we dont have such option, but why they introduced this proces code concept.Any special purpose???

Regards,

Rakesh.

1 ACCEPTED SOLUTION
Read only

abdul_hakim
Active Contributor
0 Likes
371

HI,

It is something like the transaction code we have for our ABAP Programs. Process Codes are easy to remember and use even for functional consultants.

Cheers,

Hakim

4 REPLIES 4
Read only

abdul_hakim
Active Contributor
0 Likes
372

HI,

It is something like the transaction code we have for our ABAP Programs. Process Codes are easy to remember and use even for functional consultants.

Cheers,

Hakim

Read only

Former Member
0 Likes
371

Hi Rakesh,

Process codes will process the data existing in Idoc type.Process code are two.

1. Out bound process code -> IDOC_OUTUT_IDOCTYPE

2. Inbound process code-> IDOC_INPUT_IDOCTYPE.

Based on Outbound and Inbound function modules data will process.

Thanks

Prakash

Read only

Former Member
Read only

Former Member
0 Likes
371

Hi Boss,

Process code process the with function module and it will generates a idoc.

Bothe sides we are having the process codes that is

outbound process code we41

inbound process code we 42

we will maintain the process code in Partner profiles only.

Best Regards,

Narasimha Rao.