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

RFUMD001 SAP ABAP Report - Conversion of Cash Discount Clearing Accounts to OI Management







RFUMD001 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RFUMD001 is used to convert cash discount clearing accounts, which are not run with open items, to open item accounts...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFUMD001 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 RFUMD001. "Basic submit
SUBMIT RFUMD001 AND RETURN. "Return to original report after report execution complete
SUBMIT RFUMD001 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: ECHTLAUF = Update run
Title: Conversion of Cash Discount Clearing Accounts to OI Management
Text Symbol: 001 = All cash discount clearing accts have OI management
Text Symbol: 002 = The following & cash discount clearing accts were converted to OI management
Text Symbol: 003 = Client ;;
Text Symbol: 004 = Comp.code;;
Text Symbol: 005 = Chrt/accts;;
Text Symbol: 006 = Account ;;
Text Symbol: 007 = The following & cash discount clearing accts must be converted to OI management
Text Symbol: 008 = The following & income statement accounts must first be changed to balance sheet acts
Text Symbol: 009 = (the next step is to rerun program RFUMD001)
Text Symbol: 010 = Program control


INCLUDES used within this REPORT RFUMD001

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:

FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING IS_BHDGD = BHDGD.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = LT_LINE.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID IS_LAYOUT = LS_LAYOUT IT_FIELDCAT = LT_FIELDCAT IT_EVENTS = LT_EVENTS IS_PRINT = LS_PRINT TABLES T_OUTTAB = LT_SUB_OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = GC_STRUCTNAME CHANGING CT_FIELDCAT = XT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = LT_EVENT.

FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING IS_BHDGD = BHDGD.



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