RSSEM_UI_YS_DOC_ASSIGNED_KYFS is an SAP Structure so does not store data like a database table does but can be used to process "Assigned Key Figures (Documents of SEM-BIC Data Basis)" 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_RSSEM_UI_YS_DOC_ASSIGNED_KYFS TYPE RSSEM_UI_YS_DOC_ASSIGNED_KYFS .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
DOC_ID | RSSEM_UI_Y_DOC_ID | INT4 | 10 | Document identifier | ||
KYFNM | RSSEM_UI_Y_DOC_PROP_VALUE | CHAR | 64 | Attribute value (Documents in the SEM-BIC databasis) |
Key field | |
Non-key field |
RSSEM_UI_YS_DOC_ASSIGNED_KYFS - Assigned Key Figures (Documents of SEM-BIC Data Basis) RSSEM_UI_YS_DOC_ASSIGNED_CHAS - Assigned Chars/Char. Values (Documents SEM-BIC Data Basis) RSSEM_UI_YS_CM_IOBJ_PROPNM - Interface for CM: Document Attribute Name for an InfoObject RSSEM_UI_YS_CM - Fields with DDIC Description for the CM Attributes RSSEM_UI_YS_CHAS_TXT - Characteristic/Characteristic Value with Texts (Ext. Format) RSSEM_UI_YS_CHAS - Characteristic/Characteristic Value (Internal Display)