SAP Reports / Programs

RSSTATMAN_CHECK_CONVERT_PSA SAP ABAP Report - Check and Conversion of PSA Status Management to NW 04s







RSSTATMAN_CHECK_CONVERT_PSA 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 RSSTATMAN_CHECK_CONVERT_PSA 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 RSSTATMAN_CHECK_CONVERT_PSA. "Basic submit
SUBMIT RSSTATMAN_CHECK_CONVERT_PSA AND RETURN. "Return to original report after report execution complete
SUBMIT RSSTATMAN_CHECK_CONVERT_PSA 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: P_ALL = Check/Convert All PSAs
Selection Text: P_CHECK = With Status Manager Check
Selection Text: P_PSA = Select PSAs
Selection Text: P_T_PSA = PSAs
Title: Check and Conversion of PSA Status Management to NW 04s
Text Symbol: 001 = PSA Selection for Check/Conversion of New Status Manager
Text Symbol: 002 = Select PSAs for Check/Conv.
Text Symbol: 003 = PSAs
Text Symbol: 004 = Check/Convert All PSAs
Text Symbol: 005 = Parallelism
Text Symbol: 006 = No Selections Available
Text Symbol: 007 = Selections Available
Text Symbol: 008 = Determine parallelism with which check/conversion is to be performed
Text Symbol: 009 = View Logs of Past PSA Check Runs
Text Symbol: 010 = Logs
Text Symbol: 011 = Display logs


INCLUDES used within this REPORT RSSTATMAN_CHECK_CONVERT_PSA

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:

RSBATCH_MAINTAIN_PAR_SETTINGS call function 'RSBATCH_MAINTAIN_PAR_SETTINGS' exporting i_type = rsbtc_c_process-statman_psa * I_VARIANT = ' ' tables c_t_batch_par = l_t_par exceptions type_not_exist = 1 canceled_by_user = 2 others = 3.

RSSM_ICON_CREATE call function 'RSSM_ICON_CREATE' exporting name = icon_cancel text = text-005 info = text-006 importing result = p_batch.

RSSM_ICON_CREATE call function 'RSSM_ICON_CREATE' exporting name = icon_checked text = text-005 info = text-007 importing result = p_batch.

RSBATCH_SHOW_BATCHJOBS call function 'RSBATCH_SHOW_BATCHJOBS' exporting * I_TS_LOW = * I_TS_HIGH = * I_NO_DIALOG = i_pc_type = rsbtc_c_process-statman_psa * IMPORTING * E_T_JOBS = .

SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' exporting restriction = restrict 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_ICON_CREATE call function 'RSSM_ICON_CREATE' exporting name = icon_cancel text = text-005 info = text-006 importing result = p_batch.

RSSM_ICON_CREATE call function 'RSSM_ICON_CREATE' exporting name = icon_checked text = text-005 info = text-007 importing result = p_batch.

RSSM_ICON_CREATE call function 'RSSM_ICON_CREATE' exporting name = icon_protocol text = text-010 info = text-011 importing result = p_prot.

RSSTATMAN_SEARCH_PSA_F4 call function 'RSSTATMAN_SEARCH_PSA_F4' exporting i_t_psa = l_t_presel i_multisel = l_multi i_bypass_buffer = ' ' importing e_psa = l_psa e_t_psa = l_t_sel.

RSS2_PSA_NEW_OLD_DS call function 'RSS2_PSA_NEW_OLD_DS' exporting i_only_active = 'X' importing e_t_psa = l_t_all_psa.

RSSM_UNIQUE_ID call function 'RSSM_UNIQUE_ID' importing e_uni_idc25 = l_id.

RSBATCH_READ_RSBATCHPARALLEL call function 'RSBATCH_READ_RSBATCHPARALLEL' exporting i_process_type = rsbtc_c_process-statman_psa i_pc_variant = ' ' i_with_dialogsettings = ' ' importing e_s_parallel = l_s_par_batch.

RSBATCH_START_PROCESS call function 'RSBATCH_START_PROCESS' exporting i_process_type = rsbtc_c_process-statman_psa i_batch_id = l_batch_id i_batch_process = l_batch_process i_parameter = l_string i_last_process = l_last_process i_do_it_serial = l_do_it_serial i_same_luw_if_ser = l_do_it_serial exceptions error_starting_batchjob = 1.

RSBATCH_START_PROCESS call function 'RSBATCH_START_PROCESS' exporting i_process_type = rsbtc_c_process-statman_psa i_batch_id = l_batch_id i_batch_process = l_batch_process i_parameter = l_string i_last_process = l_last_process i_do_it_serial = 'X'.

RSBATCH_CHECK_PROCESS call function 'RSBATCH_CHECK_PROCESS' exporting i_batch_id = l_batch_id i_batch_process = l_batch_process importing e_t_return = l_t_return e_t_msg = l_t_msg1 e_status = l_status.

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

RSBATCH_SHOW_MESSAGES call function 'RSBATCH_SHOW_MESSAGES' exporting i_batch_id = l_batch_id.



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