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: 

pcl1 cluster data issue

former_member420959
Participant
0 Kudos

hello all,

there an import statement in standard transaction as

IMPORT cardholder   TO gt_cardholder

          card_account TO gt_db_card_account

          FROM DATABASE pcl1(tv) ID gs_vcf4_cluster_key.

in dev there are 221 records but in quality there is only one record in pcl1 table.

the first thing i want to know is how/when data will be stored in pcl1 table.

when the above import statement is executed the itab gt_db_card_account got 305 records in dev but only 12 in quality.

so how is data retreived from pcl1 to itab using that import?

please explaind how can i read pcl1-clustd field?

thanks in advance

ujwal

2 REPLIES 2

anilkumar_kalkivai
Active Participant
0 Kudos

Hi,

No. of records are client dependent.

Data will differ from one client to another.

Regards,

Anil.

0 Kudos

hi anil,

i know that.!!

my question was if there are data gets retreived from pcl1 to itab.

if there are 221 records in pcl1 then how can itab get 305 records.

same as if there is only 1 record in quality how itab is getting 12 records.

if you see the pcl1 table you will get to know.

ujwal