‎2008 Nov 25 10:17 AM
Hi,
im getting an error in smartforms....
"FORM INTERFACE : ONLY TABLE TYPES MAY BE USED AS THE REFERENCE TYPE FOR A TABLE PARAMETER"...can anyone help me in this issue...
‎2008 Nov 25 10:25 AM
‎2008 Nov 25 10:21 AM
Hi,
Check the standard smartforms SF_EXAMPLE_01 in the transaction smartforms. Check the FORM INTERFACE section and check out how they have defined the table types.
Especially the definition for the import paramtere
BOOKINGS TYPE TY_BOOKINGS
You get the clue. Hope this helps
Cheers
VJ
‎2008 Nov 25 10:22 AM
HI,
In your smartform, you have defined a table structure.
But it seems the reference DB structure in not a table but a structure.
Pleae check.
Regards,
Raj
‎2008 Nov 25 10:23 AM
Hi,
Let me know your requirement that if your declaring in the tables tab of form interface then use like key word and that to reference to the table.
Regards,
Rohan.
‎2008 Nov 25 10:25 AM
‎2008 Nov 25 10:30 AM
I HAVE DECLARED IN FORM INTERFACE....IN TABLE TAB...
ITAB TYPE ZTABLE...
‎2008 Nov 25 10:32 AM
Hi Vijay,
Create table type using SE11 and assign in the SMARTFORMS
‎2008 Nov 25 10:33 AM
‎2008 Nov 25 10:34 AM
‎2008 Nov 25 10:37 AM
EVEN I TRIED USING TABLE TYPE....STILL NOT WORKING...IT GIVES THE SAME EROR
‎2008 Nov 25 10:32 AM
Hello Vijaya,
I think you are declaring a table in the "import" tab. And for this you are using a structure. Is this correct ??
You can solve this in 2 ways:
1. Declare the table under the "Tables" tab.
2. Create a Table Type from SE11 for the structure that you are using.
BR,
Suhas