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

Capturing ABAP Class in Transport Request

Former Member
0 Likes
16,429

Hi ,

Can anyone please tell me how to capture ana ABAP Class in transport request . IT first gave me an error saying :

'ZCL_PHX_MANUAL_SAVE===========CO missing then after capturing that , now it is giving me an error message saying

'ZCL_PHX_MANUAL_SAVE===========CI missing.

Can someone suggest me the correct method by which i can captur my class in request and transport it to Production.

Thanks and Regards,

Vijay Sanklecha.

Hi ,

Can anyone please tell me how to capture ana ABAP Class in transport request . IT first gave me an error saying :

'ZCL_PHX_MANUAL_SAVE===========CO missing then after capturing that , now it is giving me an error message saying

'ZCL_PHX_MANUAL_SAVE===========CI missing.

Can someone suggest me the correct method by which i can captur my class in request and transport it to Production.

Thanks and Regards,

Vijay Sanklecha.

3 REPLIES 3
Read only

Former Member
5,138

Hello Vijay,

If your class name is ZCL_PHX_MANUAL_SAVE. Then SAP genereates its own includes for private,public and protected sections . Those are the includes that you have mentioned here.

Right mehtod for including the class in a request is

Go to Se80

Give your class name anf right click

Choose other functions-> write transport entry

Regards

Arshad

Read only

Former Member
0 Likes
5,138

Go to se24. Give your class name there .Then go to GO TO -> OBJECT DIRECTORY ENTRY. Then click change/display button. Give you package name and save it. Then it ask for Transport number.

In this one of the way you can attach to a transport request.

Read only

Aleksander9
Newcomer
0 Likes
2,192

Hi, but package does not exist. How to pack the abap class it into the transport of copies?