2008 Nov 19 1:40 PM
Hi,
if an internal table is empty and I would like pass some data to it. How does it work ?
Regards
ilhan
2008 Nov 19 1:42 PM
check if internal table is empty or not using
If intab is initial.
... populate here using append...
endif.
check if internal table is empty or not using
If intab is initial.
... populate here using append...
endif.
2008 Nov 19 1:42 PM
move the values you want to the fields in the table, then append. do F1 on Append in SE38
2008 Nov 19 1:42 PM
check if internal table is empty or not using
If intab is initial.
... populate here using append...
endif.
2008 Nov 19 1:43 PM
hi
u use the state APPEND to append any kind of data to internal table
type in APPEND and giv F1 u get complete documentation of Append
shiva
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |