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

checkprinting subroutine call

Former Member
0 Likes
436

I am using standard program RFFOUS_C in check printing

and also copied zform from the standard layout F110_PRENUM_CHck...

I am finding problem when calling subroutine basically i could not making it out how can i define a parameter in Layout and pass it in the subroutine.

eg mysymbol like reguh-vblnr.

on the layout and use it with the subroutine call.

i am using the fields that are present in the layout

but it is not working.

Please anybody can help

I am using standard program RFFOUS_C in check printing

and also copied zform from the standard layout F110_PRENUM_CHck...

I am finding problem when calling subroutine basically i could not making it out how can i define a parameter in Layout and pass it in the subroutine.

eg mysymbol like reguh-vblnr.

on the layout and use it with the subroutine call.

i am using the fields that are present in the layout

but it is not working.

Please anybody can help

1 REPLY 1
Read only

Former Member
0 Likes
321

Hi Mave

After copying the standard form, have you assigned the changed form to standard program?

If not: search your print program for your original form name and replace it with new one. If not found, check the following links:

https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://

https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://

Also, you won't be passing anything from form to subroutine (i assume, the scenario is: passing data from print program to form for printing), instead it will be program/routine that will be passing data to form for printing.

Please come back with more inputs after analying the scenario.

Regards

Ashish