‎2008 Dec 05 4:35 AM
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
‎2008 Dec 05 4:49 AM
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
‎2008 Dec 05 4:38 AM
SE03.
And if you delete TR than all object will not be deleted only request will be deleted.
you have to delete object seperately.
‎2008 Dec 05 4:42 AM
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.
‎2008 Dec 05 4:48 AM
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
‎2008 Dec 05 4:58 AM
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 numberIn SE01,SE03
‎2008 Dec 05 5:03 AM
Got d solution Murali.
Thanks for ur king suggestion
Regards,
Farook.
‎2008 Dec 05 4:38 AM
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....
‎2008 Dec 05 4:49 AM
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
‎2008 Dec 05 4:59 AM
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
‎2008 Dec 05 5:02 AM
Hi,
In SE01 Under the display tab , you can enter Request number
Regards
‎2008 Dec 05 5:06 AM
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
‎2008 Dec 05 4:54 AM
Hi farook
Transport requests objects are stored in Tables E070 / E071.
You can check these tables .
Siva
‎2008 Dec 05 6:29 AM
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.