SAP Reports / Programs | Profitability Analysis | Bank Components | Profitability Analysis(IS-B-PA-PA) SAP IS

FJBFCF50 SAP ABAP INCLUDE - Include FJBFCF50







FJBFCF50 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 FJBFCF50 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 FJBFCF50. "Basic submit
SUBMIT FJBFCF50 AND RETURN. "Return to original report after report execution complete
SUBMIT FJBFCF50 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 FJBFCF50


INCLUDES used within this REPORT FJBFCF50

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:

RKC_FTAB_GET CALL FUNCTION 'RKC_FTAB_GET' EXPORTING * KEY_SEL = '*' * USG_SEL = '*' * TIM_SEL = '*' tabnm = c_fict_fields-prodh_def state = 'A' applc = i_applc func = 'DDIC' IMPORTING got_state = l_state TABLES field_tab = lt_prodh EXCEPTIONS no_info = 1 selection_error = 2 ftab_empty = 3 OTHERS = 4.

DD_DOMA_CROSSREF CALL FUNCTION 'DD_DOMA_CROSSREF' EXPORTING domname = l_fict_field-domnm TABLES out_tab = lt_doma_deptab.

DD_DTEL_CROSSREF CALL FUNCTION 'DD_DTEL_CROSSREF' EXPORTING dtelname = lt_doma_deptab-depname IMPORTING refnr = l_refnr TABLES out_tab = lt_dtel_deptab.

RKC_FIELDS_ACTIVATE CALL FUNCTION 'RKC_FIELDS_ACTIVATE' EXPORTING i_applc = i_applc i_systp = i_systp_user * I_T_MSG = * IMPORTING * E_CHTAB_ACTIVATED = * E_GEN_CHTAB_ACTIVATED = * E_NO_OBJECTS_FOUND = * E_T_TAB_CNV = CHANGING c_t_fie = lt_act_fields * C_T_ATR = EXCEPTIONS error_in_activation = 1 OTHERS = 2.

RKC_DTEL_GET CALL FUNCTION 'RKC_DTEL_GET' EXPORTING rolnm = i_rolnm state = i_state IMPORTING cdirol = e_dtel got_state = e_state EXCEPTIONS OTHERS = 4.

DDIF_DOMA_PUT CALL FUNCTION 'DDIF_DOMA_PUT' EXPORTING name = l_dd01v-domname dd01v_wa = l_dd01v EXCEPTIONS doma_not_found = 1 name_inconsistent = 2 doma_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.

RKE_MODIFY_TADIR_ENTRY CALL FUNCTION 'RKE_MODIFY_TADIR_ENTRY' EXPORTING i_object = 'DOMA' i_obj_name = l_dd01v-domname * I_AUTHOR = SY-UNAME i_devclass = ikcg-ikcgr_cus-devcl i_genflag = 'X'.

DDIF_DTEL_PUT CALL FUNCTION 'DDIF_DTEL_PUT' EXPORTING name = l_dd04v-rollname dd04v_wa = l_dd04v EXCEPTIONS dtel_not_found = 1 name_inconsistent = 2 dtel_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.

RKE_MODIFY_TADIR_ENTRY CALL FUNCTION 'RKE_MODIFY_TADIR_ENTRY' EXPORTING i_object = 'DTEL' i_obj_name = l_dd04v-rollname * I_AUTHOR = SY-UNAME i_devclass = ikcg-ikcgr_cus-devcl i_genflag = 'X'.



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