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: 

release

Former Member
0 Kudos

hello gurus

sir hw to release a report .

thanks in advance .

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI

when your creating a report you will save that report with an TRANSPORT REQUEST

after completing that report , you need to release that TRANSPORT REQUEST so that can be transported to the another servers

how to release the TRANSPORT REQUEST

by going to SE09 Tcode you can check TRANSPORT REQUESTS CRETED BY YOUR OWN

by selecting the TRANSPORT REQUEST WHICH you want to release and click on RELEASE BUTTON (truck symbol)

then it will be released in your server and the BASIS people will trasport that request to another server

http://help.sap.com/saphelp_sm32/helpdata/en/8b/cf9d4215a7c56ae10000000a155106/content.htm

http://help.sap.com/saphelp_sm32/helpdata/en/d8/2b4a69ff64624b897c2d35652ad0fb/content.htm

<b>Reward if usefull</b>

3 REPLIES 3

Former Member
0 Kudos

You have to save the Report under a transport request and SE09 is the TCode to release the transport request.

Regards,

Satish

Former Member
0 Kudos

HI

realeaseing a report means realeasing a transport request and send it to another server by this way

To transport a request to production, it needs to be released from the previous system as per the system landscape of SAP.

for eg: DEV - > TEST - > PROD.

In the above landscape SAP system is divided into three Development, Test and Production and a transport will always move from Dev to Test, and from Test to Prod system.

To transport a request from one system to other, the request needs to be released through SE09 transaction.

Every request will contain tasks, first these tasks needs to be released to the corresponding request, inorder to release the request to further systems(For eg: DEV to TEST system).

Using SE09: we need to position on the task first and by following the menu path Request/Task -> Release -> Directly

we can release the tasks to request.

Once all the tasks associated with the request are released to it, finally the request can be released by following the same procedure as mentioned above.

i.e,position on the transport, goto Request/Task -> Release -> Directly.

Once the above step is done, transport will be released to further system configured.

NOTE: Before releasing the task to request,one should do a consistency check by folowing the menu path Request/Task -> Complete Check -> Objects(syntax).This will ensure that all the objects are correct and can be transferred to further system without any issues.

Former Member
0 Kudos

HI

when your creating a report you will save that report with an TRANSPORT REQUEST

after completing that report , you need to release that TRANSPORT REQUEST so that can be transported to the another servers

how to release the TRANSPORT REQUEST

by going to SE09 Tcode you can check TRANSPORT REQUESTS CRETED BY YOUR OWN

by selecting the TRANSPORT REQUEST WHICH you want to release and click on RELEASE BUTTON (truck symbol)

then it will be released in your server and the BASIS people will trasport that request to another server

http://help.sap.com/saphelp_sm32/helpdata/en/8b/cf9d4215a7c56ae10000000a155106/content.htm

http://help.sap.com/saphelp_sm32/helpdata/en/d8/2b4a69ff64624b897c2d35652ad0fb/content.htm

<b>Reward if usefull</b>