‎2007 Jun 13 7:35 AM
IN SMART FORMS I CANT ABLE TO FECTH THE ALL RECORDS IN THE OUTPUT SCREEN AT WHERE I SHOULD USE THE LOOP STATEMENT FOR FETCH ALL THE RECORDS FROM DATABASE IN SMARTFORMS <b></b>.
PLZ HELP TO DO THIS .....WITH AN EXAMPLE IF ANY.......
DO THE NEEDFUL........
REGARDS,
RAJA.
‎2007 Jun 13 7:38 AM
Your question is not clear..
But for to display internal table data in smartforms you can use Loop Node.
‎2007 Jun 13 7:39 AM
Hello,
use the select statement at initilization level....... means
GlobalDefinitation -> Initilization: here U have to select the data from the database tables......
reward points if helpful,
Regard's
Raghunath.S
‎2007 Jun 13 7:40 AM
In the tables tab of the form interface put the parameter ITAB like Ztable
Create your table (rt click -> create -> table) in the main window
in the table that you just created, goto the its DATA tab
select the 'internal table' checkbox and put ITAB into ITAB in the parameters
‎2015 Apr 15 2:45 PM
Hi~,I want to konw why ITAB into WA_TAB not ITAB assigning wa_tab?Thanks a lot.