SDCAS_BOROBJ_COMBINATIONS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "For Internal Table: BOR Objects Necessary for Views in CC" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately. i.e. DATA: wa_SDCAS_BOROBJ_COMBINATIONS TYPE SDCAS_BOROBJ_COMBINATIONS.
The SDCAS_BOROBJ_COMBINATIONS table consists of various fields, each holding specific information or linking keys about For Internal Table: BOR Objects Necessary for Views in CC data available in SAP. These include NECESSARY (Flag: BOR object is a mandatory field), RANGE_POSSIBLE (Flag: BOR object permits range)... See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .