SAP WTYSCC_LAYOUT Layout mapping to Profile and Document Type Table
Overview
WTYSCC_LAYOUT is a standard SAP S/4HANA table that stores Layout mapping to Profile and Document Type data. There are total 4 fields in the WTYSCC_LAYOUT table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WTYSCC_LAYOUT belongs to Service Process Warranty (IS-AD-WTY) module and is located in the package Service Integration with Warranty: Workbench (WTYSC_WWB).
In addition, following links provide an overview of foreign key relationships, if any, that link WTYSCC_LAYOUT to other SAP tables and standard CDS views available based on WTYSCC_LAYOUT table in S/4HANA 2020.
Techincal Settings of WTYSCC_LAYOUT
Below are technical details of the table WTYSCC_LAYOUT
- Buffering not allowed
- No buffering
- Storage type is Column Store
List of WTYSCC_LAYOUT Fields
The following table gives you an overview of the fields available in WTYSCC_LAYOUT
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT | 3 |
| PROFILE | Warranty profile | WTYSC_PROFILE | WTYSCC_PROFILE | CHAR | 10 |
| DOC_TYPE | Document type for Warranty Workbench | WTYSC_DOCTYPE | WTYSCC_DOCTYPES | CHAR | 1 |
| LAYOUT | Tab in Master Records: Tab Layout | TAB_LAYOUT | TAMLAY0 | CHAR | 4 |
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 WTYSCC_LAYOUT
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WTYSCC_LAYOUT | DOC_TYPE | 1: 1 | WTYSCC_DOCTYPES |
| WTYSCC_LAYOUT | LAYOUT | 1: CN | TAMLAY0 |
| WTYSCC_LAYOUT | PROFILE | : | WTYSCC_PROFILE |