MDG_MLT_ASSGMNT SAP (Multiple Assignments) Table details

Dictionary Type: Table
Description: Multiple Assignments




ABAP Code to SELECT data from MDG_MLT_ASSGMNT
Related tables to MDG_MLT_ASSGMNT
Access table MDG_MLT_ASSGMNT




Table field list including key, data, relationships and ABAP select examples

MDG_MLT_ASSGMNT is a standard SAP Table which is used to store Multiple Assignments data and is available within R/3 SAP systems depending on the version and release level.

The MDG_MLT_ASSGMNT table consists of various fields, each holding specific information or linking keys about Multiple Assignments data available in SAP. These include PARTNER (Business Partner Number), ASSIGNMENT_ID (Multiple Assignment ID (Number)), ASSIGNMENT_CAT (Assignment Category), OBJECT_ID (Object ID).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MDG_MLT_ASSGMNT table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
ASSIGNMENT_IDMultiple Assignment ID (Number) MDG_BP_ASSIGNMENT_IDNUMC12MDG_BP_ASSIGNMENT_ID
ASSIGNMENT_CATAssignment Category MDG_BP_ASSIGNMENT_CATCHAR10MDG_MLT_AS_CATMDG_BP_ASSIGNMENT_CAT
OBJECT_IDObject ID MDG_BP_OBJECT_IDCHAR60ALPHAMDG_BP_OBJECT_ID
STANDARDGeneral Flag FLAGCHAR1FLAG
REASON_IDAssignment Reason MDG_BP_REASON_IDCHAR6MDG_MLT_AS_REASNMDG_BP_REASON_ID

Key field Non-key field



How do I retrieve data from SAP table MDG_MLT_ASSGMNT using ABAP code

The following ABAP code Example will allow you to do a basic selection on MDG_MLT_ASSGMNT to SELECT all data from the table
DATA: WA_MDG_MLT_ASSGMNT TYPE MDG_MLT_ASSGMNT.

SELECT SINGLE *
FROM MDG_MLT_ASSGMNT
INTO CORRESPONDING FIELDS OF WA_MDG_MLT_ASSGMNT
WHERE...

How to access SAP table MDG_MLT_ASSGMNT

Within an ECC or HANA version of SAP you can also view further information about MDG_MLT_ASSGMNT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!