what is the use of OK_CODE in BDC?
Answers were Sorted based on User's Feedback
Answer / 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 |
BDC_OK code stores all ok codes.
when data from non-sap or legacy to sap format ,
the data goes to the specific field on the screen and
when it is filled in that particular field we need to
press enter.
so ok_code do it automatically.
ok_code is basicaly the enter button.
Is This Answer Correct ? | 1 Yes | 5 No |
What are the different types of parameters? How can you distinguish between different kinds of parameters?
2. wat is sub screen?
What is the differences between structure and table in the data dictionary in abap?
What is gui status? How to create /edit gui status?
An ABAP program creates a batch input session. We need to submit the program and the batch session in back ground. How to do it?
Why do we require Infotypes for HR module
How do you get help in ABAP?
What is meant by write lock? : sap abap data dictionary
What are the steps to execute session method?
What is table buffer?
)what is the significance of main window in a page, what are the types of windows? briefly explain the types of windows
How to Search for User-exits for a particular Transaction?