SAP WSE_MVTYPE Assignment of Movement Types to Profile Table
Overview
WSE_MVTYPE is a standard SAP S/4HANA table that stores Assignment of Movement Types to Profile data. There are total 4 fields in the WSE_MVTYPE table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WSE_MVTYPE belongs to Obsolete Functionality (LO-RFM-OBS) module and is located in the package FIM Integration: Customizing (WSFP_CUST).
In addition, following links provide an overview of foreign key relationships, if any, that link WSE_MVTYPE to other SAP tables and standard CDS views available based on WSE_MVTYPE table in S/4HANA 2020.
Techincal Settings of WSE_MVTYPE
Below are technical details of the table WSE_MVTYPE
- Buffering switched on
- Full table is passed to buffer
- Storage type is Column Store
List of WSE_MVTYPE Fields
The following table gives you an overview of the fields available in WSE_MVTYPE
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT | 3 |
| PROFILE | Profile | WSE_PROFILE | WSE_CONSPROFILE | CHAR | 4 |
| LGORT | Storage location | LGORT_D | T001L | CHAR | 4 |
| BWART | Movement type (inventory management) | BWART | T156 | CHAR | 3 |
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 WSE_MVTYPE
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WSE_MVTYPE | BWART | : | T156 |
| WSE_MVTYPE | LGORT | : | T001L |
| WSE_MVTYPE | MANDT | : | T000 |
| WSE_MVTYPE | PROFILE | : | WSE_CONSPROFILE |