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

MKMA6F30 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

GET_DIFFERING_FIELDS CALL FUNCTION 'GET_DIFFERING_FIELDS' TABLES FIELD_TAB = N_TAB INT_TAB = PFL-CSLA NAMETAB = NAMETAB.

GET_DIFFERING_FIELDS CALL FUNCTION 'GET_DIFFERING_FIELDS' TABLES FIELD_TAB = N_TAB INT_TAB = PFL-CSLA NAMETAB = NAMETAB.

GET_DIFFERING_FIELDS CALL FUNCTION 'GET_DIFFERING_FIELDS' TABLES FIELD_TAB = N_TAB INT_TAB = PFL-CSLA NAMETAB = NAMETAB.

GET_DIFFERING_FIELDS CALL FUNCTION 'GET_DIFFERING_FIELDS' TABLES FIELD_TAB = N_TAB INT_TAB = PFL-CSLA NAMETAB = NAMETAB.

K_HISTORY_SHOW CALL FUNCTION 'K_HISTORY_SHOW' "P30K077993 EXPORTING "P30K077993 HIST = LS_HIST. "P30K077993

TT_SETDBACTION CALL FUNCTION 'TT_SETDBACTION' EXPORTING DBA_VALUE = EQU-DBUPD DBACTION = COTTI-XXDBACTION IMPORTING NDBACTION = COTTI-XXDBACTION.

TT_COMPRESS CALL FUNCTION 'TT_COMPRESS' EXPORTING CA = LG_COTTI TABLES TIMETAB = COTTI EXCEPTIONS SYSERR = 01.

K_MASTERDATA_DELETE_CHECKS CALL FUNCTION 'K_MASTERDATA_DELETE_CHECKS' "P30K106765 EXPORTING "P30K106765 KOKRS = RKMA6-KOKRS "P30K106765 OBJECT_CLASS = 'LSTAR' "P30K106765 LSTAR = RKMA6-LSTAR "P30K106765 DATAB = RKMA6-DATAB "P30K106765 DATBI = RKMA6-DATBI "P30K106765 IMPORTING "P30K106765 SUM_FLAG = SUMFL "P30K106765 EXCEPTIONS "P30K106765 * WRONG_INPUT_PARAMETERS = 1 "P30K106765 OBJECT_LOCKED = 1. "P30K106765

K_DESCRIPTION_MAINTAIN CALL FUNCTION 'K_DESCRIPTION_MAINTAIN' EXPORTING KDM_FLG_ONLY_CHECK = ' ' KDM_MODUS = MODE KDM_TABLE_NAME = 'CSLA' KDM_TEXT_ID = 'LTXT' KDM_TEXT_NAME = GD_TEXT_NAME KDM_TEXT_NAME_REF = GD_TEXT_NAME_REF IMPORTING " : KDM_FLG_TEXT_EXISTS = RKMA6-TXFLG "P30K077993 KDM_FLG_TXT_FUNCTION = TXT-FUNCTION. "P30K077993

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = TITEL TEXTLINE1 = TEXTLINE1 TEXTLINE2 = TEXTLINE2 IMPORTING ANSWER = S-ANTWORT.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = TITEL TEXTLINE1 = TEXTLINE1 TEXTLINE2 = TEXTLINE2 IMPORTING ANSWER = S-ANTWORT.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = TITEL TEXTLINE1 = TEXTLINE1 TEXTLINE2 = TEXTLINE2 IMPORTING ANSWER = S-ANTWORT.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TITEL = TITEL TEXTLINE1 = TEXTLINE1 TEXTLINE2 = TEXTLINE2 IMPORTING ANSWER = S-ANTWORT.

K_DAYS_TO_YEARS_CONVERT CALL FUNCTION 'K_DAYS_TO_YEARS_CONVERT' EXPORTING DAT1 = DATAB DAT2 = DATBI PERIV = LMONA IMPORTING YEAR1 = LD_YEAR_LOW YEAR2 = LD_YEAR_HIGH.

K_REPORT_INTERFACE_ACTIVITIES CALL FUNCTION 'K_REPORT_INTERFACE_ACTIVITIES' TABLES * T_COKL = T_COSEL = LT_COSEL EXCEPTIONS * CONTROLLING_AREA_NOT_UNIQUE = 1 * BOTH_TABLES_FILLED = 2 NO_DATA = 3.



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