RSWF_XML_VERIFYF01 is a standard ABAP INCLUDE 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 RSWF_XML_VERIFYF01 into the relevant SAP transactions such as SE38 or SE80
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.
FORM D0100_CREATE_REQUEST USING P_INCLUDE_DATA TYPE XFELD.
No SAP DATABASE tables are accessed within this REPORT code!
SWD_HELP_F4_XML_PROTOCOL CALL FUNCTION 'SWD_HELP_F4_XML_PROTOCOL' IMPORTING protocol = g_protocol_id EXCEPTIONS protocol_not_selected = 0 OTHERS = 0.
SWD_PROTOCOL_COMMAND_DETAILS CALL FUNCTION 'SWD_PROTOCOL_COMMAND_DETAILS' EXPORTING im_protocol = g_protocol_id im_command = g_request_type IMPORTING ex_command_details = l_command_details EXCEPTIONS command_not_found = 1 OTHERS = 2.
SWF_CNT_DEF_EDITOR CALL FUNCTION 'SWF_CNT_DEF_EDITOR' EXPORTING start_in_popup = 'X' * WF_BUILDER_STYLE = ' ' CHANGING container = p_container.
SWF_CNT_INSTANCE_EDITOR CALL FUNCTION 'SWF_CNT_INSTANCE_EDITOR' EXPORTING container_ref = p_container start_in_popup = 'X' * CUA_PARAMETER = * IMPORTING * CHANGED = * CANCELLED = .
SWD_PROTOCOL_COMMANDS_GET CALL FUNCTION 'SWD_PROTOCOL_COMMANDS_GET' EXPORTING im_group = l_group TABLES ex_commands = lt_commands ex_command_details = lt_cmd_det.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING display = ' ' fieldname = 'COMMAND' tabname = 'SWDPCMDT' IMPORTING select_value = g_request_type TABLES fields = t_fields valuetab = t_values EXCEPTIONS OTHERS = 1.
DISPLAY_XML_DOCUMENT CALL FUNCTION 'DISPLAY_XML_DOCUMENT' EXPORTING xml_document = p_xml_document EXCEPTIONS no_xml_document = 1 OTHERS = 2.
SWO_DIALOG_OBJECT_KEY_EDIT CALL FUNCTION 'SWO_DIALOG_OBJECT_KEY_EDIT' EXPORTING * DISPLAY = ' ' objtype = 'XML_DOC' * TITLE = ' ' * OBJKEY = ' ' IMPORTING * CHANGED = return = l_return objkey = l_objkey * LOGICAL_SYSTEM = .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSWF_XML_VERIFYF01 - RSWFXMLVERIFYF01 RSWF_XML_VERIFY - Verification: XML Format RSWF_XML_VERIFY - Verification: XML Format RSWF_XML_PERFORMANCE - Test Frame for Performance Measuring of Typical BPM Processes RSWF_XML_PERFORMANCE - Test Frame for Performance Measuring of Typical BPM Processes RSWF_XI_WORKLOAD_TEST - Calculate Statistics for Integration Processes