SAP WDKOSRFIELD Fields in an OSR transaction Table
Overview
WDKOSRFIELD is a standard SAP S/4HANA table that stores Fields in an OSR transaction data. There are total 10 fields in the WDKOSRFIELD table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WDKOSRFIELD 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 WDKOSRFIELD to other SAP tables and standard CDS views available based on WDKOSRFIELD table in S/4HANA 2020.
Techincal Settings of WDKOSRFIELD
Below are technical details of the table WDKOSRFIELD
- Buffering switched on
- Full buffering as specified by generic key
- Storage type is Column Store
List of WDKOSRFIELD Fields
The following table gives you an overview of the fields available in WDKOSRFIELD
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| PROG_NAME | ABAP Program: Current Master Program | SYREPID | WDKOSRPROGRMS | 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 | WDKOSRBLCKS | 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 WDKOSRFIELD
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WDKOSRFIELD | BLOCK_ID | 1: CN | WDKOSRBLCKS |
| WDKOSRFIELD | PROG_NAME | 1: CN | WDKOSRPROGRMS |