hello Gurus
i need to pass a Internal Table(few selected fields form table LIPS ) with multiple records 2 my Smartforms Layout.
How do i do ? i cant use structure for the same since it can hold only one record .
Any sample code plz.
I have given points 2 u people .
Plz help .
Moni
Message was edited by: md monirujjaman
First, you have to define the structure of your itab in the dictionary - create a structure and a table type referencing the structure in SE11.
Second, you have to define table parameter in your smart form, typed with the table type created.
Third, in your program code you have to pass itab as the defined table parameter.
Add a comment