‎2007 Dec 11 2:05 PM
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
‎2007 Dec 11 2:11 PM
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
‎2007 Dec 11 2:12 PM