MNK50F01 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 MNK50F01 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!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = 'Ende der Transaktion.'(X01)
ENQUEUE_ENFAL CALL FUNCTION 'ENQUEUE_ENFAL' EXPORTING EINRI = RNAT2-EINRI FALNR = RNAT2-FALNR X_EINRI = ' ' X_FALNR = ' ' _SCOPE = '2' * Beginn LI (AnfID 7446, 05.06.2001)
DEQUEUE_ENFAL CALL FUNCTION 'DEQUEUE_ENFAL' EXPORTING EINRI = RNAT2-EINRI FALNR = RNAT2-FALNR X_EINRI = ' ' X_FALNR = ' ' _SCOPE = '3'.
ISH_READ_NKTR call function 'ISH_READ_NKTR' exporting kostr = rnat2-kostr importing nktr_e = nktr exceptions ngpa_not_found = 1 ngpa_no_authority = 2 not_found = 3 no_authority = 4 others = 5.
ISH_INSREL_CASE_POOL_GET call function 'ISH_INSREL_CASE_POOL_GET' exporting ss_einri = rnat2-einri ss_falnr = rnat2-falnr ss_sel_storn = ' ' tables ss_vncir_curr = lt_vncir_curr[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.