FPB_EXP_CUSTOM_I02 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_I02 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SERVICE' dynpnr = sy-dynnr dynprofield = 'SERVICE' value_org = 'S' TABLES value_tab = gt_service.
FPB_EXP_GET_OBJECT_SERVICE CALL FUNCTION 'FPB_EXP_GET_OBJECT_SERVICE' EXPORTING id_objectservice_id = 'COSTCENTER' id_scenario = gs_fpb_exp_scen-scenario id_dialogid = gs_fpb_exp_scen-dialogid IMPORTING er_objectservice = lr_objectservice EXCEPTIONS not_found = 1 others = 2.
ISR_GET_SCENARIOS_FOR_APPL CALL FUNCTION 'ISR_GET_SCENARIOS_FOR_APPL' EXPORTING id_application = 'S' IMPORTING et_scenario_basic = lt_isr_scenario.
DDIF_DOMA_GET *** call function 'DDIF_DOMA_GET' *** exporting *** name = 'FPB_EXP_VAR_TYPE' *** langu = sy-langu *** tables *** dd07v_tab = lt_doma_values *** exceptions *** illegal_input = 1 *** others = 2.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = ld_repid dynumb = ld_dynnr TABLES dynpfields = lt_dynval 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.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FPB_EXP_BPS_S_APPLNAME' lfieldname = 'APPLNAME' IMPORTING dfies_wa = ls_field.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FPB_EXP_BPS_S_APPLNAME' lfieldname = 'TEXT' IMPORTING dfies_wa = ls_field.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'APPLNAME' window_title = space TABLES value_tab = lt_value field_tab = lt_field return_tab = lt_return.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = lt_dynval EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 others = 8.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FPB_EXP_BPS_S_PLANAREA' lfieldname = 'AREA' IMPORTING dfies_wa = ls_field.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FPB_EXP_BPS_S_PLANAREA' lfieldname = 'TEXT' IMPORTING dfies_wa = ls_field.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'AREA' window_title = space TABLES value_tab = lt_value field_tab = lt_field return_tab = lt_return.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FPB_EXP_VAR_SAP' lfieldname = 'VAR_NAME' IMPORTING dfies_wa = ls_field.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FPB_EXP_DYNP0130' lfieldname = 'DESCRIPTION' IMPORTING dfies_wa = ls_field.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'VAR_NAME' window_title = space TABLES value_tab = lt_value field_tab = lt_field return_tab = lt_return.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = ld_repid dynumb = ld_dynnr TABLES dynpfields = lt_dynval 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_EXP_S_LPD_INSTANCE' retfield = 'INSTANCE' dynpprog = ld_repid dynpnr = ld_dynnr dynprofield = 'FPB_EXP_DYNP0130-INSTANCE' window_title = space value_org = 'S' TABLES value_tab = lt_lpd_instance return_tab = lt_return.
K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING * GJAHR = '0000' kokrs = fpb_exp_dynp0130-kokrs IMPORTING * E_TKA00 = e_tka01 = ls_tka01_kstar EXCEPTIONS not_found = 1 not_found_gjahr = 2 OTHERS = 3.
CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING shortname = fpb_exp_dynp0130-kagru "TABNAME = "FIELDNAME = "kokrs = g_kokrs ktopl = ls_tka01_kstar-ktopl "LIB = "RNAME = setclass = '0102' check_set_empty = 'X' IMPORTING new_setid = ld_setid "SET_INFO = EXCEPTIONS no_set_found = 1 no_set_picked_from_popup = 2 wrong_class = 3 wrong_subclass = 4 table_field_not_found = 5 fields_dont_match = 6 set_is_empty = 7 formula_in_set = 8 others = 9.
G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING shortname = fpb_exp_dynp0130-kagru setclass = '0109' IMPORTING new_setid = ld_setid EXCEPTIONS no_set_found = 1 no_set_picked_from_popup = 2 wrong_class = 3 wrong_subclass = 4 table_field_not_found = 5 fields_dont_match = 6 set_is_empty = 7 formula_in_set = 8 others = 9.
G_RW_CHECK_EXISTENCE_OF_SET call function 'G_RW_CHECK_EXISTENCE_OF_SET' exporting setid = ld_setid tabname = 'CCSS' fieldname = 'KSTAR' * IMPORTING * NEW_SETID = exceptions set_not_found = 1 illegal_field_replacement = 2 illegal_table_replacement = 3 set_is_empty = 4 formula_in_set = 5 OTHERS = 6.
K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING * GJAHR = '0000' kokrs = fpb_exp_dynp0130-kokrs IMPORTING * E_TKA00 = e_tka01 = ls_tka01_superkstar EXCEPTIONS not_found = 1 not_found_gjahr = 2 OTHERS = 3.
G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING shortname = fpb_exp_dynp0130-superset_kagru "TABNAME = "FIELDNAME = "kokrs = g_kokrs ktopl = ls_tka01_superkstar-ktopl "LIB = "RNAME = setclass = '0102' check_set_empty = 'X' IMPORTING new_setid = ld_setid "SET_INFO = EXCEPTIONS no_set_found = 1 no_set_picked_from_popup = 2 wrong_class = 3 wrong_subclass = 4 table_field_not_found = 5 fields_dont_match = 6 set_is_empty = 7 formula_in_set = 8 others = 9.
G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING shortname = fpb_exp_dynp0130-superset_kagru setclass = '0109' IMPORTING new_setid = ld_setid EXCEPTIONS no_set_found = 1 no_set_picked_from_popup = 2 wrong_class = 3 wrong_subclass = 4 table_field_not_found = 5 fields_dont_match = 6 set_is_empty = 7 formula_in_set = 8 others = 9.
G_RW_CHECK_EXISTENCE_OF_SET call function 'G_RW_CHECK_EXISTENCE_OF_SET' exporting setid = ld_setid tabname = 'CCSS' fieldname = 'KSTAR' * IMPORTING * NEW_SETID = exceptions set_not_found = 1 illegal_field_replacement = 2 illegal_table_replacement = 3 set_is_empty = 4 formula_in_set = 5 OTHERS = 6.
G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING shortname = fpb_exp_dynp0130-stgru "TABNAME = "FIELDNAME = "kokrs = g_kokrs "KTOPL = "LIB = "RNAME = setclass = '0104' check_set_empty = 'X' IMPORTING new_setid = ld_setid "SET_INFO = EXCEPTIONS no_set_found = 1 no_set_picked_from_popup = 2 wrong_class = 3 wrong_subclass = 4 table_field_not_found = 5 fields_dont_match = 6 set_is_empty = 7 formula_in_set = 8 others = 9.
G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING shortname = fpb_exp_dynp0130-stgru setclass = '0110' IMPORTING new_setid = ld_setid EXCEPTIONS no_set_found = 1 no_set_picked_from_popup = 2 wrong_class = 3 wrong_subclass = 4 table_field_not_found = 5 fields_dont_match = 6 set_is_empty = 7 formula_in_set = 8 others = 9.
G_RW_CHECK_EXISTENCE_OF_SET call function 'G_RW_CHECK_EXISTENCE_OF_SET' exporting setid = ld_setid tabname = 'CCSS' fieldname = 'STAGR' * IMPORTING * NEW_SETID = exceptions set_not_found = 1 illegal_field_replacement = 2 illegal_table_replacement = 3 set_is_empty = 4 formula_in_set = 5 OTHERS = 6.
G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING shortname = fpb_exp_dynp0130-superset_stgru "TABNAME = "FIELDNAME = "kokrs = g_kokrs "KTOPL = "LIB = "RNAME = setclass = '0104' check_set_empty = 'X' IMPORTING new_setid = ld_setid2 "SET_INFO = EXCEPTIONS no_set_found = 1 no_set_picked_from_popup = 2 wrong_class = 3 wrong_subclass = 4 table_field_not_found = 5 fields_dont_match = 6 set_is_empty = 7 formula_in_set = 8 others = 9.
G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING shortname = fpb_exp_dynp0130-superset_stgru setclass = '0110' IMPORTING new_setid = ld_setid2 EXCEPTIONS no_set_found = 1 no_set_picked_from_popup = 2 wrong_class = 3 wrong_subclass = 4 table_field_not_found = 5 fields_dont_match = 6 set_is_empty = 7 formula_in_set = 8 others = 9.
G_RW_CHECK_EXISTENCE_OF_SET call function 'G_RW_CHECK_EXISTENCE_OF_SET' exporting setid = ld_setid2 tabname = 'CCSS' fieldname = 'STAGR' * IMPORTING * NEW_SETID = exceptions set_not_found = 1 illegal_field_replacement = 2 illegal_table_replacement = 3 set_is_empty = 4 formula_in_set = 5 OTHERS = 6.
G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING shortname = fpb_exp_dynp0130-lagru kokrs = fpb_exp_dynp0130-kokrs setclass = '0105' check_set_empty = 'X' IMPORTING new_setid = ld_setid EXCEPTIONS no_set_found = 1 "SET_INFO = no_set_picked_from_popup = 2 wrong_class = 3 wrong_subclass = 4 table_field_not_found = 5 fields_dont_match = 6 set_is_empty = 7 formula_in_set = 8 others = 9.
G_RW_CHECK_EXISTENCE_OF_SET call function 'G_RW_CHECK_EXISTENCE_OF_SET' exporting setid = ld_setid tabname = 'CCSS' fieldname = 'LSTAR' * IMPORTING * NEW_SETID = exceptions set_not_found = 1 illegal_field_replacement = 2 illegal_table_replacement = 3 set_is_empty = 4 formula_in_set = 5 OTHERS = 6.
G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING shortname = fpb_exp_dynp0130-superset_lagru kokrs = fpb_exp_dynp0130-kokrs setclass = '0105' check_set_empty = 'X' IMPORTING new_setid = ld_setid2 EXCEPTIONS no_set_found = 1 no_set_picked_from_popup = 2 wrong_class = 3 wrong_subclass = 4 table_field_not_found = 5 fields_dont_match = 6 set_is_empty = 7 formula_in_set = 8 others = 9.
G_RW_CHECK_EXISTENCE_OF_SET call function 'G_RW_CHECK_EXISTENCE_OF_SET' exporting setid = ld_setid2 tabname = 'CCSS' fieldname = 'LSTAR' * IMPORTING * NEW_SETID = exceptions set_not_found = 1 illegal_field_replacement = 2 illegal_table_replacement = 3 set_is_empty = 4 formula_in_set = 5 OTHERS = 6.
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_I02 or its description.