cancel
Showing results for 
Search instead for 
Did you mean: 

DDIC - Getting the View Cluster for a particular view

Sujeet_Acharya
Product and Topic Expert
Product and Topic Expert
0 Kudos
568

Hi All,

I have a particular maintenance view which I intend to split. For this, I need to see whether the view cluster which contains this view will be affected or not.

So I need to find out the view cluster which contaions the view.

Can anyone tell me how to find out the view cluster which conatains the view.

I am quite new to ABAP. I am using R/3 6.4

thanks and regards

Sujeet

View Entire Topic
Former Member
0 Kudos

Hallo Sujeet,

the information you need is in the table VCLSTRUC. You could use SE16 to look at the relevant entries by calling this table and then entering the name of the view in the field 'OBJECT'. This should return the view-cluster name in the field VCLNAME. Once you know this you can use the transaction SE54 to examine the view-cluster more closely.

I hope this helps.

Regards, Gerard.

Sujeet_Acharya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Thank You Gerard,

It really worked.

smiles...

Sujeet