| Column | Field | Description | SQL Type | Length | Decimals | SAP Type | Default Value | Null Allowed | CheckTable | Rollname | SQL Create Statement |
---|
| 1 | WDAPP | Web Dynpro: Name of Application | nvarchar | 30 | 0 | CHAR | (N' ') | No | WDKAPPL | WDK_APPLICATION | Allow NULL? |
| 2 | MAPID | Mapping Identifier for Action Script | nvarchar | 5 | 0 | NUMC | (N'00000') | No | | WDK_MAPID | Allow NULL? |
| 3 | PROGR_TARGET | Target program for automatic field propagation | nvarchar | 40 | 0 | CHAR | (N' ') | No | | WDK_SCRIPTMAP_TARGET_PROG | Allow NULL? |
| 4 | DYNPRO_TARGET | Target screen for automatic field propagation | nvarchar | 4 | 0 | NUMC | (N'0000') | No | | WDK_SCRIPTMAP_TARGET_DYNPRO | Allow NULL? |
| 5 | FNAME_TARGET | Target field for automatic field propagation | nvarchar | 132 | 0 | CHAR | (N' ') | No | | WDK_SCRIPTMAP_TARGET_FIELDNAME | Allow NULL? |
| 6 | PROGR_SOURCE | Source program for automatic field propagation | nvarchar | 40 | 0 | CHAR | (N' ') | Yes | | WDK_SCRIPTMAP_SOURCE_PROG | Allow NULL? |
| 7 | DYNPRO_SOURCE | Source screen for automatic field propagation | nvarchar | 4 | 0 | NUMC | (N'0000') | Yes | | WDK_SCRIPTMAP_SOURCE_DYNPRO | Allow NULL? |
| 8 | FNAME_SOURCE | Source field for automatic field propagation | nvarchar | 132 | 0 | CHAR | (N' ') | Yes | | WDK_SCRIPTMAP_SOURCE_FIELDNAME | Allow NULL? |