‎2006 Aug 11 8:37 AM
Hi guru's,
I know the name of the standard Text but I need to know
the requset number ....as this object already released to the production server...
is there any table or function module or report where we need to give the standard text name and when we execute it has to show all the request numbers for that object...
i need to know request number, the last changes made to the standard text
thanks & regards
Rvai V Ganji
‎2006 Aug 11 8:46 AM
You could use program RSWBO040 and give the object selection as <b>R3TR TEXT and your standard text name</b>
Select <b>Also search for sub-objects (not for generic entry)</b>
<b>Modifiable
Released</b>
Execute..
you can get the request numbers . the latest will be the one in production.
~thomas.
‎2006 Aug 11 8:47 AM
Hi ravi,
1. If the standard text was transported,
using some request, then,
2. open table E071, using se11
3. in object give TEXT
in obj_name give TEXT,YHRS_EXITP,YCHK,E
Where YHRS_EXITP = std. text name
YCHK = text id
TEXT = TEXT
E = E (for languge)
4. execute
5. it will list out the request.
6. Or else u can also use tcode SE03 for the same.
regards,
amit m.
‎2006 Aug 11 8:54 AM