Skip to Content
0
Former Member
Nov 21, 2008 at 04:43 AM

How to share data across sessions?

66 Views

Hi ABAPers,

I have a requirement in my project where I need to share data across sessions. Currently he have approaches like:-

1) Shared Memory Concept

2) Writing to Database

3) Writing to ABAP memory using EXPORT-IMPORT

But due to security reasons of my organisation, I am not allowed to use the above approaces. Please provide me any leads for this requirement.

The main requirement goes as follows:-

I navigate from one application to another. The new application opens in another session. I have a bunch of data that needs to be passed to the new session.

NOTE: Please provide solutions which doesn't involve the above mention approaches.

Many Regards,

Sonu.