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

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

SIDs are stored in table not in view.

Suppose if you are loading cost_centre data then SID table will be

SID table is / BI0/SCost_cntr

/BIO/XCost_cntr-- SID Table, Time Independent
/BIO/YCost_cntr-- SID Tabel, Time Dependent

if it will be custom IO then table should be like

/BIC/S<IO NAME>

/BIC/X<IO NAME>

/BIC/Y<IO NAME>

Regards,

Laxmikant Verma