SAP Reports / Programs

RSPAHI_CONFIG SAP ABAP Report - Configure the Parameters to Be Recorded







RSPAHI_CONFIG 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 RSPAHI_CONFIG 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 RSPAHI_CONFIG. "Basic submit
SUBMIT RSPAHI_CONFIG AND RETURN. "Return to original report after report execution complete
SUBMIT RSPAHI_CONFIG 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: SO_HN = D .
Selection Text: SO_PN = D .
Selection Text: SO_PT = D .
Selection Text: SO_SI = D .
Title: Configure the Parameters to Be Recorded
Text Symbol: 001 = Selection &1 of &2:
Text Symbol: 002 = Delete data from table PAHI in accordance with the selection?
Text Symbol: 003 = The following parameters will be deleted
Text Symbol: 004 = More than 5000 entries. Display all?
Text Symbol: 005 = Only5000


INCLUDES used within this REPORT RSPAHI_CONFIG

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:

ENQUEUE_E_TABLEE call function 'ENQUEUE_E_TABLEE' exporting mode_rstable = 'E' tabname = 'PAHI_PARAM_SEL' exceptions others = 99.

RS_SET_SELSCREEN_STATUS call function 'RS_SET_SELSCREEN_STATUS' exporting p_status = 'MAIN' tables p_exclude = gt_ucomm_exclude.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = 'Daten aus der Tabelle PAHI gemäß der Selektionen löschen?'(002) default_button = '2' display_cancel_button = space popup_type = 'ICON_MESSAGE_CRITICAL' importing answer = l_answer exceptions others = 99.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = 'Mehr als 5000 Einträge. Alle anzeigen?'(004)

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'PAHI' changing ct_fieldcat = lt_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 99.

REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting i_title = text-003 i_screen_start_column = 1 i_screen_start_line = 1 i_screen_end_line = 20 i_screen_end_column = 120 i_selection = space i_tabname = 'LT_SHOW' it_fieldcat = lt_fieldcat importing e_exit = e_exit tables t_outtab = lt_show exceptions others = 0.



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