SAP Reports / Programs | Controlling | Overhead Cost Controlling | Overhead Cost Orders(CO-OM-OPA) SAP CO

MKAVGF01 SAP ABAP INCLUDE - ?...







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


Text pool values


Title: ?...


INCLUDES used within this REPORT MKAVGF01

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:

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING PAGE_ACT = PAGE_ACT ENTRY_ACT = ENTRY_ACT ENTRY_FROM = ENTRY_FROM ENTRY_TO = ENTRY_TO LAST_PAGE_FULL = LAST_PAGE_FULL LOOPS = LOOPS OK_CODE = OK-SAVE OVERLAPPING = OVERLAPPING PAGE_GO = PAGE_GO IMPORTING ENTRY_NEW = ENTRY_NEW ENTRIES_SUM = ENTRIES_SUM PAGES_SUM = PAGES_SUM PAGE_NEW = PAGE_NEW EXCEPTIONS NO_ENTRY_OR_PAGE_ACT = 1 NO_ENTRY_TO = 2 * no_loops = 3 "P30K101161 NO_OK_CODE_OR_PAGE_GO = 4.

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING TEXT_BEFORE = TEXTLINE1 OBJECTVALUE = TKAVG-GRUPPE TEXT_AFTER = TEXTLINE2 DEFAULTOPTION = 'N' TITEL = TITEL IMPORTING ANSWER = ANSWER EXCEPTIONS * titel_to_long = 1. "P30K101161

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = TEXTLINE1 TEXTLINE2 = TEXTLINE2 TITEL = TITEL IMPORTING ANSWER = ANSWER.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'J' TEXTLINE1 = TEXTLINE1 TEXTLINE2 = TEXTLINE2 TITEL = TITEL IMPORTING ANSWER = ANSWER.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING TABNAME = 'TKAVG' VARKEY = SPERRKEY EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING TABNAME = 'TKAVT' VARKEY = SPERRKEY EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' "P30K084429 EXPORTING "P30K084429 IV_CATEGORY = 'CUST' "P30K084429 IV_CLI_DEP = 'X' "P30K084429 IMPORTING "P30K084429 EV_TASK = KORRNR "P30K084429 EXCEPTIONS "P30K084429 NO_CORRECTION_SELECTED = 1. "P30K084429

TLOGO_OBJECT_APPEND CALL FUNCTION 'TLOGO_OBJECT_APPEND' EXPORTING KORRNR = KORRNR OBJTYPE = TR_OBJ_VRGGRP OBJ_NAME = VRGGRP_KEY.

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' "Automatischer Transportanschluß * IMPORTING * WE_ORDER = * WE_TASK = * WE_OBJECTS_APPENDABLE = TABLES WT_KO200 = KO200_TAB WT_E071K = E071K_TAB.

TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' * EXPORTING * WI_ORDER = ' ' * IMPORTING * WE_ORDER = * WE_TASK = TABLES WT_KO200 = KO200_TAB WT_E071K = E071K_TAB.



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