‎2009 Feb 04 9:21 AM
Dear All,
In HR how to write data objects from ABAP/4 program to ABAP/4 memory.
Please let me know the statements required.
Regards,
Ravi.
‎2009 Feb 04 9:35 AM
Hi,
Export f1 f2 to memory id 'table'.
Import f1 f2 from memory id 'table'.
Regards,
Phani.
‎2009 Feb 04 9:26 AM
Hello,
In HR you pass the data to cluster (pcl1,pcl2,pcl3,pcl4) and its corresponding data cluster
example
export pcl3 al to ( your data). here pcl3 is cluster and al corresponding data cluster of pcl3
then do import
Edited by: pratyush v on Feb 4, 2009 10:26 AM
Edited by: pratyush v on Feb 4, 2009 10:34 AM
‎2009 Feb 04 9:35 AM
Hi,
Export f1 f2 to memory id 'table'.
Import f1 f2 from memory id 'table'.
Regards,
Phani.