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 transport Standard text

Former Member
0 Kudos

Dear Experts,

I have created logo and able to see in standard text (SO10). I need to add this standard text to Request for transport to QA and production.

So I gave created Workbench request and then I am trying to assign standard text to that request through program RSTXTRAN... When i try to do this its giving error saying "You can assign changed objects only..some thing like that".....

I didnt understand...Why i am not able to assing NEW STANDARD TEXT to Request...

Rayudu

1 ACCEPTED SOLUTION

Former Member

Hi Rayudu,

u may have tried to assign to the TR itself..instead assign it with the task number ( which is normally one digit higher than the TR, u can c that in SE10 within the TR )...

or else, dont give any TR there...it will prompt u for a TR when u ve selected the text n say Transfer..

hope it helps..

8 REPLIES 8

Former Member
0 Kudos

Hello,

use the program RSTXTRAN. to transport the standard texts.

you have to create a customizing request for this..

Reward some points if helps.

Thanks,

krishna

Message was edited by: Krishnakumar

Former Member

Hi Rayudu,

u may have tried to assign to the TR itself..instead assign it with the task number ( which is normally one digit higher than the TR, u can c that in SE10 within the TR )...

or else, dont give any TR there...it will prompt u for a TR when u ve selected the text n say Transfer..

hope it helps..

Former Member
0 Kudos

Hello,

After giving the STd text name and Tr Press F8.

In the next screen just press enter.

If will attch the STd text to the TR.

If useful rewrd.

Vasanth

Former Member
0 Kudos

EXECUTE THE program

RSTXTRAN

refer the links

Message was edited by: Srikanth Kidambi

former_member181962
Active Contributor
0 Kudos

let the program to prompt you for a transport request instead of you specifying the number.

regards,

ravi

Hi Ravi,

Yes... We can assign Standard text only to the Customizing request, and previously I am trying to assign to Workbench request.

Thanks..

Rayudu

Former Member
0 Kudos

Hi,

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.

Please reward for the same.

Former Member
0 Kudos

Cause: Error occurred because the task/Child tr is not classified.

Solution: After creating the Workbench request, Select the child tr/task and follow the below Menu-path.

Menu->Requests/Task->Change type. Then Select Development/Correction radio-button.

Now, try to include the Standard text using the program RSTXTRAN as you did before. It will be added without any error.

NOTE: It is preferable to use Workbench request for all the Repository Objects like programs, FM, Scripts. Customizing request are client dependent and it can be used to transport table entries, table Configurations.