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

Function module related to release transport request

Former Member
0 Likes
4,063

Hello experts,

I am working on product management system hierarchy. The hierarchy is like

  •   PRODUCTS
    • SUBPRODUCT
      • VERSION
        • PACKAGE

we can create transport for VERSION directly from CONTEXT MENU. Next step is download transport to client PC I have done with it. FInal stage to release transport directly from context menu. For this i am searching for appropriate function module. If anybody know which function module to be used for transport request release please share it with me.

Thanks,

Avadhut

1 ACCEPTED SOLUTION
Read only

marius_greeff
Active Participant
0 Likes
2,252

Hi,

You can use TR_RELEASE_REQUEST to release a transport request directly.

The class CL_CTS_REQUEST is also worth looking at.

Hello experts,

I am working on product management system hierarchy. The hierarchy is like

  •   PRODUCTS
    • SUBPRODUCT
      • VERSION
        • PACKAGE

we can create transport for VERSION directly from CONTEXT MENU. Next step is download transport to client PC I have done with it. FInal stage to release transport directly from context menu. For this i am searching for appropriate function module. If anybody know which function module to be used for transport request release please share it with me.

Thanks,

Avadhut

2 REPLIES 2
Read only

marius_greeff
Active Participant
0 Likes
2,253

Hi,

You can use TR_RELEASE_REQUEST to release a transport request directly.

The class CL_CTS_REQUEST is also worth looking at.

Read only

Former Member
0 Likes
2,252

Hi ,

you can also use  TRINT_RELEASE_REQUEST to release transport request.