RPSQT_M is an SAP Structure so does not store data like a database table does but can be used to process "Internal Structure as RPSQT plus Flag for Modified Records" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_RPSQT_M TYPE RPSQT_M .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
.INCLUDE | RPSQT | Project info database: quantities | ||||
MANDT | MANDT | CLNT | 3 | T000 | Client | |
OBJNR | BP_OBJEKT | CHAR | 22 | ONR00 | Object number | |
WRTTP | CO_WRTTP | CHAR | 2 | Value Type | ALPHA | |
TRGKZ | BP_TRGKZ | CHAR | 1 | Object indicator | ||
GJAHR | GJAHR | NUMC | 4 | Fiscal Year | GJAHR | |
ACPOS | ACPOS | CHAR | 14 | TPIR2 | Value category | |
VORGA | BP_VORGANG | CHAR | 4 | T022 | Budget Type Budgeting/Planning | |
VERSN | BP_VERSION | CHAR | 3 |
* | Planning/budgeting version | ALPHA |
ABKAT | ABKAT | NUMC | 2 | Category for Variance/Results Analysis | ABKAT | |
GEBER | BP_GEBER | CHAR | 10 |
* | Fund | |
TWAER | TWAER | CUKY | 5 |
* | Transaction Currency | |
PERBL | PERBL | NUMC | 3 | Period block | ||
BELTP | BP_INOUT | NUMC | 1 | Debit type | ||
MENTP | MENTP | CHAR | 1 | Quantity Type | ||
MEINH | CO_MEINH | UNIT | 3 | T006 | Unit of Measure | CUNIT |
MEG000 | MEGXXX | QUAN | 15(3) | Total Quantity | ||
MEG001 | MEGXXX | QUAN | 15(3) | Total Quantity | ||
MEG002 | MEGXXX | QUAN | 15(3) | Total Quantity | ||
MEG003 | MEGXXX | QUAN | 15(3) | Total Quantity | ||
MEG004 | MEGXXX | QUAN | 15(3) | Total Quantity | ||
MEG005 | MEGXXX | QUAN | 15(3) | Total Quantity | ||
MEG006 | MEGXXX | QUAN | 15(3) | Total Quantity | ||
MEG007 | MEGXXX | QUAN | 15(3) | Total Quantity | ||
MEG008 | MEGXXX | QUAN | 15(3) | Total Quantity | ||
MEG009 | MEGXXX | QUAN | 15(3) | Total Quantity | ||
MEG010 | MEGXXX | QUAN | 15(3) | Total Quantity | ||
MEG011 | MEGXXX | QUAN | 15(3) | Total Quantity | ||
MEG012 | MEGXXX | QUAN | 15(3) | Total Quantity | ||
MEG013 | MEGXXX | QUAN | 15(3) | Total Quantity | ||
MEG014 | MEGXXX | QUAN | 15(3) | Total Quantity | ||
MEG015 | MEGXXX | QUAN | 15(3) | Total Quantity | ||
MEG016 | MEGXXX | QUAN | 15(3) | Total Quantity | ||
MUV000 | MUVXX | CHAR | 1 | Quantities Incomplete | ||
MUV001 | MUVXX | CHAR | 1 | Quantities Incomplete | ||
MUV002 | MUVXX | CHAR | 1 | Quantities Incomplete | ||
MUV003 | MUVXX | CHAR | 1 | Quantities Incomplete | ||
MUV004 | MUVXX | CHAR | 1 | Quantities Incomplete | ||
MUV005 | MUVXX | CHAR | 1 | Quantities Incomplete | ||
MUV006 | MUVXX | CHAR | 1 | Quantities Incomplete | ||
MUV007 | MUVXX | CHAR | 1 | Quantities Incomplete | ||
MUV008 | MUVXX | CHAR | 1 | Quantities Incomplete | ||
MUV009 | MUVXX | CHAR | 1 | Quantities Incomplete | ||
MUV010 | MUVXX | CHAR | 1 | Quantities Incomplete | ||
MUV011 | MUVXX | CHAR | 1 | Quantities Incomplete | ||
MUV012 | MUVXX | CHAR | 1 | Quantities Incomplete | ||
MUV013 | MUVXX | CHAR | 1 | Quantities Incomplete | ||
MUV014 | MUVXX | CHAR | 1 | Quantities Incomplete | ||
MUV015 | MUVXX | CHAR | 1 | Quantities Incomplete | ||
MUV016 | MUVXX | CHAR | 1 | Quantities Incomplete | ||
ID_CORR | ID_CORR | CHAR | 1 | Identifier for correction records in RPSCO | ||
VSNMR | VSNMR | CHAR | 12 | Number or description of a version | ||
VALUTYP | VALUTYP | NUMC | 1 | Valuation View |
Key field | |
Non-key field |
RPSQT_M - Internal Structure as RPSQT plus Flag for Modified Records RPSQT_EXTD - Help structure for filling RPSCO_X from RPSQT RPSQT - Project info database: quantities RPSPSTD0_ALV_PSTB - ALV Output Structure for PSST Log Table RPSPSTD0_ALV_NIST - ALV Output Structure for Non-Actual Headcount Table RPSPSTD0_ALV_ERHB - ALV Output Structure for Output of Survey Template