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

help in smart form

Former Member
0 Likes
434

Hallow I wont to ask if in smart form I have to tables and one is above

The other what happen if ex. Itab1 that above itab2 is empty if itab2 start in the place of itab1 or in original place .

Or if itab1 have a lot of record if itab2 is automatic start after itab1 .

If it don’t happen automatic maybe smart form have an option to do that ?

How?

regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
413

Generally we use TABLE - (element in smartform) for the display of the data. Check the attributes of the table i.e Check "DATA". There we need to specify the loop internal table.

If suppose this loop internal table is empty then automatically the information will get skip from the display.

Place all the TABLEs in the MAIN window.

Hallow I wont to ask if in smart form I have to tables and one is above

The other what happen if ex. Itab1 that above itab2 is empty if itab2 start in the place of itab1 or in original place .

Or if itab1 have a lot of record if itab2 is automatic start after itab1 .

If it don’t happen automatic maybe smart form have an option to do that ?

How?

regards

1 REPLY 1
Read only

Former Member
0 Likes
414

Generally we use TABLE - (element in smartform) for the display of the data. Check the attributes of the table i.e Check "DATA". There we need to specify the loop internal table.

If suppose this loop internal table is empty then automatically the information will get skip from the display.

Place all the TABLEs in the MAIN window.