SAP Reports / Programs

RSSM_HASH_ENTRIES_CREATE SAP ABAP Report - Generate Hash Entires for Specific Requests with INDX







RSSM_HASH_ENTRIES_CREATE 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_CREATE 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_CREATE. "Basic submit
SUBMIT RSSM_HASH_ENTRIES_CREATE AND RETURN. "Return to original report after report execution complete
SUBMIT RSSM_HASH_ENTRIES_CREATE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: CREA_ALL = Hash All Requests
Selection Text: NO_PROT = No Logging of Request
Selection Text: PROC_NUM = Number of Parallel Batch Proc.
Selection Text: RNR = Request
Title: Generate Hash Entires for Specific Requests with INDX


INCLUDES used within this REPORT RSSM_HASH_ENTRIES_CREATE

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_RSSELDONE_READ call function 'RSSM_RSSELDONE_READ' exporting i_rnr = l_s_rnr-rnr tables e_t_rsseldone = l_t_seldone.

RSSM_RSREQDONE_WRITE call function 'RSSM_RSREQDONE_WRITE' exporting i_rnr = l_s_rnr-rnr i_method = 'D' i_with_dbcommit = 'X'.

RSSM_RSSELDONE_WRITE call function 'RSSM_RSSELDONE_WRITE' exporting i_method = 'U' i_t_fields = l_t_fields i_with_dbcommit = 'X' tables i_t_rsseldone = l_t_seldone.

RSSM_RSSELDONE_READ call function 'RSSM_RSSELDONE_READ' exporting i_t_rnr = l_t_rnr.

RSSM_UNIQUE_ID call function 'RSSM_UNIQUE_ID' importing e_uni_idc25 = l_id.

RSBATCH_START_PROCESS call function 'RSBATCH_START_PROCESS' exporting i_process_type = rsbtc_c_process-hash_creation i_batch_id = l_batch_id i_batch_process = l_proc i_parameter = l_string i_last_process = l_last_process i_module_name = 'RSSM_RSSELDONE_HASH' i_module_type = 'F' i_parallel_procs = l_proc_num_max * i_only_do_it_par = 'X' exceptions error_starting_batchjob = 1.

RSSM_SLEEP_DEBUG call function 'RSSM_SLEEP_DEBUG' exporting i_seconds = 15 i_always = 'X'.

DB_COMMIT call function 'DB_COMMIT'.



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_CREATE or its description.