‎2009 Aug 07 6:43 AM
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
‎2009 Aug 07 10:24 AM
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
‎2009 Aug 07 7:14 AM
‎2009 Aug 07 10:24 AM
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