Application Development 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: 

smartforms problem

Former Member
0 Kudos

Hi experts,

Iam trying to display data through smartforms standard table.

In the global data i have declared t_det with refrenece to structure.

In the table Main area i have created one text and passing T_DET-LABST(It is MARD_LABST qty)field.

While executing the form it is through the error that

"Reference field T_DET-LABST unknown in form."

What might be the reason?

regards

sumit.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sumit,

The simplest solution is to create one more element in your structure of Component Type CHAR20.

And after retrieving the data from the table....

Copy the Quantity field into this field.

And use this field for displaying in the smartforms. This is how I solved my problem earlier.

Regards,

vijay d

4 REPLIES 4

Former Member
0 Kudos

Hi Sumit,

The simplest solution is to create one more element in your structure of Component Type CHAR20.

And after retrieving the data from the table....

Copy the Quantity field into this field.

And use this field for displaying in the smartforms. This is how I solved my problem earlier.

Regards,

vijay d

Former Member
0 Kudos

Hi Sumit

this is because you are not including the unit field for the quantity.

Include MEINS field of MARA table in the form.

Regards

Hareesh Menon

Former Member
0 Kudos

Hi sumit,

while declaraing the TYPES: declaration in Golbal definitions make sure that u mention your field LABST

in the declaration.

and also while giving the TEXT provide the field name using the INSERT Field Button. do not hard code the field name manually on the page.

This would help, pls let me know..

Regards

Ravi

Former Member
0 Kudos

hi,

this is because u have not given reference field for the quantity field.In the global data in the tab quanity/currency give reference field.u can give the name of the reference field in the structure u have declared if any otherwise go for standard reference field