cancel
Showing results for 
Search instead for 
Did you mean: 

Flag "Use Navigational Attributes in Extraction" for InfoObject in ADSO: Where saved ?

thomas_keller_rup
Discoverer
0 Kudos

Hello Gurus,

can anybody tell me where the flag "Use Navigational Attributes in Extraction" is saved ?

While modeling an ADSO, it can be activated for any InfoObject that is part of the ADSO and has navigational attributes. So I would assume there is a flag for this in an ADSO properties table having the ADSO name and the InfoObject name in the key.

Any idea for the table and the field ?

Thanks in advance,

Thomas.

Accepted Solutions (1)

Accepted Solutions (1)

Abhishek_Hazra
Active Contributor
0 Kudos

Hi thomas.keller_rup,

The aDSO structure related compact information is stored as xml guid in table RSOADSO table under field : XML_UI. If you need that in a tabular readable format then you need to parse the xml guid writing a program. However an easy alternative of this would be to go to t-code RSOADSO & input the aDSO name in version 'A' & click on the option 'Display XML'. This will pop a window with the XML structure of the aDSO. You can search for the phrase : navigationalAttribute="true" to find the relevant infoobjects with this setting checked.
Hope this information helps 🙂

Best Regards,
Abhi

thomas_keller_rup
Discoverer
0 Kudos

Thank you so much, Abhi. That's exactly what I was looking for !


Best Regards,
Thomas

Answers (0)