2008 Feb 01 9:17 AM
How to retain the itab values even after program finishes execution...
ive the requirement of storing itab data and append/modifying the itab on each run...
prog 1 -
> progr2 -
> apppend itabA (progr2 ends and return, not prg1)
prog 1 -
> progr2 -
> apppend itabA (progr2 ends and return, not prg1)
prog 1 -
> progr2 -
> apppend itabA (progr2 ends and return, not prg1)
prog 1 -
> progr2 -
> apppend itabA (progr2 ends and return, not prg1)
at last ,
prog1 prints the entire itabA...
i need somthing like global itab...
Thanx,
2008 Feb 01 9:41 AM
Hi Naveen,
You could just create a Z table. Append the internal table values to that table and use the table for display in the end.
That should solve your problem.
How to retain the itab values even after program finishes execution...
ive the requirement of storing itab data and append/modifying the itab on each run...
prog 1 -
> progr2 -
> apppend itabA (progr2 ends and return, not prg1)
prog 1 -
> progr2 -
> apppend itabA (progr2 ends and return, not prg1)
prog 1 -
> progr2 -
> apppend itabA (progr2 ends and return, not prg1)
prog 1 -
> progr2 -
> apppend itabA (progr2 ends and return, not prg1)
at last ,
prog1 prints the entire itabA...
i need somthing like global itab...
Thanx,
2008 Feb 01 9:41 AM
Hi Naveen,
You could just create a Z table. Append the internal table values to that table and use the table for display in the end.
That should solve your problem.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |