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.