RCCLTSEL 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 RCCLTSEL into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_SUPPORT_SELECTIONS CALL FUNCTION 'RS_SUPPORT_SELECTIONS' EXPORTING report = report_name variant = variant_name EXCEPTIONS variant_not_existent = 01 variant_obsolete = 02.
CY_GET_TIMEINTERVAL CALL FUNCTION 'CY_GET_TIMEINTERVAL' EXPORTING * CALENDAR_ID = ' ' * FISCAL_YEAR_VARIANT = ' ' period_type = timt sdatefrom = datf sdateto = datt IMPORTING datefrom = date_fr * datefrom_string = dateto = date_to * dateto_string = EXCEPTIONS interval_cannot_be_computed = 1 OTHERS = 2.
RS_CREATE_VARIANT CALL FUNCTION 'RS_CREATE_VARIANT' EXPORTING curr_report = report_name curr_variant = variant_name vari_desc = cloi_varid TABLES vari_contents = cloi_rsparams vari_text = cloi_varit EXCEPTIONS illegal_report_or_variant = 01 illegal_variantname = 02 not_authorized = 03 not_executed = 04 report_not_existent = 05 report_not_supplied = 06 variant_exists = 07 variant_locked = 08.
CLOI_DOWNLOAD_TRIGGER_TRANS CALL FUNCTION 'CLOI_DOWNLOAD_TRIGGER_TRANS' EXPORTING no_plo = no_plo plo_gl = plo_gl plo_lo = plo_lo no_pro = no_pro pro_gl = pro_gl pro_lo = pro_lo no_std = no_std std_gl = std_gl std_lo = std_lo no_rsh = no_rsh rsh_gl = rsh_gl rsh_lo = rsh_lo date_fr = date_fr date_to = date_to opt_sys = opt_sys plscn = plscn mod_mso = mod_mso snd_mso = snd_mso mod_pcm = mod_pcm snd_pcm = snd_pcm * rfcgr = rfcgr "parallel * psize = psize "parallel TABLES matnr_gl = matnr_gl arbpl_gl = arbpl_gl werks_gl = werks_gl dispo_pl = dispo_pl matnr_pl = matnr_pl arbpl_pl = arbpl_pl werks_pl = werks_pl dispo_pr = dispo_pr matnr_pr = matnr_pr arbpl_pr = arbpl_pr werks_pr = werks_pr dispo_st = dispo_st matnr_st = matnr_st werks_st = werks_st dispo_rs = dispo_rs matnr_rs = matnr_rs arbpl_rs = arbpl_rs werks_rs = werks_rs matwrk_key = hlp_marc t_mard_key = hlp_mard t_pcmh_key = hlp_pcmh EXCEPTIONS user_authorization_failed = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCCLTSEL - select routings to a material+werks key, create IDocs and send them RCCLTRAN - Select Transaction Data for Transfer RCCLTRAN - Select Transaction Data for Transfer RCCLSTA1 - Classification Status for Change Number RCCLSTA1 - Classification Status for Change Number RCCLSELSTATISTICS - Program RCCLSELSTATISTICS