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

Function module to EXPORT/IMPORT to/from MEMORY?

Former Member
0 Likes
1,373

Hi Gurus,

As EXPORT /IMPORTstatements come under obsolete statements.SO i am getting error in code when i compile using code inspector.

PLease let me know if there is any function module that does the work of EXPORT and IMPORT.

It woukl be kind if you explain how to put values in those function module to get desired output.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
659

Hi ,

You can use these FM

Export to Memory

C14Z_EXPORT_field_TO_MEMORY

C14Z_EXPORT_TO_MEMORY

Import From Memory

C14Z_IMPORT_FIELD_FROM_MEMORY

C14Z_IMPORT_FROM_MEMORY

Regards,

Seema

2 REPLIES 2
Read only

Former Member
0 Likes
659

Hi ,

check :C14Z_EXPORT_FIELD_TO_MEMORY.

Regards,

Himanshu

Read only

Former Member
0 Likes
660

Hi ,

You can use these FM

Export to Memory

C14Z_EXPORT_field_TO_MEMORY

C14Z_EXPORT_TO_MEMORY

Import From Memory

C14Z_IMPORT_FIELD_FROM_MEMORY

C14Z_IMPORT_FROM_MEMORY

Regards,

Seema