SAP ABAP Function Module DD_BATCH_STATE_GET (Ermitteln, ob für ein Objekt ein Batchjob eingeplant ist)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDIC (Package) ABAP Dictionary
Basic Data
Function Module DD_BATCH_STATE_GET Ermitteln, ob für ein Objekt ein Batchjob eingeplant ist  
Function Group SDDD   Database Utility  
Program Name SAPLSDDD    
INCLUDE Name LSDDDU10    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting JOB_STATE TYPE R=Running,S=Scheduled, ' ' = no job found
Exporting SCHEDULE_DATE TYPE SYST-DATUM
Exporting SCHEDULE_TIME TYPE SYST-UZEIT
Exporting JOBNAME_OUT TYPE TBTCO-JOBNAME
Exporting TASK_OUT TYPE
Exporting FCT_OUT TYPE
Exporting JOBCOUNT_OUT TYPE TBTCJOB-JOBCOUNT
Importing OBJ_TYPE TYPE 'TABL' Table (TABL), index (INDX) and so on
Importing OBJ_NAME TYPE Name of table, index and so on
Importing IND_NAME TYPE ' ' Name of index if OBJ_TYPE=INDX
Importing SINGLE_OR_MASS TYPE 'S' Proces. one or more objects
Importing TASK TYPE 'CNV' CNV,CRE,MDF,DEL
Exception RETRIEVAL_ERROR TYPE Error in determining job
               
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  19950421 
SAP Release Created in