/SAPPSSRM/MAPSRM SAP (SRM-DocBuilder field mapping) Table details

Dictionary Type: Table
Description: SRM-DocBuilder field mapping




ABAP Code to SELECT data from /SAPPSSRM/MAPSRM
Related tables to /SAPPSSRM/MAPSRM
Access table /SAPPSSRM/MAPSRM




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

/SAPPSSRM/MAPSRM is a standard SAP Table which is used to store SRM-DocBuilder field mapping data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPSSRM/MAPSRM table consists of various fields, each holding specific information or linking keys about SRM-DocBuilder field mapping data available in SAP. These include SYNOPSISID (Synopsis ID), BUS_OBJ_TYPE (Business Object), TAG_NAME (Tag Name), TAG_SOURCE (Tag Source).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPPSSRM/MAPSRM 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
SYNOPSISIDSynopsis ID /SAPPSSRM/_SYNOPSISIDCHAR25/SAPPSSRM/_SYNOPSISID
BUS_OBJ_TYPEBusiness Object /SAPPSSRM/_BUSINESSOBJECTCHAR10/SAPPSSRM/_BUSINESSOBJECT
TAG_NAMETag Name /SAPPSSRM/_TAGNAMECHAR20/SAPPSSRM/_TAGNAME
TAG_SOURCETag Source /SAPPSSRM/_TAGSOURCECHAR5Assigned to domain/SAPSRM/PDO_SET_TYPE
FIELD_NAMEName of SRM Field /SAPPSSRM/_FIELD_NAMECHAR20/SAPPSSRM/_FIELD_NAME
FIELD_LEVELLevel /SAPPSSRM/_FIELDLEVELCHAR6/SAPPSSRM/_FIELDLEVEL
FIELD_FUNCTIONField Value /SAPPSSRM/_FIELDFUNCTIONCHAR20/SAPPSSRM/_FIELDFUNCTION

Key field Non-key field



How do I retrieve data from SAP table /SAPPSSRM/MAPSRM using ABAP code

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

SELECT SINGLE *
FROM /SAPPSSRM/MAPSRM
INTO CORRESPONDING FIELDS OF WA_/SAPPSSRM/MAPSRM
WHERE...

How to access SAP table /SAPPSSRM/MAPSRM

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