SAP Reports / Programs | Controlling | Product Cost Controlling | Product Cost by Period(CO-PC-OBJ-PER) SAP CO

MKKS0F90 SAP ABAP INCLUDE - Form Routines (Special Functions)







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


Text pool values


Title: Form Routines (Special Functions)


INCLUDES used within this REPORT MKKS0F90

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:

K_CO_OBJECT_BALANCE_GET CALL FUNCTION 'K_CO_OBJECT_BALANCE_GET' EXPORTING * PAR_GJAH1 = * PAR_POPE1 = * PAR_GJAH2 = * PAR_POPE2 = FLG_DINFO = CON_X FLG_DBCRD = CON_X PAR_KOKRS = KKS00-KOKRS FLG_SETTL = CON_X FLG_POPER = CON_X FLG_FYEAR = CON_X FLG_NOALV = CON_CHAR TABLES PTA_WRTTP = OBS_WRTTP * PTA_AWVRS = * PTA_VALTY = PTA_OBJNR = OBS_OBJNR TAB_KV02S = OBS_KV02S EXCEPTIONS SYSTEM_ERROR = 0 OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'KKS09' CHANGING CT_FIELDCAT = TAB_FLCAT EXCEPTIONS INCONSISTENT_INTERFACE = 0 PROGRAM_ERROR = 0 OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'SAPMKKS0' IT_FIELDCAT = TAB_FLCAT I_SAVE = 'A' TABLES T_OUTTAB = TAB_KKS09 EXCEPTIONS PROGRAM_ERROR = 0 OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'IONRB' CHANGING CT_FIELDCAT = TAB_FLCAT EXCEPTIONS INCONSISTENT_INTERFACE = 0 PROGRAM_ERROR = 0 OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'SAPMKKS0' IT_FIELDCAT = TAB_FLCAT I_SAVE = 'A' TABLES T_OUTTAB = TAB_OBJNP EXCEPTIONS PROGRAM_ERROR = 0 OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'KV20A' CHANGING CT_FIELDCAT = TAB_FLCAT EXCEPTIONS INCONSISTENT_INTERFACE = 0 PROGRAM_ERROR = 0 OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'SAPMKKS0' IT_FIELDCAT = TAB_FLCAT I_SAVE = 'A' TABLES T_OUTTAB = TAB_KV20A EXCEPTIONS PROGRAM_ERROR = 0 OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'KV012' CHANGING CT_FIELDCAT = TAB_FLCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 99.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'SAPMKKS0' IS_LAYOUT = FLE_LAYOU IT_FIELDCAT = TAB_FLCAT IT_SPECIAL_GROUPS = TAB_GROUP IT_SORT = TAB_ISORT I_SAVE = 'A' TABLES T_OUTTAB = TAB_KV012 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 99.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'KV013' CHANGING CT_FIELDCAT = TAB_FLCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 99.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'SAPMKKS0' IS_LAYOUT = FLE_LAYOU IT_FIELDCAT = TAB_FLCAT IT_SPECIAL_GROUPS = TAB_GROUP IT_SORT = TAB_ISORT I_SAVE = 'A' TABLES T_OUTTAB = TAB_KV013 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 99.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'KV011V' CHANGING CT_FIELDCAT = TAB_FLCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 99.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'SAPMKKS0' IS_LAYOUT = FLE_LAYOU IT_FIELDCAT = TAB_FLCAT IT_SPECIAL_GROUPS = TAB_GROUP IT_SORT = TAB_ISORT I_SAVE = 'A' TABLES T_OUTTAB = TAB_KV011V EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 99.



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