SAP ABAP Class CL_HRECM00_SURVEY (Survey)
Hierarchy
EA-HRGXX (Software Component) Sub component EA-HRGXX of EA-HR
   PA-EC-JP (Application Component) Job Pricing
     PAOC_ECM_JPR_BL (Package) Job Pricing - Business Logic
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRECM00_BOOLEAN JPR: Attributes True and False 20030212
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRECM00_LISTENER Service Interface for Job Pricing 20030128
Properties
Class CL_HRECM00_SURVEY  
Short Description Survey    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_ECM_JPR_BL   Job Pricing - Business Logic 
Created 20030128   SAP 
Last change 00000000   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRECM00_SURVEY has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_HRECM00_BOOLEAN JPR: Attributes True and False 20030212
2 IF_HRECM00_LISTENER Service Interface for Job Pricing 20030128
Friends
Class CL_HRECM00_SURVEY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHANGE_HEADERDATA_TAB Instance attribute Private Type reference (TYPE) HRECM00SURVEYHEADERTAB Adjusted Survey Header Table 20030513
2 DELETE_HEADERDATA_TAB Instance attribute Private Type reference (TYPE) HRECM00SURVEYHEADERTAB Adjusted Survey Header Table 20030513
3 FALSE Instance attribute Private Attribute reference (LIKE) 20030212
4 HAS_CHANGED Instance attribute Public Attribute reference (LIKE) 20030404
5 HEADERDATA_TAB Instance attribute Private Type reference (TYPE) HRECM00SURVEYHEADERTAB Survey Header data table 20030513
6 HIGHEST_SURVEY_KEY Static Attribute Private Type reference (TYPE) INT4 Natural number 20030410
7 ID Instance attribute Public Type reference (TYPE) ECM_SURVEY Survey Code 20030410
8 IS_LOCKED Instance attribute Public Attribute reference (LIKE) 20030603
9 JOB_CATALOG Instance attribute Public Object reference (TYPE REF TO) CL_HRECM00_JOB_CATALOG Job catalog 20030410
10 NAME Instance attribute Public Type reference (TYPE) TEXT60 Long Text 20030410
11 PROVIDER Instance attribute Public Object reference (TYPE REF TO) CL_HRECM00_PROVIDER Survey Provider 20030410
12 SURVEYDATE_TAB Instance attribute Public Type reference (TYPE) HRECM00DATETAB Survey date table 20030410
13 SURVEYTEXT_TAB Static Attribute Private Type reference (TYPE) HRECM00SURVEYTEXTTAB Surveytexts 20040219
14 SURVEY_AND_DATE_TAB Instance attribute Public Type reference (TYPE) HRECM00SURVEYLISTTAB Survey date table 20030410
15 SURVEY_TAB Instance attribute Public Type reference (TYPE) HRECM00SURVEYTEXTTAB Existing Surveys 20030410
16 TRUE Instance attribute Private Attribute reference (LIKE) 20030212
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_ATTRIBUTES Instance method Public Method Sets the attributes of a survey 20030411
2 CHANGE_HEADER_DATA Instance method Public Method Sets the attributes of a survey 20030513
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030410
4 DELETE Instance method Public Method 20030326
5 DELETE_COMPLETE Instance method Public Method Remove jobs and market data and delete Provider 20030516
6 DEQUEUE Instance method Public Method 20030603
7 ENQUEUE Instance method Public Method 20030603
8 FILL_JOB_CATALOG Instance method Public Method Read all jobs of this provider into job catalog 20030410
9 GET_SURVEY_ID Static method Public Method Get a new key for a survey 20030410
10 GET_SURVEY_LIST Instance method Public Method Build the survey list by provider 20030410
11 READ Instance method Public Method Read the existing surveys 20030410
12 READ_SURVEYS Instance method Public Method Read the existing surveys 20030410
13 READ_SURVEY_DATES Instance method Public Method Read the existing survey dates 20030410
14 SET_ATTRIBUTES Instance method Public Method Sets the attributes of a survey 20030411
15 SET_DELETE_FLAG Instance method Private Method 20030326
16 SET_UPDATE_FLAG Instance method Private Method 20030212
17 START_DELETE Instance method Public Method 20030326
18 START_UPDATE Instance method Public Method 20030326
19 UPDATE Instance method Public Method 20030212
Events
Class CL_HRECM00_SURVEY has no event.
Types
Class CL_HRECM00_SURVEY has no local type.
Method Signatures

Method CHANGE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D 'X' = keine Beanstandungen 20030411
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRECM00_MESSAGE_HANDLER Meldungen 20030411
3 Importing NAME Call by reference Type reference (TYPE) TEXT60 Umfragename 20030411
4   SURVEY_DATE     Wirksamkeitsdatum der Umfrage wie vom Anbieter übermittelt

Method CHANGE_ATTRIBUTES on class CL_HRECM00_SURVEY has no exception.

Method CHANGE_HEADER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D 'X' = keine Beanstandungen 20030513
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRECM00_MESSAGE_HANDLER Meldungen 20030513
3 Importing T71JPR06 Call by reference Type reference (TYPE) T71JPR06 Umfragekopfdaten 20030513

