SAP Reports / Programs

FICIPI10 SAP ABAP Report - Additional Financial Data/IPI: Inventory and Supplier Data







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


Text pool values


Title: Additional Financial Data/IPI: Inventory and Supplier Data
Text Symbol: T01 = Inventory data
Text Symbol: T02 = Supplier data
Text Symbol: T03 = Display inventory data
Text Symbol: T04 = Change inventory data
Text Symbol: T05 = Consolidation group
Text Symbol: T06 = Consolidation unit
Text Symbol: T07 = Display supplier data
Text Symbol: T08 = Change supplier data


INCLUDES used within this REPORT FICIPI10

INCLUDE FICIPTOP.


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:

RS_TREE_PUSH CALL FUNCTION 'RS_TREE_PUSH'.

RS_TREE_POP CALL FUNCTION 'RS_TREE_POP'.

FC_GET_VERSIONS CALL FUNCTION 'FC_GET_VERSIONS' EXPORTING e_errflg = '1' e_rvers = pa_rvers e_ind_ipivs = '1' IMPORTING i_ipivs = gd_ipivs.

FC_AUTHORITY_CHECK CALL FUNCTION 'FC_AUTHORITY_CHECK' EXPORTING e_id = 'CACTT' e_dimen = i_dimen e_congr = i_cg e_bunit = i_cu e_rvers = i_rvers e_cactt = '02' "task category: data entry e_cacti = '' e_actvt = ld_actvt.

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES nodetab = gt_nodes EXCEPTIONS tree_failure = 1 id_not_found = 2 wrong_relationship = 3 OTHERS = 4.

RS_TREE_SET_CURRENT_LAYOUT CALL FUNCTION 'RS_TREE_SET_CURRENT_LAYOUT' EXPORTING cursor_column = 3 cursor_line = 5.

FC_COIMETH_HIERARCHY CALL FUNCTION 'FC_COIMETH_HIERARCHY' EXPORTING e_dimen = id_dimen e_congr = id_congr e_rvers = id_rvers e_ryear = id_ryear e_perid = id_perid IMPORTING it_cg_mhry = et_cg_mhry it_cu_mhry = et_cu_mhry.

CONVERSION_EXIT_AFIMC_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_AFIMC_OUTPUT' EXPORTING input = ls_cg_mhry-congr IMPORTING output = ld_conv_congr.

CONVERSION_EXIT_AFIMC_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_AFIMC_OUTPUT' EXPORTING input = ls_cu_mhry-bunit IMPORTING output = ld_conv_bunit.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = 'FICIPI10' callback_user_command = 'USR_CONTROL' callback_text_display = 'NODE_TEXT' callback_color_display = 'COLOR_DISPLAY' callback_top_of_page = 'HEADER' status = 'OWN' * CHECK_DUPLICATE_NAME = '1' * COLOR_OF_LINK = '1' * COLOR_OF_NODE = '4' * COLOR_OF_MARK = '3' * LOWER_CASE_SENSITIVE = ' ' * MODIFICATION_LOG = ' ' * NODE_LENGTH = 30 * TEXT_LENGTH = 75 text_length1 = 10 text_length2 = 10 * RETURN_MARKED_SUBTREE = ' ' * SCREEN_START_COLUMN = 0 * SCREEN_START_LINE = 0 * SCREEN_END_COLUMN = 0 * SCREEN_END_LINE = 0 * SUPPRESS_NODE_OUTPUT = ' ' IMPORTING f15 = gd_flg EXCEPTIONS OTHERS = 1.

FC_HEADER_LIST CALL FUNCTION 'FC_HEADER_LIST' EXPORTING e_length = 80 e_title = sy-title e_dimen = pa_dimen e_itclg = pa_itclg e_rvers = pa_rvers e_ryear = pa_ryear e_perid = pa_perid.

RS_TREE_GET_CURRENT_LAYOUT CALL FUNCTION 'RS_TREE_GET_CURRENT_LAYOUT' IMPORTING cursor_column = gd_cursor_column_hry cursor_line = gd_cursor_line_hry first_node = gd_first_node_hry first_node_type = gd_first_node_type_hry list_column = gd_list_column_hry list_line = gd_list_line_hry TABLES layout = gt_layout_hry EXCEPTIONS OTHERS = 1.

RS_TREE_SET_CURRENT_LAYOUT CALL FUNCTION 'RS_TREE_SET_CURRENT_LAYOUT' EXPORTING cursor_column = gd_cursor_column_hry cursor_line = gd_cursor_line_hry first_node = gd_first_node_hry first_node_type = gd_first_node_type_hry list_column = gd_list_column_hry list_line = gd_list_line_hry TABLES layout = gt_layout_hry EXCEPTIONS OTHERS = 1.

FC_GET_MEMORY_ID CALL FUNCTION 'FC_GET_MEMORY_ID' EXPORTING e_cg_flag = 'X' IMPORTING i_memory_id = gd_memid.

FC_GET_MEMORY_ID CALL FUNCTION 'FC_GET_MEMORY_ID' EXPORTING e_cu_flag = 'X' IMPORTING i_memory_id = gd_memid.

FC_STATUS_CHECK_CACTI_AFD CALL FUNCTION 'FC_STATUS_CHECK_CACTI_AFD' "xog65248 EXPORTING "xog65248 e_dimen = pa_dimen "xog65248 e_itclg = pa_itclg "xog65248 e_rvers = pa_rvers "xog65248 e_ryear = pa_ryear "xog65248 e_perid = pa_perid "xog65248 e_bunit = id_bunit "xog65248 e_coi = space "xog65248 TABLES "xog65248 t_locked = lt_locked. "xog65248

FC_IPI_INV_READ CALL FUNCTION 'FC_IPI_INV_READ' EXPORTING e_dimen = id_dimen e_rldnr = id_rldnr e_itclg = id_itclg e_rvers = id_rvers e_ryear = id_ryear e_perid = id_perid et_bunit = lt_bunit IMPORTING it_inv = et_inv CHANGING * messages not used here -> dont send messages here! ct_message = lt_message.

FC_IPI_SUP_READ * CALL FUNCTION 'FC_IPI_SUP_READ' ...

FC_GET_VERSIONS





CALL FUNCTION 'FC_GET_VERSIONS' EXPORTING e_rvers = id_rvers e_ind_ipivs = '1' IMPORTING i_ipivs = ld_ipivs.

CONVERSION_EXIT_AFIMC_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_AFIMC_OUTPUT' EXPORTING input = ls_inv-buptr IMPORTING output = ld_conv_buptr.

CONVERSION_EXIT_AFIMC_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_AFIMC_OUTPUT' EXPORTING input = ls_sup-buptr IMPORTING output = ld_conv_buptr.



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