what is process code?
Answers were Sorted based on User's Feedback
Answer / muralikrishna .pothuraju
which code is used for read the data from ci(communication
idoc) and it stores the data in perticular data base table.
that code is process code.
ex : matm .
it reads CI and stores the data in mara table.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / lavanya
process code is the function module in which the code to
capture the idocs that was sent by the sender(outbound)and
to update in the database table.
Example : matm
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / vikas badhan
With each Process code there is a Function Module attached
with it. Whenever system recieves the IDOC Process Code
tells the system which function module to trigger.
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / amith
Processing Code determines point to which an idoc has to be
sent for furthur processing.
This can be a program or triggering a BADI or a function
module.
Is This Answer Correct ? | 2 Yes | 1 No |
BAPI is efficient than BDC? The question is with options, asking which of the following is true?
Fallback class
Do you use select statement in loop end loop, how will be the performance? To improve the performance?
If One session is processed, where can You see the processed session?
how to genernate 21 sencondary index
what is the differnce between normal funcational and ALV funcational module
WHAT IS THE ROLE OF WORK BENCH ORGANIZER?
What is the difference between value table and check table?
What is Macro?
what is the output of given code? data : f1 type i, f2 type i. write : / f1, f2. do 2 times. perform addfld. enddo. write : / f1, f2. form addfld. data : f1 type i, f2 type i. add 1 to f1. add 1 to f2. write : / f1 , f2. endform. int : f1 , f2.
What is IDOC?
5 Answers Cap Gemini, FutureSoft,
Hi Experts, we have coded in smartforms also but why we r going to driver program for smartforms..