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 Scripts

Former Member
0 Likes
811

Hi Experts,

1). Plz let me know how to transport the text ID s which are created in SO10 T-Code which are not getting stored on Transport request while saving them.

2). What is the difference between move x to y and write x to y.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
790

hi,

use program RSTXTRAN to transpot the standard text.

*Reward points for helpful answers

7 REPLIES 7
Read only

Former Member
0 Likes
790

Hi,

Use St Program RSTXTRAN

Regs

Rams

Read only

0 Likes
790

use the program <b>RSTXTRAN.</b> to transport the standard texts.

you have to create a customizing request for this..

Reward some points if helps.

what is that don't understand...

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
790

Hi,

to transport the standatd texts.

a little tricky

2. goto se09 and create a new

customizing rqeuest.

goto se09 and create a new

customizing rqeuest.

after that

in the object list,

go in edit mode

and a new window will come

where u can add the objects(in table control)

there u put

program id = R3TR

object type = TEXT

object name = TEXT,YHRS_FNF_LTR,YHR1,E

where

YHRS_FNF_LTR = name of standard text

YHR1 = TEXT ID

E = english language

(2)Difference is..

Move : moves the value from one one variable to other...

here type casting takes place if the data types are different..

write: it writes whatever the variable is there that value in other variable..

Cheers,

Simha.

Reward if helpful...

Read only

dani_mn
Active Contributor
0 Likes
790

HI,

use the program <b>RSTXTRAN</b> to create a requset for standard text maintained in So10.

Regards,

Read only

Former Member
0 Likes
791

hi,

use program RSTXTRAN to transpot the standard text.

*Reward points for helpful answers

Read only

Former Member
0 Likes
790

Hi reddy,

1) Use Standard program <b>RSTXTRAN</b> to transport the Standard text

2) Move X to Y -> Copy the field contents from one Object to other object

Write X to Y -> You are copying the technical attributes from one object to other object

hope you understand

Regards

Sudheer

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
790

Hi,

I think one who replied first should get reward points first...

Please reward on the first reply priority...

ramesh and kishen deserved the pointss...

cheers,

SImha.