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,901

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

Hi,

not sure if there is such a table as the table name follows a strict naming convention. Please check out one standard object, e.g. 0material, and one self defined object, e.g. zobject. The table name will be /bi0/smaterial for 0material and /bic/szobject for zobject. If you have your own name space in use, just replace /bic/ by /<your name space>/.

regards

Siggi

Former Member
0 Likes

Hi Siegfried, looks like it's pointing that way.  These rules are pretty basic, I could probably work with this.

Thanks for your help.