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

CHEQUE PRINTING PROGRAM

Former Member
0 Likes
1,287

Hi ABAPers

I need to change standard cheque printing driver program and script. Can u please guide me?

Thanx.

GUNA

1 ACCEPTED SOLUTION
Read only

former_member196280
Active Contributor
0 Likes
594

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

4 REPLIES 4
Read only

Former Member
0 Likes
594

Hi Guna,

Check out these links,

hope this helps.

Read only

Former Member
0 Likes
594

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

Read only

Former Member
0 Likes
594

hi

good

try with program RFFOUS_C

thanks

mrutyun^

Read only

former_member196280
Active Contributor
0 Likes
595

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