SAP Reports / Programs | Controlling | Product Cost Controlling | Product Cost Controlling Information System(CO-PC-IS) SAP CO

MKKB2F10 SAP ABAP INCLUDE - Routine Pool SAPMKKB2







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


Text pool values


Title: Routine Pool SAPMKKB2


INCLUDES used within this REPORT MKKB2F10

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_KKB_JOB_READ CALL FUNCTION 'K_KKB_JOB_READ' " Bericht prüfen EXPORTING RGJNR = JOB_TAB-BGR IMPORTING JOB_DATA = KKBJB EXCEPTIONS JOB_DOES_NOT_EXIST = 01.

G_JOB_AUTHORITY_CHECK CALL FUNCTION 'G_JOB_AUTHORITY_CHECK' EXPORTING ACTVT = '03' RGJNR = JOB_TAB-BGR EXCEPTIONS NO_AUTHORITY = 8.

K_KKB_JOB_READ CALL FUNCTION 'K_KKB_JOB_READ' " Bericht prüfen EXPORTING RGJNR = JOB_TAB-BGR IMPORTING JOB_DATA = KKBJB EXCEPTIONS JOB_DOES_NOT_EXIST = 01.

K_KKB_JOB_READ CALL FUNCTION 'K_KKB_JOB_READ' " Bericht prüfen EXPORTING RGJNR = JOB_TAB-BGR IMPORTING JOB_DATA = KKBJB EXCEPTIONS JOB_DOES_NOT_EXIST = 01.

G_JOB_AUTHORITY_CHECK CALL FUNCTION 'G_JOB_AUTHORITY_CHECK' EXPORTING ACTVT = '03' RGJNR = JOB_TAB-BGR EXCEPTIONS NO_AUTHORITY = 8.

K_KKB_JOB_READ CALL FUNCTION 'K_KKB_JOB_READ' " Bericht prüfen EXPORTING RGJNR = JOB_TAB-BGR IMPORTING JOB_DATA = KKBJB EXCEPTIONS JOB_DOES_NOT_EXIST = 01.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXT-B01 TEXTLINE2 = TEXT-B02 TITEL = TEXT-B03 IMPORTING ANSWER = INT-EXIT.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXT-L01 TEXTLINE2 = TEXT-L02 TITEL = TEXT-L03 IMPORTING ANSWER = INT-EXIT.

DEQUEUE_E_KKBX CALL FUNCTION 'DEQUEUE_E_KKBX' " Userberichte EXPORTING " entsperren UNA = SY-UNAME ANW = PARAM-ANW.

DEQUEUE_E_KKBY CALL FUNCTION 'DEQUEUE_E_KKBY' " Userberichte EXPORTING " entsperren UNA = SY-UNAME ANW = PARAM-ANW.

K_KKB_JOB_READ CALL FUNCTION 'K_KKB_JOB_READ' EXPORTING LANGU = SY-LANGU RGJNR = JOB_TAB-BGR IMPORTING JOB_DATA = KKBJB EXCEPTIONS JOB_DOES_NOT_EXIST = 01.

G_MAINTAIN_REPORT_DOCU CALL FUNCTION 'G_MAINTAIN_REPORT_DOCU' EXPORTING DISPLAY = 2 DOCU_TYPE = ' ' EDITOR_TITLE = ' ' ID = 'TXTG' LANGUAGE = SY-LANGU LIB = KKBJB-LIB NAME = SJD-NAME D_TYPE = 'G' EXCEPTIONS NOT_FOUND = 01.

K_KKB_JOB_READ CALL FUNCTION 'K_KKB_JOB_READ' EXPORTING LANGU = SY-LANGU RGJNR = SJD-BGR IMPORTING JOB_DATA = KKBJB EXCEPTIONS JOB_DOES_NOT_EXIST = 01.

G_MAINTAIN_REPORT_DOCU CALL FUNCTION 'G_MAINTAIN_REPORT_DOCU' EXPORTING DISPLAY = 2 DOCU_TYPE = ' ' EDITOR_TITLE = ' ' ID = 'TXTG' LANGUAGE = SY-LANGU LIB = KKBJB-LIB NAME = SJD-NAME OBJECT = 'REP-WRITER' D_TYPE = 'G' EXCEPTIONS NOT_FOUND = 01.

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING CMOD_ENTRANCE = ' ' DISPL = 'X' DISPL_MODE = '2' ID = 'RE' LANGU = SY-LANGU OBJECT = SJD-OBJECT TYP = 'E'.

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING CMOD_ENTRANCE = ' ' DISPL = 'X' DISPL_MODE = '2' ID = 'RE' LANGU = SY-LANGU OBJECT = SJD-OBJECT TYP = 'E'.

K_RW_REPORT_TREE_CALL CALL FUNCTION 'K_RW_REPORT_TREE_CALL' EXPORTING I_APPL = TKKBU-APPL I_SAPPL = TKKBU-SAPPL I_UNAME = TKKBU-UNA I_MODE = '1' IMPORTING E_SUBRC = CAL_SUBRC EXCEPTIONS TREE_NOT_ACTIVE = 01 NO_TREE_SET = 02.



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