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

Transport Requests

Former Member
0 Likes
371

I have created an ABAP proxy to invoke a web service. I have made

many changes and have generated a few transport requests into our

QA environment.

I want to put this proxy object in a new request so I just have one

request to transport into production. How do I regenerate the proxy

so everything will be captured in a single, new transport request.

I also have exposed a remote function call as a web service and

would like to know how I would add that web service to the same

transport request.

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
350

Hi,

May be like this way

Create a new transport and using se09 or se01 then from the menu use

request task> object listinclude objects

add all your transports into this and release this transport.

aRs

I have created an ABAP proxy to invoke a web service. I have made

many changes and have generated a few transport requests into our

QA environment.

I want to put this proxy object in a new request so I just have one

request to transport into production. How do I regenerate the proxy

so everything will be captured in a single, new transport request.

I also have exposed a remote function call as a web service and

would like to know how I would add that web service to the same

transport request.

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
351

Hi,

May be like this way

Create a new transport and using se09 or se01 then from the menu use

request task> object listinclude objects

add all your transports into this and release this transport.

aRs