SAP /1BS/SADL_CDS_P Table in S/4 HANA - Generated Table for View
/1BS/SADL_CDS_P is a standard SAP Table which is used to store Generated Table for View data and is available within S/4 HANA SAP systems depending on the version and release level. Below is the technical details and the list of fields specifically relevant for an SAP S/4 HANA system
Even using an S/4 Hana system you can still view further information about the SAP /1BS/SADL_CDS_P table and the data within it using standard SAP GUI transactions such as SE11, SE80 or SE16. Or you can use the ADT (ABAP development tools within eclipse).
Delivery Class:
Display/Maintenance via SM30: Display/Maintenance Allowed but with Restrictions
Enhancement category: Not classified
Dictionary Type: Table view / CDS view
Tables in View
/1BS/TEST_T_FK
CDS / DDL Object: /1BS/SADL_CDS_PARAM
Database Table: /1BS/TEST_T_FK
/1BS/SADL_CDS_P data in SAP S/4 Hana is actually from /1BS/TEST_T_FK
/1BS/SADL_CDS_P table is actually just a a DDL object CDS view which selects the data from /1BS/TEST_T_FK and presents it as if the table exists. Clever really as this means all ABAP code that performs a select on this table will actually work as if this isna traditional table in SAP.
/1BS/TEST_T_FK used for fields of table /1BS/SADL_CDS_P
The data and therefore the actual field list comes from the ddl cds view and are mapped from the source hana table to match the legacy ECC SAP /1BS/SADL_CDS_P Table. Below is the CDS code that builds this table view/1BS/SADL_CDS_P table structure field list
Also Below is the traditional view of /1BS/SADL_CDS_P field list that makes up the SAP database table structure as you would see it within SE11, including highlighted key fields, description, data type and other technical details of each field
Field | Description | Data Element | Data Type | length (Dec) | Check table | Conversion Routine | Domain Name | MemoryID | SHLP | SHLP Field |
/1BS/FIELD1 | 30 Characters | CHAR30 | CHAR | 30(0) | CHAR30 |
Search for further information about these or an SAP related objects