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

Finding Request number

Former Member
0 Likes
3,121

Dear Experts,

How can i find the request number of an Object and After finding the request number i want to delete it.And If I delete that request number, all the data which will be holded in dat request will it be deleted ot not?

How can I do?

Regards,

Farook.

Edited by: farook shaik on Dec 5, 2008 5:35 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,828

hi farooq,

u can find request number for any object by checkinng version number of that object.

say for example u need to check the request number in a REPORT

Go to that REPORT in SE38 and check in menu bar in UTILITIES->VERSION->VERSION MANAGEMENT.

After u get the request number goto SE10 Tcode and Enter the user name and

Request Number u got from the above mentioned step.

Click on Icon DISPLAY button and enter the Request Number u have and tick the check box

WORKBENCH REQUEST.

u get the list of object assigned under this request.

Modifiable

RQAK936923 ADITYA 12.07.2005 testing

RQAK993989 VIVEK 22.08.2007 testing.

u get a similar format shown above.

The first number shown above is called REQUEST NUMBER ( RQAK936923)

The second Number shown just below is called TASK (RQAK993989 )

Every request number has a task assigned to it which maitains PARENT CHILD RELATIONSHIP

Click on the Node of TASK and u get list of object attached to it. Futher click will give u the object name.So place the mouse or tick on the object to PRESS DELETE BUTTON to delete the object

12 REPLIES 12
Read only

Former Member
0 Likes
2,828

SE03.

And if you delete TR than all object will not be deleted only request will be deleted.

you have to delete object seperately.

Read only

0 Likes
2,828

HI

thanks for ur reply.And I want to delete the entire request and its data.Is there any option to delete dat entire data along with the request.

Regards,

Farook.

Read only

0 Likes
2,828

Hi,

You cannot delete the whole TR and the objects at the same time. you have to delete all the objects individually and then you can delete the TR as well separately.. Is ur Objects in the Data Dictionary?

Thanks,

Uma

Read only

0 Likes
2,828

search if there any FM for doing so.

I never done this as my Basis person've Hawk Eye.

otherwise get(SE03,SE09,SE10,SE01,E071,..many more) the TR first, than delete TR once all Objects are removed from this TR.

CAn u tell me where i can give the request number

In SE01,SE03

Read only

0 Likes
2,828

Got d solution Murali.

Thanks for ur king suggestion

Regards,

Farook.

Read only

Former Member
0 Likes
2,828

Hi,

Goto SE09 T.code

U found ur request number under that u found task number .....

If u want u can delete that .... there is delete icon is there....

Read only

Former Member
0 Likes
2,829

hi farooq,

u can find request number for any object by checkinng version number of that object.

say for example u need to check the request number in a REPORT

Go to that REPORT in SE38 and check in menu bar in UTILITIES->VERSION->VERSION MANAGEMENT.

After u get the request number goto SE10 Tcode and Enter the user name and

Request Number u got from the above mentioned step.

Click on Icon DISPLAY button and enter the Request Number u have and tick the check box

WORKBENCH REQUEST.

u get the list of object assigned under this request.

Modifiable

RQAK936923 ADITYA 12.07.2005 testing

RQAK993989 VIVEK 22.08.2007 testing.

u get a similar format shown above.

The first number shown above is called REQUEST NUMBER ( RQAK936923)

The second Number shown just below is called TASK (RQAK993989 )

Every request number has a task assigned to it which maitains PARENT CHILD RELATIONSHIP

Click on the Node of TASK and u get list of object attached to it. Futher click will give u the object name.So place the mouse or tick on the object to PRESS DELETE BUTTON to delete the object

Read only

0 Likes
2,828

Hi Murali,

In SE10 there is option for entering the user name onlt na but the request number.CAn u tell me where i can give the request number.

Regards

Read only

0 Likes
2,828

Hi,

In SE01 Under the display tab , you can enter Request number

Regards

Read only

0 Likes
2,828

Hi,

Go to the SE38 utilities version management

here you can find all the requests generated for the program

double click on the request you want to delete it it will take you to SE10 Tcode

right mouse click there is aption of deleting the requeset

if you delete only the changes included in the request you will loose not the object itself

regards

Ramchander Rao.K

Read only

Former Member
0 Likes
2,828

Hi farook

Transport requests objects are stored in Tables E070 / E071.

You can check these tables .

Siva

Read only

Former Member
0 Likes
2,828

Hi Farook,

This is very simple if you know the programe,table or anything name,you go to abap editer and give programe name and go to Menu bar->Utilites -> Versions -> Version Management and you can get transport request number...this is for how to easy findout the requst number for particular progarame,table or anything.

If you get the request number then you go to SE10 ->display your request will be there..you select that request and right click on that and delete this is how to delete particular requst number.

After you deleting that request number.only requst number will be deleted,contend will be there in database like programe ,table,or anything.

you do not lose any contend...

Asok.