‎2010 Jan 28 7:40 AM
Hi
I am getting the error like,
Form Interface Only table types may be used as the reference type for a table parameter
Experts Please solve the error .
Thanks And Regards
Arun Kumar Sethi.
‎2010 Jan 28 7:45 AM
Hi
In SF you can use only table in Form Interface which is created in SE11 ........so create same table in se11.
regards
Gaurav
‎2010 Jan 28 7:51 AM
Hi,
In Smartforms whenevr u declare value in Global Setting in form interface u have to make Structure in Se11.
Then ....
e.g.
Parameter Type Assignment Associated Type
GT_BOBBIN LIKE ZCA_BOBBIN
Regards
Arbind
‎2010 Jan 28 7:51 AM
Hi Arun
Go to se11
Create a new structure having the fields required by you.
then use this structure as a type in smartform
Your problem will be solved.
Regards
Anshul
‎2010 Jan 28 8:38 AM
Hi Arun,
First create structure using SE11.
After creating structure use this structure and create table type in SE11.
and this table type use in smartform interface.
e.g. create struture : s_data
create table type : t_data
in smartform interface tab for table : table type t_data.
I hope it will solved ur problem.
Regards,
Arpit
‎2010 Feb 04 11:19 AM
Hi
If i create the structure then what should be the fields?
if i am tanking the same fields of smart form and using it in my table which having the same field then it showing errors, i can't able to active the z table.
How to append structure in a table?
Thanks And Regards
Arun Kumar
‎2010 Feb 04 12:47 PM
Hi Arun,
using SE11, Create Structure with the fields u want to display in the smartform..
Then Create Table table using the Struture Created in step 1.
Assign the table type (Created in step 2) as a refference in the form interface tables tab.
‎2010 Feb 04 12:49 PM
Hi
Create same structure in se11 as same as internal table which is you pass the SF driver program........than in form interface 's tables tab create table .....& global definition create workarea....
in main window ...loop on that data.....
regards
Gaurav