Application Development 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: 

Import from cluster PCL1

ouhamoumustapha
Active Participant
0 Kudos

Hi,

Can anyone show me how to do an import from cluster pcl1 ? just simple example ?

thanks in advance

Mustapha

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Refer to the link given below for more information.

Hope it helps.

Regards

Rajesh Kumar

3 REPLIES 3

Former Member
0 Kudos

Hi,

Refer to the link given below for more information.

Hope it helps.

Regards

Rajesh Kumar

0 Kudos

Is this correct :

DATA gs_rif_ex TYPE REF TO cx_root.

DATA : st TYPE PCLDATA. "string.

TRY.

IMPORT CLUSTD to st

FROM DATABASE pcl1(tx)

ID '11111111111111111111111111111111'.

CATCH cx_root INTO gs_rif_ex.

ENDTRY.

An entry exist in PLC1 with key : '11111111111111111111111111111111', but variable ST is empty i don't know why

please any suggestion.

tanks in advance

0 Kudos

use macro : RP-IMP-C1-TX