on 2006 Feb 16 7:13 AM
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?
reward guaranteed
thanks
kaki
Hi Kaki,
I too got the same error.
It is because you are refering to a quantity field.
When creating structure you must have given a reference table for this field.
It checks the values of your data in the specified table. That's why!
Instead you can create another ZMENG field and give reference to this field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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,
Wenceslaus.
Hi,
Go to Global Definition-Global Data,
declare the character variable with output length equal to that of your field.
In the program, use this as the input parameter and the variable you have declared as output parameter.
Please let us know if your issue is resolved.
Best Regards,
Anjali
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
In Global Definition,there is a tab called Currency/Quantity fields.
Try declaring the field there with reference.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi Kaki,
did you create the structure in se11..
did you assign the reference field for it..
regards
satesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Pass the field into a variable and then print this variable.You will get it displayed.
Regards,
Gayathri
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.