SAP Reports / Programs | Media Product Sales and Distribution | SAP Media | Media Product Sales and Distribution(IS-M-SD-MS) SAP IS

MJKSD02F02 SAP ABAP INCLUDE - documentation and ABAP source code







MJKSD02F02 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 MJKSD02F02 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 MJKSD02F02. "Basic submit
SUBMIT MJKSD02F02 AND RETURN. "Return to original report after report execution complete
SUBMIT MJKSD02F02 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 MJKSD02F02

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:

POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting textline1 = text-103 textline2 = text-104 titel = text-101 importing answer = answer exceptions others = 1. "#EC *

ISM_SD_TRANSFER_CHECK call function 'ISM_SD_TRANSFER_CHECK' importing quantity_to_large = quantity_to_large changing transfer = rjksdtransfer exceptions error_ship_to_party = 1 error_ship_from_party = 2 issue_not_found = 3 unit_invalid = 4 no_delivery_found = 5 transfer_type_missing = 6 transfer_type_invalid = 7 others = 8.

ISM_BP_SIMPLE_INTO_LINE_BUFFER call function 'ISM_BP_SIMPLE_INTO_LINE_BUFFER' exporting in_bp = bp importing out_name = name.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = structure changing ct_fieldcat = fieldcat.

DEQUEUE_EJKSDTRANSFER call function 'DEQUEUE_EJKSDTRANSFER' exporting * MODE_JKSDTRANSFER = 'E' * MANDT = SY-MANDT vbeln = vbeln * X_VBELN = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting * DEFAULTOPTION = 'Y' textline1 = text-201 * TEXTLINE2 = ' ' titel = text-200 * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' importing answer = answer. "#EC *

CONVERSION_EXIT_ALPHA_OUTPUT call function 'CONVERSION_EXIT_ALPHA_OUTPUT' exporting input = jksdtransfer-vbeln importing output = jksdtransfer-vbeln.

BAL_LOG_REFRESH call function 'BAL_LOG_REFRESH' exporting i_log_handle = log-log_handle exceptions log_not_found = 1 others = 2. "#EC *

ISP_POPUP_USERDATA call function 'ISP_POPUP_USERDATA' exporting tabname = 'JKSDTRANSFER' erfuser = workarea-transfer->transfer-erfuser erfdate = workarea-transfer->transfer-erfdate erftime = workarea-transfer->transfer-erftime aenuser = workarea-transfer->transfer-aenuser aendate = workarea-transfer->transfer-aendate aentime = workarea-transfer->transfer-aentime.

ISM_SD_SELECT_TJKSDTRANSFER02 call function 'ISM_SD_SELECT_TJKSDTRANSFER02' importing out_tjksdtransfer02 = tjksdtransfer02.

BAL_DSP_OUTPUT_INIT call function 'BAL_DSP_OUTPUT_INIT' exporting i_s_display_profile = profile exceptions others = 1.

BAL_DSP_OUTPUT_SET_DATA call function 'BAL_DSP_OUTPUT_SET_DATA' exporting i_s_log_filter = filter * I_T_LOG_CONTEXT_FILTER = * I_S_MSG_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_T_LOG_HANDLE = g_t_log_handle * I_T_MSG_HANDLE = * IMPORTING * E_NO_DATA_AVAILABLE = * E_NO_AUTHORITY = exceptions internal_error = 1 others = 2. "#EC *

ISM_SD_GET_SALESAREA_FROM_IDS call function 'ISM_SD_GET_SALESAREA_FROM_IDS' importing vkorg = s_vkorg[] vtweg = s_vtweg[] spart = s_spart[] vkgrp = s_vkgrp[] vkbur = s_vkbur[].

ISM_SD_SET_SALESAREA_FROM_IDS call function 'ISM_SD_SET_SALESAREA_FROM_IDS' exporting vkorg = rjksdtransfer-vkorg vtweg = rjksdtransfer-vtweg spart = rjksdtransfer-spart vkgrp = rjksdtransfer-vkgrp vkbur = rjksdtransfer-vkbur.



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