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

how to write two internal table in smartforms in table data tab.

Former Member
0 Likes
462

Hi Guru's,

how to write to internal table in smartforms in table data loop.

helpful answer rewarded.

Amit Gupta.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
441

Hi,

define your internal table in the global definitions,

mention the internal table name in the data tab,if you are using a loop element,else pass the work area directly to the text element.

Regards,

Keerthi

3 REPLIES 3
Read only

Former Member
0 Likes
442

Hi,

define your internal table in the global definitions,

mention the internal table name in the data tab,if you are using a loop element,else pass the work area directly to the text element.

Regards,

Keerthi

Read only

soumya_jose3
Active Contributor
0 Likes
441

Hi Amit,

Check this link

http://saptechnical.com/Tutorials/Smartforms/Loop/Create.htm

Regards,

Soumya.

Read only

Former Member
0 Likes
441

Allows to loop through internal table and retrieve data of every loop pass into work area.

Now go to Global definitions where we can define the Global data, Types, Initialization and etc.

Define Structure using Types Parameter as shown below. In Types parameters we usually define user defined data types.

In Initialization parameter, we can write a code as shown below. We have to mention the output result in the output parameter so that we can use it further. Here in this case we are outputting IT_TAB and we are going to use this IT_TAB further in the Table painter.