cancel
Showing results for 
Search instead for 
Did you mean: 

changes in standard sap-script

Former Member
0 Kudos

i want to do soem changes in Standard SAP script.....(some layout changes and design changes)

will i have to copy both standard sap-script and driver program.

or there is any other ways....

please guide me....how to start my task

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member196280
Active Contributor
0 Kudos

No need of changing the driver program for this changes,

In you form call sub-routine.

Reward if useful.

Regards,

Sairam

Former Member
0 Kudos

no need to change Driver program by using sub routines u can get data if that is not avail with standard program.

like this

in layout

perform cal_tax in program 'zppp'

using &EKKO-EBELN&

changing &Tax&.

regards

Peram

Former Member
0 Kudos

hi,

yes, before adapting standard form and driver program we must copy or migrate into user definied program.

<b><u>procedure to copying standard form to user definied</u></b>

se71-->execute->provide name for script ( starts with z)


>create--->select <b>form</b> option->select <b>migrate</b>> then it will display one dialog box with two input fields like
> form ( here provide which standard form we r copying) and language ( here provide in which language form exisisting)
->save----->activate

<u><b>procedure to copying standard driver program to user definied</b></u>

se38--->execute-->provide name( here provide standard driverprogram)-->select <b>migrate</b>option-> here provide target programname( starts with Z)>enter---> select all-->once again enter--


>save

for additional information follow these links.

http://www.thespot4sap.com/articles/SAPscript_Introduction.asp

http://help.sap.com/saphelp_crm40/helpdata/en/16/c832857cc111d686e0000086568e5f/content.htm

regards,

sudheer.