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

smart forms

Former Member
0 Likes
661

In the form interface of smart forms what shud b the associated type for the internal table. Could you please explain it and give me a good example.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
626

Dear Charita Ramanna,

You can define them under Global Definitions by referencing tables. Use TABLE OF XXXX (where XXXX is a table)

For example:

Variable Name: Internal Table

Type assignment: TYPE

Associated Type: TABLE OF XXXX

You can define them under form interface by referencing table types.

Post your queries in relevant forums.

Regards,

Naveen.

4 REPLIES 4
Read only

martin_nooteboom
Active Contributor
0 Likes
626

Hi Chaitra,

This is the wrong forum to post this question. Please close this thread and post the question in the correct forum.

Regards,

Martin

Read only

Former Member
0 Likes
627

Dear Charita Ramanna,

You can define them under Global Definitions by referencing tables. Use TABLE OF XXXX (where XXXX is a table)

For example:

Variable Name: Internal Table

Type assignment: TYPE

Associated Type: TABLE OF XXXX

You can define them under form interface by referencing table types.

Post your queries in relevant forums.

Regards,

Naveen.

Read only

Former Member
0 Likes
626

Hi,

Either you can declare your internal table as transparent table type like

I_ADRC type ADRC (better to use like this if you are using more fields from this ADRC) or you can create one ztable in se11 with all the fields you are using and associate with that type like

I_ADRC type ZSTRUCT_ADRC..

REgards,

sreeja

Please Rewards if useful.

Read only

Former Member
0 Likes
626

hi ,

u can declare your internal table in global definition using type under the global data tab.

else in form interface under tables tab using like.

post u'r queries in right forum

regards,

sohi