SWU7OBJP 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 SWU7OBJP 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 FORM : Desktop Form
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SWU_EXECUTE_R3F_ATTACHMENT CALL FUNCTION 'SWU_EXECUTE_R3F_ATTACHMENT' EXPORTING WI_ID = WI_ID EXCEPTIONS NO_WI_INFORMATION = 1 ATTACHMENT_INTERPRETER_PROBLEM = 2 DOWNLOAD_ERROR = 3 UNKNOWN_ERROR = 4 OTHERS = 5.
SWW_WI_HEADER_READ CALL FUNCTION 'SWW_WI_HEADER_READ' EXPORTING WI_ID = WI_ID * READ_FOR_UPDATE = ' ' IMPORTING WI_HEADER = WI_HEADER EXCEPTIONS READ_FAILED = 1 OTHERS = 2.
RH_GET_TASK_ATTRIBUTES CALL FUNCTION 'RH_GET_TASK_ATTRIBUTES' EXPORTING ACT_OBJECT_EXT = WI_HEADER-WI_RH_TASK * READ_METHOD = 'X' * READ_CONTAINER = 'X' * READ_CLASS_LOCKFLAGS = 'X' * ACT_BEGDA = SY-DATUM * ACT_ENDDA = SY-DATUM * ACT_ISTAT = '1' * ACT_LANGU = SY-LANGU * ACT_PLVAR = * AUTHORITY_CHECK = 'X' * BUFFERED_ACCESS = 'X' IMPORTING * ACT_SHORT = * ACT_STEXT = * ACT_TASK_BEGDA = * ACT_TASK_ENDDA = * ACT_SWO_OBJECT_TYPE = * ACT_SWO_METHOD = * ACT_METHOD_SYNCHRON = * ACT_TYPE_BACKGROUND_TASK = * ACT_TYPE_CONFIRM_TASK_END = * ACT_WITEXT = * ACT_TASK_CLASS = * ACT_TASK_LOCKED_INSTANCE = * ACT_TASK_LOCKED_EXECUTION = * ACT_TASK_GENERAL = * ACT_WI_TYPE = ACT_TASK_ATTR = ACT_TASK_ATTR * TABLES * ACT_CONT_DEF = EXCEPTIONS NO_ACTIVE_PLVAR = 1 NO_ORG_OBJECT = 2 ORG_OBJECT_NOT_FOUND = 3 NO_TASK_TYPE = 4 TASK_GROUP = 5 OTHERS = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SWU7OBJP - Program for Object Type FORM : Desktop Form SWU7OBJP - Program for Object Type FORM : Desktop Form SWU5WS20000102HX0200 - documentation and ABAP source code SWU5WS20000102HW0050 - documentation and ABAP source code SWU5WS20000102HM0150 - documentation and ABAP source code SWU5WS20000102HM0100 - documentation and ABAP source code