RJVSDCOMPGEN 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 RJVSDCOMPGEN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JKSDCOMP03 - Generate Product Kit from Structure
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: X_TEST = Test Run
Selection Text: X_DELEX = Replace Existing Product Kits
Selection Text: PROD_SEL = Media Product
Selection Text: ISS_SEL = Media Issue
Selection Text: GV_END = Generation To
Selection Text: GV_BEG = Generation From
Selection Text: FAM_SEL = Media Product Family
Title: Generate Product Kit from Structure
Text Symbol: 200 = Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISM_ISSUECOMP_GEN_SAVE_DISPL call function 'ISM_ISSUECOMP_GEN_SAVE_DISPL' exporting in_generate_from = gv_beg in_generate_until = gv_end in_delete_existing = x_delex in_testrun = x_test in_savelog = 'X' "TK05102004 tables in_mediaproducttab = selected_prods.
ISM_ISSUECOMP_GEN_DISPL_ISSUE call function 'ISM_ISSUECOMP_GEN_DISPL_ISSUE' exporting in_delete_existing = x_delex in_testrun = x_test in_savelog = 'X' "TK05102004 tables in_mediaissuetab = selected_issues.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJVSDCOMPGEN - Generate Product Kit from Structure RJVSDCOMPGEN - Generate Product Kit from Structure RJVSDBPADGROUPSF01 - documentation and ABAP source code RJVSDBPADGROUPS - Assign Business Partners to Insert Groups RJVSDBPADGROUPS - Assign Business Partners to Insert Groups RJVSDADWBTOP - documentation and ABAP source code