Application Development 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: 

Create Transport with Complete ABAP Class

arpitgoyal
Product and Topic Expert
Product and Topic Expert
0 Kudos
485

Due to some transport issues, one of the transport has not reached target systems. Hence my Class is consistent in the source system but has some errors in target system.

Now the proposed way by the admin is to create a transport which has the complete CLASS part of the transport (without making any changes) and release it. How can I do this?

Will the errors in the traget system prevent my new transport to update the code?

Please help.

Regards,

Arpit

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos
84

Create a new request from SE09 transaction and add your class name

to it and save.Release the request and transport.

2 REPLIES 2

GauthamV
Active Contributor
0 Kudos
85

Create a new request from SE09 transaction and add your class name

to it and save.Release the request and transport.

arpitgoyal
Product and Topic Expert
Product and Topic Expert
0 Kudos
84

This way it wont work cause the system I am working is in support package and I can't add the class just like it?

Any other way possible?