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

FKV01F70 SAP ABAP INCLUDE - Process Master Data Routines







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


Text pool values


Title: Process Master Data Routines


INCLUDES used within this REPORT FKV01F70

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_BT_CAUFV_READ_WITH_KEY CALL FUNCTION 'CO_BT_CAUFV_READ_WITH_KEY' EXPORTING AUFNR_ACT = PAR_AUFNR EXCEPTIONS NOT_FOUND = 01.

CO_IT_SET_KBED_IN_ITAB_ACTIV CALL FUNCTION 'CO_IT_SET_KBED_IN_ITAB_ACTIV'.

CO_BT_DATA_RESET CALL FUNCTION 'CO_BT_DATA_RESET'.

STATUS_BUFFER_REFRESH CALL FUNCTION 'STATUS_BUFFER_REFRESH'.

CO_IT_SET_FLG_ITAB_NEW CALL FUNCTION 'CO_IT_SET_FLG_ITAB_NEW'.

CO_DB_ORDER_PRE_READ CALL FUNCTION 'CO_DB_ORDER_PRE_READ' EXPORTING OBJECTS = OBJECTS TABLES ORD_PRE_IMP = AUFTAB EXCEPTIONS NOT_FOUND = 01 RELEASE_NO_CHANGE = 02.

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

CO_BT_CAUFV_READ_WITH_KEY CALL FUNCTION 'CO_BT_CAUFV_READ_WITH_KEY' EXPORTING AUFNR_ACT = PAR_AUFNR IMPORTING CAUFVD_EXP = CAUFVD AFPOD_EXP = AFPOD EXCEPTIONS NOT_FOUND = 01.

OBJECT_KEY_GET CALL FUNCTION 'OBJECT_KEY_GET' EXPORTING I_OBJNR = PAR_OBJNR IMPORTING E_IONRA = STR_IONRA.

CO_COST_READ_ORDER CALL FUNCTION 'CO_COST_READ_ORDER' "ALRK071181 EXPORTING "ALRK071181 ORDER_NUMBER = STR_IONRA-AUFNR "ALRK071181 ORDER_ITEM = STR_IONRA-CO_POSNR "ALRK071181 IMPORTING "ALRK071181 ORDER = STR_CAUFV. "ALRK071181

K_ACTIVITY_PRICE_READ CALL FUNCTION 'K_ACTIVITY_PRICE_READ' EXPORTING GJAHR = PAR_GJAHR KOKRS = STR_IONRA-KOKRS KOSTL = STR_IONRA-KOSTL LSTAR = STR_IONRA-LSTAR PERIO = PAR_POPER PERKZ = CON_XFELD-JA VALUATION_NOT_NECESSARY = CON_XFELD-JA IMPORTING VKSTA = STR_VERKA-VERKO-KSTAR EXCEPTIONS OTHERS = 01.

K_COKL_READ call function 'K_COKL_READ' "ALRK004984 exporting "ALRK004984 cokl_read = str_cokl "ALRK004984 importing "ALRK004984 vksta = str_verka-verko-kstar "ALRK004984 exceptions "ALRK004984 not_found = 1 "ALRK004984 others = 2. "ALRK004984

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = sy-msgid MSGNR = msgno MSGTY = sy-msgty MSGV1 = sy-msgv1 MSGV2 = sy-msgv2 MSGV3 = sy-msgv3 MSGV4 = sy-msgv4 OBJECT_DEPENDENT = CON_XFELD-JA.

K_SUBKEY_INTERPRET CALL FUNCTION 'K_SUBKEY_INTERPRET' EXPORTING CO_HRKFT = HRKFT IMPORTING MERKMALE = STK_COKEY.

CK_F_ORG_ELEMENTS_PLANT CALL FUNCTION 'CK_F_ORG_ELEMENTS_PLANT' EXPORTING WERK = PAR_CAUFV-WERKS IMPORTING ORGANISATIONSELEMENTE = STR_CKIWK EXCEPTIONS OTHERS = 01.

CK_F_MATERIAL_READ_MACK2 CALL FUNCTION 'CK_F_MATERIAL_READ_MACK2' EXPORTING F_MTCOM_IMP = STR_MTCOM IMPORTING MACK2_EXP = STR_MACK2 EXCEPTIONS OTHERS = 01.

CK_F_ACCOUNT_ASSIGNMENT CALL FUNCTION 'CK_F_ACCOUNT_ASSIGNMENT' EXPORTING P_BEW_ART = CON_BWART-LAZUG P_BEW_KLASSE = STR_MACK2-BKLAS P_BEW_MODIF = STR_CKIWK-BWMOD P_KONTENPLAN = STR_CKIWK-KTOPL P_MTART = STR_MACK2-MTART P_WERKS = PAR_CAUFV-WERKS P_WARENZUGANG = CON_XFELD-JA IMPORTING P_KONTO_EXP = PAR_VERKO-KSTAR EXCEPTIONS OTHERS = 01.

K_OBJECT_ACTIVITY_ALLOC_CHECK CALL FUNCTION 'K_OBJECT_ACTIVITY_ALLOC_CHECK' EXPORTING OBJNR = PAR_OBJNR GJAHR = PAR_GJAHR VERSN = PAR_VERSN EXCEPTIONS NO_ACTIVITY_ALLOCATION = 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 FKV01F70 or its description.