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: 

Error in Check Print form

bhushan_ghule
Active Participant
0 Kudos

Hi Experts .

I am working on the check print form .

i have to attach my custom script from to FBZP tcode.

It is using the standard driver program RFFOUS_C  . this program is using some fields which i don't need to show on the from , i haven't use those fields.

I am executing the from through f-58 tcode.

when i check my from output through sp01 , system is generating two spool request numbers , one for my from & one for error log .

Please help , how can i remove this error .

Thanks & Regrads

Bhushan

1 ACCEPTED SOLUTION

nabheetscn
Active Contributor
0 Kudos

Hi Bhushan

As you have made a Z copy of Standard SAP script. In case you dont want to show some fields you should comment those lines let the Element define in SAP script remains. Because sAP stabndard is calling those elements and its not able to find them.

Please keep the ELEMENTS with command /E in SAP script just comment the part under that element.

4 REPLIES 4

nabheetscn
Active Contributor
0 Kudos

Hi Bhushan

As you have made a Z copy of Standard SAP script. In case you dont want to show some fields you should comment those lines let the Element define in SAP script remains. Because sAP stabndard is calling those elements and its not able to find them.

Please keep the ELEMENTS with command /E in SAP script just comment the part under that element.

0 Kudos

Hi Nabheet .

thanks for your replay .

  I am using custom script only , I haven't define those text element they are defined in standard program RFFOUS_C  .

how can avoid those errors.

Thanks

Bhushan

0 Kudos

In your custom script add those blank elements in same window or else create a Zcopy of driver(not recommended).

0 Kudos

Hi Nabheet .

Thanks for the help , with your helpful suggestion i have solved the issue .

Thanks .

Bhushan