SAP Reports / Programs | Basis Components | Business Management | SAP Business Workflow(BC-BMT-WFM) SAP BC

RSWF_XML_VERIFYF01 SAP ABAP INCLUDE - RSWFXMLVERIFYF01







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


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


INCLUDES used within this REPORT RSWF_XML_VERIFYF01

FORM D0100_CREATE_REQUEST USING P_INCLUDE_DATA TYPE XFELD.


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:

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 = .



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