cancel
Showing results for 
Search instead for 
Did you mean: 

transports

Former Member
0 Kudos

Hi all,

what is development class?

what is the difference between the development class and the transporet layer?

regards

vijay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Vijay,

Development class is kind of package to which you can assign your ABAP objects. It is related to ABAP. Transport layer is part of CTS (Chaange and Transport system)- A development class and its underlying objects need to be assigned to a transport layer in order to be transported and then transport layer is attached to transport routes.

Regards.

Ruchit.

Answers (1)

Answers (1)

Former Member
0 Kudos

hello Vijay

development class: its a package made by abapers thru se80, used to save the objects in customer namespaces & SAP stds in it. this is important as in the ovjects only gets transported if they are saved in this development class. if not object are default saved into $TMP which is locally saved hence cannot be transported.

transport layer: this attached to a transport route. when abapers saves any object which he needs to transport then he saves it in development class which is indirectly attached to a transport layer. this inturn marks the objects with its respective destination..

<b>Award Reward Points</b>

regards

Shoeb