RSSM_HASH_ENTRIES_READ_UNPACK 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_HASH_ENTRIES_READ_UNPACK 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.
Text Symbol: 001 = Request does not exist
Text Symbol: 002 = No hash key found in RSSELDONE
Text Symbol: 003 = Selections :
Text Symbol: 004 = No hash key found for DTA selections
Text Symbol: 005 = RSUICDONE:
Text Symbol: 006 = No hash key found for routines
Text Symbol: 007 = RSRULEDONE:
Text Symbol: 008 = No hash key found for third-party selection
Text Symbol: 009 = RSTCPDONE:
Text Symbol: 010 = No hash key found for descriptions
Text Symbol: 011 = RSLDTDONE:
Text Symbol: 012 = No hash key found for hierarchy
Text Symbol: 013 = RSHIEDONE:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSSM_RSREQDONE_READ call function 'RSSM_RSREQDONE_READ' exporting i_rnr = rnr importing e_s_rsreqdone = l_s_reqdone.
RSSM_LOAD_UNPACK_HASHED_DATA call function 'RSSM_LOAD_UNPACK_HASHED_DATA' exporting i_hash = l_s_seldone-sel_hash i_ident = l_s_seldone-sel_ident i_rnr = rnr tables e_t_seldone = l_t_seldone.
RSSM_LOAD_UNPACK_HASHED_DATA call function 'RSSM_LOAD_UNPACK_HASHED_DATA' exporting i_hash = l_s_reqdone-ldt_hash i_ident = l_s_reqdone-ldt_ident i_rnr = rnr tables e_t_ldtdone = l_t_ldtdone.
RSSM_LOAD_UNPACK_HASHED_DATA call function 'RSSM_LOAD_UNPACK_HASHED_DATA' exporting i_hash = l_s_reqdone-uic_hash i_ident = l_s_reqdone-uic_ident i_rnr = rnr tables e_t_uicdone = l_t_uicdone.
RSSM_LOAD_UNPACK_HASHED_DATA call function 'RSSM_LOAD_UNPACK_HASHED_DATA' exporting i_hash = l_s_reqdone-meta_hash i_ident = l_s_reqdone-meta_ident i_rnr = rnr importing e_s_hiedone = l_s_hiedone.
RSSM_LOAD_UNPACK_HASHED_DATA call function 'RSSM_LOAD_UNPACK_HASHED_DATA' exporting i_hash = l_s_reqdone-tcp_hash i_ident = l_s_reqdone-tcp_ident i_rnr = rnr tables e_t_tcpdone = l_t_tcpdone.
RSSM_LOAD_UNPACK_HASHED_DATA call function 'RSSM_LOAD_UNPACK_HASHED_DATA' exporting i_hash = l_s_reqdone-rule_hash i_ident = l_s_reqdone-rule_ident i_rnr = rnr tables e_t_ruledone = l_t_ruledone.
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_HASH_ENTRIES_READ_UNPACK - RSSMHASHENTRIESREADUNPACK RSSM_HASH_ENTRIES_READ_UNPACK - RSSMHASHENTRIESREADUNPACK RSSM_HASH_ENTRIES_CREATE - Generate Hash Entires for Specific Requests with INDX RSSM_HASH_ENTRIES_CREATE - Generate Hash Entires for Specific Requests with INDX RSSM_FIND_DOUBLE_DATAPAKETS - RSSMFINDDOUBLEDATAPAKETS RSSM_FIND_DOUBLE_DATAPAKETS - RSSMFINDDOUBLEDATAPAKETS