SAP ABAP Class CL_VEG_REG_MANAGER (Registration manager)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-VE-VEG (Application Component) Visual Enterprise Generator
     VISUAL_ENTERPRISE_GENERATOR (Package) Visual Enterprise Generator
Properties
Class CL_VEG_REG_MANAGER  
Short Description Registration manager    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package VISUAL_ENTERPRISE_GENERATOR   Visual Enterprise Generator 
Created 20111103   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_VEG_REG_MANAGER has no forward declaration.
Interfaces
Class CL_VEG_REG_MANAGER has no interface implemented.
Friends
Class CL_VEG_REG_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_REG_MANAGER Static Attribute Private Object reference (TYPE REF TO) CL_VEG_REG_MANAGER Registration manager 20111208
Methods
# Method Level Visibility Method type Description Created on
1 DOC_REGISTER Instance method Public Method Register the object for conversion 20111103
2 DOC_REGISTRY_DELETE Instance method Public Method Delete the object from registry 20111103
3 DOC_REGISTRY_SELECT Instance method Public Method Get the registered entries 20111103
4 DOC_REGISTRY_STATUS_UPDATE Instance method Public Method Update the status of registered entry 20131003
5 GET_INSTANCE Static method Public Method Get instance 20111105
6 JOB_INSERT Instance method Public Method Insert the job into the joblog 20111103
7 JOB_SELECT Instance method Public Method Search a job using selection criteria 20111103
8 JOB_UPDATE Instance method Public Method update the job in joblog 20111103
Events
Class CL_VEG_REG_MANAGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_T_JOBID Public See coding 20111208 lty_t_jobid TYPE RANGE OF veg_jobid
2 LTY_T_JOB_PRIO Public See coding 20111208 lty_t_job_prio TYPE RANGE OF veg_prio
3 LTY_T_JOB_RESULT Public See coding 20111208 lty_t_job_result TYPE RANGE OF veg_job_result
4 LTY_T_JOB_STATUS Public See coding 20111208 lty_t_job_status TYPE RANGE OF veg_job_status
5 LTY_T_OBJID Public See coding 20111208 lty_t_objid TYPE RANGE OF veg_objid
6 LTY_T_TIME_END Public See coding 20111208 lty_t_time_end TYPE RANGE OF timestamp
7 LTY_T_TIME_REG Public See coding 20111208 lty_t_time_reg TYPE RANGE OF timestamp
8 LTY_T_TIME_START Public See coding 20111208 lty_t_time_start TYPE RANGE OF timestamp
9 LTY_T_USER_REG Public See coding 20111208 lty_t_user_reg TYPE RANGE OF xubname
Method Signatures

Method DOC_REGISTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPID Call by reference Type reference (TYPE) VEG_APPL Application Type 20111103
2 Importing IV_OBJID Call by reference Type reference (TYPE) VEG_OBJID Id for registration 20111103
3 Importing IV_PRIORITY Call by reference Type reference (TYPE) VEG_PRIO 02 Priority for execution 20111103
4 Returning RV_ENTRY_EXISTS Value transfer Type reference (TYPE) BOOLEAN Flag to check if the entry already exixts 20111105

Method DOC_REGISTER on class CL_VEG_REG_MANAGER has no exception.

Method DOC_REGISTRY_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPID Call by reference Type reference (TYPE) VEG_APPL Application Type 20111103
2 Importing IV_OBJID Call by reference Type reference (TYPE) VEG_OBJID Id for registration 20111103
3 Returning RV_DELETED Value transfer Type reference (TYPE) BOOLEAN Flag to check if the entry is deleted 20111105

Method DOC_REGISTRY_DELETE on class CL_VEG_REG_MANAGER has no exception.

Method DOC_REGISTRY_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) VEG_T_MSG Messages to be passed to log 20111208
2 Exporting ET_REGISTRY Call by reference Type reference (TYPE) VEG_T_REG Registry 20111208
3 Importing IV_APPID Call by reference Type reference (TYPE) VEG_APPL Application Type 20111103
4 Importing IV_MAX_HITS Call by reference Type reference (TYPE) VEG_MAX_HITS Maximum hits 20111115

Method DOC_REGISTRY_SELECT on class CL_VEG_REG_MANAGER has no exception.

Method DOC_REGISTRY_STATUS_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPID Call by reference Type reference (TYPE) VEG_APPL Application Type 20131003
2 Importing IV_OBJID Call by reference Type reference (TYPE) VEG_OBJID Id for registration 20131003
3 Importing IV_STATUS Call by reference Type reference (TYPE) VEG_JOB_STATUS Status of Job 20131003
4 Returning RV_UPDATED Value transfer Type reference (TYPE) BOOLEAN Flag to check if the entry is updated 20131003

Method DOC_REGISTRY_STATUS_UPDATE on class CL_VEG_REG_MANAGER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_REG_MANAGER Value transfer Object reference (TYPE REF TO) CL_VEG_REG_MANAGER Registration manager 20111105

Method GET_INSTANCE on class CL_VEG_REG_MANAGER has no exception.

Method JOB_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_JOBLOG Call by reference Type reference (TYPE) VEG_S_JOBLOG Joblog table type 20111207
2 Returning RV_INSERTED Value transfer Type reference (TYPE) BOOLEAN Flag to indicate that insertion is complete 20111108

Method JOB_INSERT on class CL_VEG_REG_MANAGER has no exception.

Method JOB_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_JOBID Call by reference Type reference (TYPE) LTY_T_JOBID List of jobids 20111208
2 Importing IT_JOB_PRIO Call by reference Type reference (TYPE) LTY_T_JOB_PRIO Priority for execution 20111208
3 Importing IT_JOB_RESULT Call by reference Type reference (TYPE) LTY_T_JOB_RESULT Result of the job execution 20111208
4 Importing IT_JOB_STATUS Call by reference Type reference (TYPE) LTY_T_JOB_STATUS Status of the job 20111208
5 Importing IT_OBJID Call by reference Type reference (TYPE) LTY_T_OBJID Id for registration 20111208
6 Importing IT_TIME_END Call by reference Type reference (TYPE) LTY_T_TIME_END UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20111208
7 Importing IT_TIME_REG Call by reference Type reference (TYPE) LTY_T_TIME_REG UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20111208
8 Importing IT_TIME_START Call by reference Type reference (TYPE) LTY_T_TIME_START UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20111208
9 Importing IT_USER_REG Call by reference Type reference (TYPE) LTY_T_USER_REG User Name 20111208
10 Importing IV_APPID Call by reference Type reference (TYPE) VEG_APPL Application Type 20111109
11 Importing IV_MAX_HITS Call by reference Type reference (TYPE) VEG_MAX_HITS Natural number 20111109
12 Importing IV_VEG_INSTANCE Call by reference Type reference (TYPE) VEG_INSTANCE Deep Server Instance 20111109
13 Returning RT_JOBLOG Value transfer Type reference (TYPE) VEG_T_JOBLOG Joblog table type 20111110

Method JOB_SELECT on class CL_VEG_REG_MANAGER has no exception.

Method JOB_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_JOB Call by reference Type reference (TYPE) VEG_T_JOBLOG Job details 20111107

Method JOB_UPDATE on class CL_VEG_REG_MANAGER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732