MJKD0F01 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 MJKD0F01 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!
ISP_TEXT_FOR_DOMAIN_VALUE_GET call function 'ISP_TEXT_FOR_DOMAIN_VALUE_GET' exporting fieldname = 'JKDELIVOPT-PROCESSTYPE' fieldvalue = domvalue importing domain_value_text = processtype_text exceptions not_found = 1 others = 2.
ENQUEUE_EJKDELIVOPT call function 'ENQUEUE_EJKDELIVOPT' exporting processtype = jkdelivopt-processtype auart = jkdelivopt-auart drerz = jkdelivopt-drerz exceptions foreign_lock = 1 system_failure = 2 others = 3.
DEQUEUE_EJKDELIVOPT call function 'DEQUEUE_EJKDELIVOPT' exporting processtype = jkdelivopt-processtype auart = jkdelivopt-auart drerz = jkdelivopt-drerz.
POPUP_TO_CONFIRM_DATA_LOSS call function 'POPUP_TO_CONFIRM_DATA_LOSS' exporting titel = text-001 importing answer = answer.
SCROLLING_IN_TABLE call function 'SCROLLING_IN_TABLE' exporting entry_act = jkdelivopt_tc-top_line entry_to = jkdelivopt_tc-lines loops = lines_per_screen ok_code = p_ok_code importing entry_new = jkdelivopt_tc-top_line exceptions others = 0.
ISP_SELECT_SINGLE_TJAK call function 'ISP_SELECT_SINGLE_TJAK' exporting auart = jkdelivopt-auart importing tjak_i = l_tjak exceptions others = 4.
INIT_TEXT * CALL FUNCTION 'INIT_TEXT' * EXPORTING * ID = 'TX' * LANGUAGE = SY-LANGU * NAME = 'ISM_DELIV_OPT' * OBJECT = 'DOKU' * IMPORTING * HEADER = HEADER * TABLES * LINES = TEXTTAB * EXCEPTIONS * OTHERS = 4.
DOCU_GET call function 'DOCU_GET' exporting id = 'TX' langu = sy-langu object = 'ISM_DELIV_OPT' version_active_or_last = 'A' importing head = header tables line = texttab exceptions others = 4.
PRINT_TEXT call function 'PRINT_TEXT' exporting application = 'TD' device = 'SCREEN' dialog = space header = header * OPTIONS = ' ' tables lines = texttab exceptions others = 0.
ISP_TEXT_FOR_DOMAIN_VALUE_GET call function 'ISP_TEXT_FOR_DOMAIN_VALUE_GET' exporting fieldname = 'JKDELIVOPT_REF-PROCESSTYPE_REF' fieldvalue = domvalue importing domain_value_text = processtype_ref_text exceptions not_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.