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

HR ABAP-Data objects

Former Member
0 Likes
423

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
391

Hi,

Export f1 f2 to memory id 'table'.

Import f1 f2 from memory id 'table'.

Regards,

Phani.

2 REPLIES 2
Read only

Former Member
0 Likes
391

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

Read only

Former Member
0 Likes
392

Hi,

Export f1 f2 to memory id 'table'.

Import f1 f2 from memory id 'table'.

Regards,

Phani.