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

RFFMARD2 SAP ABAP Report - Archiving of Totals in FM: Display Archive







RFFMARD2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFFMARD2 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 RFFMARD2. "Basic submit
SUBMIT RFFMARD2 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMARD2 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: R_WRTTP = D Value Type
Selection Text: R_VORGA = D Business Transaction
Selection Text: R_TWAER = D Transaction Currency
Selection Text: R_GSBER = D Business Area
Selection Text: R_GJAHR = D Fiscal Year
Selection Text: R_GEBER = D Fund
Selection Text: R_FIPOS = D Commitment Item
Selection Text: R_FIKRS = D Financial Management Area
Selection Text: R_FICTR = D Funds Center
Selection Text: R_BUKRS = D Company Code
Selection Text: P_A_NAME = D Key for Archive File
Title: Archiving of Totals in FM: Display Archive
Text Symbol: 605 = Period 5
Text Symbol: 606 = Period 6
Text Symbol: 607 = Period 7
Text Symbol: 608 = Period 8
Text Symbol: 609 = Period 9
Text Symbol: 610 = Period 0
Text Symbol: 611 = Period 11
Text Symbol: 612 = Period 12
Text Symbol: 613 = Period 13
Text Symbol: 614 = Period 14
Text Symbol: 615 = Period 15
Text Symbol: 616 = Period 16
Text Symbol: 617 = CrryFrd Pd
Text Symbol: 604 = Period 4
Text Symbol: 010 = Funds Management
Text Symbol: 306 = Total LC
Text Symbol: 307 = Total TC
Text Symbol: 350 = No Matching Totals Records Found for the Evaluation
Text Symbol: 460 = Internal Error!
Text Symbol: 470 = Record Struct.
Text Symbol: 480 = is not used for Archiving Object FM FMSU!
Text Symbol: 500 = Ledger for Bdgt/Plnng:
Text Symbol: 502 = Funds center:
Text Symbol: 504 = Fiscal Year:
Text Symbol: 506 = Period Block:
Text Symbol: 508 = Fund:





Text Symbol: 510 = Value Type No.:
Text Symbol: 511 = Val.Typ Name:
Text Symbol: 512 = Trans. CO:
Text Symbol: 514 = Commitment item
Text Symbol: 516 = Trans. Crrny:
Text Symbol: 518 = Company Code:
Text Symbol: 519 = FM Area:
Text Symbol: 520 = Business Area:
Text Symbol: 522 = Funds Center(Z):
Text Symbol: 600 = Period
Text Symbol: 601 = Period 1
Text Symbol: 602 = Period 2
Text Symbol: 603 = Period 3


INCLUDES used within this REPORT RFFMARD2

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:

ARCHIVE_OPEN_FOR_READ * CALL FUNCTION 'ARCHIVE_OPEN_FOR_READ' * EXPORTING * object = const_ar_objekt_fm_fmsu * archive_name = p_a_name * IMPORTING * archive_handle = g_ar_handle.

ARCHIVE_CLOSE_FILE * CALL FUNCTION 'ARCHIVE_CLOSE_FILE' * EXPORTING * archive_handle = g_ar_handle.

FMFK_FIKRS_READ * CALL FUNCTION 'FMFK_FIKRS_READ' * EXPORTING * ip_fikrs = u_fikrs * IMPORTING * f_fm01 = l_f_fm01 * EXCEPTIONS * input_error = 1 * not_found = 2 * OTHERS = 3.

DD_DOMVALUE_TEXT_GET * CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' * EXPORTING * domname = l_doma_nam * value = l_value * langu = sy-langu * IMPORTING * dd07v_wa = l_f_dd07v.

ARCHIVE_GET_NEXT_RECORD * CALL FUNCTION 'ARCHIVE_GET_NEXT_RECORD' * EXPORTING * archive_handle = l_ar_handle * IMPORTING * record = l_record_ref * record_structure = l_record_structure * EXCEPTIONS * end_of_object = 1 * internal_error = 2 * wrong_access_to_archive = 3 * OTHERS = 4.

FMAU_AUTHORITY_FIFM * CALL FUNCTION 'FMAU_AUTHORITY_FIFM' * EXPORTING * i_actvt = fmau_ac_ini * i_auth_object = 'F_FICB_FKR' * i_fikrs = l_t_fm_area-fikrs * i_msgty = 'E'.



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