How to find Buffered or not?
Answer Posted / chiranjit
We can find buffured or not by going to the technical
settings of a table .There is an option called 'Buffering
allowed'.If that option is checked ,that means the table is
buffured.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
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.
What is Buffering Concept? When should a Table be buffered?
2)In production what is the user exit?
What are logical databases? : abap hr
What are the different types of the sap abap data dictionary objects?
What are the two levels in defining a match code ?
Write syntax for message error (report)?
What is the difference between field-group header and other field groups?
What are the disadvantages of different types of bdc's?
Explain what is sap script?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
Define abap/4 layer? : abap data dictionary
Mention what is alv programming in abap?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
what is call back in alv?