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

RJKSDFCINITREFISSUE_F01 SAP ABAP INCLUDE - RJKSDFCINITREFISSUEF01







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

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:

ISM_SD_SEQ_SELECT_WITH_RANGE call function 'ISM_SD_SEQ_SELECT_WITH_RANGE' exporting IM_PRODUCT_RANGE_TAB = IN_S_MPROD[] IM_ISSUE_RANGE_TAB = IN_S_ISSUE[] IM_PUBLDATE_RANGE_TAB = IN_S_PUBLDATE[] IM_FLAG_HORIZONT = ' ' importing OUT_SEQUENCE_TAB = OUT_T_ISSUE OUT_PRODUCT_TAB = OUT_PRODUCT_TAB exceptions SEQUENCE_NOT_FOUND = 1 INVALID_PARAMETER = 2 others = 3.

ISM_SD_SALESAREA_TO_RANGE * CALL FUNCTION 'ISM_SD_SALESAREA_TO_RANGE' * EXPORTING * in_vkorg = gv_vkorg * in_vtweg = gv_vtweg * IMPORTING * out_vkorg_tab = lr_vkorg[] * out_vtweg_tab = lr_vtweg[].

ISM_DELIVERYSEQUENCE_GET call function 'ISM_DELIVERYSEQUENCE_GET' exporting * IN_ISSUE_FROM = IN_ISSUE_TO = LV_ISSUE-ISSUE IN_MEDIAPRODUCT = LV_FCVARIANT-MED_PROD IN_VALIDFROM = '20060101' importing * OUT_SEQUENCETAB = OUT_SEQUENCEATTRTAB = LV_SEQTAB exceptions ISSUE_NOT_ASSIGNED = 1 MISSING_SEQUENCE = 2 COPYNR_NOT_ASSIGNED = 3 others = 4.

ENQUEUE_EJKSDFCHEAD call function 'ENQUEUE_EJKSDFCHEAD' exporting MODE_JKSDFCHEAD = 'E' MANDT = SY-MANDT AREA = LV_ISSUE-AREA VARIANT_ID = LV_ISSUE-VARIANT_ID SEGMENT = LV_ISSUE-SEGMENT ISSUE = LV_ISSUE-ISSUE MED_PROD = LV_ISSUE-MED_PROD * X_AREA = ' ' * X_VARIANT_ID = ' ' * X_SEGMENT = ' ' * X_ISSUE = ' ' * X_MED_PROD = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 others = 3.

DEQUEUE_EJKSDFCHEAD call function 'DEQUEUE_EJKSDFCHEAD' exporting MODE_JKSDFCHEAD = 'E' MANDT = SY-MANDT AREA = LV_ISSUE-AREA VARIANT_ID = LV_ISSUE-VARIANT_ID SEGMENT = LV_ISSUE-SEGMENT ISSUE = LV_ISSUE-ISSUE MED_PROD = LV_ISSUE-MED_PROD * X_AREA = ' ' * X_VARIANT_ID = ' ' * X_SEGMENT = ' ' * X_ISSUE = ' ' * X_MED_PROD = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .

ISM_SD_SALESAREA_TO_RANGE * call function 'ISM_SD_SALESAREA_TO_RANGE' * exporting * in_vkorg = gv_vkorg * in_vtweg = gv_vtweg * importing * out_vkorg_tab = lr_vkorg[] * out_vtweg_tab = lr_vtweg[].

ENQUEUE_EJKSDFCHEADPO call function 'ENQUEUE_EJKSDFCHEADPO' exporting MODE_JKSDFCHEADPO = 'E' MANDT = SY-MANDT PLORG = LV_ISSUE-PLORG AREA = LV_ISSUE-AREA VARIANT_ID = LV_ISSUE-VARIANT_ID SEGMENT = LV_ISSUE-SEGMENT ISSUE = LV_ISSUE-ISSUE MED_PROD = LV_ISSUE-MED_PROD * X_AREA = ' ' * X_VARIANT_ID = ' ' * X_SEGMENT = ' ' * X_ISSUE = ' ' * X_MED_PROD = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 others = 3.

DEQUEUE_EJKSDFCHEADPO call function 'DEQUEUE_EJKSDFCHEADPO' exporting MODE_JKSDFCHEADPO = 'E' MANDT = SY-MANDT PLORG = LV_ISSUE-PLORG AREA = LV_ISSUE-AREA VARIANT_ID = LV_ISSUE-VARIANT_ID SEGMENT = LV_ISSUE-SEGMENT ISSUE = LV_ISSUE-ISSUE MED_PROD = LV_ISSUE-MED_PROD * X_AREA = ' ' * X_VARIANT_ID = ' ' * X_SEGMENT = ' ' * X_ISSUE = ' ' * X_MED_PROD = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .

ISM_DELIVERYSEQUENCE_GET call function 'ISM_DELIVERYSEQUENCE_GET' exporting * IN_ISSUE_FROM = IN_ISSUE_TO = LV_ISSUE-ISSUE IN_MEDIAPRODUCT = LV_FCVARIANT_PO-MED_PROD IN_VALIDFROM = '20060101' importing * OUT_SEQUENCETAB = OUT_SEQUENCEATTRTAB = LV_SEQTAB exceptions ISSUE_NOT_ASSIGNED = 1 MISSING_SEQUENCE = 2 COPYNR_NOT_ASSIGNED = 3 others = 4.



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