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

Serialize Object into a table and retrive back

Former Member
0 Likes
694

Hi gurus,

is it possible to serialize an abap object in the xml string, save it into a table , then load it back for later user?

any sample on this?

br

jun

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
605

Hello Jun

Multiple threads for the same questions are no good idea.

Please refer to

Regards

Uwe

Hello Jun

Multiple threads for the same questions are no good idea.

Please refer to

Regards

Uwe

3 REPLIES 3
Read only

Former Member
0 Likes
605

Hi jun,

1. There is one command

EXPORT ... to Database (Id)

(See F1 help on it)

2. This stores data viz variables, internal tables etc.

in database in encoded format, and we can

then retrive it using IMPORT command.

3. But I have not tried it with objects.

regards,

amit m.

Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
605

Hi Jun,

sure you can. Look for Thomas Jung's blog on Serializing ABAP Object instances.

Cheers

Graham Robbo

Read only

uwe_schieferstein
Active Contributor
0 Likes
606

Hello Jun

Multiple threads for the same questions are no good idea.

Please refer to

Regards

Uwe