2007 Aug 13 8:25 AM
hai
i have taken the table control in the screen painter .
n i have enter the data in table control
now i like to append the dat into table
plz helpme need the code
2007 Aug 13 8:28 AM
2007 Aug 13 8:31 AM
Hi,
u can modify the database table from the internal table.whatever changes u make in table control it will be reflected in the internal table.so from the internal table just modify the database table.
Prajith
2007 Aug 13 8:33 AM
Hi Shravan,
Put one button either in application tool bar or screen with the function code and then in user_command module in PAI,write likw below.
Case ok_code.
when 'SAVE'
INSERT ztable FROM table itab.
Endcase.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |