cancel
Showing results for 
Search instead for 
Did you mean: 

smartform declaration problem in global interface section

Former Member
0 Kudos

Hi All

I face problem while declaring an internal table in smartform .

I can declare an internal table using form interface => tables .

As per my requirement i want to declare a table in Global defination section .Can anyone help me ?


Thanks

Rajesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Rajesh,

in addition to what Martin wrote:

If you don't want to create a DDIC structure, you can also declare your type directly in the Smartform: Global Definitions --> Types.

Then, you can use this type to declare your internal table under Global Definitions --> Global Data.

Declaration via "TYPE TABLE OF" is also supported, although it is not in F4-Help.

Kind regards

Matthias

Former Member
0 Kudos

Thanks both Matthias and Martin for giving me exact solution ...

Thanks

Rajesh

Former Member
0 Kudos

Hi Rajesh,

Try creating a table type in SE11 with the structure you need. Then you can declare it as a table just using 'TYPE' in global definitions.

Best Regards,

Martin