RSWOOTLV 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 RSWOOTLV 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.
Title: Program for Object Type SWOTLV: Object Type Component
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SWO_QUERY_VERBS CALL FUNCTION 'SWO_QUERY_VERBS' EXPORTING OBJTYPE = OBJECT-KEY-OBJECTTYPENAME VERB = OBJECT-KEY-NAME VERBTYPE = '*' TEXT = 'X' LANGUAGE = SY-LANGU IMPORTING RETURN = RETURN TABLES VERBS = verbs.
SWO_QUERY_INTERFACE CALL FUNCTION 'SWO_QUERY_INTERFACE' EXPORTING OBJTYPE = OBJECT-KEY-OBJECTTYPENAME INTERFACE = STATUS_OBJ_IF IMPORTING RETURN = RETURN.
SWC_CONT_DEF_EDIT_RESET CALL FUNCTION 'SWC_CONT_DEF_EDIT_RESET'.
SWC_CONT_DEF_EDIT CALL FUNCTION 'SWC_CONT_DEF_EDIT' EXPORTING CONTID = ' ' CONTTYPE = CONTTYPE DISPLAY = 'X' ELEMENT = SWOTLV-VERB FUNCTION = 'DETAIL' OBJTYPE = OBJECT-KEY-OBJECTTYPENAME TABLES CONTDEF = CONTDEF EXCEPTIONS OTHERS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSWOOTLV - Program for Object Type SWOTLV: Object Type Component RSWOOTLV - Program for Object Type SWOTLV: Object Type Component RSWOOTLQ - Program for Object Type SWOTLQ: Parameter RSWOOTLQ - Program for Object Type SWOTLQ: Parameter RSWOOTIF - Program for Object Type SWOTIF: Interface RSWOOTIF - Program for Object Type SWOTIF: Interface