cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform Formatting error.

Former Member
0 Kudos

Hi all,

In my form processing, I define a structure in the interface with defined structure type. And when it comes to print, the system catches a formatting error:

Reference field WA_SYSTEM_MINOLOGY-ZPOW_DLY_H unknown in form, message ID: SSFCOMPOSER601

u2014u2014"WA_SYSTEM_MINOLOGY-ZPOW_DLY_H" is a field defined in the structure.

What does this mean? I set a break point after the initialization in the form and the input parameter is ok.

Any idea, thanks.

By the way, where can I get the detail explanation defined in the message class.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi

For quantity and Currecncy fields, you have to give the reference fields in Global Definitions, there is Currency/Quan Tab..under that give the internal table field which is curr/quan and give the reference field as the standard table and field.

Regards,

Vishwa.

Former Member
0 Kudos

Thanks a lot! It solves the problem.

Answers (2)

Answers (2)

Former Member
0 Kudos

Can you paste the code so that we can troubleshoot?

Regards

Karthik D

Former Member
0 Kudos

Thanks a lot, it is because I don't know that I must set the reference quan field.

Former Member
0 Kudos

U can get detailed information about the message from T100 table

give SPRSL - EN

ARBGB - SSFCOMPOSER

MSGNR - 601

U can notice the reason for this error message is

Reference field &1 unknown in form.

May be some field u r displaying in form is unknown