cancel
Showing results for 
Search instead for 
Did you mean: 

Check printing

RahulKeshav
Active Contributor
0 Kudos

Hi all

I have to do check printing ........

as sap standard SAPscript is used .........

i am using smartform..........

i have created the smartform layout........

in script thr are three pages -


invoice,check,sammary............

i have to merge all the thre pages into one page.....i did that.........

now i want to use print program RFFOUS_C and to call smartform in place of sapscript........

how to do tht .........can any one tell me..........

as this program is calling many includes routines........

so suggest me wt to do ..........n how to do...........

good solution will be awarded...........

thnx

Rohit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rohit,

My requirement is the same as yours.

For that, what u need to do is that ask ur functional consultant to attach ur smartform to ur program. He will do that. Else, if u want to do that, go to tcode fbzp.

You will get 6 buttons on the screen.

Click on the button Payment methods in the companycode.

A screen willappear whre in different countries wull be present. Select a company code and the payment method which is assigned to ur smart form.

Double click on the option.

You will get a screen with data and 2 buttons where one button will be "Form Data".

click on the button form data.

You will get a screen where in u can find a n option Form for the Payment Medium

If you have authorization rights, enter the smart form name there. It will prompt u for a request. Creat e it.

U can modify the smartform even after attaching it. Dont worry.

Hope this helps. Pl reward if useful.

Regards,

Priya

RahulKeshav
Active Contributor
0 Kudos

Hi PP

thnx for replying.........

bt i knw tht.......whr to add form ............

bt i am concern about driver program......................

ie RFFOUS_C...........

as this porgram is calling script.........i wnt to replace tht with form.....

bt as this program is linked to many includes ,routines.....so i wnt to knw specific whr i shud add form in the driver program.....

i think u got my doubt...plz help...

Thnx

Rohit

Former Member
0 Kudos

Hi Rohit

I am not very sure about this but i can suggest you toplease cehck the program whether it has any module or include which contains the procedure for smart form entry. Unless and until the standard program has this entry , we cant proceed fwd. So, please check it. Find whether there is any include which contains the code caa smartform or anything such.

Regards,

Priya

Answers (4)

Answers (4)

RahulKeshav
Active Contributor
0 Kudos

thnx

former_member196280
Active Contributor
0 Kudos

goto SE38, and copy RFFOUS_C

now open your Z_customised program and go and see which include is calling OPEN_FORM

comment that include in your Z* program and create a new include calling your customized smartform...

don't forget to give the form name and Z* driver program name to your functional consultant as they have to do config at company code level in FBZP.

close the thread once your question is answered.

Regards,

SaiRam

Former Member
0 Kudos

Dear friend,

u want to print invoice,checque, summary.

goto SPAD T.code in this we have a full administration->device types

in this we have page formats to print. we can find which type of page we want to design.

Please reward the points if it is useful.

Regards

satish

Former Member
0 Kudos

in the STD SAP TCODE the report and SAPScript name is mentioned...

you need to attach your Smartform there...

as SAP STD Code will call the sap script or smart form dynamically.. you need to attach it there...

RahulKeshav
Active Contributor
0 Kudos

hi SK

But how to attach smartform thr...

i have to do somw addition..........some deletion.....rit???

so how????