‎2009 Jul 27 8:10 PM
Hi All,
I am printing a Invoice form through transaction vf02. I am using a standard print program and print the values using standard structure lbbil_invoice. For printing total for each line item i am looping at structure lbbil_it_kond and printing the value kwert using a text element but because of kwert value, when i issue the output the form output is not getting displayed and also no error is displayed in the output processing analysis i can see a message 'Reference field kwert unknown in form'.
In debugging i can see the value in structure for kwert.
Please help.
Thanks.
amit
‎2009 Jul 27 8:22 PM
is it a custom smartform ?
I think it's not a problem of value, but the smartform can't link an amount to a currency.
The issue may be solved by activating the smartform (because reference fields are buffered, it may be desynchronized with the smartform definitions).
Otherwise check that the reference fields are filled in global definitions of the smartform.
Otherwise check the reference fields in the DDIC structures referenced by the amount fields.
Note: if in the DDIC, the reference field refers to (a field of) another DDIC structure, then this other DDIC structure should be defined in smartform global variables with the same name...
‎2009 Jul 27 8:15 PM
check if the SF's interface is matching with calling program's FM's interface or not.
‎2009 Jul 27 8:22 PM
is it a custom smartform ?
I think it's not a problem of value, but the smartform can't link an amount to a currency.
The issue may be solved by activating the smartform (because reference fields are buffered, it may be desynchronized with the smartform definitions).
Otherwise check that the reference fields are filled in global definitions of the smartform.
Otherwise check the reference fields in the DDIC structures referenced by the amount fields.
Note: if in the DDIC, the reference field refers to (a field of) another DDIC structure, then this other DDIC structure should be defined in smartform global variables with the same name...