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

IMPORT/EXPORT through classes

manubhutani
Active Contributor
0 Likes
423

Hi,

I have to export dynamic internal tables to another program, but client has asked not to use import/export.

Searched on google and SDN, got to know that it may be acheived through classes.

Please help me if someone has worked on that, also if some has sample code for that, please let me know.

Thanks and Regards

Manu

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
396

You can use the Shared Objects instead of the IMPORT/EXPORT to shared buffer. But, the Shared Objects is not the ultimate solution to replace the IMPORT/EXPORT to memory ID.

Check this WIKI on Shared Objects: http://wiki.sdn.sap.com/wiki/display/ABAP/ABAPObjectsShareMemoryEnable+%28SHMA%29

Regards,

Naimesh Patel