cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table or view that stores SID table for InfoObjects.

Former Member
0 Likes
2,909

What data dictionary table or view stores the name of the SID table for InfoObjects?  In the Display Characteristics transaction the form uses the structure RSDGSCIOBJ and the field name SIDTAB.  I am looking for the source table object that stores SIDTAB.  Thanks.

View Entire Topic
Former Member
0 Likes

Thanks to everyone that has taken the time to reply to my question.

To provide more context for my question, I am developing a script that will build a query to select information from any DSO or cube (instead of using display data in RSA1).  I much prefer using SQL to query instead using SAP.  So in general terms I need to know what the name a SID table is for all infoobjects for any particular DSO/Cube.  I would think that sort of data modeling information would be stored as a column in some infoobject table. Ideally I would like to query some data dictionary table related to infoobjects to get corresponding SID table, otherwise I will have to programatically build the SID table name Siegfried suggested.

Thanks.

Elvis