SAP Reports / Programs | Production Planning and Control | Production Orders(PP-SFC) SAP PP

COFORM11 SAP ABAP INCLUDE - UPDATE_GLOBAL_TABLES







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


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 COFORM11. "Basic submit
SUBMIT COFORM11 AND RETURN. "Return to original report after report execution complete
SUBMIT COFORM11 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 COFORM11

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:

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.



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