SAP ABAP Function Module MSS_GET_SCH_AGENT_JOBS (To get the ist of schduled jobs in next XX days.)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-MSS (Application Component) Microsoft SQL Server
     SMSS_SQLJOBS (Package) Database Jobs for MS SQL Server
Basic Data
Function Module MSS_GET_SCH_AGENT_JOBS To get the ist of schduled jobs in next XX days.  
Function Group SFMSS_JOBS   Functions used by db12, db13 for MSSQL  
Program Name SAPLSFMSS_JOBS    
INCLUDE Name LSFMSS_JOBSU29    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing NUM_OF_DAYS TYPE MSQIMPORT-RUNTIME 30 MS SQL server - run time limit for dbcc commands
Importing CON_NAME TYPE DBCON-CON_NAME 'DEFAULT' Logical name for a database connection
Importing SCHEMA TYPE MSSSCHEMA '' Schema name
Tables SCHAGENTJOBS TYPE MSSSCHJOBS List of sql agent jobs scheduled for the next X days
Exception DB_ERROR TYPE
Exception INTERNAL_ERROR TYPE
Exception CONNECT_ERROR TYPE
               
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  20020827 
SAP Release Created in