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

ABAP SMARTFORMS

Former Member
0 Likes
492

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.

4 REPLIES 4
Read only

Former Member
0 Likes
469

Your question is not clear..

But for to display internal table data in smartforms you can use Loop Node.

Read only

Former Member
0 Likes
469

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

Read only

former_member189059
Active Contributor
0 Likes
469

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

Read only

0 Likes
469

Hi~,I want to konw why ITAB into WA_TAB not ITAB assigning wa_tab?Thanks a lot.