cancel
Showing results for 
Search instead for 
Did you mean: 

Error Log showing Line Items missing in APP Cheque Printing

Former Member
0 Kudos

Hi

Am working on APP Cheque Printing... i hav run here the F110 Steps ..Spool is also generated ...everything is cuming correct...but in spool one error log is also generated as below :

Error log

F0251 In form YCHEQUE_NEW1 / window MAIN , the element 525 (Line items) is missing

F0253 Output of the relevant forms is defective

YCHEQUE_NEW1 -> The Cheque Print Script . In my Cheque Output i dont want to display the Line Items ..That's why in Script i hav deleted all the coding under the element 525 which displays Line Items data....

then am getting this error log ..

Please let me know how to solve this problem..

Thanks in Advance

SATYA

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Just comment the code which is present in that text element or remove the code.

Do not comment text element(i.e Empty text element).

/E 525 "Do not remove or comment this line

*Comment all code

Edited by: Anil Mane on Sep 12, 2008 8:41 AM

Former Member
0 Kudos

Hi ANIL,

I have tried it by Commenting the text Element 525(Line items)

But still that Error Log is generated..

further need ur valuable suggestion..

Thanks in Advance

SATYA

Answers (1)

Answers (1)

Former Member
0 Kudos

hi ,

u put one text element with the same name and dont write anythng under that ....

another solution is to removing call to that text module from print program ....