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

accessing cluster tables

Former Member
0 Likes
484

what is the most efficent way to access the cluster tables? like logical database method using , please give some links for comparisons on all methods and which is best method ! thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
452

Hi Dear,

Its like all methods are efficient to access Cluster tables.

Its on you which one u r comfortable.

In SAP Payroll, we can use Logical database or Function module for accessing cluster tables.

Hope this must be useful for you.

REWARD IF USEFUL

3 REPLIES 3
Read only

Former Member
0 Likes
453

Hi Dear,

Its like all methods are efficient to access Cluster tables.

Its on you which one u r comfortable.

In SAP Payroll, we can use Logical database or Function module for accessing cluster tables.

Hope this must be useful for you.

REWARD IF USEFUL

Read only

former_member156446
Active Contributor
0 Likes
452

for all entries is better.

Read only

former_member225631
Active Contributor
0 Likes
452

You can use import / export statement like

import zl from database pcl2(b2) id key.

For payroll function modules are used.