SAP ABAP Function Module FDSWP_START_STOP_COMPONENT (Starts/Stops Component using SAPControl/ACC)
Hierarchy
ST (Software Component) SAP Solution Manager Tool
   SV-SMG-ADM-DTM (Application Component) Downtime/Work Mode Management
     DSWP_DOWNTIME_MANAGER (Package) Management of system, server, instance, etc., downtimes
Basic Data
Function Module FDSWP_START_STOP_COMPONENT Starts/Stops Component using SAPControl/ACC  
Function Group DSWP_DTM_INTERFACES   Modules used to provide DT information  
Program Name SAPLDSWP_DTM_INTERFACES    
INCLUDE Name LDSWP_DTM_INTERFACESU02    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting EV_EXECUTION_RESULT TYPE BOOLEAN Text string
Exporting EV_ERROR_STRING TYPE STRING
Importing IV_COMPONENT_NAME TYPE DTSCOMPKEY Name of the Component. e.g, 'SMF'
Importing IV_START_STOP TYPE INT1 value = 1 if 'START' required, value = 2 if 'STOP' required
Importing IV_USE_ACC_IF_AVAILABLE TYPE BOOLEAN value = abap_true if ACC is to be used, else SAPControl is used
Importing IV_CCMS_DURING_DOWNTIME TYPE DTSMONSTAT 255 Define the behaviour of CCMS during Downtime
Importing IV_WAIT_TIME_OUT TYPE INT4 0 SAPControl parameter
Importing IV_SOFT_TIME_OUT TYPE INT4 0 SAPControl parameter
Importing IV_RECOMMENDED_RESOURCE_REQ TYPE BOOLEAN ACC Parameter
Importing IV_SKIP_USER_EXIT TYPE BOOLEAN ACC Parameter
Importing IV_USERNAME TYPE STRING
Importing IV_USERPASSWORD TYPE STRING
Exception ACC_ERROR TYPE Error from ACC during execution
Exception SAPCONTROL_ERROR TYPE Error from SAPControl during execution
Exception INVALID_COMPONENT TYPE Component does not exist
Exception CONCURRENT_DOWNTIME_UPTIME TYPE Component is currently in Downtime or has a Critical Uptime scheduled
Exception INVALID_PARAMETER TYPE Invalid Input Parameter
Exception DOWNTIME_SCHEDULER_ERROR TYPE Exception from the DTS Classes
Exception INVALID_AUTHENTICATION TYPE Invalid entries for username/password
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20100326 
SAP Release Created in 400