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