SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Staging(BW-WHM-DST) SAP BW

RSSM_HASH_ENTRIES_READ_UNPACK SAP ABAP Report - RSSMHASHENTRIESREADUNPACK







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSSM_HASH_ENTRIES_READ_UNPACK. "Basic submit
SUBMIT RSSM_HASH_ENTRIES_READ_UNPACK AND RETURN. "Return to original report after report execution complete
SUBMIT RSSM_HASH_ENTRIES_READ_UNPACK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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:


INCLUDES used within this REPORT RSSM_HASH_ENTRIES_READ_UNPACK

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSSM_HASH_ENTRIES_READ_UNPACK or its description.