/SAPPSSRM/MQ_PER SAP (IBU PS: 'Maximum Quantity per Period' Periods) Table details

Dictionary Type: Table
Description: IBU PS: 'Maximum Quantity per Period' Periods




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




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

/SAPPSSRM/MQ_PER is a standard SAP Table which is used to store IBU PS: 'Maximum Quantity per Period' Periods data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPSSRM/MQ_PER table consists of various fields, each holding specific information or linking keys about IBU PS: 'Maximum Quantity per Period' Periods data available in SAP. These include CTR_ITEM_GUID (Globally Unique identifier), PERIOD_STATE (Period Status), PERIOD_COUNTER (Sequential Period Counter), PTYPE (Period Type).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SAPPSSRM/MQ_PER 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 EC_CLIENTCLNT3Assigned to domainMANDT
CTR_ITEM_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
PERIOD_STATEPeriod Status /SAPPSSRM/_PSTATECHAR1/SAPPSSRM/_PSTATE
PERIOD_COUNTERSequential Period Counter /SAPPSSRM/_PCOUNTERNUMC5NUMC5
PTYPEPeriod Type /SAPPSSRM/_PTYPECHAR1/SAPPSSRM/_PTYPE
PSTARTStart of Maximum per Quantity Period (Time Stamp) /SAPPSSRM/_PSTART_TSDEC15TSTPSBCOS_TSTMP
PENDEnd of Maximum per Quantity Period (Time Stamp) /SAPPSSRM/_PEND_TSDEC15TSTPSBCOS_TSTMP
CPQUANCumulative Call-Off Quantity per Period /SAPPSSRM/_CPQUANQUAN13(3) MENG13V
MAXQUANMaximum Allowed for Period (Snapshot Contract) /SAPPSSRM/_PERMAXQUAN13(3) MENG13
CTR_UNITSnaphsot of Contract Item Unit /SAPPSSRM/_CTR_UNITUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

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

How to access SAP table /SAPPSSRM/MQ_PER

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