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

RFFMKAUS SAP ABAP Report -







RFFMKAUS 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 RFFMKAUS 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 RFFMKAUS. "Basic submit
SUBMIT RFFMKAUS AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKAUS 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: S_UAB =
Selection Text: S_BUCH =
Selection Text: P_WRITE =
Selection Text: P_V_ON = Display Version
Selection Text: P_VERSN = Version
Selection Text: P_VARNT =
Selection Text: P_SCFORM = Form Name
Selection Text: P_SAPSC =
Selection Text: P_LINE =
Selection Text: P_GJAHR = Plan Year
Selection Text: P_FIPEX =
Selection Text: P_FIKRS =
Selection Text: P_AN_NR =
Selection Text: P_AN_BZ =
Title:
Text Symbol: 020 = Total
Text Symbol: 014 =
Text Symbol: 012 =
Text Symbol: 010 =
004
003
002
001


INCLUDES used within this REPORT RFFMKAUS

INCLUDE IFIFMCON_BOOL.
INCLUDE IHHPLTXT.


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:

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING IP_FIKRS = P_FIKRS.

BUKRS_GET_FROM_FIKRS *?call function 'BUKRS_GET_FROM_FIKRS' *? exporting *? ip_fikrs = p_fikrs *? tables *? t_t001 = i_t001.

FM_FIPEX_READ_SINGLE_DATA * call function 'FM_FIPEX_READ_SINGLE_DATA' * exporting * i_fikrs = p_fikrs * i_gjahr = p_gjahr * i_varnt = p_varnt * i_fipex = p_fipex.

CONVERSION_EXIT_FIPEX_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_FIPEX_OUTPUT' EXPORTING INPUT = SY-TVAR4 IMPORTING OUTPUT = SY-TVAR4 EXCEPTIONS OTHERS = 1.

COST_ALLOCATION_INFO_KAMERAL CALL FUNCTION 'COST_ALLOCATION_INFO_KAMERAL' EXPORTING IP_FIKRS = P_FIKRS IP_GJAHR = P_GJAHR IP_SORTKRT = L_SORTKRT IP_TOP_FIPEX = P_FIPEX IP_VARNT = P_VARNT IP_VERSN = P_VERSN TABLES T_SN_INFORMATION = L_T_SN_INFO R_VFIPEX = S_BUCH R_VFICTR = S_UAB EXCEPTIONS OTHERS = 1.

FM_PPLAN_GET_FROM_FIKRS_GJAHR * CALL FUNCTION 'FM_PPLAN_GET_FROM_FIKRS_GJAHR' * EXPORTING * I_FIKRS = U_FIKRS * I_GJAHR = U_GJAHR * IMPORTING * E_PPLAN = L_PPLAN * EXCEPTIONS * PPLAN_NOT_FOUND = 1 * OTHERS = 2.

FM_PPLAN_GET_FROM_FIKRS_GJAHR * CALL FUNCTION 'FM_PPLAN_GET_FROM_FIKRS_GJAHR' * EXPORTING * I_FIKRS = U_FIKRS * I_GJAHR = U_GJAHR * IMPORTING * E_PPLAN = L_PPLAN * EXCEPTIONS * PPLAN_NOT_FOUND = 1 * OTHERS = 2.

DYNP_VALUES_READ * CALL FUNCTION 'DYNP_VALUES_READ' * EXPORTING * DYNAME = L_PROGNAME * DYNUMB = '1000' ** TRANSLATE_TO_UPPER = ' ' * TABLES * DYNPFIELDS = L_T_DYNPFIELDS * EXCEPTIONS * INVALID_ABAPWORKAREA = 1 * INVALID_DYNPROFIELD = 2 * INVALID_DYNPRONAME = 3 * INVALID_DYNPRONUMMER = 4 * INVALID_REQUEST = 5 * NO_FIELDDESCRIPTION = 6 * INVALID_PARAMETER = 7 * UNDEFIND_ERROR = 8 * OTHERS = 9.

CONVERSION_EXIT_FIPEX_INPUT * CALL FUNCTION 'CONVERSION_EXIT_FIPEX_INPUT' * EXPORTING * INPUT = L_SNFIPEX * IMPORTING * OUTPUT = L_SNFIPEX * EXCEPTIONS * OTHERS = 1.

HELP_VALUES_GET_WITH_TABLE * CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' * IMPORTING * SELECT_VALUE = L_VFICTR * TABLES * FIELDS = L_T_FIELDS * VALUETAB = L_T_VALUE * EXCEPTIONS * FIELD_NOT_IN_DDIC = 1 * MORE_THEN_ONE_SELECTFIELD = 2 * NO_SELECTFIELD = 3 * OTHERS = 4.

FMRP_AUTHORITY_ROLE call function 'FMRP_AUTHORITY_ROLE' exporting i_usname = sy-uname i_selobject = l_sel_object importing e_old = l_auth_o e_auth_on = l_auth.

FMRP_AUTHORITY_CHECK call function 'FMRP_AUTHORITY_CHECK' exporting i_fmauth_konto = l_t_fmauth_konto i_fikrs = u_fikrs i_gjahr = u_gjahr importing e_fmauth_konto = l_t_e_fmauth_konto.

FM_AUTH_CHECK_FM_AREA call function 'FM_AUTH_CHECK_FM_AREA' exporting i_fikrs = p_fikrs i_actvt = con_auth_show i_msgty = 'E'.

FM_AUTH_CHECK_VERSION call function 'FM_AUTH_CHECK_VERSION' exporting i_fikrs = p_fikrs i_versn = p_versn i_actvt = con_auth_show 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 RFFMKAUS or its description.