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

scrits

Former Member
0 Likes
837

Hi sdn,

I want change a standard script, so how can i change that?

my requirement is I copied a standard script(F140_ACC_STAT_01)

into a zscri.......

This layout is linked with F.27 transaction.

When ever user enter a customer no then the customer address should be vary with customer no.

And driver prog for that is RFK0RD10.

So how can i modify the driver prog according to the requirement?

Thanks and regards,

Phani.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
780

Hi Phani,

The standard SAP scripts cant be changed, but if you want to customise a standard script then there is room for creating a perform in the existing script.

This perform can help you customise it according to your needs.

plz reward if helpful

Thanks,

Manish

5 REPLIES 5
Read only

Former Member
0 Likes
780

Phani,

see these are SAP standard form so you can only copy into some z script than do changes as per your need.but if you want to change driver program than you may use some perform routine into your script rahther than modifying SAP standard print program.

also as you already copy this script then you need to assing this script to F.27 Tx because now you suppose to call zscript not standard one.otherwise your changes will not be reflect.

Amit.

Read only

Former Member
0 Likes
781

Hi Phani,

The standard SAP scripts cant be changed, but if you want to customise a standard script then there is room for creating a perform in the existing script.

This perform can help you customise it according to your needs.

plz reward if helpful

Thanks,

Manish

Read only

Former Member
0 Likes
780

Hi Phani,

In your zscript you can write a perform - endperform with customer number as using parameters and changing address

write the coding in another program ( executable or subroutine pool program) or copy the standard program into zprogram

this should work

regards

padma

Edited by: Padmavathi Palli on Jul 9, 2008 8:18 AM

Read only

0 Likes
780

I have some doubts to write perform

please clarify those

1) first i copy the from into zforom

2)next i copy the print prog into zprog

here how can i link the zprog to that zform?

can i create subroutine in that zprog or not?

Or i have create in another prog?

thanks and regards

Phani

Read only

0 Likes
780

Phani,

no you dont need to write any subroutine for link the zprog to that zform.

just goto OB96 tx here you can assing your zprogram and script.

Amit.