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

interactive TABLE CONTROL

Former Member
0 Likes
471

Hello experts!!

I need to make an interactive table control

Sometimes it will have 2 rows with 4 columns other times 4 rows with 9 columns, etc, etc

Because of the number of columns are not fixed also i need interactive column header.

The other problem is that if i have only 2 rows, on the the third row i need to put the total of all the columns, also if i have for example 9 rows in the 10th column i need to put the total of all the information that the user put in the columns.

FOR EXAMPLE:


CLIENT    NOV     DEC     JAN     FEB   
 1030     100       20     10     80
 1040     100       30      5     20
    total 200       50     15     100

ANOTHER EXAMPLE


CLIENT    SEP     OCT     NOV     DEC     JAN     FEB   MAR    APR
 1030     100       20     10     80       10      5     4      1
 1040     100       30      5     20       10      5     3      30
 1050      20       20      5     40       10      1     2      40
    total 220       70     20     140      30      11    9      71

The values in months columns will be enter by the user.

Any idea??

Thanks a lot =D

2 REPLIES 2
Read only

Former Member
0 Likes
377

Your requirement can be fulfilled with ALV and not table control.Check in the lines of custom control with ALV.

Read only

former_member222860
Active Contributor
0 Likes
377

Check this demo program to start with

BCALV_TABLE_CREATE