SAP Reports / Programs

RJVSDADASSIGNCOPY SAP ABAP Report - Copy Insert Booking from a Media Issue







RJVSDADASSIGNCOPY 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 RJVSDADASSIGNCOPY 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

JVSD13 - Copy Insert Booking


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 RJVSDADASSIGNCOPY. "Basic submit
SUBMIT RJVSDADASSIGNCOPY AND RETURN. "Return to original report after report execution complete
SUBMIT RJVSDADASSIGNCOPY 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_CPROD = Media Product
Selection Text: P_MPROD4 = Media Product
Selection Text: P_MPROD3 = Media Product
Selection Text: P_MPROD2 = Media Product
Selection Text: P_MPROD1 = Media Product
Selection Text: P_MEDA3 = Media Issue
Selection Text: P_MEDA1 = Media Issue
Selection Text: P_EDAT4 = Publication Date
Selection Text: P_EDAT3 = Publication Date
Selection Text: P_EDAT2 = Publication Date
Selection Text: P_EDAT1 = Publication Date
Selection Text: P_CPNBR4 = Copy Number
Selection Text: P_CPNBR3 = Copy Number
Selection Text: P_CPNBR2 = Copy Number
Selection Text: P_CPNBR1 = Copy Number
Selection Text: P_BEI4 = Insert
Selection Text: P_BEI2 = Insert
Title: Copy Insert Booking from a Media Issue
Text Symbol: SC8 = Contract Sel.
Text Symbol: SC6 = Templ.
Text Symbol: SC5 = Trgt
Text Symbol: SC4 = Media Issue
Text Symbol: SC3 = Insert
Text Symbol: SC2 = New Insert
Text Symbol: SC1 = Media Issue
Text Symbol: LO1 = Log


INCLUDES used within this REPORT RJVSDADASSIGNCOPY

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_MATERIAL_TO_RANGE CALL FUNCTION 'ISM_SD_MATERIAL_TO_RANGE' EXPORTING in_matnr = in_issue "Medienausgabe CHANGING range_tab = issue_range_tab.

ISM_SD_MATERIAL_TO_RANGE CALL FUNCTION 'ISM_SD_MATERIAL_TO_RANGE' EXPORTING in_matnr = in_product "Medienprodukt CHANGING range_tab = product_range_tab.

ISM_SD_GET_ISSUE CALL FUNCTION 'ISM_SD_GET_ISSUE' EXPORTING * MEDIA_FAMILY = copy_number = in_copynr publ_date = in_publdate * BP = * BP_IN_ROLE = * DAY_FROM = * DAY_TO = * VKORG = * VTWEG = * SPART = * VKBUR = * VKGRP = mara_read = in_insert IMPORTING out_issue_tab = issue_tab TABLES in_issue_tab = issue_range_tab "Medienausgabe in_product_tab = product_range_tab "Medienprodukt EXCEPTIONS error = 1 OTHERS = 2 .

ISM_DELIVERYSEQUENCE_GET CALL FUNCTION 'ISM_DELIVERYSEQUENCE_GET' EXPORTING in_issue_from = newissue in_mediaproduct = product IMPORTING out_sequencetab = deliveryseqtab 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 RJVSDADASSIGNCOPY or its description.