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,062

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...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,029

Hi

Refer This link

Ranga

10 REPLIES 10
Read only

Former Member
0 Likes
1,029

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

Read only

Former Member
0 Likes
1,029

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

Read only

Former Member
0 Likes
1,029

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.

Read only

Former Member
0 Likes
1,030

Hi

Refer This link

Ranga

Read only

0 Likes
1,029

I HAVE DECLARED IN FORM INTERFACE....IN TABLE TAB...

ITAB TYPE ZTABLE...

Read only

0 Likes
1,029

Hi Vijay,

Create table type using SE11 and assign in the SMARTFORMS

Read only

0 Likes
1,029

Hi

Use this

itab like z-table.

Regards,

Rohan.

Read only

0 Likes
1,029

This message was moderated.

Read only

0 Likes
1,029

EVEN I TRIED USING TABLE TYPE....STILL NOT WORKING...IT GIVES THE SAME EROR

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,029

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