SAP Reports / Programs | Public Sector Management | Funds Management | Funds Management-Specific Postings(PSM-FM-PO) SAP PSM

RFFMKG04 SAP ABAP Report - Program for Optical Archiving of a Request







RFFMKG04 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Optical archiving of requests This report is still being developed ..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 RFFMKG04 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 RFFMKG04. "Basic submit
SUBMIT RFFMKG04 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKG04 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program for Optical Archiving of a Request


INCLUDES used within this REPORT RFFMKG04

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:

GET_PRINT_PARAMETERS *CALL FUNCTION 'GET_PRINT_PARAMETERS' * EXPORTING ** ARCHIVE_ID = C_CHAR_UNKNOWN ** ARCHIVE_INFO = C_CHAR_UNKNOWN * ARCHIVE_MODE = '2' ** archive_mode = g_arc_mod ** ARCHIVE_TEXT = C_CHAR_UNKNOWN * AR_OBJECT = 'ISPS_ANORD' ** AUTHORITY = C_CHAR_UNKNOWN ** COPIES = C_NUM3_UNKNOWN ** COVER_PAGE = C_CHAR_UNKNOWN ** DATA_SET = C_CHAR_UNKNOWN ** DEPARTMENT = C_CHAR_UNKNOWN * DESTINATION = 'P623' ** EXPIRATION = C_NUM1_UNKNOWN ** IMMEDIATELY = C_CHAR_UNKNOWN ** IN_ARCHIVE_PARAMETERS = ' ' ** IN_PARAMETERS = ' ' ** LAYOUT = C_CHAR_UNKNOWN ** LINE_COUNT = C_INT_UNKNOWN ** LINE_SIZE = C_INT_UNKNOWN ** LIST_NAME = C_CHAR_UNKNOWN ** LIST_TEXT = C_CHAR_UNKNOWN ** MODE = ' ' ** NEW_LIST_ID = C_CHAR_UNKNOWN * NO_DIALOG = 'X' ** RECEIVER = C_CHAR_UNKNOWN ** RELEASE = C_CHAR_UNKNOWN ** REPORT = C_CHAR_UNKNOWN ** SAP_COVER_PAGE = C_CHAR_UNKNOWN * SAP_OBJECT = 'BKPF' ** TYPE = C_CHAR_UNKNOWN * IMPORTING * OUT_ARCHIVE_PARAMETERS = ARC_PARAMS * OUT_PARAMETERS = PRI_PARAMS * VALID = VALID.

OPEN_FORM *CALL FUNCTION 'OPEN_FORM' * EXPORTING ** APPLICATION = 'TX' * ARCHIVE_INDEX = ARC_INDEX * ARCHIVE_PARAMS = ARC_PARAMS ** DEVICE = 'PRINTER' * DIALOG = ' ' * FORM = L_FORM_NAME ** LANGUAGE = SY-LANGU * OPTIONS = OPTIONS ** importing ** language = ** new_archive_params = ** result = * EXCEPTIONS * CANCELED = 1 * DEVICE = 2 * FORM = 3 * OPTIONS = 4 * UNCLOSED = 5 * OTHERS = 6.

OPEN_FORM * call function 'OPEN_FORM' * exporting * dialog = 'X' * form = 'ANNAHMEANORDNUNG'.

START_FORM * CALL FUNCTION 'START_FORM' * EXPORTING **--- iXOS 250298km * ARCHIVE_INDEX = ARC_INDEX **--- * FORM = L_FORM_NAME * STARTPAGE = 'START'.

END_FORM * CALL FUNCTION 'END_FORM' * EXCEPTIONS * UNOPENED = 1 * OTHERS = 2.

CLOSE_FORM * CALL FUNCTION 'CLOSE_FORM' * EXCEPTIONS * UNOPENED = 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 RFFMKG04 or its description.