SAPDECIS 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 SAPDECIS 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 DECISION: Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SWU_PROCESS_MANUEL_DECISION CALL FUNCTION 'SWU_PROCESS_MANUEL_DECISION' EXPORTING wi_id = wi_id extended = extended note_reference = note_reference IMPORTING result = wi_result CHANGING decision_note = l_decision_note EXCEPTIONS function_canceled = 01.
SWW_WI_CONTAINER_READ * call function 'SWW_WI_CONTAINER_READ' "31G/RGÖ * exporting "31G/RGÖ * wi_id = wi_id "31G/RGÖ * tables "31G/RGÖ * wi_container = t_container "31G/RGÖ * exceptions "31G/RGÖ * container_does_not_exist = 1. "31G/RGÖ
SWW_WI_OBJECTHANDLE_ADD CALL FUNCTION 'SWW_WI_OBJECTHANDLE_ADD' EXPORTING WI_ID = wi_id OBJECT_ID = l_decision_note ELEMENT_NAME = swfco_attach_contelem_name DO_COMMIT = ' ' CUR_NOTE_ELEMENT_NAME = swfco_decision_note_name EXCEPTIONS others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPDECIS - Program for Object Type DECISION: Selection SAPDECIS - Program for Object Type DECISION: Selection SAPDB__S - Logical Database __S: Processing without Database SAPDBXXF - documentation and ABAP source code SAPDBWUF - documentation and ABAP source code SAPDBWTY - Logical Database WTY: Database Program