‎2007 Aug 10 9:20 AM
Hi ABAPers
I need to change standard cheque printing driver program and script. Can u please guide me?
Thanx.
GUNA
‎2007 Aug 10 9:40 AM
Program RFFOUS_C
Form names:
1) The SAPscript form for payment media (F110_PRENUM_CHCK in the standard system).
2) Layout of the payment advice form (F110_D_AVIS in the standard system)
Regards,
SaiRam
‎2007 Aug 10 9:22 AM
‎2007 Aug 10 9:26 AM
Hi,
first of all the copy the standard script and driver programm
into zprogramms
and then you have to assign these zprogrammes in the SPRO
settings
if you dont know you can ask your functional consultant
and then do the necessary changes..
Previously i have also done the changes for the cheque printing prog
but with out modifying the driver programm
for that i have written a subroutine in the script
and changed the layout and it is working fine
eg
perform (routine name ) in program (zsubroutined pool prog)
using variables
changing variables.
endperform.
in the prog
in the programm you have to write the form and endform
write the logic there
thanks & regards,
Venkatesh
‎2007 Aug 10 9:34 AM
‎2007 Aug 10 9:40 AM
Program RFFOUS_C
Form names:
1) The SAPscript form for payment media (F110_PRENUM_CHCK in the standard system).
2) Layout of the payment advice form (F110_D_AVIS in the standard system)
Regards,
SaiRam