The DDPARAMETERANNOT table in SAP ERP or S/4HANA stores DD: Annotations for parameters in views and table functions data. There are total 4 fields in DDPARAMETERANNOT table. The DD: Annotations for parameters in views and table functions table is available in all major of SAP S/4HANA versions and is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of DDPARAMETERANNOT table. It is in DDL specific basic functions (SDDL_BASIC_FUNCTIONS) ABAP package and is part of the ABAP Dictionary (BC-DWB-DIC) module.
SAP DDPARAMETERANNOT Table Fields
Following is the list of fields that are available in SAP DDPARAMETERANNOT table. The primary key fields of DD: Annotations for parameters in views and table functions table in SAP are STRUCOBJN (DD: Name of a structured object (e.g. entity, context)), DDLANGUAGE (Language Key), PARAMETERNAME (DD: Name of a Parameter), NAME (DD: Key/Name for Annotation).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| STRUCOBJN | DD: Name of a structured object (e.g. entity, context) | DDSTRUCOBJNAME | CHAR (30) | |
| DDLANGUAGE | Language Key | DDLANGUAGE | * | LANG (1) |
| PARAMETERNAME | DD: Name of a Parameter | DDPARNAME | * | CHAR (30) |
| NAME | DD: Key/Name for Annotation | DDANNOTATION_KEY | CHAR (240) |


