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

declaring an internal table with header line inside a smartform

Former Member
0 Likes
1,031

Hi,

How do I declare an internal table <b>with header line</b> inside a smartform.

I don't want to pass it through the form interface.

Hi,

How do I declare an internal table <b>with header line</b> inside a smartform.

I don't want to pass it through the form interface.

4 REPLIES 4
Read only

Former Member
0 Likes
676

Please give me reward points

Read only

Former Member
0 Likes
676

Hi,

In Global Definitions we can't give The definition.

But For partcilur field go to --> right click --> create --> Flow Logic --> Program lines.

Here we can give the definition. But its not a global one.

Thanks.

Read only

Former Member
0 Likes
676

in smart form...

insert one command line in the smartforms...

(create -> Flow Logic -> program lines)

there you can declare your itab the way you do in noraml abap code

Read only

Former Member
0 Likes
676

Hi,

Without declaration ur internal table with header line in form intreface, better u can create a program line where u can assign ur internal table.

Regard points if it is helpful.

Regards

srimanta