‎2008 Jul 09 6:56 AM
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.
‎2008 Jul 09 7:06 AM
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
‎2008 Jul 09 7:00 AM
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.
‎2008 Jul 09 7:06 AM
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
‎2008 Jul 09 7:17 AM
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
‎2008 Jul 09 8:04 AM
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
‎2008 Jul 10 5:47 AM
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.