Answer Posted / vrushali
Pool Tables: A004, A044, A046, A047
Cluster Tables: BSEG, BSES,CDPOS
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the use of abap data dictionary? : abap data dictionary
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
What is the Process to transfer IDOC from Outbound System to Inbound system.
how to genernate 21 sencondary index
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 are the events used for logical database?
What is a data class? : abap data dictionary
How can we use multiple transactions by using bdc_insert? : abap bdc
How do you delete duplicate records from internal table?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
How we can give authorization on the fields of table control in a dialog-programming?
What is table attribute? : abap data dictionary
How to use messages in lists?
What does the ‘suppress dialog’ do?
In which particular scenario we use sorted table and which particular scenario we use standard table?