what is process code used in ale idocs ?
Answers were Sorted based on User's Feedback
Answer / vidya
Process of filling the IDOC with the application data is
done by a Function module. But, function module is not
assigned to the partner directly, it is encapsulated in a
process code and the process code is assigned to a partner
in a partner profile.
Assigning Function Module to Process Code
Go to Transaction WE41.
switch to “Change” Mode and click “New Entries”.
Enter Process Code Name and assign the Function Module
created.
Is This Answer Correct ? | 15 Yes | 0 No |
Answer / pannag
process code used in inbound system after define
partner profile . prcess code process the data & final
output is idoc using fm .
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / nageswar
Process code is used to identify the fm which is post the
data to SAP system.It is for inbound Idoc.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / ramesh
the list of process codes are displayed in we41(outbound process codes)we42(inbound process codes)
ex: matmas process code matm.
debmas process code debm
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / uma mahesh
Process code is used to process the data using Function module.
Outbound Process code --- WE42
Inbound Process Code --- WE41
Is This Answer Correct ? | 3 Yes | 3 No |
Answer / sathya
The processing (workflow or application function module)
which reads the IDoc data and generates the corresponding
documents is found using (the inbound) process code.
You must edit (the inbound) process codes in the following
cases:
* You want to use a new process and need a new process
code for it
* You want to assign different processing to process
code X
* You want to switch the ALE services on or off (this
is only possible if the processing is a workflow!).
* Switching off the ALE services can improve
performance (lower memory requirement)
Is This Answer Correct ? | 2 Yes | 5 No |
what happens if i use commit in the bdc coding
What are the different abap/4 editors?
what is the differnce between normal funcational and ALV funcational module
Brief scenario of check table / value table?
8 Answers Accenture, Bristle Cone, IBM, Infosys, Yash Technologies,
Events in Interactive Report?
From excel to abap - is batch mode possible ? : abap bdc
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
What is the function module for IDOC generation ?
What are the data classes in abap?
How can I make a differentiation between dependent and independent data?
How to create a check box/option button in a list?
CAN WE DEBUG A IDOC? IF YES HOW TO DEBUG IN INBOUND SIDE AND OUTPUT SIDE.