SAP Reports / Programs

RSWXML_FIND SAP ABAP Report - Selection Report for XML Documents







RSWXML_FIND 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 RSWXML_FIND into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SWXML - XML Document Selection


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


Text pool values


Selection
Selection Text: P_CLASS = Object Type
Selection Text: P_DATE = Creation Date
Selection Text: P_DIR = Request or Response
Selection Text: P_KEY = Object Key
Selection Text: P_REQ = Request ID
Selection Text: P_TIME = Creation Time
Title: Selection Report for XML Documents
Text Symbol: T05 = Status
Text Symbol: 021 = Object
Text Symbol: 022 = Key
Text Symbol: H01 = Attributes of Document
Text Symbol: H02 = Assigned Business Object
Text Symbol: T00 = Obj. type
Text Symbol: T01 = Created By
Text Symbol: T02 = Time
Text Symbol: T04 = Changed


INCLUDES used within this REPORT RSWXML_FIND

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:

F4_BOR_OBJECTTYPE CALL FUNCTION 'F4_BOR_OBJECTTYPE' EXPORTING object = objtype IMPORTING result = objtype EXCEPTIONS OTHERS = 0.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING I_SAVE = G_SAVE CHANGING CS_VARIANT = G_VARIANT EXCEPTIONS others = 0.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_PF_STATUS_SET = 'SET_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] * i_default = g_default I_SAVE = G_SAVE IS_VARIANT = G_VARIANT IT_EVENTS = GT_EVENTS[] I_TABNAME_HEADER = C_H_TABNAME I_TABNAME_ITEM = C_I_TABNAME IS_KEYINFO = GS_KEYINFO TABLES T_OUTTAB_HEADER = GT_HEADER T_OUTTAB_ITEM = GT_ITEM.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = P_GT_EVENTS.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = I_INTERNAL_TABNAME = C_H_TABNAME I_STRUCTURE_NAME = 'SWXML_OBJ' "#EC NOTEXT * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING CT_FIELDCAT = P_GT_FIELDCAT[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = I_INTERNAL_TABNAME = C_I_TABNAME I_STRUCTURE_NAME = 'SWXML_ATTR' "#EC NOTEXT * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING CT_FIELDCAT = P_GT_FIELDCAT[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = I_INTERNAL_TABNAME = C_I_TABNAME I_STRUCTURE_NAME = 'SWXML_DKEY' "#EC NOTEXT * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING CT_FIELDCAT = P_GT_FIELDCAT[].



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