RS_CLIENT_COPY_BW 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 RS_CLIENT_COPY_BW 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.
Title: Converting the BW clients after a successful client copy
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSD_IOBJ_MULTI_GET CALL FUNCTION 'RSD_IOBJ_MULTI_GET' EXPORTING i_read_all = rs_c_true CHANGING c_t_iobj = l_t_iobj.
RSD_COB_PRO_GET_ALWAYS CALL FUNCTION 'RSD_COB_PRO_GET_ALWAYS' EXPORTING i_iobjnm = l_s_iobj-iobjnm IMPORTING e_s_cob_pro = l_s_cob_pro.
RSD_NUMBRANM_GET_FOR_CHA_BAS CALL FUNCTION 'RSD_NUMBRANM_GET_FOR_CHA_BAS' EXPORTING i_numbranr = l_s_cob_pro-numbranr IMPORTING e_numbranm_sid = l_numbranm_sid.
RS_MANDT_UNIQUE_SET CALL FUNCTION 'RS_MANDT_UNIQUE_SET' EXPORTING i_mandt = l_default_mandt.
RSD_SIDTAB_GET_FOR_CHA_BAS CALL FUNCTION 'RSD_SIDTAB_GET_FOR_CHA_BAS' EXPORTING i_chabasnm = i_iobjnm IMPORTING e_sidtab = l_sidtabnm.
RSD_TBHD_GET CALL FUNCTION 'RSD_TBHD_GET' EXPORTING i_tablnm = l_sidtabnm EXCEPTIONS tbhd_not_found = 1.
RSD_NUMBRANM_GET_FOR_CHA_BAS CALL FUNCTION 'RSD_NUMBRANM_GET_FOR_CHA_BAS' EXPORTING i_numbranr = i_numbranr IMPORTING e_numbranm_sid = l_numbranm.
NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' EXPORTING nr_range_nr = '01' object = l_numbranm IMPORTING interval = l_interval EXCEPTIONS OTHERS = 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.
RS_CLIENT_COPY_BW - Converting the BW clients after a successful client copy RS_CLIENT_COPY_BW - Converting the BW clients after a successful client copy RS_CLEAR_SMODI_ORG_SYSTEM - RSCLEARSMODIORGSYSTEM RS_CLEAR_SMODI_ORG_SYSTEM - RSCLEARSMODIORGSYSTEM RS_CLEAR_RFC_TABLES - RSCLEARRFCTABLES RS_CLEAR_RFC_TABLES - RSCLEARRFCTABLES