- This topic is empty.
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Arthur Wang Digital Blog
Home › Forums › ABAP Programming › Separate File in Sequential Order
We need to download an internal table to the Presentation Server (local workstation).
Whenever we run the program, the same file has to be saved as a separate file in sequential order. Ex: 0001.txt, 0002.txt etc.
Where can we store the last file number?
—
Answer:
SAP has a table TVARV for storing the variants.
A record may be created in TVARV for all the programs that require this kind of incremental records.