SAP Reports / Programs

RFCORR14 SAP ABAP Report - Resetting of Dunning Run via MHNK/MHND







RFCORR14 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The printing of a dunning run has changed the dunning data in documents and in the customer master...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 RFCORR14 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 RFCORR14. "Basic submit
SUBMIT RFCORR14 AND RETURN. "Return to original report after report execution complete
SUBMIT RFCORR14 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: XECHT = Update run with update to BSEG
Title: Resetting of Dunning Run via MHNK/MHND
Text Symbol: 013 = Dun. Date
Text Symbol: 012 = Dun. Date
Text Symbol: 011 = DArea
Text Symbol: 010 = Branch
Text Symbol: 009 = Vend
Text Symbol: 008 = Cust
Text Symbol: 007 = AcTyp
Text Symbol: 006 = CCde
Text Symbol: 005 = Expected dunning level not in doc.
Text Symbol: 004 = Expected dunning date not in doc.
Text Symbol: 003 = Item already paid
Text Symbol: 002 = Date of dunning run to be reset
Text Symbol: 001 = Update run only for authorized users! Enter user in coding.
Text Symbol: 014 = Doc.No.
Text Symbol: 025 = No Changes
Text Symbol: 024 = UPDATE
Text Symbol: 023 = Test Run
Text Symbol: 022 = User
Text Symbol: 021 = Identification
Text Symbol: 020 = Level
Text Symbol: 019 = Level
Text Symbol: 018 = Dun. Date
Text Symbol: 017 = Dun. Date
Text Symbol: 016 = Item
Text Symbol: 015 = FYear


INCLUDES used within this REPORT RFCORR14

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:

OPEN_FI_PERFORM_00005011_P CALL FUNCTION 'OPEN_FI_PERFORM_00005011_P' EXPORTING I_CHGTYPE = 'U' I_ORIGIN = 'RFCORR14' I_TABNAME = 'BSEG' I_STRUCTURE = IT_BSEG EXCEPTIONS ERROR = 1 OTHERS = 2.

OPEN_FI_PERFORM_00005010_P CALL FUNCTION 'OPEN_FI_PERFORM_00005010_P' EXPORTING I_CHGTYPE = 'U' I_ORIGIN = 'RFCORR14' I_TABNAME = 'BSID' I_WHERE_BUKRS = UPDBEL-BUKRS I_WHERE_KUNNR = UPDKTO-KUNNR I_WHERE_GJAHR = UPDBEL-GJAHR I_WHERE_BELNR = UPDBEL-BELNR I_WHERE_BUZEI = UPDBEL-BUZEI EXCEPTIONS OTHERS = 1.

OPEN_FI_PERFORM_00005010_P CALL FUNCTION 'OPEN_FI_PERFORM_00005010_P' EXPORTING I_CHGTYPE = 'U' I_ORIGIN = 'RFCORR14' I_TABNAME = 'BSAD' I_WHERE_BUKRS = UPDBEL-BUKRS I_WHERE_KUNNR = UPDKTO-KUNNR I_WHERE_GJAHR = UPDBEL-GJAHR I_WHERE_BELNR = UPDBEL-BELNR I_WHERE_BUZEI = UPDBEL-BUZEI EXCEPTIONS OTHERS = 1.

OPEN_FI_PERFORM_00005010_P CALL FUNCTION 'OPEN_FI_PERFORM_00005010_P' EXPORTING I_CHGTYPE = 'U' I_ORIGIN = 'RFCORR14' I_TABNAME = 'BSIK' I_WHERE_BUKRS = UPDBEL-BUKRS I_WHERE_LIFNR = UPDVER-LIFNR I_WHERE_GJAHR = UPDBEL-GJAHR I_WHERE_BELNR = UPDBEL-BELNR I_WHERE_BUZEI = UPDBEL-BUZEI EXCEPTIONS OTHERS = 1.

OPEN_FI_PERFORM_00005010_P CALL FUNCTION 'OPEN_FI_PERFORM_00005010_P' EXPORTING I_CHGTYPE = 'U' I_ORIGIN = 'RFCORR14' I_TABNAME = 'BSAK' I_WHERE_BUKRS = UPDBEL-BUKRS I_WHERE_LIFNR = UPDVER-LIFNR I_WHERE_GJAHR = UPDBEL-GJAHR I_WHERE_BELNR = UPDBEL-BELNR I_WHERE_BUZEI = UPDBEL-BUZEI EXCEPTIONS OTHERS = 1.

OPEN_FI_PERFORM_00005010_P CALL FUNCTION 'OPEN_FI_PERFORM_00005010_P' EXPORTING I_CHGTYPE = 'U' I_ORIGIN = 'RFCORR14' I_TABNAME = 'BSIK' I_WHERE_BUKRS = UPDBEL-BUKRS I_WHERE_LIFNR = UPDKTO-LIFNR I_WHERE_GJAHR = UPDBEL-GJAHR I_WHERE_BELNR = UPDBEL-BELNR I_WHERE_BUZEI = UPDBEL-BUZEI EXCEPTIONS OTHERS = 1.

OPEN_FI_PERFORM_00005010_P CALL FUNCTION 'OPEN_FI_PERFORM_00005010_P' EXPORTING I_CHGTYPE = 'U' I_ORIGIN = 'RFCORR14' I_TABNAME = 'BSAK' I_WHERE_BUKRS = UPDBEL-BUKRS I_WHERE_LIFNR = UPDKTO-LIFNR I_WHERE_GJAHR = UPDBEL-GJAHR I_WHERE_BELNR = UPDBEL-BELNR I_WHERE_BUZEI = UPDBEL-BUZEI EXCEPTIONS OTHERS = 1.

OPEN_FI_PERFORM_00005010_P CALL FUNCTION 'OPEN_FI_PERFORM_00005010_P' EXPORTING I_CHGTYPE = 'U' I_ORIGIN = 'RFCORR14' I_TABNAME = 'BSID' I_WHERE_BUKRS = UPDBEL-BUKRS I_WHERE_KUNNR = UPDVER-KUNNR I_WHERE_GJAHR = UPDBEL-GJAHR I_WHERE_BELNR = UPDBEL-BELNR I_WHERE_BUZEI = UPDBEL-BUZEI EXCEPTIONS OTHERS = 1.

OPEN_FI_PERFORM_00005010_P CALL FUNCTION 'OPEN_FI_PERFORM_00005010_P' EXPORTING I_CHGTYPE = 'U' I_ORIGIN = 'RFCORR14' I_TABNAME = 'BSAD' I_WHERE_BUKRS = UPDBEL-BUKRS I_WHERE_KUNNR = UPDVER-KUNNR I_WHERE_GJAHR = UPDBEL-GJAHR I_WHERE_BELNR = UPDBEL-BELNR I_WHERE_BUZEI = UPDBEL-BUZEI 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 RFCORR14 or its description.