MDM_SEL_TRANS_PR SAP (MDM: Storage of Selections and Transfer Segments (Copy)) Table details

Dictionary Type: Table
Description: MDM: Storage of Selections and Transfer Segments (Copy)




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




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

MDM_SEL_TRANS_PR is a standard SAP Table which is used to store MDM: Storage of Selections and Transfer Segments (Copy) data and is available within R/3 SAP systems depending on the version and release level.

The MDM_SEL_TRANS_PR table consists of various fields, each holding specific information or linking keys about MDM: Storage of Selections and Transfer Segments (Copy) data available in SAP. These include EXTOBJ (Name of Extraction Object (Copy of MDM_EXT_OBJ)), REQID (GUID Request (Copy of MDM_REQUID)), TYPE (Storage Type: Selection or Transfer Segement (Copy)), COUNTER (MDM: Counter (Copy)).. 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 MDM_SEL_TRANS_PR 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 MANDTCLNT3Assigned to domainMANDT
EXTOBJName of Extraction Object (Copy of MDM_EXT_OBJ) MDM_EXT_OBJ_PROPREFIXCHAR30MDM_EXT_OBJ_PROPREFIX
REQIDGUID Request (Copy of MDM_REQUID) MDM_REQID_PROPREFIXCHAR32MDM_REQID_PROPREFIX
TYPEStorage Type: Selection or Transfer Segement (Copy) MDM_SELE_TRANS_PROPREFIXCHAR1MDM_SELE_TRANS_PROPREFIX
COUNTERMDM: Counter (Copy) MDM_COUNTER_PROPREFIXNUMC4NUM4
GROUPNAMELogical Name of a Group of Fields MDM_GROUP_PROPREFIXCHAR30CHAR30
FIELDNAMELogical Field Name MDM_FIELDNAME_PROPREFIXCHAR30CHAR30
SIGNSelection Operator SIGN (Copy of MDM_SIGN) MDM_SIGN_PROPREFIXCHAR1MDM_SIGN_PROPREFIX
OPTSelection Operator OPTION (Copy of MDM_OPTION) MDM_OPTION_PROPREFIXCHAR2MDM_OPTION_PROPREFIX
LOWSelection Criteria: From-Value MDM_LOW_PROPREFIXCHAR40CHAR40
HIGHSelection Criteria: To-Value MDM_HIGH_PROPREFIXCHAR40CHAR40
REQTIMESTMPRequest Created On (Copy of MDM_REQTIMESTMP) MDM_REQTIMESTMP_PROPREFIXDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM MDM_SEL_TRANS_PR
INTO CORRESPONDING FIELDS OF WA_MDM_SEL_TRANS_PR
WHERE...

How to access SAP table MDM_SEL_TRANS_PR

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