cancel
Showing results for 
Search instead for 
Did you mean: 

Changes to - SAP script

Former Member
0 Kudos

Hi ,

I am asked to make some changes to the print forms of the Plant maintenance.

I could figure out that the SAP Script .

But it is an SAP one not a custom one.

For me to start changes in it , do I have to do something ? or can I just change it ?

Anyone please help me.

Thanks

Edited by: ramana peddu on Aug 12, 2008 12:33 AM

Accepted Solutions (1)

Accepted Solutions (1)

former_member585060
Active Contributor
0 Kudos

Hi,

Go to SE71 in Menu bar Utilities>Copy from Client

Give the standard SAPScript name and any ZXXXX,

Click execute.

Go back, in SE71 again give just copied ZXXXX SAPScript name and the Language 'DE'(Default one will be the user login language. As standard ones are created in German, we have to give the script language as 'DE'). Click Change.

From Menu Bar Utilities>Change Original Language

Give the Language u required 'EN'. Enter. Save & Activate.Back.

Now same ZXXXX for change Language to 'EN', click change

now u can do changes as per ur requirement.

After finishing Goto NACE Tcode, Select the Application to which ur form belongs(Ex:- EF for Purchase Order)

Click Output Types, Select a Particular Output type and click on Processing routines, click change and replace ur ZXXXX form with the standard one. Save and close NACE.

Do a Test print in the Tcode which ur ZXXX form belongs.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Order of steps to change the standard Script.....

1. Goto -> SE71 -> Utilities -> Copy from Client->

2. Copy the Layout from 000 Client to corresponding dev client..

3. Now U can make changes. for ZXXX layout..

4. Once u done changes... Goto NACE Tcode -> Goto Corresponding Applicaton area->Output types -> change the Standard layout with ur ZXXX layout...

hope helpful

Raghunath.S

Former Member
0 Kudos

Hi,

Whenever you are asked to do modifications to standard script... first make a copy of the script into Z script

goto se71> give the name of the script>

goto utilities--> copy from client..> give the source script name , client and target script name(Zscript name)

Now open the z script from se71 and make your changes

and dont forget to assign the zscript to standard program in nace transaction.

regards

padma

Former Member
0 Kudos

first u should copy SAP script to Zxxxx and then do changes in that one and then assign this Zxxxx and print program through NACE.