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
Below is a list of transaction codes which are relevant to this SAP report
JKSDISSUEDATE06 - Recalculate
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.