MAPPARAREF SAP (Parameter for Conversions Between XML and ABAP) Table details

Dictionary Type: Table
Description: Parameter for Conversions Between XML and ABAP




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




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

MAPPARAREF is a standard SAP Table which is used to store Parameter for Conversions Between XML and ABAP data and is available within R/3 SAP systems depending on the version and release level.

The MAPPARAREF table consists of various fields, each holding specific information or linking keys about Parameter for Conversions Between XML and ABAP data available in SAP. These include STATE (ABAP: Program Status (Active, Saved, Transported...)), PARAMNAME (Parameter for Mapping Between ABAP and XML), PARAMKIND (Type of Parameter for Mapping Between ABAP and XML), DDICTYPE (DDIC Type of a Parameter for Mapping Between ABAP and XML).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP MAPPARAREF 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
TRANSFNAMEMapping for ABAP Keyword TRANSFORM TRANSFNAMECHAR30
STATEABAP: Program Status (Active, Saved, Transported...) R3STATECHAR1R3STATE
PARAMNAMEParameter for Mapping Between ABAP and XML MAPPARAMCHAR30
PARAMKINDType of Parameter for Mapping Between ABAP and XML MAPPARKINDCHAR30
DDICTYPEDDIC Type of a Parameter for Mapping Between ABAP and XML MAPDDICTYPCHAR132
DEFAULTVALDefault Value for a Mapping Parameter Between ABAP and XML MAPDEFVALCHAR60
PPOSITIONRow Index of Internal Tables SYTABIXINT410SYST_LONG
VALUEPARAMIndicator for Value Transfer of a Mapping Parameter MAPPARVALCHAR1
OPTIONALIndicator for Optional Mapping Parameter MAPPAROPTCHAR1
TYPEIndicator for TYPE Type Assignment of a Mapping Parameter MAPPARTYPECHAR1
CLASSIndicator for CLASS Mapping Parameter MAPPARCLASCHAR1
REF_CLASSIndicator for CLASS Mapping Parameter MAPPARCLASCHAR1
LINE_OFIndicator for LINE OF Type Assignment MAPPARLINOCHAR1
TABLE_OFIndicator for TABLE OF Type Assignment MAPPARTABOCHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM MAPPARAREF
INTO CORRESPONDING FIELDS OF WA_MAPPARAREF
WHERE...

How to access SAP table MAPPARAREF

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