RMPPOS01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RMPPOS01 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: BELNR = Document Number
Selection Text: BLART = Document Type
Selection Text: BUDAT = Posting Date
Selection Text: BUKRS = Company Code
Selection Text: EBELN = Purchase Order
Selection Text: EEINS = External Installation
Selection Text: ESBKR = External Company Code
Selection Text: GJAHR = Fiscal Year
Selection Text: INSTN = Installation
Selection Text: TCODE = Transaction
Selection Text: USNAM = Created by
Title: List of Parked Documents
Text Symbol: 001 = Doc. No Year CoCd DT DocDate Curr.
Text Symbol: 002 = Purchase Order
001 |Doc. No. |Year|CoCd|DT|Doc.Date|Curr. |
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PRELIMINARY_POSTING_DISPLAY CALL FUNCTION 'PRELIMINARY_POSTING_DISPLAY' EXPORTING BUKRS = VBKPF-BUKRS BELNR = VBKPF-BELNR GJAHR = VBKPF-GJAHR.
PRELIMINARY_POSTING_UPDATE * CALL FUNCTION 'PRELIMINARY_POSTING_UPDATE' * EXPORTING BUKRS = VBKPF-BUKRS * BELNR = VBKPF-BELNR * GJAHR = VBKPF-GJAHR.
PRELIMINARY_POSTING_POST_D ** CALL FUNCTION 'PRELIMINARY_POSTING_POST_D' ** EXPORTING BUKRS = VBKPF-BUKRS ** BELNR = VBKPF-BELNR ** GJAHR = VBKPF-GJAHR.
PRELIMINARY_POSTING_POST_ALL * CALL FUNCTION 'PRELIMINARY_POSTING_POST_ALL' * EXPORTING BUKRS = VBKPF-BUKRS * BELNR = VBKPF-BELNR * GJAHR = VBKPF-GJAHR * BUPBI = XBINP * TABLES T_VBKPF = TBKPF.
PRELIMINARY_POSTING_UPDATE * CALL FUNCTION 'PRELIMINARY_POSTING_UPDATE' * EXPORTING BUKRS = VBKPF-BUKRS * BELNR = VBKPF-BELNR * GJAHR = VBKPF-GJAHR.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.