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: 

Transport -Include

Former Member
0 Kudos

I have made some changes to an include program of a module pool program and generated the transport. DO I have to transport the entire module pool program or can just the include of it go in the transport for changes to take effect in QAT.

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Just the include.

Rob

4 REPLIES 4

Former Member
0 Kudos

Just the include.

Rob

0 Kudos

Thanks ROB .

Former Member
0 Kudos

Transport that perticular task which you have stored your code.

then transport the request.

you have to create new transport request for every new changes.

then it would be easy for you to recognize your changes.

if you already saved under already existing request then save it in new request and transport only that request.

Thanks,

Sree.

0 Kudos

Thanks T Sree.