cancel
Showing results for 
Search instead for 
Did you mean: 

Minor Error Encountered When Generating SapScript

Former Member
0 Kudos

Hi Experts!

I am currently revising a sapscript form that is a cheque layout, which is a copy of the sapscript F110_PRENUM_CHCK. During testing, even though the form is coming out ok, I keep getting an error log containing this:

<b>In form Z110_AU_CHEQUE / window MAIN, the elemtn 510-X (Text-X) is missing</b>

Now, I already inserted an element namend 510-X in the MAIN window, but it still returns this error message. I also tried running the original form, it also has this error.

Has anyone encountered something like this? If yes, can you please tell me how you addressed this problem?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi!

Text elements are ignored, if they don't have at least 1 line after them. Put a blank line after that text element like this:

/E 510-X

/

Regards

Tamá

Answers (1)

Answers (1)

former_member196280
Active Contributor
0 Kudos

Try to place some blank line after the text element... I hope it will solve your problem.

Ex:

/E 510-X

*

I guess you problem has been araised by using the wrong print program... use correct print program or change as shown above...

Regards,

SaiRam