what is process code?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many default tab strips are there?

594


What are different types of parameters?

608


What are the two levels in defining a match code? : abap data dictionary

606


How to debug a sapscript?

606


What are clustered tables?

620






What is the meaning of table buffer? This buffer is used by which type oftable?

773


Name the abap/4 modularization techniques?

650


What are the types of subroutines? : abap data dictionary

591


What is the Process to transfer IDOC from Outbound System to Inbound system.

1681


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

1768


Sal abap on hana interview

717


What is the t-code for transaction recorder? : abap bdc

599


What is a transaction variant and why are they used?

560


Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?

1073


After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?

1456