MPL_C_ADAPTER SAP (Adapter for iPPE Workbench) Table details

Dictionary Type: Table
Description: Adapter for iPPE Workbench




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




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

MPL_C_ADAPTER is a standard SAP Table which is used to store Adapter for iPPE Workbench data and is available within R/3 SAP systems depending on the version and release level.

The MPL_C_ADAPTER table consists of various fields, each holding specific information or linking keys about Adapter for iPPE Workbench data available in SAP. These include ADAPTID (Key for Table MPL_C_ADAPTER), FLAG_ADD (Checks ADD Relationship), FLAG_CANCEL (Check Cancel-Part Relationships), FLAG_INTDEP (Check of Dependencies with Other Installation Locations).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP MPL_C_ADAPTER 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
MANDTClient MANDTCLNT3T000MANDT
ADAPTIDKey for Table MPL_C_ADAPTER MPL_ADAPTIDCHAR8CHAR8
FLAG_ADDChecks ADD Relationship MPL_FLAG_ADDCHAR1BAPIFLAG
FLAG_CANCELCheck Cancel-Part Relationships MPL_FLAG_CANCELCHAR1BAPIFLAG
FLAG_INTDEPCheck of Dependencies with Other Installation Locations MPL_FLAG_INTDEPCHAR1BAPIFLAG
PPEUSEUsage in iPPE PPE_USECHAR3CPPE_HDR_USEPPE_USEPPE_USE
CLINTInternal Class Number CLINTNUMC10KLAHCLINT
KLARTStandard Class Type for Cancel-Part Check MPL_KLASSENARTCHAR3TCLAKLASSENARTKAR
CLASSStandard Class for Cancel-Part Check MPL_KLASSE_DCHAR18KLASSEKLA
ATINNInternal characteristic ATINNNUMC10Assigned to domainATINNATINN
ADZHLInternal counter for archiving objects via engin. chg. mgmt ADZHLNUMC4CABNNUMC4
ATNAMCharacteristic Name for Cancel-Part Relationship MPL_ATNAMCHAR30ATNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM MPL_C_ADAPTER
INTO CORRESPONDING FIELDS OF WA_MPL_C_ADAPTER
WHERE...

How to access SAP table MPL_C_ADAPTER

Within an ECC or HANA version of SAP you can also view further information about MPL_C_ADAPTER 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!