cancel
Showing results for 
Search instead for 
Did you mean: 

Window Summary is missing error in sapscript

Former Member
0 Kudos

Hi Experts,

I've two queries:

-->I've developed a form based on the standard form F110_PRENUM_CHECK and its driver program is RFFOUS_C.

When executed, an error log is showing 'Window summary is missing". My req doesnt need Summary window at all.

But still, inorder to overcome this error, I've created window named 'SUMMARY' in my form .

Now When executing, an error is coming " Window SUMMARY is not defined for the form (myformname) error no - TD427"

and terminating the process without giving output.

How can I get rid of this ?

2)There is requirement that signature should be displayed only if amount is less than 50,000.

So I specified

IF &REGUH-RWBTR& < 50000 (OR &REGUH-RWBTR& < '50000' OR &REGUH-RWBTR& < 50,000.00 OR &REGUH-RWBTR& < '50,000.00' )

**SIGNATURE**

ENDIF

But evenif amount is greater than 50000, it is displaying signature..

Please help.Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

when Printing Cheques using Program RFFOUS_C when u execute it in the PRINT CONTROL TAB UNCHECK the option PRINT PAYMENT SUMMARY option.

in OUTPUT CONTROL No.of items in payment summary --- 0.

and in the SCRIPT Create a Window SUMMARY similar to Standard and comment all the code in it. since u donot want it...

re-excute RFFOUS_C and create a variant in Use it in F110 tcode..

surya

Former Member
0 Kudos

Hi Surya,

Im executing it after unchecking Print Payment summary option only.

->Please help me out in displaying signasture only if amount is less than 50000 ..This is of high priority

Former Member
0 Kudos

hi

Check u r System --->own Data how the Decimal Notation is maintained.. or in SU3 Tcode...

and include '50,000.00' or '50.000,00' also...

and check

Also Activate the SAPSCRIPT Debugger and see what value is in REGUH-RWBTR and write accordingly..

surya

Edited by: suryareddy on Dec 8, 2009 8:47 AM

Former Member
0 Kudos

Resolved.

I've done the comparision in my program instead of doing it in form.

Answers (0)