cancel
Showing results for 
Search instead for 
Did you mean: 

Errors in SAP Script

Former Member
0 Kudos

Moderator message: please use a meaningful subject in future.

Hi Gurus,

I have made changes to the Standard script F110_IN_CHECK by copying it and made changes acc to the client need.

My Problem is that when I run the transaction for check printing i.e F-58 for manual processing of checks,two spools are getting created with the same script,one where I am able to see the chnages I have done in my script and the second one with error log with details as follows:

Error log

F0 251 In form ZFI-F110_IN_CHEC / window MAIN , the element 510-C (Text-C) is missing

F0 251 In form ZFI-F110_IN_CHEC / window MAIN , the element 515 (Heading) is missing

F0 251 In form ZFI-F110_IN_CHEC / window MAIN , the element 520 (Carry forward above) is missing

F0 251 In form ZFI-F110_IN_CHEC / window MAIN , the element 525 (Line items) is missing

F0 251 In form ZFI-F110_IN_CHEC / window MAIN , the element 530 (Total) is missing

F0 253 Output of the relevant forms is defective

The elements were there in the main window , but i deleted it because the client requirement required nothing of these.Kindly suggest me what to do.

Thanks in advance.

Asish Dash

Edited by: Matt on Dec 8, 2008 9:17 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

*the below elements delete or comment in your pirnt program also......

the element 510-C (Text-C) is missing

window MAIN , the element 515 (Heading) is missing

window MAIN , the element 520 (Carry forward above) is missing

window MAIN , the element 525 (Line items) is missing

window MAIN , the element 530 (Total) is missing

Former Member
0 Kudos

Hi,

I have already deleted it from the Main window.

The script is using the standard pgm RFFOUS_C for printing.

So where do I need to make the changes.

Former Member
0 Kudos

Hi,

do not delete the elements,, just maintain them empty. I mean comment all in that element... Just maintain them in the main window,Your problem will solve.

Hope this helps you

Raj

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Ashish,

Go to text editor of the main window and comment out the below elements.

510-C

515

520

525

530

Regards,

matt
Active Contributor
0 Kudos

Please use a meaningful subject in future.