COFORM11 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 COFORM11 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!
CO_BI_GET_ITEMS CALL FUNCTION 'CO_BI_GET_ITEMS' EXPORTING aufnr_act = is_caufvd-aufnr TABLES afpoget_tab = lt_afpo.
K_SRULE_PRE_READ CALL FUNCTION 'K_SRULE_PRE_READ' EXPORTING i_pflege = yx TABLES t_sender_objnr = lt_objnr.
K_SETTLEMENT_RULE_GET CALL FUNCTION 'K_SETTLEMENT_RULE_GET' EXPORTING objnr = is_caufvd-objnr TABLES e_cobra = lt_cobra e_cobrb = lt_cobrb EXCEPTIONS not_found = 1 OTHERS = 2.
K_SETTLEMENT_RULE_GET CALL FUNCTION 'K_SETTLEMENT_RULE_GET' EXPORTING objnr = is_caufvd-objnr TABLES e_cobra = lt_cobra e_cobrb = lt_cobrb EXCEPTIONS not_found = 1 OTHERS = 2.
STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING objnr = cs_caufvd-objnr status = stk_abr EXCEPTIONS object_not_found = 01 status_not_active = 02.
K_POSTING_RULES_DELETE CALL FUNCTION 'K_POSTING_RULES_DELETE' EXPORTING objnr = cs_caufvd-objnr EXCEPTIONS OTHERS = 01.
CO_BI_GET_ITEMS CALL FUNCTION 'CO_BI_GET_ITEMS' EXPORTING aufnr_act = cs_caufvd-aufnr TABLES afpoget_tab = lt_afpodget.
K_POSTING_RULES_DELETE CALL FUNCTION 'K_POSTING_RULES_DELETE' EXPORTING objnr = ls_afpodget-objnp EXCEPTIONS OTHERS = 01.
CK_F_PPC_ORDER_SETTLE CALL FUNCTION 'CK_F_PPC_ORDER_SETTLE' EXPORTING caufvd_imp = cs_caufvd afpod_imp = cs_afpod IMPORTING caufvd_exp = cs_caufvd procnr_exp = l_procnr proty_exp = l_proty EXCEPTIONS not_setteled = 2 not_completely_settled = 3.
CO_BI_GET_ITEMS_OLD CALL FUNCTION 'CO_BI_GET_ITEMS_OLD' EXPORTING i_aufnr = cs_caufvd-aufnr TABLES et_afpo_old = lt_afpo_old.
CO_BI_GET_ITEMS CALL FUNCTION 'CO_BI_GET_ITEMS' EXPORTING aufnr_act = cs_caufvd-aufnr TABLES afpoget_tab = lt_afpodget.
CO_BT_CAUFV_OLD_READ_WITH_KEY CALL FUNCTION 'CO_BT_CAUFV_OLD_READ_WITH_KEY' EXPORTING aufnr_act = caufvd-aufnr IMPORTING caufv_old_exp = ls_caufvdb_old EXCEPTIONS not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
COFORM11 - UPDATE_GLOBAL_TABLES COFORM10 - Cross-ABAP module pool routines for production orders COFORM02 - documentation and ABAP source code COFORM01 - Joint form routines for PP/PS detail screens COFORM00 - FORM Routine of Application Area CO (For All Module Pools) COFOMKMD - documentation and ABAP source code