Answer Posted / dinesh kumar
A Package is Type of Development object which act as a
container to store a development objects such as screens ,
menus, function , transactions
Is This Answer Correct ? | 25 Yes | 0 No |
Post New Answer View All Answers
What is the abap program name to process the batch input session automatically? : abap bdc
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
What is the function of a domain? : abap data dictionary
What is difference between float and packed data type?
What is the difference between sum and collect?
What is the table buffer? Which type of tables used this buffer?
Define database layer?
What are the different types of parameters?
List some of the many different ways that the sap standard functionality can be changed by a customer?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
stock transfer from one plant to another plant ? i want the total description.
What is meant by write lock? : sap abap data dictionary
What are two methods of modifying sap standard tables?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
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.