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

error in my form

Former Member
0 Likes
470

dear gurus.

this is written in my form in main window.

PERFORM SCRIPT_CURR IN PROGRAM ZFI_RFFOUS_C

USING &REGUH-RWBTR&

CHANGING &G_RWBTR&

CHANGING &W_CUR&

ENDPERFORM.

when ever i saw in my form utilities--prnting test--print priview , then i got this error , Element window FOOTER is not defined for form $ OA.

when i click in error i got message no. TD427.

please help , if i comment USING &REGUH-RWBTR& , then

no error ...

thanks

dear gurus.

this is written in my form in main window.

PERFORM SCRIPT_CURR IN PROGRAM ZFI_RFFOUS_C

USING &REGUH-RWBTR&

CHANGING &G_RWBTR&

CHANGING &W_CUR&

ENDPERFORM.

when ever i saw in my form utilities--prnting test--print priview , then i got this error , Element window FOOTER is not defined for form $ OA.

when i click in error i got message no. TD427.

please help , if i comment USING &REGUH-RWBTR& , then

no error ...

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
437

Hi Subhas,

Remove the field symbol &REGUH-RWBTR&( I think it is a program symbol) and again choose it from the appropriate program.

i.e go with the text editer and place the cursor after Using and go with menu INSERT> Program symbol>Global data--> Choose the above filed.

Thanks,

Surya

Read only

Former Member
0 Likes
437

This message was moderated.