what is sap package ?

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


Please Help Members By Posting Answers For Below Questions

What is the abap program name to process the batch input session automatically? : abap bdc

841


What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc

798


What is the function of a domain? : abap data dictionary

750


What is difference between float and packed data type?

834


What is the difference between sum and collect?

1108






What is the table buffer? Which type of tables used this buffer?

745


Define database layer?

784


What are the different types of parameters?

763


List some of the many different ways that the sap standard functionality can be changed by a customer?

739


In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.

1793


stock transfer from one plant to another plant ? i want the total description.

1784


What is meant by write lock? : sap abap data dictionary

788


What are two methods of modifying sap standard tables?

761


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.

1797


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.

1994