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

sap script standard text

Former Member
0 Likes
470

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

3 REPLIES 3
Read only

Former Member
0 Likes
437

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.

Read only

Former Member
0 Likes
437

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.

Read only

Former Member
0 Likes
437

Hi,

Try TADIR table

Thanks

Sudheer