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

cluster import

Former Member
0 Likes
362

hi friends,

How to import cluster RU. I have written this code.

But it is showing error.

REPORT Z_T1 .

tables: pcl2,pcl1.

include rpc2ruu0.

*include rpc2rx00.

*include rpc2cd00.

include rpppxd00.

*data: begin of common part 'BUF'.

include rpppxd10.

*data: end of common part 'BUF'.

*include

tables: pa0002.

selection-screen begin of block blk1 with frame title text-001.

parameters: p_pernr like pa0003-pernr.

selection-screen end of block blk1.

selection-screen begin of block blk2 with frame title text-002.

select-options: s_period for pa0002-begda.

selection-screen end of block blk2.

rx-key = p_pernr.

rp-imp-c2-ru.

include rpppxm00.

1 REPLY 1
Read only

Former Member
0 Likes
321

Hi Ram ,

Please share the inputs if you are able to do . I am also working on same requirement . I need help on this.

Regards

Uday