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

RJKSDISSUEDATE06 SAP ABAP Report - Recalculate Recall Dates







RJKSDISSUEDATE06 is a standard Executable ABAP Report 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 RJKSDISSUEDATE06 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

JKSDISSUEDATE06 - Recalculate


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


Text pool values


Selection Text: S_WERKS = D .
Selection Text: S_VTWEG = D .
Selection Text: S_VMSTA = D .
Selection Text: S_VKORG = D .
Selection Text: S_PUBTYP = D .
Selection Text: S_PERIOD = D .
Selection Text: S_MSTAV = D .
Selection Text: S_MSTAE = D .
Selection Text: S_MPROD = D .
Selection Text: S_MMSTA = D .
Selection Text: S_ISSUE = D .
Selection Text: S_CDATE = D .
Selection Text: P_TEST = D .
Selection Text: S_MATKL = D .
Selection Text: P_MSGEXT = Extended Log
Selection Text: P_MANU = Records Changed Manually
Title: Recalculate Recall Dates
Text Symbol: 130 = Overwrite Recall Dates Changed Manually
Text Symbol: 120 = Control Data
Text Symbol: 115 = Period
Text Symbol: 110 = Organizational Data
Text Symbol: 100 = Media Issue


INCLUDES used within this REPORT RJKSDISSUEDATE06

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_ISSUEDATE_RE_CALC_N CALL FUNCTION 'ISM_SD_ISSUEDATE_RE_CALC_N' EXPORTING it_mprod_range = s_mprod[] im_issue_rtab = s_issue[] im_vkorg_rtab = s_vkorg[] im_vtweg_rtab = s_vtweg[] im_werks_rtab = s_werks[] im_colldate_rtab = s_cdate[] it_mstav_range = s_mstav[] it_vmsta_range = s_vmsta[] it_mstae_range = s_mstae[] it_mmsta_range = s_mmsta[] it_matkl_range = s_matkl[] it_publtype_range = s_pubtyp[] it_periodtxt_range = s_period[] im_xmanual = p_manu im_testrun = p_test iv_errors = lv_errors IMPORTING ref_log = ref_log.



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