‎2007 Oct 15 6:51 AM
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.
‎2007 Oct 15 10:14 AM
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.
‎2007 Oct 15 8:34 AM
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
‎2007 Oct 15 10:14 AM
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.
‎2007 Oct 19 11:40 AM
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.
‎2007 Oct 19 11:48 AM
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