cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the Object corresponding to the field Added in model node in Context Node of any view? Reverse navigation of the field if working with the Standard Components.

Former Member
0 Kudos

Hi All,

I am working with the Standard Web UI component BP_HEAD_SEARCH . I have many fields in SEARCH model nodes in context node of BP_HEAD_SEARCH/MainSearch . But I am not getting the Object corresponding to a particular field, suppose STRUCT.XDIRECTION . I want to know the structure to which that particular field belongs.

I have mentioned a particular Standard Web UI component but please give the reply in generalized manner which will work for all standard component

I am working with AET so I am getting this problem.

Thanks and Regards,

Pranoy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Pranoy,

You can get the structure by looking at the base entity( BASE_ENTITY_NAME) of the context node structure in bol_model_browser .

For example ,SEARCH model has base entity BuilHeaderAdvancedSearch. If you open now BOL_MODEL_BROWSER tab in component BP_HEAD_SEARCH , you can find the structure of BuilHeaderAdvancedSearch as CRMT_BUPA_IL_HEADER_SEARCH under dynamic search objects .

Regards,

Nithish

Former Member
0 Kudos

Hi Nithish,

Thanks for your reply.

I got the object and structure which i actually needed for this.

Thanx,

Pranoy

Answers (0)