cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform - Internal table

Former Member
0 Kudos

Hi experts,

If I want to pass my internal table from an abap program to the smartform, should I always declare it in se11 if that kind of table is not existing in sap?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes, all your parameters in the export/import/tables should be declared in de repository.

so for example import internal_table type xxxxxxxxxx where xxxxxxx should be available in de data dictionary.

Edited by: G. Bouman on Nov 19, 2008 2:20 PM

Former Member
0 Kudos

Hello Bouman,

should I declare it as a transparent table, or structure?

Former Member
0 Kudos

I'm have no SAP to check at the moment but you have to declare a structure and there should be a option to mark it as a table-line or something like that.

Former Member
0 Kudos

Hi

Declare it as:

itab type table of xxxx"internal table
wa type xxxx"work area

Regards,

Vishwa.

Answers (2)

Answers (2)

Former Member
0 Kudos

Ok. As you said you did not find anything particular. The data declarations in the smartforms are the same as you do in ABAP editor. The tables and the data types that exist in data dictionary only can be used for tables/variable creation.

Vishwa.

Former Member
0 Kudos

Hi

Mr.White.. In your previous post, I mean this one: " How to declare internal table in SMARTFORM ", I gave an link on how to declare and everything related to smartforms?? Did you go through that??

Regards,

Vishwa.