Friday 16 February 2024

Methods to identify VIEW and TABLE name(s) from IMG node

Whenever a IMG node configuration is done in SAP, data get stored in View. Views are basically combination of one or more Tables. So, technically when a configuration is saved data is stored at Table level which could be one or more Table but virtually it is possible to view data from one or more table at a single virtual storage location called View. Implementation projects would require Views and Table for IMG Node to custom build tools as per local business requirement.

I have come up with methods to find VIEW(S) and TABLE name using IMG node to all beginners.

Follow either Method 1 or Method 2

Method 1:

Step A) Go to IMG Node

Select the configuration node --> Right click --> Display technical information

Methods to identify VIEW and TABLE name(s) from IMG node
IMG NODE

Step B) Identification of database and cluster view.

Methods to identify VIEW and TABLE name(s) from IMG node
Technical Info of IMG

Type C indicates cluster view. Hence VC_T030K is cluster view for configuration node “Define Tax Accounts”

Below is the available classification of objects.

Methods to identify VIEW and TABLE name(s) from IMG node
Type

View Cluster will always have SM34 as transaction and simple database view will have SM30 as transaction.

In case of database view i.e. type V, skip the next step and go directly to step D

Step C) To find database VIEW(s) behind cluster VIEW.

Go to T-CODE: SE54 and Click at “Edit View Cluster” as highlighted in below screenshot.

Methods to identify VIEW and TABLE name(s) from IMG node
SE54

In the next screen, give the cluster view name and click at Display.

Methods to identify VIEW and TABLE name(s) from IMG node

Go to Folder “Object Structure” and you will find all available views.

Methods to identify VIEW and TABLE name(s) from IMG node

Note: - Some of the IMG node are hidden from user. It is also possible to find VIEW(S) name of hidden config node in this step itself. Below is the reference example where some of the config nodes are suppressed in IMG. Check at background column indicates it is suppressed at IMG. Thus, we can find all VIEWS within Cluster VIEW at same place.

Methods to identify VIEW and TABLE name(s) from IMG node

Step D) Finding the table from VIEW name.

Directly click at “DDIC” column against respective VIEW as shown below or go to T-CODE: SE11

Methods to identify VIEW and TABLE name(s) from IMG node

Go to “Table/Join Condition” Tab to get the TABLE name.

Methods to identify VIEW and TABLE name(s) from IMG node

Method 2: Follow this method if you have the Config SIMG ID OR you can find SIMG ID using explanation given in Method 1 --> Step A.

Step A)

Go to T-CODE SE16N and query the table “CUS_ACTOBJ” based on SIMG ID.

Customizing activity field is your SIMG ID.

This gives you View cluster or simple database VIEW name which can be identified based on Type C or V.

Methods to identify VIEW and TABLE name(s) from IMG node

In case of simple database VIEW, skip the next step and directly go to Step C.

Step B) To find database VIEW(s) behind cluster VIEW.

Go to T-CODE SE16N and query the table “VCLSTRUC” based on VIEW CLUSTER name.

Methods to identify VIEW and TABLE name(s) from IMG node

Note: - Some of the IMG node are hidden from user. It is also possible to find VIEW(S) name of hidden config node in this step itself. Below is the reference example where some of the config nodes are suppressed in IMG. “Suppress Display” column indicates if it is suppressed at IMG. Thus, we can find all VIEWS within Cluster VIEW at same place.

Methods to identify VIEW and TABLE name(s) from IMG node

Step C) Finding the table from VIEW name.

Go to T-CODE: SE11 and Enter the VIEW name and click at display.

Go to “Table/Join Condition” Tab to get the TABLE name.

Methods to identify VIEW and TABLE name(s) from IMG node

Conclusion: These methods will help both functional and technical SAP practitioners / consultants to identify VIEWS which helps in building custom solutions or automating configuration certain IMG node in SPRO.

No comments:

Post a Comment