SAP WDKSCRIPT Batch Input Data for Scripts Table
Overview
WDKSCRIPT is a standard SAP S/4HANA table that stores Batch Input Data for Scripts data. There are total 3 fields in the WDKSCRIPT table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WDKSCRIPT belongs to Musing Tools (BC-MUS) module and is located in the package Kayak Controller (WDK_CONTROLLER).
In addition, following links provide an overview of foreign key relationships, if any, that link WDKSCRIPT to other SAP tables and standard CDS views available based on WDKSCRIPT table in S/4HANA 2020.
Techincal Settings of WDKSCRIPT
Below are technical details of the table WDKSCRIPT
- Buffering not allowed
- No buffering
- Storage type is Column Store
List of WDKSCRIPT Fields
The following table gives you an overview of the fields available in WDKSCRIPT
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| WDAPP | Web Dynpro: Name of Application | WDK_APPLICATION | WDKAPPL | CHAR | 30 |
| SCRIPT | Action script for BDC transaction call | WDK_SCRIPT | CHAR | 20 | |
| MAPID | Mapping Identifier for Action Script | WDK_MAPID | WDKSCRIPTMAP | NUMC | 5 |
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 WDKSCRIPT
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WDKSCRIPT | MAPID | C: CN | WDKSCRIPTMAP |
| WDKSCRIPT | WDAPP | : | WDKAPPL |