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

change sap script ?

Former Member
0 Likes
549

Hi All,

I have a requiremnt to change the standard sap script(MEDRUCK).

Can anybody help me out by giving me the steps how to change a

standard SAP Script without copying it into y or z namespace.

Thanks & Regards,

Santosh

4 REPLIES 4
Read only

Former Member
0 Likes
513

it's a very common practice to copy MEDRUCK to ZMEDRUCK.

edit - you don't want to go about changing SAP objects without really, really good reasons.

Edited by: robert phelan on Sep 25, 2008 8:33 PM

Read only

Former Member
0 Likes
513

Hi santhosh,

Dont change the standards you can copy the medruck from standards and then do the neccessary modifications in the customized form and configure your customized form in nace txcode that will reach your requirement.

Cheers!!

Read only

Former Member
0 Likes
513

As Robert said, do NOT modify the SAP standard MEDRUCK. Create a copy and modify that. Then change NACE to use the new SAPScript. It's not difficult.

In transaction NACE choose Application EF and the Output types button. Select each output type, double-click on Processing routines and change the form to the new copy (i.e. MEDRUCK to ZMEDRUCK).

Read only

Former Member
0 Likes
513

Thanks Folks