SAP Reports / Programs

RFKKMA05 SAP ABAP Report - FI-CA: Dunning History Archiving - Obsolete







RFKKMA05 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RFKKMA05 implements the first step in dunning archiving in Collections/Disbursements (FS-CD): Creating an Archive with Dunning Notices...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 RFKKMA05 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 RFKKMA05. "Basic submit
SUBMIT RFKKMA05 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKMA05 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: ARC_COMM = Archive Description (Note)
Selection Text: P_ARDAY = Archiving Key Date
Selection Text: P_BADONE = Faulty Docs in Detail Log Only
Selection Text: P_DETAIL = Detail Log
Selection Text: P_TESTL = Test Run
Selection Text: SE_BEARS = Processing in Dunning History
Selection Text: SE_GPART = Business Partner Number
Selection Text: SE_MVBIS = Dun Procedure End Date
Selection Text: SE_MVLNR = Dun Procedure Seq. Number
Selection Text: SE_SLNR = Record Number
Selection Text: SE_VKONT = Contract Account Number
Selection Text: SE_VTREF = Contract Reference Specs
Title: FI-CA: Dunning History Archiving - Obsolete
Text Symbol: E10 = Documents Not Archived
Text Symbol: E09 = Non-Archivable Documents
Text Symbol: E07 = Runtime not Adhered to
Text Symbol: E06 = Dunning not yet Printed
Text Symbol: E05 = Cause
Text Symbol: E04 = Last Dunning Procedure for Each Contract
Text Symbol: E03 = Dunning not yet Completed
Text Symbol: E01 = Detailed Log - Unarchivable Dunning Notices
Text Symbol: E00 = Detailed Log - Unarchived Dunning Notices
Text Symbol: D22 = FKKMAZE
Text Symbol: 001 = Archiving Quantity Selection
Text Symbol: 002 = Program Control
Text Symbol: 006 = No Log Data Available
Text Symbol: 007 = Archive Admin.
Text Symbol: 010 = <<< Test Run >>>
Text Symbol: 011 = <<< Update Run >>>
Text Symbol: D01 = ContractRefEntries
Text Symbol: D02 = Disp FKKMAKO
Text Symbol: D03 = Disp FKKMAZE
Text Symbol: D04 = DPNO
Text Symbol: D05 = STEP
Text Symbol: D06 = Read.......
Text Symbol: D07 = Archived.....
Text Symbol: D08 = SLNO
Text Symbol: D09 = In bytes...........





Text Symbol: D10 = Table
Text Symbol: D11 = Detailed Log - Archived Dunning Notices
Text Symbol: D12 = Overview Log - Archived Dunning Notices
Text Symbol: D13 = Detailed Log - Archivable Dunning Notices
Text Symbol: D14 = Overview Log - Archivable Dunning Notices
Text Symbol: D15 = DispVVKKMHIST
Text Symbol: D20 = VVKKMHIST
Text Symbol: D21 = FKKMAKO


INCLUDES used within this REPORT RFKKMA05

INCLUDE RFKKMAI5.


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_OPEN_FOR_WRITE CALL FUNCTION 'ARCHIVE_OPEN_FOR_WRITE' EXPORTING OBJECT = SYS_OBJCT CALL_DELETE_JOB_IN_TEST_MODE = SPACE * CREATE_ARCHIVE_FILE = 'X' * CREATE_ARCHIVE_FILE = sapce COMMENTS = ARC_COMM IMPORTING ARCHIVE_HANDLE = ARC_DATA-HANDLE.

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

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

ARCHIVE_NEW_OBJECT CALL FUNCTION 'ARCHIVE_NEW_OBJECT' "Neues Objekt anmelden EXPORTING ARCHIVE_HANDLE = ARC_DATA-HANDLE OBJECT_ID = X_ARCH_ALL-ARCHINDEX.

ARCHIVE_PUT_RECORD CALL FUNCTION 'ARCHIVE_PUT_RECORD' EXPORTING ARCHIVE_HANDLE = ARC_DATA-HANDLE RECORD_FLAGS = ARCHIVE_FLAGS RECORD_STRUCTURE = 'VVKKMHIST' RECORD = X_ARCH_ALL-MHIST.

ARCHIVE_PUT_RECORD CALL FUNCTION 'ARCHIVE_PUT_RECORD' EXPORTING ARCHIVE_HANDLE = ARC_DATA-HANDLE RECORD_FLAGS = ARCHIVE_FLAGS RECORD_STRUCTURE = 'FKKMAKO' RECORD = GD_MAKO.

ARCHIVE_PUT_RECORD CALL FUNCTION 'ARCHIVE_PUT_RECORD' EXPORTING ARCHIVE_HANDLE = ARC_DATA-HANDLE RECORD_FLAGS = ARCHIVE_FLAGS RECORD_STRUCTURE = 'FKKMAZE' RECORD = GD_MAZE.

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



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