MM06BF0O_OKCODE_DELF 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 MM06BF0O_OKCODE_DELF 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ME_RESET_RELEASE CALL FUNCTION 'ME_RESET_RELEASE' EXPORTING i_bnfpo = eban-bnfpo i_dialog = space i_frgab = rm06b-frgab i_frgkz = eban-frgkz i_frgst = eban-frgst i_frgzu = eban-frgzu i_statu = l_statu i_frgrl = eban-frgrl IMPORTING e_frgkz = eban-frgkz e_frgzu = eban-frgzu e_frgrl = eban-frgrl EXCEPTIONS no_release_already = 01 responsibility_fail = 02 no_new_release_indicator = 03 req_exists = 04 po_exists = 05.
ME_REL_RESET CALL FUNCTION 'ME_REL_RESET' EXPORTING i_title = htitel i_dialog = space i_frgrl = eban-frgrl i_frgco = rm06b-frgab i_frgkz = eban-frgkz i_frggr = eban-frggr i_frgst = eban-frgst i_frgzu = eban-frgzu i_statu = l_statu i_frgot = '1' IMPORTING e_frgkz = eban-frgkz e_frgzu = eban-frgzu e_frgrl = eban-frgrl EXCEPTIONS no_new_release_indicator = 01 no_release_already = 02 po_exists = 03 req_exists = 04 responsibility_fail = 05.
ME_REL_RESET CALL FUNCTION 'ME_REL_RESET' EXPORTING i_title = htitel i_dialog = space i_frgrl = eban-frgrl i_frgco = rm06b-frgab i_frgkz = eban-frgkz i_frggr = eban-frggr i_frgst = eban-frgst i_frgzu = eban-frgzu i_statu = l_statu i_frgot = '1' IMPORTING e_frgkz = eban-frgkz e_frgzu = eban-frgzu e_frgrl = eban-frgrl EXCEPTIONS no_new_release_indicator = 01 no_release_already = 02 po_exists = 03 req_exists = 04 responsibility_fail = 05.
ME_RESET_RELEASE CALL FUNCTION 'ME_RESET_RELEASE' EXPORTING i_bnfpo = eban-bnfpo i_dialog = 'X' i_frgab = rm06b-frgab i_frgkz = eban-frgkz i_frgst = eban-frgst i_frgzu = eban-frgzu i_statu = l_statu i_frgrl = eban-frgrl IMPORTING e_frgkz = eban-frgkz e_frgzu = eban-frgzu e_frgrl = eban-frgrl.
ME_REL_RESET CALL FUNCTION 'ME_REL_RESET' EXPORTING i_title = htitel i_dialog = 'X' i_frgrl = eban-frgrl i_frgco = rm06b-frgab i_frgkz = eban-frgkz i_frggr = eban-frggr i_frgst = eban-frgst i_frgzu = eban-frgzu i_statu = l_statu i_frgot = '1' IMPORTING e_frgkz = eban-frgkz e_frgzu = eban-frgzu e_frgrl = eban-frgrl.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.