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

ALE??

Former Member
0 Likes
419

HI,

what is process code in ALE????

Nayak.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
391

HI,

Process code for outbound processing

Code which identifies the type of data which is to be sent via the IDoc

interface.

Use

Using the process code, the IDoc interface finds the application

selection module which converts the SAP document into an IDoc.

The process code is only used with applications which perform outbound

processing via Message Control (NAST).

Kishore.

3 REPLIES 3
Read only

Former Member
0 Likes
391

Check the following links

http://help.sap.com/saphelp_erp2004/helpdata/en/04/25fbd39e3511d188da0000e8216438/frameset.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm

Process code will come in to picture when you deal with IDOCS .. you need to assign a code which internally will have a Function module or a Include, that will have entire code to run your bussiness for an IDOC or EDI or ALE.

Regards,

Santosh

Read only

Former Member
0 Likes
392

HI,

Process code for outbound processing

Code which identifies the type of data which is to be sent via the IDoc

interface.

Use

Using the process code, the IDoc interface finds the application

selection module which converts the SAP document into an IDoc.

The process code is only used with applications which perform outbound

processing via Message Control (NAST).

Kishore.

Read only

Former Member
0 Likes
391

hi,

Process code will come in to picture when you deal with IDOCS .. you need to assign a code which internally will have a Function module or a Include, that will have entire code to run your bussiness for an IDOC or EDI or ALE.

Regards,

pankaj singh