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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.