Skip to Content
0
Former Member
Nov 20, 2006 at 01:43 PM

Storing an internal table between ABAP sessions

1076 Views

Hi all,

I have the following dilemma. I need to pass the contents of an internal table populated in one ABAP program to another ABAP program run subsequently in another session. I have succeeded in storing a single field in SAP memory and used the ' set / get parameter ' syntax to retrieve it. However I cannot find a neat method of easily storing and retrieving an internal table in the same way.

Regards

Glen.