SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

FICIIFLO SAP ABAP INCLUDE - Elimination of IU Profit/Loss in Inventory: Elimination + Posting







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


Text pool values


Title: Elimination of IU Profit/Loss in Inventory: Elimination + Posting


INCLUDES used within this REPORT FICIIFLO

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:

FC_POST_COMMIT_INIT CALL FUNCTION 'FC_POST_COMMIT_INIT' "ged040700 EXPORTING E_DIMEN = id_dimen E_CACTI = id_cacti.

FC_DOCUMENT_REFRESH * CALL FUNCTION 'FC_DOCUMENT_REFRESH' * EXPORTING * e_dimen = ls_ip_cu_pcu-gp-dimen * e_rldnr = ls_ip_cu_pcu-gp-rldnr * e_itclg = ls_ip_cu_pcu-gp-itclg * e_rvers = ls_ip_cu_pcu-gp-rvers * e_ryear = id_ryear * e_perid = id_perid * e_docty = ls_ip_cu_pcu-gp-docty * e_action = fc05_con_dr_actn-all * e_type = fc05_con_dr_type-cu_pcu * et_cu_pcu = ls_ip_cu_pcu-cu_pcu.

FC_DOCUMENT_REFRESH CALL FUNCTION 'FC_DOCUMENT_REFRESH' EXPORTING e_dimen = ls_ip_cu_pcu-gp-dimen e_rldnr = ls_ip_cu_pcu-gp-rldnr e_itclg = ls_ip_cu_pcu-gp-itclg e_rvers = ls_ip_cu_pcu-gp-rvers e_ryear = id_ryear e_perid = id_perid e_docty = ls_ip_cu_pcu-gp-docty e_action = fc05_con_dr_actn-sel e_type = fc05_con_dr_type-pair et_cu = lt_dr_cu es_pair_lock = is_pair_lock "xog181185 * et_lock_cu_cg = it_lock_cu_cg "xog181185 IMPORTING it_doc = lt_doc it_doc_op = lt_doc_op.

FC_DOCUMENT_REFRESH CALL FUNCTION 'FC_DOCUMENT_REFRESH' EXPORTING e_dimen = ls_ip_cu_pcu-gp-dimen e_rldnr = ls_ip_cu_pcu-gp-rldnr e_itclg = ls_ip_cu_pcu-gp-itclg e_rvers = ls_ip_cu_pcu-gp-rvers e_ryear = id_ryear e_perid = id_perid e_docty = ls_ip_cu_pcu-gp-docty e_action = fc05_con_dr_actn-del e_type = fc05_con_dr_type-pair es_pair_lock = is_pair_lock "xog181185 et_doc = lt_doc et_doc_op = lt_doc_op.

FC_IPI_ITEM_READ CALL FUNCTION 'FC_IPI_ITEM_READ' EXPORTING e_itkey = con_itkey_post e_prgrp = is_ip_val-prgrp e_item = is_ip_val-item et_item = it_item IMPORTING it_item = lt_item.

FC_IPI_ITEM_READ CALL FUNCTION 'FC_IPI_ITEM_READ' EXPORTING e_itkey = con_itkey_ctdf e_prgrp = is_ip_val-prgrp e_item = is_ip_val-item et_item = it_item IMPORTING it_item = lt_item.

FC_IPI_ITEM_READ CALL FUNCTION 'FC_IPI_ITEM_READ' EXPORTING e_itkey = con_itkey_csal e_prgrp = is_ip_val-prgrp e_item = is_ip_val-item et_item = it_item IMPORTING it_item = lt_item.

FC_IPI_ITEM_READ CALL FUNCTION 'FC_IPI_ITEM_READ' EXPORTING e_itkey = con_itkey_cosa e_prgrp = is_ip_val-prgrp e_item = is_ip_val-item et_item = it_item IMPORTING it_item = lt_item.

FC_DOCUMENT_ANALYZE2 CALL FUNCTION 'FC_DOCUMENT_ANALYZE2' EXPORTING e_rldnr = is_ip_val-gp-rldnr e_itclg = is_ip_val-gp-itclg e_dimen = is_ip_val-gp-dimen e_docty = id_docty e_rvers = is_ip_val-gp-rvers * e_ryear = id_ryear "xog142683 * e_perid = id_perid "xog142683 e_ryear = is_ip_val-gp-ryear "xog142683 e_perid = is_ip_val-gp-perid "xog142683 * ES_CONTROL = IMPORTING it_message = et_msgtab is_container = es_doc_info CHANGING ct_doc = ct_pdoc.

FC_IPI_ITEM_READ CALL FUNCTION 'FC_IPI_ITEM_READ' EXPORTING e_itkey = con_itkey_post e_prgrp = is_ip_val-prgrp e_item = is_ip_val-item et_item = it_item IMPORTING it_item = lt_item.

FC_DOCUMENT_POST2 CALL FUNCTION 'FC_DOCUMENT_POST2' EXPORTING e_rldnr = is_ip_val-gp-rldnr e_itclg = is_ip_val-gp-itclg e_dimen = is_ip_val-gp-dimen e_rvers = is_ip_val-gp-rvers e_ryear = id_ryear e_perid = id_perid * ES_CONTROL = et_doc = it_pdoc IMPORTING * it_message = et_msgtab "xog151406 it_message = lt_msgtab "xog151406 CHANGING ct_head = lt_header.

FC_STATUS_PAIR_CHECK_CG_AFFECT CALL FUNCTION 'FC_STATUS_PAIR_CHECK_CG_AFFECT' EXPORTING e_bunit = ls_message-bunit e_buptr = ls_message-buptr es_pair_lock = is_pair_lock IMPORTING it_cg_affected = lt_cg_affected.

FC_STATUS_PAIR_CHECK_CG_DONE CALL FUNCTION 'FC_STATUS_PAIR_CHECK_CG_DONE' EXPORTING e_congr_done = id_congr IMPORTING it_cg_done = lt_cg_done it_cg_touched = lt_cg_touched CHANGING cs_pair_lock = is_pair_lock.

FC_GET_VERSIONS CALL FUNCTION 'FC_GET_VERSIONS' EXPORTING e_rvers = id_rvers e_ind_fixvs = '1' IMPORTING i_fixvs = ld_fixvs.

FC_IPI_ITEM_READ CALL FUNCTION 'FC_IPI_ITEM_READ' EXPORTING e_itkey = id_itkey e_prgrp = id_prgrp e_item = id_item et_item = it_item IMPORTING it_item = lt_item.



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