Answer Posted / mallesh
BDC_OKC0DE will store all the ok codes in the BDC program,
when you pass the Fields to a scrren after filling the
fields we need to click any button to move other screens,
so here the Button will be have a OK_CODE internally to
know this we do the recording of the Program, after that we
will store this OK code in the BDC_OKCODE field to trigger
the next operation.
Regards
Mallesh
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What are the events in screen programming?
What is tmg?
Is a logical database a requirement/must to write an abap/4 query?
How to create a link between modified form and modified print program?
How do I find the output type of a table or a program?
If your project is support project ? when is your implementation has completed ?
What is PS structure
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.
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
How to display if the value entered contains records or not?
How do you take care of performance issues in your ABAP programs?
What are datasets in abap?
Type casting and error handling
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
Explain how to create any functions? How to go about it?