SAP Reports / Programs | Financial Accounting(FI) SAP FI

RFPPWF01 SAP ABAP Report - Program for Object Type FIPP: Parked Document







RFPPWF01 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 RFPPWF01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFPPWF01. "Basic submit
SUBMIT RFPPWF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFPPWF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program for Object Type FIPP: Parked Document


INCLUDES used within this REPORT RFPPWF01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' "Note428237 exporting "Note428237 tcode = 'FB03' "Note428237 exceptions "Note428237 ok = 0 "Note428237 not_ok = 2 "Note428237 others = 3. "Note428237

AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' exporting tcode = 'FBV3' exceptions ok = 0 not_ok = 2 others = 3.

PRELIMINARY_POSTING_UPDATE call function 'PRELIMINARY_POSTING_UPDATE' exporting belnr = object-key-documentno bukrs = object-key-sourcecompanycode gjahr = object-key-fiscalyear workf = 'X' exceptions others = 1.

PRELIMINARY_POSTING_UPDATE call function 'PRELIMINARY_POSTING_UPDATE' exporting belnr = object-key-documentno bukrs = object-key-sourcecompanycode gjahr = object-key-fiscalyear workf = 'X' exceptions cancelled = 1 "note975036 others = 2. "note1082420

ENQUEUE_EFBKPF call function 'ENQUEUE_EFBKPF' "GROUP exporting "GROUP mandt = sy-mandt "GROUP bukrs = object-key-sourcecompanycode "GROUP belnr = object-key-documentno "GROUP gjahr = object-key-fiscalyear "GROUP exceptions "GROUP others = 3. "GROUP

PP_WF_EVENT call function 'PP_WF_EVENT' "GROUP exporting "GROUP event = 'REJECTED' "GROUP belnr = object-key-documentno "GROUP bukrs = object-key-sourcecompanycode "GROUP gjahr = object-key-fiscalyear "GROUP xwffr = 'X'. "GROUP

PRELIMINARY_POSTING_REL_RESET call function 'PRELIMINARY_POSTING_REL_RESET' "GROUP exporting "GROUP belnr = object-key-documentno "GROUP bukrs = object-key-sourcecompanycode "GROUP gjahr = object-key-fiscalyear. "GROUP

DEQUEUE_EFBKPF call function 'DEQUEUE_EFBKPF' "GROUP exporting "GROUP mandt = sy-mandt "GROUP bukrs = object-key-sourcecompanycode "GROUP belnr = object-key-documentno "GROUP gjahr = object-key-fiscalyear "GROUP exceptions "GROUP others = 3. "GROUP

PRELIMINARY_POSTING_RELEASE call function 'PRELIMINARY_POSTING_RELEASE' exporting belnr = object-key-documentno bukrs = object-key-sourcecompanycode gjahr = object-key-fiscalyear exceptions released = 01 not_released = 02 cancelled = 03.

PRELIMINARY_POSTING_REL_SET call function 'PRELIMINARY_POSTING_REL_SET' exporting belnr = object-key-documentno bukrs = object-key-sourcecompanycode gjahr = object-key-fiscalyear exceptions document_not_found = 01 "/N390830 update_error = 02. "/N390830

PRELIMINARY_POSTING_REL_RESET call function 'PRELIMINARY_POSTING_REL_RESET' exporting belnr = object-key-documentno bukrs = object-key-sourcecompanycode gjahr = object-key-fiscalyear exceptions document_not_found = 01.

PRELIMINARY_POSTING_WF_RESET call function 'PRELIMINARY_POSTING_WF_RESET' exporting belnr = object-key-documentno bukrs = object-key-sourcecompanycode gjahr = object-key-fiscalyear exceptions document_not_found = 01.

PRELIMINARY_POSTING_SUBWF1_DET call function 'PRELIMINARY_POSTING_SUBWF1_DET' exporting belnr = object-key-documentno bukrs = object-key-sourcecompanycode gjahr = object-key-fiscalyear importing subnr = xsubnr exceptions not_found = 01.

PRELIMINARY_POSTING_SUBWF2_DET call function 'PRELIMINARY_POSTING_SUBWF2_DET' exporting belnr = object-key-documentno bukrs = object-key-sourcecompanycode gjahr = object-key-fiscalyear importing subnr = xsubnr tables actor_tab = xactor_tab exceptions nobody_found = 0 "Note 382670 not_found = 01.

PP_WF_LEVEL_INCREMENT call function 'PP_WF_LEVEL_INCREMENT' exporting i_level = xlevel importing e_level = xlevel.

PRELIMINARY_POSTING_POST_ALL call function 'PRELIMINARY_POSTING_POST_ALL' exporting nomsg = 'X' synch = 'X' nocheck = check_not tables t_vbkpf = xvbkpf t_msg = xmsg.

MESSAGE_TEXT_BUILD call function 'MESSAGE_TEXT_BUILD' exporting msgid = xmsg-msgid msgnr = xmsg-msgno msgv1 = xmsg-msgv1 msgv2 = xmsg-msgv2 msgv3 = xmsg-msgv3 msgv4 = xmsg-msgv4 importing message_text_output = msgtx exceptions others = 4.

DEQUEUE_EFBKPF call function 'DEQUEUE_EFBKPF' exporting belnr = object-key-documentno bukrs = object-key-sourcecompanycode gjahr = object-key-fiscalyear.

PRELIMINARY_POSTING_POST_D





call function 'PRELIMINARY_POSTING_POST_D' exporting belnr = object-key-documentno bukrs = object-key-sourcecompanycode gjahr = object-key-fiscalyear.

PRELIMINARY_POSTING_POST_ALL call function 'PRELIMINARY_POSTING_POST_ALL' exporting nomsg = 'X' nocheck = check_not tables t_vbkpf = xvbkpf t_msg = xmsg.

ENQUEUE_EFBKPF call function 'ENQUEUE_EFBKPF' exporting belnr = i_docno bukrs = i_compy gjahr = i_byear exceptions foreign_lock = 1 system_failure = 2.

DEQUEUE_EFBKPF call function 'DEQUEUE_EFBKPF' exporting belnr = i_docno bukrs = i_compy gjahr = i_byear exceptions others = 1.

PRELIMINARY_POSTING_POST_CHECK call function 'PRELIMINARY_POSTING_POST_CHECK' exporting i_vbkpf = vbkpf importing e_rc = subrc exceptions others = 1.

PRELIMINARY_POSTING_REL_TIME call function 'PRELIMINARY_POSTING_REL_TIME' exporting belnr = object-key-documentno bukrs = object-key-sourcecompanycode gjahr = object-key-fiscalyear exceptions document_not_found = 01.

PRELIMINARY_POSTING_POST_D call function 'PRELIMINARY_POSTING_POST_D' exporting bukrs = object-key-sourcecompanycode belnr = object-key-documentno gjahr = object-key-fiscalyear workf = 'X' relig = releaseignore exceptions others = 1.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFPPWF01 or its description.