Application Development and Automation 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: 
Read only

Error In Smartforms

Former Member
0 Likes
1,275

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.

7 REPLIES 7
Read only

Former Member
0 Likes
1,054

Hi

In SF you can use only table in Form Interface which is created in SE11 ........so create same table in se11.

regards

Gaurav

Read only

Former Member
0 Likes
1,054

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

Read only

Former Member
0 Likes
1,054

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

Read only

arpit_shah
Contributor
0 Likes
1,054

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

Read only

0 Likes
1,054

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

Read only

0 Likes
1,054

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.

Read only

Former Member
0 Likes
1,054

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