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
Below is a list of transaction codes which are relevant to this SAP report
MLRP - Periodic Invoicing Plans
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: PROTO = Log
Selection Text: S_EBELN = Purchase Order
Title: Updating of Periodic Invoicing Plans
Text Symbol: 001 = Invoicing plans for purchase order
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.