‎2007 Aug 03 5:07 AM
how can i copy a script from a predefined script.........& what type of modifications can be done in sap scripts
‎2007 Aug 03 5:10 AM
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
‎2007 Aug 03 5:10 AM
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
‎2007 Aug 03 5:41 AM
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
‎2007 Aug 03 10:26 AM
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