Wats the difference between package and devolopment class??
Answer Posted / sukanya.k
Hi,
Development class classifies the objects belonging to the
same development project.
When a user creates a object in R/3 system, the object
needs to be stored in particular development class. The
development class are object themselves. In R/3 system you
store objects.
In local object i.e., object is stored in $tmp class and
cannot be transported from one system to another.
User can assign his own development class and can be
transported.
Package is for the group of objects in the same module or
similar purpose. development class and package is having
same meaning.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
Explain the differences between se01, se09 and se10?
What are the other modules integrated with om? : sap abap hr
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
Does sap handle multiple languages?
How can we handle table control in bdc? : abap bdc
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What are the three components of a work process?
Polymorphism real time scenario
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
What functions does a data dictionary perform ?
What are the difference between tables and structures?
What should be the approach for writing a bdc program? : abap bdc
What is a table pool? : abap data dictionary