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

ABAP HR

Former Member
0 Likes
784

Hi Experts,

Can I see the data present in clusters, as we see data in tables by transaction se16. If yes how?

Thank you.

Regards,

Admir.

Points will be rewarded.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
758

Cluster are maintain on transaction SM34 -:)

And please try to use better titles....For example..."How to maintain cluster tables" instead of ABAP HR -;)

Greetings,

Blag.

Cluster are maintain on transaction SM34 -:)

And please try to use better titles....For example..."How to maintain cluster tables" instead of ABAP HR -;)

Greetings,

Blag.

5 REPLIES 5
Read only

Former Member
0 Likes
759

Cluster are maintain on transaction SM34 -:)

And please try to use better titles....For example..."How to maintain cluster tables" instead of ABAP HR -;)

Greetings,

Blag.

Read only

0 Likes
758

how can i see cluster data for B2. what cluster name should i enter in sm34.

Thank you.

Read only

0 Likes
758

PL take a look at the report RPCLSTB2.

~Suresh

Read only

Former Member
0 Likes
758

Hi admir,

1. Ofcourse we cannot see directly either thru se16 or se11.

2. The reason is that its stored in a raw encoded format.

3. We may be able to see that raw format in se11, se16,

but we cannot make any meaningful sense out of it.

regards,

amit m.

Read only

Former Member
0 Likes
758

Hi

File PCL2 contains the clusters for time evaluation result data. This includes Cluster B2, which stores the result tables of time evaluation. These tables contain information on

Basic data and work schedule

Balances, wage types and quotas

Time pairs and time tickets

Time data

Evaluation status

Use

Report RPCLSTB2 allows you to view the data in Cluster B2, arranged into tables.

The different tables in cluster B2 can be <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/8a/9856a046c411d189470000e829fbbd/frameset.htm">found here</a>.

Regards

Navneet