Application Development 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: 

print program for cheque issue for f110

Former Member
0 Kudos

Hi ,

i am modifying the same f110_prenum_chck.according to my requirement.but i want a window like a/c payee on the left side but exactly like normal cheque .i am not able to curve that text,.please anyone help me in this matter

and i copied the standard program to my z program and trying to modify...but i am not getting the output..

i want to know for the same issue whether i have to write a print program or only i have to modify the form name in FBZP?

if we need to develop a print program then can you please give me the codings???

i am also doing the same task but not getting the output...

please help me.....

thanks in advance..

Regards

Amayika...

3 REPLIES 3

Firoz_Ashraf
Contributor
0 Kudos

Hi,

You have to create a new window. Now, the standard print program (RFFOUS_C) will not be transferring the data on your new window. Hence, you have to copy the standard print program also. Then do the changes in the copy to pass the required vaulues to your new window. Let's say u have created a new window ZNEW and u wantto pass the value in text element /E ACPAYEE. Then u have to find the appropriate place in the print program where you can write your data selection code and pass it using

CALL FUNCTION 'WRITE_FORM'

EXPORTING

window = 'ZNEW'

element = 'ACPAYEE'

EXCEPTIONS

window = 1

element = 2.

Regards,

Former Member
0 Kudos

Hi Any updates on your issue. I also have same type of requirement.

Former Member
0 Kudos

Hello Amayika,

1.u can copy standard driver program & form into 'Z', then u need to assign those form details in FBZP.

2.When u are running F110 , in the print out tab will get ur driver program , if u are not getting that line means u havent done config in proper way.

3.u need to assign check lot nos in F110.-->i.e u need to create a variant in that driver program & u need to select that one when u are running the payment run.

regards

Prabhu