SAP Reports / Programs | Periodical Sales and Distribution | SAP Media | Periodical Sales and Distribution(IS-M-SD-PS) SAP IS

RJDEKLIS SAP ABAP Report - Publication Calendar for Edition







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


Transaction Code(s):

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

JD72 - IS-M: Displ.Edition Publ.Calendar


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


INCLUDES used within this REPORT RJDEKLIS

INCLUDE LJPISMDC1.
INCLUDE LJPISMDC2.


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:

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.



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