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

SAP SCRIPT - F110 transaction - errors

Former Member
0 Likes
876

Hello friends

I am working on payment voucher layout creation in sap scripts and presently struck with a problem. I have created the layout and assigned to the transaction F110.

I am getting the below error

In form ZF110_fi1 / window CARRYFWD , the element 635 (Carry forward below) is missing

In form ZF110_fi1 / window MAIN , the element 610-S (Text-S) is missing

In form ZF110_fi1 / window MAIN , the element 615 (Heading) is missing

In form ZF110_fi1 / window MAIN , the element 620 (Carry forward above) is missing

In form ZF110_fi1 / window MAIN , the element 625 (Line items) is missing

In form ZF110_fi1 / window MAIN , the element 630 (Total) is missing

Output of the relevant forms is defective

While the elements specified in the error is not present in the form .

Kindly help me resolve this issue.

Thanks in advance

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
452

Hi surya,

Those errors u can easily remove by creating those text elements in ur form in the specified window..

eg In form ZF110_fi1 / window CARRYFWD , the element 635 (Carry forward below) is missing

for this , go to Carryfwd window i ur script, create a text element..

/E 635

n leave it as it is ..

similarly u can do this for tha main window...

but even after these errors u may be able to get the form right?? if not then try out the above suggestion.

Hope it helps,

Regards,

Bikash

1 REPLY 1
Read only

Former Member
0 Likes
453

Hi surya,

Those errors u can easily remove by creating those text elements in ur form in the specified window..

eg In form ZF110_fi1 / window CARRYFWD , the element 635 (Carry forward below) is missing

for this , go to Carryfwd window i ur script, create a text element..

/E 635

n leave it as it is ..

similarly u can do this for tha main window...

but even after these errors u may be able to get the form right?? if not then try out the above suggestion.

Hope it helps,

Regards,

Bikash