‎2008 Aug 27 8:31 AM
Hi Guru's,
how to write to internal table in smartforms in table data loop.
helpful answer rewarded.
Amit Gupta.
‎2008 Aug 27 9:30 AM
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
‎2008 Aug 27 9:30 AM
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
‎2008 Aug 27 9:43 AM
‎2008 Aug 27 10:59 AM
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.