Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data queue

Former Member
0 Likes
619

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
573

You can use IMPORT & EXPORT statements to store and retrieve data

The data will hold for that particular login session.

4 REPLIES 4
Read only

Former Member
0 Likes
574

You can use IMPORT & EXPORT statements to store and retrieve data

The data will hold for that particular login session.

Read only

0 Likes
573

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

Read only

0 Likes
573

It can be stored in a transparent table in the R/3 database or it can be stored on the application server level in a flat file.

Regards

Rich Heilman

Read only

0 Likes
573

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