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: 

How to delete a standard text from the transport request

subbarao_ilam
Explorer
0 Kudos

How to delete a standard text from the transport request

urgent please.

thannx in advance

3 REPLIES 3

Former Member
0 Kudos

hi

good

Refer note 3355 in OSS for a complete explanation. The SAPscript objects that should be transported must be written in a transport request.

The entries are as follows:

R3TR FORM NAME (NAME = Name of the layout set)

R3TR STYL NAME (NAME = Name of the style)

R3TR TEXT OBJECT,NAME,ID,L

(OBJECT = Text object, NAME = Text name, ID = Text ID, L = Text language)

If you want to transport a number of texts, you can use report RSTXTRAN to insert the individual text keys into a correction. The transport request must be entered and released via the transport system.

<b><REMOVED BY MODERATOR></b>

thanks

mrutyun^

Message was edited by:

Alvaro Tejada Galindo

Former Member
0 Kudos

Once you assigned transport request to Standard text then you can delete if you use transaction SE10.

Goto SE10 -> drag the your transport request.

first select standard text name(Object list under transport request) and click on delete button.

now select sub request -> click on delete button

now select main request -> click on delete button.

Thanks

Seshu

former_member200338
Active Contributor
0 Kudos

Hi,

1) Goto se01. double click on the TR. you can find the entries which needs to be transported in the 3rd tab. just delete the entry which you want to delete.

2) The above methods will create flag indicating not to trasport the text. In order to delete it completely do the following.

goto se11. goto table TADIR. give the text name in the object name and press display. you wil see the details of your text. now, switch on the debugger (type /h).

select the record and press view button. check for the ok code. change the ok code to dele. you will get a screen with delete button (normally you wont get this).

now press delete button. your data will be deleted from the database.

<b><REMOVED BY MODERATOR></b>

Regads,

Niyaz

Message was edited by:

Alvaro Tejada Galindo