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

RJVSDPRODCOMPF30 SAP ABAP INCLUDE - Screen







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


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


Text pool values


Title: Screen


INCLUDES used within this REPORT RJVSDPRODCOMPF30

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_MEDIA_FAMILY_SINGLE_READ call function 'ISM_MEDIA_FAMILY_SINGLE_READ' exporting pvi_matnr = i_fam exceptions read_not_possible = 1 no_family = 2 others = 3.

ISM_MEDIA_PRODUCT_SINGLE_READ call function 'ISM_MEDIA_PRODUCT_SINGLE_READ' exporting pvi_matnr = i_prod exceptions read_not_possible = 1 no_product = 2 others = 3.

ISM_MEDIA_ISSUE_SINGLE_READ call function 'ISM_MEDIA_ISSUE_SINGLE_READ' exporting pvi_matnr = wa_sel-low exceptions read_not_possible = 1 no_issue = 2 others = 3.

ISM_MEDIA_PRODUCT_SINGLE_READ call function 'ISM_MEDIA_PRODUCT_SINGLE_READ' exporting pvi_matnr = in_matnr importing pse_mara = ls_mara exceptions read_not_possible = 1 no_product = 2 others = 3.

ISM_TJPMATTYPSYNCHRO_READ call function 'ISM_TJPMATTYPSYNCHRO_READ' exporting pv_i_mtart = ls_mara-mtart importing pv_e_flag_synchro = lv_synchro.

ISM_PRODCOMP_GET * call function 'ISM_PRODCOMP_GET' "kkkkk Verwendungen bestimmen * exporting * in_mediaproduct = in_matnr * importing * out_prodcomp = lt_prodcomp.

ISM_PRODCOMP_GET call function 'ISM_PRODCOMP_GET' exporting in_mediaproduct = in_assmatnr iv_no_initial_node = 'X' importing out_prodcomp = lt_prodcomp.

ISM_ISSUECOMP_GET call function 'ISM_ISSUECOMP_GET' exporting in_mediaissue = in_assmatnr iv_no_initial_node = 'X' importing out_issuecomp = lt_issuecomp.

ISM_ISSUECOMP_GET * call function 'ISM_ISSUECOMP_GET' "kkkkkkkkkkkkk * exporting * in_mediaissue = in_matnr * importing * out_issuecomp = lt_issuecomp.

ISM_MEDIA_FAMILY_SINGLE_READ call function 'ISM_MEDIA_FAMILY_SINGLE_READ' exporting pvi_matnr = in_assignedproduct exceptions read_not_possible = 1 no_family = 2 others = 3.

ISM_MEINH_MATNR call function 'ISM_MEINH_MATNR' exporting p_matnr = in_assmatnr importing et_meinh = lt_meins.



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