RSSM_DS_CHECKLIST 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 RSSM_DS_CHECKLIST 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.
Selection Text: RNR = Request number
Selection Text: ONLY_INC = Complete overlapping only
Selection Text: ONLY_ERR = Display errors only
Selection Text: ICUBE = InfoCube
Selection Text: DATE = Search from: Date
Title: Request check on consistency / Overlapping of the data selections
Text Symbol: 036 = Error while reading the request list; terminated
Text Symbol: 035 = No suitable requests found for checking
Text Symbol: 034 = Only full update requests are checked
Text Symbol: 033 = Only REQU_ requests with 3.X updating are checked
Text Symbol: 032 = Only InfoCubes are checked
Text Symbol: 031 = Request &1(&2) not updated successfully !; Please check this Request !
Text Symbol: 030 = Request &1(&2) canceled by Request &3(&4)
Text Symbol: 029 = Request &1(&2) and &3(&4) not both successfully updated ; check necessary
Text Symbol: 028 = Request &1(&2) not checked, associated cancelation request also in Cube
Text Symbol: 027 = Cancelation Request &1(&2) not checked, original Request still in Cube
Text Symbol: 026 = Request &1(&2) is a cancelation for Request &3(&4)
Text Symbol: 025 = Overlapping could have occurred, but there is no true upper quantity link
Text Symbol: 024 = Overlapping, for example, with InfoObject &1 from-value &2
Text Symbol: 023 = Overlapping, for example, with InfoObject &1 from-value &2 to-value &3
Text Symbol: 022 = Request &1(&2) is not a true upper quantity of Request &3(&4)
Text Symbol: 021 = Request &1(&2) contains no selection requirements; that is why there is overlapping
Text Symbol: 020 = Request &1(&2) contains no selection requirements
Text Symbol: 019 = Selections: &1
Text Symbol: 018 = Type of data loading &1(&2)
Text Symbol: 017 = Source system &1(&2) InfoSource &3(&4)
Text Symbol: 016 = InfoPackage &1(&2)
Text Symbol: 015 = Examining Request(s) in InfoCube &1
Text Symbol: 014 = !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Text Symbol: 013 = In request &1(&2) no overlapping was found with request &3(&4)
Text Symbol: 012 = Request is not yet aggregated or compromised; deletion possible without problems
Text Symbol: 011 = ************************************************************************************************************************************
Text Symbol: 010 = Request &1 (&2) is aggregated; deletion only possible after deactivating all aggregates
Text Symbol: 009 = Request &1(&2) is compromised; deletion no longer possible; delete entire Cube if necessary
Text Symbol: 008 = Request &1 (&2) contains overlapping with request &3 (&4)
Text Symbol: 007 = Request &1(&2) is a true subset from request &3(&4)
Text Symbol: 006 = No overlapping, since request is a request of type &1
Text Symbol: 005 = No overlapping, since request was loaded from different source system &1
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTIONS_RESTRICT * call function 'SELECT_OPTIONS_RESTRICT' * exporting * program = 'RSSM_DS_CHECKLIST' * restriction = l_s_restrict ** DB = ' ' * exceptions * too_late = 1 * repeated = 2 * selopt_without_options = 3 * selopt_without_signs = 4 * invalid_sign = 5 * empty_option_list = 6 * invalid_kind = 7 * repeated_kind_a = 8 * others = 9.
RSSM_RSSELDONE_READ call function 'RSSM_RSSELDONE_READ' exporting i_rnr = l_t_rnr-rnr tables e_t_rsseldone = l_t_rsseldone.
RSSM_RSMONFACT_READ call function 'RSSM_RSMONFACT_READ' exporting i_rnr = l_t_rnr-rnr tables e_t_rsmonfact = l_t_rsmonfact.
RSSM_RSMONICTAB_READ call function 'RSSM_RSMONICTAB_READ' exporting i_rnr = l_s_rsmonnewprot-protrnr tables e_t_rsmonictab = l_t_ictab.
RSSM_RSMONICTAB_READ call function 'RSSM_RSMONICTAB_READ' exporting i_rnr = l_t_rnr-rnr tables e_t_rsmonictab = l_t_ictab.
RSSM_RSSELDONE_READ call function 'RSSM_RSSELDONE_READ' exporting i_rnr = l_t_part-rnr tables e_t_rsseldone = l_t_rsseldone.
RSSM_RSMONFACT_READ call function 'RSSM_RSMONFACT_READ' exporting i_rnr = l_t_part-rnr tables e_t_rsmonfact = l_t_rsmonfact.
RSSM_RSMONICTAB_READ call function 'RSSM_RSMONICTAB_READ' exporting i_rnr = l_s_rsmonnewprot-protrnr tables e_t_rsmonictab = l_t_ictab.
RSSM_RSMONICTAB_READ call function 'RSSM_RSMONICTAB_READ' exporting i_rnr = l_t_rnr-rnr tables e_t_rsmonictab = l_t_ictab.
RSSM_SDL_INTERNAL_CHECK_SEL call function 'RSSM_SDL_INTERNAL_CHECK_SEL' exporting l_ober = l_ober l_looprnr = l_s_part_check-rnr l_rnr = l_t_part-rnr l_compflag = l_s_part_check-compflag+1(1) l_aggrflag = l_s_part_check-aggrflag+1(1) tables * e_t_rsrequestdel = i_t_sele = i_t_sele i_t_sele1 = i_t_sele1 e_t_reqdel = l_t_reqdel1 changing l_looprnr_sid = l_s_part_check-partnr l_rnr_sid = l_t_part-partnr exceptions error = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSM_DS_CHECKLIST - Request check on consistency / Overlapping of the data selections RSSM_DS_CHECKLIST - Request check on consistency / Overlapping of the data selections RSSM_DELETE_WO_DSO_REQUESTS - Report RSSM_DELETE_WO_DSO_REQUESTS RSSM_DELETE_WO_DSO_REQUESTS - Report RSSM_DELETE_WO_DSO_REQUESTS RSSM_DELETE_IPAK_WITHOUT_LS - Report RSSM_DELETE_IPAK_WITHOUT_LS RSSM_DELETE_IPAK_WITHOUT_LS - Report RSSM_DELETE_IPAK_WITHOUT_LS