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

DBFMF_BCSF02 SAP ABAP INCLUDE - Include DBFMF_BCSF02







DBFMF_BCSF02 is a standard ABAP INCLUDE 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 DBFMF_BCSF02 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 DBFMF_BCSF02. "Basic submit
SUBMIT DBFMF_BCSF02 AND RETURN. "Return to original report after report execution complete
SUBMIT DBFMF_BCSF02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include DBFMF_BCSF02


INCLUDES used within this REPORT DBFMF_BCSF02

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:

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING OBJNR = U_OBJNRZ TEXT_WANTED = 'X' IMPORTING E_IONRA = L_F_IONRA E_TEXT = L_SAV_TEXT.

CONVERSION_EXIT_ABPSP_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT' EXPORTING input = l_f_ionra-pspnr IMPORTING output = c_posid.

CJPN_PROJEKTNUMMER_UNEDIT call function 'CJPN_PROJEKTNUMMER_UNEDIT' exporting input = c_posid importing output = c_posid.

OBJECT_KEY_GET_NV CALL FUNCTION 'OBJECT_KEY_GET_NV' EXPORTING OBJNR = u_objnrz IMPORTING APLZL = l_f_aplzl AUFPL = l_f_aufpl EXCEPTIONS NOT_FOUND = 1 WRONG_OBART = 2 OTHERS = 3.

CO_BO_OBJNR_OPR_CONV CALL FUNCTION 'CO_BO_OBJNR_OPR_CONV' EXPORTING APLZL = l_f_aplzl AUFPL = l_f_aufpl IMPORTING VORNR = c_vornr AUFNR = c_nplnr EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

FM00_READ_FM_AREA_TEXT CALL FUNCTION 'FM00_READ_FM_AREA_TEXT' EXPORTING I_FIKRS = G_T_FKRS-FIKRS IMPORTING E_FITXT = G_T_FKRS-FITXT EXCEPTIONS NOT_FOUND = 1.

FM_TEXT_GET_FROM_WRTTP CALL FUNCTION 'FM_TEXT_GET_FROM_WRTTP' EXPORTING I_WRTTP = C_F_FMTO-WRTTP IMPORTING E_TEXT = C_F_FMTO-WTEXT.

FMRP_AUTHORITY_CHECK CALL FUNCTION 'FMRP_AUTHORITY_CHECK' EXPORTING I_FMAUTH_KONTO = t_FMAUTH_KONTO I_FIKRS = FKRS-FIKRS I_GJAHR = U_GJAHR IMPORTING E_FMAUTH_KONTO = e_FMAUTH_KONTO E_AUTH_OK = l_ok.

FM_AUTH_CHECK_VERSION CALL FUNCTION 'FM_AUTH_CHECK_VERSION' EXPORTING I_FIKRS = FKRS-FIKRS I_VERSN = G_T_VERSIONS-VERSN I_ACTVT = G_CON_ACTIVITY_DISPLAY I_MSGTY = 'E'.

FM_AUTH_CHECK_MD_FUNC_AREA CALL FUNCTION 'FM_AUTH_CHECK_MD_FUNC_AREA' EXPORTING I_FIKRS = FKRS-FIKRS I_FUNC_AREA = -FAREA I_AUTHGRP_FUNC_AREA = -AUTHGRP I_ACTVT = G_T_ACTIVITY-ACTIVITY IMPORTING E_FLG_AUTH = L_FLG_AUTHORIZED.

FM_SUBSTRING_GET_DESCRIPTION CALL FUNCTION 'FM_SUBSTRING_GET_DESCRIPTION' EXPORTING I_MASDATID = '4' I_STRID = -STR_ID I_SUB1 = -FNSUB1 I_SUB2 = -FNSUB2 I_SUB3 = -FNSUB3 IMPORTING E_DESC1_SH = -FNSUB1T_SH E_DESC1_LO = -FNSUB1T_LO E_DESC2_SH = -FNSUB2T_SH E_DESC2_LO = -FNSUB2T_LO E_DESC3_SH = -FNSUB3T_SH E_DESC3_LO = -FNSUB3T_LO.

FM_AUTH_CHECK_MD_MEASURE CALL FUNCTION 'FM_AUTH_CHECK_MD_MEASURE' EXPORTING I_FIKRS = FKRS-FIKRS I_MEASURE = -MEASURE I_AUTHGRP_MEASURE = -AUTHGRP I_ACTVT = G_T_ACTIVITY-ACTIVITY IMPORTING E_FLG_AUTH = L_FLG_AUTHORIZED.

GM_AUTH_CHECK_GRANT CALL FUNCTION 'GM_AUTH_CHECK_GRANT' EXPORTING GRANT_NUMBER = -GRANT_NBR ACTIVITY = G_CON_ACTIVITY_GRANT EXCEPTIONS OTHERS = 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 DBFMF_BCSF02 or its description.