Skip to Content
0
Former Member
Jul 18, 2008 at 02:33 PM

VIEWCLUSTER_MAINTENANCE_CALL : How to define parameter VIEWCLUSTER_NAME

817 Views

Hi All,

I need to develop a TCode like the Tcode ODP1. The program for it is RDPPROF00.

There is a FM call in the program as follows:

CALL FUNCTION 'VIEWCLUSTER_MAINTENANCE_CALL'
     EXPORTING
          VIEWCLUSTER_NAME             = 'VCDPPROF'
          MAINTENANCE_ACTION           = 'U'
     EXCEPTIONS
          OTHERS                       = 0.

Now, where can i see how this 'VCDPPROF' is defined ?

I've tried to check it through SE11 - Other Objects and Pooled and Cluster Tables, but i can't find it.

Please advice.

Thanks in advance,

Jr.