SAP Reports / Programs | Business Package for Manager Self-Service (FI) | Portal Content | Business Package for Manager Self-Service (FI)(EP-PCT-MGR-CO) SAP EP

FPB_EXP_CUSTOM_F04 SAP ABAP INCLUDE - FPBEXPCUSTOMF04







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


INCLUDES used within this REPORT FPB_EXP_CUSTOM_F04

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:

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = ld_repid dynumb = ld_dynnr TABLES dynpfields = lt_values[] 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 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

FPB_EXP_RFC_GET_INSTANCE_LIST CALL FUNCTION 'FPB_EXP_RFC_GET_INSTANCE_LIST' EXPORTING id_scenario = gs_fpb_exp_inst-scenario id_instance = ld_instance TABLES et_instance = lt_instance.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'FPB_EXP_INST_EXT' retfield = 'INSTANCE' dynpprog = ld_repid dynpnr = ld_dynnr dynprofield = 'FPB_EXP_DYNP0140-INSTANCE' value_org = 'S' TABLES value_tab = lt_instance EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = ld_repid dynumb = ld_dynnr TABLES dynpfields = lt_values[] 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 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'FPB_S_SCENARIO' retfield = 'SCENARIO' dynpprog = ld_repid dynpnr = ld_dynnr dynprofield = 'FPB_EXP_DYNP0130-SCEN_OVW' value_org = 'S' TABLES value_tab = lt_scen EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

RS_HELP_HANDLING CALL FUNCTION 'RS_HELP_HANDLING' EXPORTING dynpfield = 'FPB_EXP_DYNP0130-SAPTCODE' dynpname = sy-dynnr object = 'T ' progname = 'SAPLSEUK'.

RS_HELP_HANDLING CALL FUNCTION 'RS_HELP_HANDLING' EXPORTING dynpfield = 'FPB_EXP_DYNP0130-DISP_TCODE' dynpname = sy-dynnr object = 'T ' progname = 'SAPLSEUK'.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'EXP_CUST_KFPRICE' EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.

SPROJECT_TR_SET_MEMORY * CALL FUNCTION 'SPROJECT_TR_SET_MEMORY' * EXPORTING * project_id = space * img_activity = 'EXP_V_FCOM_KFPRICE'.

S_CUS_ACTIVITY_EXECUTE * CALL FUNCTION 'S_CUS_ACTIVITY_EXECUTE' * EXPORTING * activity = 'EXP_V_FCOM_KFPRICE'.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = ld_repid dynumb = ld_dynnr TABLES dynpfields = lt_values 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 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

FPB_EXP_RFC_GET_INSTANCE_LIST CALL FUNCTION 'FPB_EXP_RFC_GET_INSTANCE_LIST' EXPORTING id_scenario = ld_scenario id_instance = ld_instance TABLES et_instance = lt_instance.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'FPB_EXP_INST_EXT' retfield = 'INSTANCE' dynpprog = ld_repid dynpnr = ld_dynnr dynprofield = 'FPB_EXP_DYNP0130-INST_OVW' value_org = 'S' TABLES value_tab = lt_instance return_tab = lt_return_tab dynpfld_mapping = lt_dynpfld_mapping EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = lt_values.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = ld_repid dynumb = ld_dynnr TABLES dynpfields = lt_values 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 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'FPB_S_SCENARIO' retfield = 'SCENARIO' dynpprog = ld_repid dynpnr = ld_dynnr dynprofield = 'FPB_EXP_DYNP0130-SCEN_OVW' value_org = 'S' TABLES value_tab = lt_scen return_tab = lt_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = lt_values EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = ld_repid dynumb = ld_dynnr TABLES dynpfields = lt_values 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 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

FPB_EXP_RFC_GET_INSTANCE_LIST





CALL FUNCTION 'FPB_EXP_RFC_GET_INSTANCE_LIST' EXPORTING id_scenario = ld_scenario id_instance = ld_instance TABLES et_instance = lt_instance.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = ld_repid dynumb = ld_dynnr TABLES dynpfields = lt_values EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = ld_repid dynumb = ld_dynnr TABLES dynpfields = lt_values 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 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'FPB_S_SCENARIO' retfield = 'SCENARIO' dynpprog = ld_repid dynpnr = ld_dynnr dynprofield = 'FPB_EXP_DYNP0110-SCENARIO' value_org = 'S' TABLES value_tab = lt_scen return_tab = lt_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = lt_values EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = ld_repid dynumb = ld_dynnr TABLES dynpfields = lt_values 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 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

DOCU_VALUE_REQUEST CALL FUNCTION 'DOCU_VALUE_REQUEST' EXPORTING id = 'DT' "Dialogtext object = ld_docu_obj langu = sy-langu typ = ld_docu_typ for_display = 'X' IMPORTING value_object = ld_docu_obj CHANGING not_found = ld_dialog_not_found.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = ld_repid dynumb = ld_dynnr TABLES dynpfields = lt_values EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.



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