‎2006 Apr 27 6:40 AM
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
‎2006 Apr 27 8:21 AM
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
‎2006 Apr 27 8:21 AM
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