Method CHANGE_HEADER_DATA on class CL_HRECM00_SURVEY has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) ECM_SURVEY Umfrageschlüssel 20030410
2 Importing NAME Call by reference Type reference (TYPE) LTEXT Umfragename 20030410
3 Importing PROVIDER Call by reference Object reference (TYPE REF TO) CL_HRECM00_PROVIDER Umfrageanbieter 20030410

Method CONSTRUCTOR on class CL_HRECM00_SURVEY has no exception.

Method DELETE Signature

Method DELETE on class CL_HRECM00_SURVEY has no parameter.
Method DELETE on class CL_HRECM00_SURVEY has no exception.

Method DELETE_COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D 'X' = keine Beanstandungen 20030516
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRECM00_MESSAGE_HANDLER Meldungen 20030516
3 Importing SURVEYDATA Call by reference Type reference (TYPE) HRECM00SURVEYLIST Umfrage 20030828

Method DELETE_COMPLETE on class CL_HRECM00_SURVEY has no exception.

Method DEQUEUE Signature

Method DEQUEUE on class CL_HRECM00_SURVEY has no parameter.
Method DEQUEUE on class CL_HRECM00_SURVEY has no exception.

Method ENQUEUE Signature

Method ENQUEUE on class CL_HRECM00_SURVEY has no parameter.
Method ENQUEUE on class CL_HRECM00_SURVEY has no exception.

Method FILL_JOB_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D "X" = keine Beanstandungen 20030410
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRECM00_MESSAGE_HANDLER Meldungen 20030410
3 Importing SURVEYDATA Call by reference Type reference (TYPE) HRECM00SURVEYLIST Umfrage 20030902

Method FILL_JOB_CATALOG on class CL_HRECM00_SURVEY has no exception.

Method GET_SURVEY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D 'X' = keine Beanstandungen 20030410
2 Exporting KEY Value transfer Type reference (TYPE) ECM_SURVEY Neuer Tabellenschlüssel 20030410
3 Importing LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Sprachenschlüssel 20030410
4 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRECM00_MESSAGE_HANDLER Personalstammdaten: Meldungen 20030410
5 Importing NAME Call by reference Type reference (TYPE) TEXT60 Umfragetext 20030410
6 Importing PROVIDER Call by reference Type reference (TYPE) ECM_PROVIDER Umfrageanbieterschlüssel 20030410

Method GET_SURVEY_ID on class CL_HRECM00_SURVEY has no exception.

Method GET_SURVEY_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D 'X' = keine Beanstandungen 20030410
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRECM00_MESSAGE_HANDLER Meldungen 20030410
3 Exporting SURVEYLIST_TAB Call by reference Type reference (TYPE) HRECM00SURVEYLISTTAB Tabelle der Umfrageliste für zeitl. Anpassung von Marktdaten 20030410

Method GET_SURVEY_LIST on class CL_HRECM00_SURVEY has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D 'X' = keine Beanstandungen 20030410
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRECM00_MESSAGE_HANDLER Meldungen 20030410

Method READ on class CL_HRECM00_SURVEY has no exception.

Method READ_SURVEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D 'X' = keine Beanstandungen 20030410
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRECM00_MESSAGE_HANDLER Meldungen 20030410

Method READ_SURVEYS on class CL_HRECM00_SURVEY has no exception.

Method READ_SURVEY_DATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D 'X' = keine Beanstandungen 20030410
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRECM00_MESSAGE_HANDLER Meldungen 20030410

Method READ_SURVEY_DATES on class CL_HRECM00_SURVEY has no exception.

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_OK Call by reference Type reference (TYPE) BOOLE_D 'X' = keine Beanstandungen 20030411
2 Importing MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRECM00_MESSAGE_HANDLER Meldungen 20030411
3 Importing NAME Call by reference Type reference (TYPE) TEXT60 Umfragename 20030411

Method SET_ATTRIBUTES on class CL_HRECM00_SURVEY has no exception.

Method SET_DELETE_FLAG Signature

Method SET_DELETE_FLAG on class CL_HRECM00_SURVEY has no parameter.
Method SET_DELETE_FLAG on class CL_HRECM00_SURVEY has no exception.

Method SET_UPDATE_FLAG Signature

Method SET_UPDATE_FLAG on class CL_HRECM00_SURVEY has no parameter.
Method SET_UPDATE_FLAG on class CL_HRECM00_SURVEY has no exception.

Method START_DELETE Signature

Method START_DELETE on class CL_HRECM00_SURVEY has no parameter.
Method START_DELETE on class CL_HRECM00_SURVEY has no exception.

Method START_UPDATE Signature

Method START_UPDATE on class CL_HRECM00_SURVEY has no parameter.
Method START_UPDATE on class CL_HRECM00_SURVEY has no exception.

Method UPDATE Signature

Method UPDATE on class CL_HRECM00_SURVEY has no parameter.
Method UPDATE on class CL_HRECM00_SURVEY has no exception.
History
Last changed by/on SAP  00000000 
SAP Release Created in 200