SAP Reports / Programs | Basis Components | ABAP Runtime Environment | Syntax, Compiler, Runtime(BC-ABA-LA) SAP BC

RSPXA002 SAP ABAP Report - PXA: Invalidate Individual Objects (Touch)







RSPXA002 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 RSPXA002 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 RSPXA002. "Basic submit
SUBMIT RSPXA002 AND RETURN. "Return to original report after report execution complete
SUBMIT RSPXA002 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: S_NAME = Object Name
Title: PXA: Invalidate Individual Objects (Touch)
Text Symbol: BL1 = Objects
Text Symbol: BL2 = Object Classes
Text Symbol: F01 = Index
Text Symbol: F02 = Name
Text Symbol: F03 = Class
Text Symbol: F04 = Lang.
Text Symbol: F05 = Stat.
Text Symbol: F06 = Locks
Text Symbol: F07 = Used
Text Symbol: F08 = Date
Text Symbol: F09 = Time
Text Symbol: F10 = Inv.
Text Symbol: F11 = Sync
Text Symbol: INV = Invalidate (Local)
Text Symbol: PRO = Invalidate (System-Wide)
Text Symbol: S01 = Program (x)
Text Symbol: S02 = Line Reference (l)
Text Symbol: SUC = Object invalidated
Text Symbol: TL0 = Selection: Active Instances


INCLUDES used within this REPORT RSPXA002

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:

SAPTUNE_BUFFERED_PROGRAMS call function 'SAPTUNE_BUFFERED_PROGRAMS' tables buffer_contents = pxa-content buffer_contents_64 = pxa-content_64 exceptions invalid_sys_call_version = 1 system_call_failed = 2 no_authorization = 3 others = 4.

TH_SERVER_LIST call function 'TH_SERVER_LIST' tables list = active_servers exceptions no_server_list = 1 others = 2.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'NAME' window_title = 'Auswahl: Aktive Instanzen'(tl0) value_org = 'S' multiple_choice = 'X' tables value_tab = active_servers field_tab = f4_fields return_tab = selected_servers exceptions parameter_error = 1 no_values_found = 2 others = 3.

RFC_TOUCH_PXA_OBJECT call function 'RFC_TOUCH_PXA_OBJECT' destination rfc_destination exporting load_name = p-name load_class = p-class load_lang = p-lang exceptions others = 1.



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