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

Error while issueing output.

Former Member
0 Likes
556

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

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
515

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...

2 REPLIES 2
Read only

Former Member
0 Likes
515

check if the SF's interface is matching with calling program's FM's interface or not.

Read only

Sandra_Rossi
Active Contributor
0 Likes
516

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...