‎2006 Aug 18 7:55 PM
Hi,
Does SAP R3 have any feature to store data in a queue for later retrieval? If not, what would be the procedure to design storing data in a queue? Has anyone worked with this area?
Thanks,
RT
‎2006 Aug 18 8:02 PM
You can use IMPORT & EXPORT statements to store and retrieve data
The data will hold for that particular login session.
‎2006 Aug 18 8:02 PM
You can use IMPORT & EXPORT statements to store and retrieve data
The data will hold for that particular login session.
‎2006 Aug 18 8:26 PM
Hi,
I am actually lookinhg for something that is physically stored somewhere and can be retrieved later on for recovery purposes. Does SAP R3 have anything similar or will an ABAP program require to do this to store the data in the table? Any other recommendations?
Thanks,
RT
‎2006 Aug 18 8:30 PM
‎2006 Aug 19 1:07 AM
Hi Rob,
What information you wanna store?
You can also use TVARV & TVARVC table to store variable values.
Generally TVARVC tables is used to store the data which is used by different programs in different sessions.
Cheeers
VJ