Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Package information

Former Member
0 Likes
410

Hi All,

can any one provide me FM that give me details abt a package,i.e all the objects(programs,dataelements,tables...) in a package.

Regards.

3 REPLIES 3
Read only

FredericGirod
Active Contributor
0 Likes
372

List of object provide by a service package is provide by SAP into the http://service.sap.com

Read only

Former Member
0 Likes
372

hi

chk this out

<b>UPSCU_PACKAGE_DATA_PROVIDE</b>

plz reward if useful

Read only

0 Likes
372

They were called Development classes in the earlier version. Related objects in the ABAP Workbench are grouped together in a development class. The assignment of an object to a development class is entered in the object directory (TADIR). The class determines the transport layer that defines the transport attributes of an object.

The development classes are described in table TDEVC.

When an ABAP Workbench object is created, the system prompts you to assign it to a development class. The development class should describe the area that the object belongs to.