SAP Reports / Programs

SAPDBFRF SAP ABAP Report - Logical Database FRF: Database Program







SAPDBFRF 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 SAPDBFRF 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 SAPDBFRF. "Basic submit
SUBMIT SAPDBFRF AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBFRF 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_FINCD = D Fund
Selection Text: S_FICTR = D Funds center
Selection Text: P_VARNT = D Variant
Selection Text: P_KDATE = D Key date
Selection Text: P_GJAHR = D Year Commitment Item
Selection Text: P_FU_GRP = Fund Group
Selection Text: P_FC_GRP = Funds Center Group
Selection Text: P_CVARNT = D Hierarchy Variant
Selection Text: P_CI_GRP = Commitment Item Group
Selection Text: FIPEX = D Commitment item
Title: Logical Database FRF: Database Program
Text Symbol: 200 = Classified selection
Text Symbol: 044 = Classification
Text Symbol: 029 = Variant
Text Symbol: 028 = Year Commitment Item
Text Symbol: 027 = Hierarchy Variant
Text Symbol: 026 = Key Date
Text Symbol: 022 = Funds Center
Text Symbol: 021 = Commitment Itm
Text Symbol: 020 = Fund
Text Symbol: 019 = or Group
Text Symbol: 001 = Standard selections


INCLUDES used within this REPORT SAPDBFRF

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:

FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING E_KOM_ACTIV = G_FLG_KOMM E_FLG_ISPS_NOT_ACTIVE = G_FLG_ISPS_NOT_ACTIVE.

FMKL_OBJECTS_SEARCH_IN_CLASS CALL FUNCTION 'FMKL_OBJECTS_SEARCH_IN_CLASS' EXPORTING IP_INIT = 'X' IP_SEARCH_FMFCTR = 'X' IP_SEARCH_FMFPO = 'X' IP_SEARCH_FONDS = 'X'.

FMKL_GET_TABLES CALL FUNCTION 'FMKL_GET_TABLES' EXPORTING I_ALL_FIKRS = 'X' TABLES T_FMFCTR = L_T_FMFCTR T_FMFINCODE = L_T_FMFINCODE T_FMCI = L_T_FMCI EXCEPTIONS OTHERS = 1.

OUTBOUND_CALL_00106341_P CALL FUNCTION 'OUTBOUND_CALL_00106341_P' EXPORTING U_F_KDATE = P_KDATE U_F_GJAHR = P_GJAHR U_F_VARNT = P_VARNT U_F_CVARNT = P_CVARNT TABLES U_T_FONDS = S_FINCD U_T_FICTR = S_FICTR U_T_FIPEX = FIPEX.

FIPOS_INPUT_HELP CALL FUNCTION 'FIPOS_INPUT_HELP' EXPORTING IP_FIPEX = FIPEX-LOW IMPORTING OP_FIPEX = FIPEX-LOW EXCEPTIONS NO_SELECT = 1 OTHERS = 2.

FIPOS_INPUT_HELP CALL FUNCTION 'FIPOS_INPUT_HELP' EXPORTING IP_FIPEX = FIPEX-HIGH IMPORTING OP_FIPEX = FIPEX-HIGH EXCEPTIONS NO_SELECT = 1 OTHERS = 2.

FM_GROUP_F4_GROUP_NAME CALL FUNCTION 'FM_GROUP_F4_GROUP_NAME' "#EC * EXPORTING i_class = gsetc_fund_setclass i_fikrs = g_sav_fikrs IMPORTING e_group_name = p_fu_grp EXCEPTIONS input_error = 1 no_set_picked = 2.

FM_GROUP_F4_GROUP_NAME CALL FUNCTION 'FM_GROUP_F4_GROUP_NAME' "#EC * EXPORTING i_class = gsetc_funds_center_setclass i_fikrs = g_sav_fikrs IMPORTING e_group_name = p_fc_grp EXCEPTIONS input_error = 1 no_set_picked = 2.

FM_GROUP_F4_GROUP_NAME CALL FUNCTION 'FM_GROUP_F4_GROUP_NAME' "#EC * EXPORTING i_class = gsetc_commitmnt_itm_setclass i_fikrs = g_sav_fikrs IMPORTING e_group_name = p_ci_grp EXCEPTIONS input_error = 1 no_set_picked = 2.

FM_GROUP_CHECK CALL FUNCTION 'FM_GROUP_CHECK' "#EC * EXPORTING i_class = gsetc_fund_setclass i_group_name = p_fu_grp i_fikrs = g_sav_fikrs.

FM_GROUP_GET_OBJECTS_TO_RANGE CALL FUNCTION 'FM_GROUP_GET_OBJECTS_TO_RANGE' "#EC * EXPORTING i_class = gsetc_fund_setclass i_group_name = p_fu_grp i_fikrs = g_sav_fikrs TABLES t_rfincd = lr_fincd.

FM_GROUP_CHECK CALL FUNCTION 'FM_GROUP_CHECK' "#EC * EXPORTING i_class = gsetc_funds_center_setclass i_group_name = p_fc_grp i_fikrs = g_sav_fikrs.

FM_GROUP_GET_OBJECTS_TO_RANGE CALL FUNCTION 'FM_GROUP_GET_OBJECTS_TO_RANGE' "#EC * EXPORTING i_class = gsetc_funds_center_setclass i_group_name = p_fc_grp i_fikrs = g_sav_fikrs TABLES t_rfictr = lr_fictr.

FM_GROUP_CHECK CALL FUNCTION 'FM_GROUP_CHECK' "#EC * EXPORTING i_class = gsetc_commitmnt_itm_setclass i_group_name = p_ci_grp i_fikrs = g_sav_fikrs.

FM_GROUP_GET_OBJECTS_TO_RANGE CALL FUNCTION 'FM_GROUP_GET_OBJECTS_TO_RANGE' "#EC * EXPORTING i_class = gsetc_commitmnt_itm_setclass i_group_name = p_ci_grp i_fikrs = g_sav_fikrs TABLES t_rfipex = lr_fipex.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_sav_dyname dynumb = l_sav_dynumb TABLES dynpfields = l_t_dynpfields EXCEPTIONS invalid_dynprofield = 1.

FM_GROUP_GET_OBJECTS_TO_RANGE CALL FUNCTION 'FM_GROUP_GET_OBJECTS_TO_RANGE' "#EC * EXPORTING i_class = gsetc_commitmnt_itm_setclass i_group_name = p_ci_grp i_fikrs = g_sav_fikrs TABLES t_rfipex = lr_fipex EXCEPTIONS input_error = 1 error_setid_encrypt = 2 error_hierarchy_read = 3.

FM_GROUP_GET_OBJECTS_TO_RANGE CALL FUNCTION 'FM_GROUP_GET_OBJECTS_TO_RANGE' "#EC * EXPORTING i_class = gsetc_funds_center_setclass i_group_name = p_fc_grp i_fikrs = g_sav_fikrs TABLES t_rfictr = lr_fictr EXCEPTIONS input_error = 1 error_setid_encrypt = 2 error_hierarchy_read = 3.

FM_GROUP_GET_OBJECTS_TO_RANGE





CALL FUNCTION 'FM_GROUP_GET_OBJECTS_TO_RANGE' "#EC * EXPORTING i_class = gsetc_fund_setclass i_group_name = p_fu_grp i_fikrs = g_sav_fikrs TABLES t_rfincd = lr_fincd EXCEPTIONS input_error = 1 error_setid_encrypt = 2 error_hierarchy_read = 3.



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