SAP Reports / Programs

RMFPLA01 SAP ABAP Report - Updating of Periodic Invoicing Plans







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MLRP - Periodic Invoicing Plans


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 RMFPLA01. "Basic submit
SUBMIT RMFPLA01 AND RETURN. "Return to original report after report execution complete
SUBMIT RMFPLA01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PROTO = Log
Selection Text: S_EBELN = Purchase Order
Title: Updating of Periodic Invoicing Plans
Text Symbol: 001 = Invoicing plans for purchase order


INCLUDES used within this REPORT RMFPLA01

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:

ME_PURCHASE_DOCU_DATA_REFRESH CALL FUNCTION 'ME_PURCHASE_DOCU_DATA_REFRESH' EXCEPTIONS OTHERS = 1.

ME_PURCHASE_DOCUMENT_DATA_READ CALL FUNCTION 'ME_PURCHASE_DOCUMENT_DATA_READ' EXPORTING I_EBELN = ACT_EBELN I_TCODE = 'ME22' * I_NO_COMMIT = ' ' I_TRTYP = 'V' I_NO_MESSAGING = 'X' * I_NO_MESSAGE_REQ = * I_NO_AUTHORITY_CHECK = * I_VORGA = EXCEPTIONS * NO_EBLNR = 1 * EBLNR_NOT_FOUND = 2 * NO_TCODE = 3 * TCODE_NOT_ALLOWED = 4 * NO_TRTYP = 5 * INVALID_CALL_OF_FB = 6 error_message = 1 "395549 OTHERS = 7.

MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING MSGID = SY-MSGID MSGNR = SY-MSGNO MSGV1 = SY-MSGV1 MSGV2 = SY-MSGV2 IMPORTING MESSAGE_TEXT_OUTPUT = NEWS-TEXT.

ME_PUR_DOCU_POSITION_CHANGE CALL FUNCTION 'ME_PUR_DOCU_POSITION_CHANGE' EXPORTING I_FIELD_NAME = 'FPLNR' I_FIELD_VALUE = '99' "um der Syntax zu genĂ¼gen IMPORTING E_EKBEL = EKBEL TABLES EBELP_RAN = EBELNR EXCEPTIONS ERROR_MESSAGE = 1 OTHERS = 2.

MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING MSGID = SY-MSGID MSGNR = SY-MSGNO MSGV1 = SY-MSGV1 MSGV2 = SY-MSGV2 IMPORTING MESSAGE_TEXT_OUTPUT = NEWS-TEXT.

ME_PURCHASE_DOCUMENT_DATA_SAVE CALL FUNCTION 'ME_PURCHASE_DOCUMENT_DATA_SAVE' exporting "395549 i_commit_wait = 'X' "395549 EXCEPTIONS ERROR_MESSAGE = 1 OTHERS = 2.

MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING MSGID = SY-MSGID MSGNR = SY-MSGNO MSGV1 = SY-MSGV1 MSGV2 = SY-MSGV2 IMPORTING MESSAGE_TEXT_OUTPUT = NEWS-TEXT.

MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING MSGID = 'SE' MSGNR = '755' MSGV1 = TMP_MSGV1 MSGV2 = TMP_MSGV2 IMPORTING MESSAGE_TEXT_OUTPUT = NEWS-TEXT.



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 RMFPLA01 or its description.