cancel
Showing results for 
Search instead for 
Did you mean: 

parent node

0 Kudos

hi all

can anyone tell me how to know about the parent node of any field.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Abhishake,

Within MDM space i can suggest you to syndicate all fields in table and obtain a parent node easily. But i am not sure on how to retrieve the same info from ECC system. I am also not sure which environemnt/system you are trying to extract parent node. Pls try above solution if you trying to get parent node from ECC system. Let me know if any queries.

Regards,

Ali

vivek_raja
Discoverer
0 Kudos

you can know it using the method ,

call method gobj->get_parent
       exporting
         i_node_key        = iv_key
       importing
         e_parent_node_key = lv_parent.

here iv_key is node key value of the field for which you need the parent key and lv_parent is parent node key.

0 Kudos

hi Mir,

I am very sorry.

I dnt have any snap shot.

I just wanted to know is there any way to know the parent node.

for example for any field of MARA table

Former Member
0 Kudos

Hi Abhishake,

Can you be more specific please? Will it be possible to provide some snapshot? If you want to know the parent node in html/xml format, then i would suggest minimize/collapse all fields to find the parent node.

Regards,

Ali

0 Kudos

hi Mir,

i dont have the screenshot.

Actually i wanted to know how to know the parent node for any filed in any table.

For example table MARA