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

MKMA6I07 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

SHOW_SELECTION_LIST * CALL FUNCTION 'SHOW_SELECTION_LIST' * EXPORTING TABLE = 'CSLA1 ' * FIELD = 'LEINH ' * SORTED = SPACE * IMPORTING SEL_OBJECT = ROW * TABLES LIST = IT006B.

SHOW_SELECTION_LIST * CALL FUNCTION 'SHOW_SELECTION_LIST' * EXPORTING TABLE = 'CSLA1 ' * FIELD = 'AUSEH ' * SORTED = SPACE * IMPORTING SEL_OBJECT = ROW * TABLES LIST = IT006B.

SHOW_SELECTION_LIST_MULTI CALL FUNCTION 'SHOW_SELECTION_LIST_MULTI' EXPORTING MAX_SELECTS = MAX_SELECTS TABLE = 'KOST1 ' FIELD = 'KOSAR ' NO_PICKUP = LD_KSTTY_DP "P30K074889 TABLES LIST = HELP-KSTTY.

HELP_VALUES_GET_WITH_TABLE_EXT CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE_EXT' EXPORTING CUCOL = 0 CUROW = 0 DISPLAY = DISPLAY FIELDNAME = SSL_FIELDNAME TABNAME = SSL_TABNAME IMPORTING INDEX = F4_INDEX * SELECT_VALUE = TABLES FIELDS = F4_VALUE SELECT_VALUES = F4_VTAB VALUETAB = VALUE_TAB.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' " AL0K083249 EXPORTING " AL0K083249 tabname = 'CSLA1' " AL0K083249 fieldname = 'TARKZ' " AL0K083249 display = ld_tarkz_dp " AL0K083249 callback_program = 'SAPLKMA6' " AL0K083249 callback_form = 'CALLBACK_F4_TARKZ' " AL0K083249 TABLES " AL0K083249 RETURN_TAB = lt_tab " AL0K083249 EXCEPTIONS " AL0K083249 OTHERS = 1. " AL0K083249

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' " AL0K083249 EXPORTING " AL0K083249 tabname = 'CSLA1' " AL0K083249 fieldname = 'TARKZ' " AL0K083249 display = ld_tarkz_i_dp " AL0K083249 callback_program = 'SAPLKMA6' " AL0K083249 callback_form = 'CALLBACK_F4_TARKZ_I' " AL0K083249 TABLES " AL0K083249 RETURN_TAB = lt_tab " AL0K083249 EXCEPTIONS " AL0K083249 OTHERS = 1. " AL0K083249

READ_COSTELEMENT_TEXT CALL FUNCTION 'READ_COSTELEMENT_TEXT' EXPORTING SPRACHE = SY-LANGU KTOPL = LD_KTOPL KSTAR = CSKB-KSTAR IMPORTING TEXT_WA = LS_CSKU EXCEPTIONS TEXT_NOT_FOUND = 4.

HELP_VALUES_GET_WITH_TABLE_EXT CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE_EXT' EXPORTING * CUCOL = 0 * CUROW = 0 DISPLAY = LD_DISPLAY FIELDNAME = 'VKSTA ' TABNAME = 'CSLA1 ' * TITLE_IN_VALUES_LIST = ' ' * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * USE_USER_SHRINKING = ' ' * TITEL = ' ' * NO_SCROLL = ' ' * NO_CONVERSION = ' ' IMPORTING * INDEX = SELECT_VALUE = CSLA1-VKSTA TABLES FIELDS = LT_FIELDS SELECT_VALUES = LT_SELECT_VALUES VALUETAB = LT_VKSTA.



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