SAP Reports / Programs | Controlling | Product Cost Controlling | Cost Object Controlling(CO-PC-OBJ) SAP CO

FKV01F80 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = 'KV' MSGNR = '099' MSGTY = 'E' MSGV1 = 'WRONG_VALUE_TYPE_PRIMARY_COSTS' MSGV2 = REPID MSGV3 = PAR_COSPA-WRTTP OBJECT_DEPENDENT = CON_XFELD-JA.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = CON_ARBGB MSGNR = CON_MSGNR-NR099 MSGTY = CON_MSGTY-FEHLR MSGV1 = 'WRONG_VALUE_TYPE_SECONDARY_COSTS' MSGV2 = REPID MSGV3 = PAR_COSSA-WRTTP OBJECT_DEPENDENT = CON_XFELD-JA.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = CON_ARBGB MSGNR = CON_MSGNR-NR099 MSGTY = CON_MSGTY-FEHLR MSGV1 = 'WRONG_VALUE_TYPE_COSTS_GENERAL' MSGV2 = REPID MSGV3 = PAR_WRTTP OBJECT_DEPENDENT = CON_XFELD-JA.

K_SUBKEY_GET CALL FUNCTION 'K_SUBKEY_GET' EXPORTING MERKMALE = DAT_COKEY IMPORTING CO_HRKFT = PTA_COEP-HRKFT.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = CON_ARBGB MSGNR = CON_MSGNR-NR099 MSGTY = CON_MSGTY-FEHLR MSGV1 = 'WRONG_TARGET_COST_INDICATOR' MSGV2 = REPID MSGV3 = -AWPSK OBJECT_DEPENDENT = CON_XFELD-JA.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = CON_ARBGB MSGNR = CON_MSGNR-NR099 MSGTY = CON_MSGTY-FEHLR MSGV1 = 'WRONG_WIP_COST_INDICATOR' MSGV2 = REPID MSGV3 = -AWPSK OBJECT_DEPENDENT = CON_XFELD-JA.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = CON_ARBGB MSGNR = CON_MSGNR-NR099 MSGTY = CON_MSGTY-FEHLR MSGV1 = 'WRONG_CONTROL_COST_INDICATOR' MSGV2 = REPID MSGV3 = -AWPSK OBJECT_DEPENDENT = CON_XFELD-JA.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = CON_ARBGB MSGNR = CON_MSGNR-NR099 MSGTY = CON_MSGTY-FEHLR MSGV1 = 'WRONG_VALUE_TYPE_TARGET_ITEM' MSGV2 = REPID MSGV3 = PTA_COEP-WRTTP OBJECT_DEPENDENT = CON_XFELD-JA.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = CON_ARBGB MSGNR = CON_MSGNR-NR099 MSGTY = CON_MSGTY-FEHLR MSGV1 = 'WRONG_CREDIT_INDICATOR' MSGV2 = REPID MSGV3 = -AWBEL OBJECT_DEPENDENT = CON_XFELD-JA.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = CON_ARBGB MSGNR = CON_MSGNR-NR099 MSGTY = CON_MSGTY-FEHLR MSGV1 = 'TOO_MANY_LINE_ITEMS' MSGV2 = REPID MSGV3 = PTA_COBK-SUMBZ OBJECT_DEPENDENT = CON_XFELD-JA.

K_COEP_INSERT CALL FUNCTION 'K_COEP_INSERT' IN UPDATE TASK EXPORTING EPSKZ = PAR_EPSKZ1 VRGNG = PTA_COBK-VRGNG TABLES "EXPORTING COBK_TAB = PTA_COBK COEP_TAB = PTA_COEP.

K_COEP_INSERT CALL FUNCTION 'K_COEP_INSERT' EXPORTING EPSKZ = PAR_EPSKZ1 VRGNG = PTA_COBK-VRGNG TABLES "EXPORTING COBK_TAB = PTA_COBK COEP_TAB = PTA_COEP.

K_COSPA_READ_MULTI_BUFFER CALL FUNCTION 'K_COSPA_READ_MULTI_BUFFER' EXPORTING VON_PERIODE = POPER_VON BIS_PERIODE = POPER_BIS KOKRS = PAR_KOKRS MODUS = '1' TABLES T_COSEL = TAB_COSEL T_COSPA = TAB_COSPA EXCEPTIONS OTHERS = 1.

K_COSSA_READ_MULTI_BUFFER CALL FUNCTION 'K_COSSA_READ_MULTI_BUFFER' EXPORTING VON_PERIODE = POPER_VON BIS_PERIODE = POPER_BIS KOKRS = PAR_KOKRS MODUS = '1' TABLES "USING T_COSEL = TAB_COSEL T_COSSA = TAB_COSSA EXCEPTIONS OTHERS = 1.



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