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

Standard Text In SAP Script

Former Member
0 Likes
596

Hi All,

How to create Transport Request for Standard Text for sap script. I created a signature and uploaded in the sap script by standard text, but i am not able to find the respective transport request for the same.

Please help........

Its urgent..............

Thanks in advance.

Hi All,

How to create Transport Request for Standard Text for sap script. I created a signature and uploaded in the sap script by standard text, but i am not able to find the respective transport request for the same.

Please help........

Its urgent..............

Thanks in advance.

4 REPLIES 4
Read only

Former Member
0 Likes
562

Hi,

use program RSTXTRAN to assign standard text

to request.

Regardsa

mole

Read only

Former Member
0 Likes
562

hi,

Use program RSTXTRAN.

<b>Note: For adding standard text to your request, you should be the owner of the request.

</b>

check Amit's post in this thread.

He explained the procedure of how to add standard text to request.

REgards,

Sailaja.

Message was edited by: Sailaja N.L.

Read only

Former Member
0 Likes
562

Hi,

First you have to create a empty transport request number in SE10(ask basis for that request number). Then run the report RSTXTRAN and pass the object, name, id and language of that text along with the new request number. This will attach the standard text to the given request number.

Thanks and Regards,

Bharat Kumar Reddy.V

Read only

Former Member
0 Likes
562

transporting Standard text:

you can use RSTXTRAN.

Give the values to the below fields

Text key - object TEXT

Text key - name ZSRIM <--yourtext name

Text key - ID ST

Text key - language EN

then execute it

select the line appears in this screen and say ENTER-> now you will see another screen with 'TRANSFER TEXT TO CORRECTION' button appears on the application toolbar.

click on that button

now it will asks you to create a new request/you can use existing request too. and say enter.

also check this link,to know more about this.

Regards

Srikanth.