/SAPPSSRM/MATR SAP (Attributes) Table details

Dictionary Type: Table
Description: Attributes




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




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

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

The /SAPPSSRM/MATR table consists of various fields, each holding specific information or linking keys about Attributes data available in SAP. These include BIDR_STS_GUID (Globally Unique identifier), ATTR_SETGUID (Set GUID), BIDDER (Partner Number), VERSION (PQQ Version).. 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 /SAPPSSRM/MATR 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
BIDR_STS_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
ATTR_SETGUIDSet GUID BBP_SETGUIDRAW16SYSUUID
BIDDERPartner Number CRMT_PARTNER_NOCHAR32CRM_PARTNER_NO
VERSIONPQQ Version /SAPPSSRM/_PQQ_VERSIONINT13/SAPPSSRM/_VERSION1
EVAL_STATUSStatus of PQQ : Accepted or Rejected /SAPPSSRM/_EVAL_STATUSCHAR1/SAPPSSRM/_EVAL_STATUS
COMMENTSComment on Dynamic Attribute BBP_ATTR_COMMENT_255CHAR255TEXT255

Key field Non-key field



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

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

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

How to access SAP table /SAPPSSRM/MATR

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