SAP Reports / Programs | Production Planning and Control | KANBAN(PP-KAB) SAP PP

MMPKBF90 SAP ABAP INCLUDE - Function code processing







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


Text pool values


Title: Function code processing


INCLUDES used within this REPORT MMPKBF90

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:

MATERIAL_PRE_READ_MAKT CALL FUNCTION 'MATERIAL_PRE_READ_MAKT' TABLES ipre03 = preread_mat.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = mtcom IMPORTING matdaten = makt TABLES seqmat01 = dummy EXCEPTIONS OTHERS = 01.

PK_DISPLAY_ERROR_DATA CALL FUNCTION 'PK_DISPLAY_ERROR_DATA' EXPORTING repid_iv = repid_lv dynnr_iv = dynnr_lv TABLES pkerg_it = pkerg_gt pkhd_it = pkhdx.

PK_CHECK_VERSETZTES_LEERSETZEN CALL FUNCTION 'PK_CHECK_VERSETZTES_LEERSETZEN' EXPORTING i_pkhd = pkhd i_pkps = pkps "Kanban, der ausloest i_qnt_new = pkps-pkimg "note 1470535 IMPORTING e_pkps = pkpsw "Kanban der auf leer gesetzt wurde TABLES e_pker = pkerx EXCEPTIONS error_message = 1.

PK_ITEM_CHANGE_STATUS CALL FUNCTION 'PK_ITEM_CHANGE_STATUS' EXPORTING epkps = pkps pkimg = rmpkb-pkimg e_s_pkps = *pkps epkhd = pkhd echarg = rmpkb-charg epksd = pksd IMPORTING ipkps = pkps TABLES ipkerx = pkerx EXCEPTIONS error_message = 1.

PK_DISPLAY_ERROR_DATA CALL FUNCTION 'PK_DISPLAY_ERROR_DATA' EXPORTING repid_iv = repid_lv dynnr_iv = dynnr_lv TABLES pkerg_it = pkerg_gt pkhd_it = pkhdx.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = xline entry_from = vline entry_to = bline loops = loops ok_code = xcode last_page_full = 'X' overlapping = space IMPORTING entry_new = xline.

PK_STORNO CALL FUNCTION 'PK_STORNO' EXPORTING i_pkps = pkpsk i_pkhd = pkhd IMPORTING e_pkps = pkpsk e_pkek = pkek TABLES e_pkch = pkchk "Chargen eines | aktuell e_s_pkch = pkchs "einzelnen Kanbans | alt EXCEPTIONS error_message = 1 OTHERS = 2.

GET_TEXT_DOMVALUE CALL FUNCTION 'GET_TEXT_DOMVALUE' EXPORTING domname = domname domvalue = domvalue langu = sy-langu IMPORTING txt = domtext EXCEPTIONS not_found = 1.

PK_BACKFLUSH_AND_STATUS CALL FUNCTION 'PK_BACKFLUSH_AND_STATUS' EXPORTING irm61b = rm61b ipkps = pkpss ipkhd = pkhd ipvbe = pvbe itpk01 = tpk01x TABLES ipkerx = pkerx.

ME_UPDATE_SCHEDULES_DISPO CALL FUNCTION 'ME_UPDATE_SCHEDULES_DISPO' TABLES elements = mdlpx.

PK_REGELKREISPOSITION_AENDERN CALL FUNCTION 'PK_REGELKREISPOSITION_AENDERN' EXPORTING epkps = pkpsk e_s_pkps = *pkps.

ME_UPDATE_SCHEDULES_DISPO CALL FUNCTION 'ME_UPDATE_SCHEDULES_DISPO' TABLES elements = mdlpx.

PK_CHECK_VERSETZTES_LEERSETZEN CALL FUNCTION 'PK_CHECK_VERSETZTES_LEERSETZEN' EXPORTING i_pkhd = pkhd i_pkps = pkps i_qnt_new = 0 IMPORTING e_pkps = pkpsw_ls TABLES e_pker = pkerx e_pkch = pkchxkb EXCEPTIONS error_message = 1.

PK_ITEM_CHANGE_STATUS CALL FUNCTION 'PK_ITEM_CHANGE_STATUS' EXPORTING epkps = pkps pkimg = rmpkb-pkimg e_s_pkps = *pkps epkhd = pkhd echarg = rmpkb-charg epksd = pksd ecmflg = 'W' IMPORTING ipkps = pkps TABLES ipkerx = pkerx EXCEPTIONS error_message = 1 OTHERS = 2.

PK_DEQUEUE_KANBAN CALL FUNCTION 'PK_DEQUEUE_KANBAN' EXPORTING i_pkkey = pkpsw_ls-pkkey.

PK_DEQUEUE_KANBAN CALL FUNCTION 'PK_DEQUEUE_KANBAN' EXPORTING i_pkkey = pkps-pkkey.

PK_DISPLAY_ERROR_DATA CALL FUNCTION 'PK_DISPLAY_ERROR_DATA' EXPORTING repid_iv = repid_lv dynnr_iv = dynnr_lv TABLES pkerg_it = pkerg_gt pkhd_it = t_pkhd.



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