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

Difference bw Export and set parameter

Former Member
0 Likes
945

Hi All,

Can you please explain the difference between the ABAP statements EXPORT to memory ID and Set Parameter ID.

If it is explained in a real scenario, it would be very helpfull. Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
593

Hi,

Export is used to transport values with in session.

set parameter is used to transport values from session to session.

These will be stored in sparam table.

Once u logged out, u would lose values.

regards,

Subbu

Read only

Former Member