RJDEKLIS 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 RJDEKLIS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JD72 - IS-M: Displ.Edition Publ.Calendar
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: BEZTYP = Mix Type (Opt.for Replacement)
Selection Text: SEL_DRE = Publication
Selection Text: SEL_JAHR = Year
Selection Text: SEL_PVA = Edition
Title: Publication Calendar for Edition
Text Symbol: 003 = Replacement hierarchy taken into account for mix type &V1&
Text Symbol: 100 = Publication Calendar for Year
Text Symbol: A01 = (Repl. hierarchy taken into account
Text Symbol: A02 = for mix type)
INCLUDE LJPISMDC1.
INCLUDE LJPISMDC2.
No SAP DATABASE tables are accessed within this REPORT code!
ISP_REPLACING_VAS_GET CALL FUNCTION 'ISP_REPLACING_VAS_GET' EXPORTING REPLACED_DRERZ = JDTDRER-DRERZ REPLACED_PVA = JDTPVA-PVA FROM_DATE = VON_DATUM TO_DATE = BIS_DATUM BEZTYP_REPL = BEZTYP REPLACING_DRERZ = ' ' REPLACING_PVA = ' ' TABLES ALL_VAS = VATAB REPL_SUBSCRIPTIONS = BZUS EXCEPTIONS INTERNAL_ERROR = 01 INTERVALL_ERROR = 02.
ISM_GET_ACTIVE_ACC_SWITCH_2 call function 'ISM_GET_ACTIVE_ACC_SWITCH_2' importing ex_xactive = lv_acc_mode.
ISP_SHOW_CALENDAR CALL FUNCTION 'ISP_SHOW_CALENDAR' EXPORTING DRERZ = JDTDRER-DRERZ DRUERZART = JDTDRER-DRUERZART XINCL_PF2 = CON_ANGEKREUZT "F2 auf VA ist aktiv PVA = JDTPVA-PVA JAHR = SEL_JAHR TEXT = RJLD02-TEXT TABLES ITAB_VAUSGB = VATAB.
ISM_PMD_MAINTAIN_DIALOG_CT CALL FUNCTION 'ISM_PMD_MAINTAIN_DIALOG_CT' EXPORTING pvi_matnr = p_matnr pvi_hierarchlevl = con_lvl_med_iss pvi_trtyp = con_actype_display * PVI_XSKIP_FIRST_SCREEN = con_angekreuzt ??? EXCEPTIONS no_material_number = 1 no_material_found = 2 OTHERS = 3 .
ISM_JDTDRER_MP_SYNCHRO_CHECK CALL FUNCTION 'ISM_JDTDRER_MP_SYNCHRO_CHECK' EXPORTING IN_DRERZ = p_DRERZ IMPORTING OUT_XMPSAKTIV = XMPSAKTIV.
ISM_PUBL_MIGRATION_ACTIVECHECK CALL FUNCTION 'ISM_PUBL_MIGRATION_ACTIVECHECK' EXPORTING IN_PUBLICATION = p_DRERZ IMPORTING OUT_XMIGRATION_ACTIVE = xmigration_active OUT_JYTGOLIV = H_JYTGOLIV.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.