SAP Reports / Programs | Financial Services | Collections/Disbursements(FS-CD) SAP FS

RFKKMA07 SAP ABAP Report - FI-CA: Dunning History Archiving, Dunning Notice Reload







RFKKMA07 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RFKKMA07 makes possible the reloading of a dunning history archive as part of dunning archiving in the Collections/ Disbursements system...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 RFKKMA07 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 RFKKMA07. "Basic submit
SUBMIT RFKKMA07 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKMA07 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: P_DETAIL = Detailed log
Selection Text: P_TESTL = Test run
Title: FI-CA: Dunning History Archiving, Dunning Notice Reload
Text Symbol: 013 = Detailed log - reloaded dunning notices
Text Symbol: 012 = Detailed log - dunning notices to reload
Text Symbol: 011 = <<< UPDATE RUN >>>
Text Symbol: 010 = <<< TEST RUN >>>
Text Symbol: 009 = in bytes..........
Text Symbol: 007 = Read.......
Text Symbol: 006 = Table
Text Symbol: 005 = Entered......
Text Symbol: 004 = Disp FKKMAZE
Text Symbol: 003 = Disp FKKMAKO
Text Symbol: 002 = DispVVKKMHIST
Text Symbol: 001 = ContractRefEntries
Text Symbol: 014 = No log data available
Text Symbol: T01 = Program control
Text Symbol: 030 = Overview log - reloaded dunning notices
Text Symbol: 029 = Overview log - dunning notices to reload
Text Symbol: 022 = FKKMAZE
Text Symbol: 021 = FKKMAKO
Text Symbol: 020 = VVKKMHIST
Text Symbol: 017 = SLNO
Text Symbol: 016 = STEP
Text Symbol: 015 = DPNO


INCLUDES used within this REPORT RFKKMA07

INCLUDE RFKKMAI7.


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:

ARCHIVE_GET_CUSTOMIZING_DATA CALL FUNCTION 'ARCHIVE_GET_CUSTOMIZING_DATA' EXPORTING OBJECT = SYS_OBJCT IMPORTING COMMIT_COUNT_FOR_DELETE_PRG = ARC_DATA-DEL_SIZE MAINTAIN_INDEX = ARC_DATA-INDEX.

ARCHIVE_OPEN_FOR_MOVE CALL FUNCTION 'ARCHIVE_OPEN_FOR_MOVE' EXPORTING OBJECT = SYS_OBJCT TEST_MODE = P_TESTL IMPORTING ARCHIVE_READ_HANDLE = ARC_DATA-HANDLE * ARCHIVE_WRITE_HANDLE = EXCEPTIONS FILE_ALREADY_OPEN = 1 FILE_IO_ERROR = 2 INTERNAL_ERROR = 3 NO_FILES_AVAILABLE = 4 OBJECT_NOT_FOUND = 5 OPEN_ERROR = 6 NOT_AUTHORIZED = 7 OTHERS = 8.

ARCHIVE_GET_INFORMATION CALL FUNCTION 'ARCHIVE_GET_INFORMATION' EXPORTING ARCHIVE_HANDLE = ARC_DATA-HANDLE IMPORTING ARCHIVE_NAME = ARC_DATA-NAME ARCHIVE_DOCUMENT = ARC_DATA-DOC.

ARCHIVE_GET_NEXT_OBJECT CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING ARCHIVE_HANDLE = ARC_DATA-HANDLE IMPORTING OBJECT_ID = ARC_DATA-OBJECT_ID OBJECT_OFFSET = ARC_DATA-OFFSET ARCHIVE_NAME = ARC_DATA-ARCHIVEKEY EXCEPTIONS END_OF_FILE = 01.

ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING ARCHIVE_HANDLE = ARC_DATA-HANDLE.

ARCHIVE_GET_NEXT_RECORD CALL FUNCTION 'ARCHIVE_GET_NEXT_RECORD' EXPORTING ARCHIVE_HANDLE = ARC_DATA-HANDLE IMPORTING RECORD = A_DATA RECORD_STRUCTURE = A_TAB * record_length = a_len EXCEPTIONS END_OF_OBJECT = 01.



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