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: 

PROGRAM

Former Member
0 Kudos

This is lalitha.

hello.

I wanted to know what is the need of request?

what is request?

how do we creat a request?

how is it realesed?

Please do explain me in detail as i am in learning stage of 'ABAP' .

ThankU .

4 REPLIES 4

former_member187255
Active Contributor
0 Kudos

Lalitha,

Transport Request has to functionalities.

1. To Transport the Objects (Reports, Tables Etc) from One SAP Server (EG: DEV server)

To Another (Eg: QA Server or Production Server).

in SE09 tcode We have to Release the Request for this.

2. Generating the Versions of the Object:

Whenever we Transport a Request The Request is Released and The System Creates a version for All the Objects in the Request.

In SE38 editor : Utilities -> Version Management you can display the Versions or

In SE09 also you can see the Released Requests to See the Versions.

Check this....

<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/df/c44a4278bbb56be10000000a155106/content.htm">http://help.sap.com/saphelp_nw04s/helpdata/en/df/c44a4278bbb56be10000000a155106/content.htm</a>

<a href="http://www.sap-basis-abap.com/sapbs008.htm">http://www.sap-basis-abap.com/sapbs008.htm</a>

<a href="http://help.sap.com/saphelp_sm32/helpdata/en/af/439c42376ec76ae10000000a155106/content.htm">http://help.sap.com/saphelp_sm32/helpdata/en/af/439c42376ec76ae10000000a155106/content.htm</a>

Thks,

Chandra.

Former Member
0 Kudos

Do you mean a transport request? A transport request is a package used to move changes (either in code or in configuration) from one client to another. You make your changes or development in the development client. Then when your own testing is done, you will usually transport the changes to a quality client for user testing. Once that testing is complete, then the transport will be moved to the production client. Whenever you change or create code in SAP or you make a change in configuration, the system will prompt you for a transport request. At this point you can either select an existing transport request or create a new one (by clicking on the create button). You can view your requests through transaction SE10. There are other transport-related options available through transaction SE03. To release a request, you would go to SE10 and click on the modifiable checkbox and then display. Now you will get a list of transports that have not been released. Click on the plus box (dropdown) next to the transport that you want to release. This will bring up any subobjects within the request. Click on the subobject (transports should be highlighted in blue) and then click on the "release directly" button (it looks like a truck). This will release the lower request. Once you have released all of the lower requests in a transport, then you release the main transport request. Again, you click on the transport number and then click on the release button. Now if you go back to the main screen of SE10 and mark the "Released" checkbox and display, you will get a list of transports that you have released. You can then click on one of the transports in your list and then click on the "Transport Logs" button (looks like paper with glasses) to see what clients your transport request has been moved to. I hope this helps.

- April King

P.S. I noticed that you are new to SDN. Please remember to award points to helpful answers and to mark your questions as answered when you are satisfied with the responses (or have figured out the answer for yourself).

Message was edited by:

April King

rodrigo_paisante3
Active Contributor
0 Kudos

Hi again,

Are you new in abap? Are you learning by yourself?

Try this link, it has a lot of documents about abap workbench, dictionary, database, list processing...

http://www.esnips.com/web/SAPAbapCertificationDocs/

try to search "SAP" or "ABAP" in this link.

You can also use the forum to find many answered questions about what you want.

Message was edited by:

Rodrigo Paisante

former_member235056
Active Contributor
0 Kudos

Dear friend,

<b>I wanted to know what is the need of request?</b>

It is required to do changes in development server and then reflect this changes after successful testing in development server into quality and production server and u should not do it on other servers as there is risk of data loss and dumps.

<b>what is request?</b>

it is sequence of characters which acts as identity for the changes in particular place with its definition.

<b>how do we creat a request?</b>

whenever u do changes or any developments u save it in a package not$tmp or local object but one provided to u e.g; ZABAP and press create button to create new request with the description for identification as what it contains alongwith the target host ie quality or production and save it.

<b>how is it realesed?</b>

goto se01 transaction mention the request name in that and then display now expand the request tree and click on bottommost request and refresh it till tick mark appears near it and now do the same for all the request above it following bottom to up path till tick mark appears near all the requests and finally go back and click on topmost request and refresh it till released appears over it.

Pls reward all helpful points.

regards,

Ameet