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
492

how can i copy a script from a predefined script.........& what type of modifications can be done in sap scripts

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
467

hi,

Use ABAP program: RSTXSCRP

It will download and upload your sapscripts as a text file in your local harddisk.

follow this navigation.

1)goto SE71.

2)provide name for SCRIPT( begin with Z)

3)select CREATE option.

4)press ENTER.

5)select FORM option(u find this option on top of the screen).

6)from that choose MIGRATE option.

7)then it will displays dialog screen with required field like FORM( provide standard form name) and LANGUAGE( here provide in which language form exisisting).

8)press ENTER.

9)select SAVE and ACTIVATE.

or

1) goto SE71

2) menu..UTILITIES -> COPY FROM CLIENT

<b>Reward points if useful</b>

Regards

Ashu

3 REPLIES 3
Read only

Former Member
0 Likes
468

hi,

Use ABAP program: RSTXSCRP

It will download and upload your sapscripts as a text file in your local harddisk.

follow this navigation.

1)goto SE71.

2)provide name for SCRIPT( begin with Z)

3)select CREATE option.

4)press ENTER.

5)select FORM option(u find this option on top of the screen).

6)from that choose MIGRATE option.

7)then it will displays dialog screen with required field like FORM( provide standard form name) and LANGUAGE( here provide in which language form exisisting).

8)press ENTER.

9)select SAVE and ACTIVATE.

or

1) goto SE71

2) menu..UTILITIES -> COPY FROM CLIENT

<b>Reward points if useful</b>

Regards

Ashu

Read only

Former Member
0 Likes
467

Use this program: RSTXSCRP to copy standard script into z*.

U can modify forma as per the requirment. For example u can add barcodes, logos......etc

Read only

Former Member
0 Likes
467

hi,

you can use the code RSTXSCRP

1Insert the name of the script in place of object name

2 In mode insert EXPORT

3 and give the file path

and repeat the above steps for the script where u want to copy the original one

Only use IMPORT for second case