SAP WDKOSRFIELDS Fields in an OSR transaction Table
Overview
WDKOSRFIELDS is a standard SAP S/4HANA table that stores Fields in an OSR transaction data. There are total 11 fields in the WDKOSRFIELDS table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WDKOSRFIELDS belongs to Musing Tools (BC-MUS) module and is located in the package F8 Transactions (WDK_F8_TRANSACTION).
In addition, following links provide an overview of foreign key relationships, if any, that link WDKOSRFIELDS to other SAP tables and standard CDS views available based on WDKOSRFIELDS table in S/4HANA 2020.
Techincal Settings of WDKOSRFIELDS
Below are technical details of the table WDKOSRFIELDS
- Buffering switched on
- Full buffering as specified by generic key
- Storage type is Column Store
List of WDKOSRFIELDS Fields
The following table gives you an overview of the fields available in WDKOSRFIELDS
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT | 3 |
| PROG_NAME | ABAP Program: Current Master Program | SYREPID | WDKOSRPROGRAMS | CHAR | 40 |
| OTR_ALIAS | OTR Alias of the label for a field in OSR transaction | WDK_OSR_FIELD_TXT | CHAR | 50 | |
| BLOCK_ID | Block Id of a block in the sel. screen of an OSR transaction | WDK_OSR_BLOCK_ID | WDKOSRBLOCKS | INT2 | 5 |
| DATA_TYPE | Field type | FIELD_TYPE | * | CHAR | 30 |
| TAB_ORDER | Order of the fields on the selection screen | WDK_OSR_TAB_ORDER | INT2 | 5 | |
| F4_MODE | Input Help Mode of a field | WDK_OSR_F4_MODE | NUMC | 1 | |
| OVS_HANDLER_NAME | Object Type Name | SEOCLSNAME | CHAR | 30 | |
| CHECKBOX | Indicator for a checkbox for a field in an OSR transaction | WDK_OSR_CHECKBOX | CHAR | 1 | |
| RADIOGROUP | Radio group ID of a radio button in OSR transactions | WDK_OSR_RADIO_GROUP_ID | CHAR | 4 | |
| FILEUPLOAD | Indicator for a file upload control | WDK_OSR_FILE_UPLOAD_INDICATOR | CHAR | 1 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for WDKOSRFIELDS
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WDKOSRFIELDS | BLOCK_ID | : | WDKOSRBLOCKS |
| WDKOSRFIELDS | PROG_NAME | 1: CN | WDKOSRPROGRAMS |