SAP Reports / Programs | Periodical Sales and Distribution | SAP Media | Periodical Sales and Distribution(IS-M-SD-PS) SAP IS

MJKD0F01 SAP ABAP INCLUDE - Include LJGWWWF01







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


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


INCLUDES used within this REPORT MJKD0F01

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:

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.



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