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

View/Delete data from PCLX Cluster

Former Member
0 Likes
855

Hi All,

I have a requirement where i need to view or delete the data from PCLX Cluster.I heard there is a standard reports for these,can any one give mee those program names

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
692

Hi,

these are the SAP standard reports used to view or delete the cluster.

RPUP1D00/10 View/Delete data from PCL1 Cluster

RPUP2D00/10 View/Delete data from PCL2 Cluster

RPUP3D00/10 View/Delete data from PCL3 Cluster

RPUP4D00/10 View/Delete data from PCL4 Cluster

Hope it will help you.

Regards,

Anusha v.

Hi All,

I have a requirement where i need to view or delete the data from PCLX Cluster.I heard there is a standard reports for these,can any one give mee those program names

2 REPLIES 2
Read only

Former Member
0 Likes
693

Hi,

these are the SAP standard reports used to view or delete the cluster.

RPUP1D00/10 View/Delete data from PCL1 Cluster

RPUP2D00/10 View/Delete data from PCL2 Cluster

RPUP3D00/10 View/Delete data from PCL3 Cluster

RPUP4D00/10 View/Delete data from PCL4 Cluster

Hope it will help you.

Regards,

Anusha v.

Read only

Former Member
0 Likes
692

Hi Premkumar,

You can achieve this in a two step process.

Records to be deleted are first flagged in an internal table by the DELETE_REQUEST routine. By calling up the UPDATE_PERG_BUFFER(SAPUP50R) update routine, the records flagged in the internal table are deleted.

Regards,

Nimish