SAP ABAP Class CL_WORKFLOW_RULE (Rule for Workflow)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-OM (Application Component) Organizational Management
     SP00 (Package) Organization and Planning
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HR_STANDARD_OBJECT HR Standard Object (TS, WS, AC, TG) 20010815
Properties
Class CL_WORKFLOW_RULE  
Short Description Rule for Workflow    
Super Class CL_HR_STANDARD_OBJECT HR Standard Object (TS, WS, AC, TG) 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SP00   Organization and Planning 
Created 20000512   SAP 
Last change 20011023   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WORKFLOW_RULE has no forward declaration.
Interfaces
Class CL_WORKFLOW_RULE has no interface implemented.
Friends
Class CL_WORKFLOW_RULE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_CONTAINER Instance attribute Private Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container: Implementing Class 20010822
2 A_CONTAINER_CHANGED Instance attribute Private Type reference (TYPE) FLAG General Indicator 20010822
3 A_FUNCTIONS Instance attribute Private Type reference (TYPE) HRS1203 Standard Infotype 1203 (SAP) Executable Functions 20010813
4 A_FUNCTIONS_CHANGED Instance attribute Private Type reference (TYPE) FLAG Attributes Changed in HRS1203 20010822
5 CONTAINER_WITHOUT_ACTORS Instance attribute Private Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementation of a 'Collection' 20000807
6 C_RT_ASYNC_FUNCTION_IF Constant Public Type reference (TYPE) SEOCLSNAME 'IF_SWF_IFS_ASYNCHRONOUS_RULE' Interface for C_RULETYPE_ASYNC_FUNCTION 20011004
7 C_RT_WEB_AUTH_IF Constant Public Type reference (TYPE) SEOCLSNAME 'IF_SWF_XML_RULE_AUTHENTICATE' Interface for C_RULETYPE_WEB_AUTH 20011004
8 C_RT_WEB_CONVERT_IF Constant Public Type reference (TYPE) SEOCLSNAME 'IF_SWF_XML_RULE_DATA_MAPPING' Interface for C_RULETYPE_WEB_CONVERT 20011004
9 C_RT_WEB_SEND_IF Constant Public Type reference (TYPE) SEOCLSNAME 'IF_SWF_XML_RULE_DATA_SEND' Interface for C_RULETYPE_WEB_SEND 20011004
10 C_RT_WEB_URL_IF Constant Public Type reference (TYPE) SEOCLSNAME 'IF_SWF_XML_RULE_URL' Interface for C_RULETYPE_WEB_URL 20011004
11 C_RT_WEB_XML_IF Constant Public Type reference (TYPE) SEOCLSNAME 'IF_SWF_XML_RULE_DATA_SET' Interface for C_RULETYPE_WEB_XML 20011004
12 C_RT_WEB_XML_PROT_IF Constant Public Type reference (TYPE) SEOCLSNAME 'IF_SWF_XML_RULE_FORMAT' Interface for C_RULETYPE_WEB_XML_PROT 20011109
13 C_RULETYPE_ASYNC_FUNCTION Constant Public Type reference (TYPE) HRROLETYPE 'G' Rule Category: Function to be Executed Asynchronously 20010924
14 C_RULETYPE_FUNCTION Constant Public Type reference (TYPE) HRROLETYPE 'F' Rule Category: Function to be Executed 20010725
15 C_RULETYPE_ORGDATA Constant Public Type reference (TYPE) HRROLETYPE 'O' Rule Category: Organizational Data 20010725
16 C_RULETYPE_ORGMODEL Constant Public Type reference (TYPE) HRROLETYPE 'A' Rule Category: Organization Model 20010924
17 C_RULETYPE_RESPONSIBILITY Constant Public Type reference (TYPE) HRROLETYPE 'R' Rule Category: Responsibilities 20010725
18 C_RULETYPE_WEB_AUTH Constant Public Type reference (TYPE) HRROLETYPE 'T' Rule Category: WebFlow: Authentification 20011004
19 C_RULETYPE_WEB_CONVERT Constant Public Type reference (TYPE) HRROLETYPE 'C' Rule Category 20011004
20 C_RULETYPE_WEB_SEND Constant Public Type reference (TYPE) HRROLETYPE 'S' Rule Category: WebFlow: Send 20011004
21 C_RULETYPE_WEB_SIGNATURE Constant Public Type reference (TYPE) HRROLETYPE 'N' Rule Category: WebFlow: Signature 20011004
22 C_RULETYPE_WEB_URL Constant Public Type reference (TYPE) HRROLETYPE 'U' Rule Category: WebFlow: URL Determination 20011004
23 C_RULETYPE_WEB_XML Constant Public Type reference (TYPE) HRROLETYPE 'L' Rule Category: WebFlow: XML Format 20011004
24 C_RULETYPE_WEB_XML_PROT Constant Public Type reference (TYPE) HRROLETYPE 'P' Rule Category: WebFlow: Determine Format (if Group) 20011004
25 C_SWF_PERS_CLASS Constant Public Type reference (TYPE) CLASSNAME 'CL_SWF_CNT_HRS_PERSISTENCE' Reference type 20010924
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_INTERFACE Static method Public Method Performs Interface Checks 20011004
2 CHECK_ORG_OBJTYP Instance method Private Method 20011107
3 CONSTRUCTOR Instance method Public Constructor Constructor 20000602
4 CREATE_FROM_DB Static method Public Method Generation of Instance from an Existing Rule 20010813
5 CREATE_NEW Static method Public Method Generation of Instance for a New Rule 20010813
6 DETERMINE_INTERFACE Static method Public Method Deliver Interface to Be Implemented Depending on Rule Categ. 20020211
7 GET_ACTORS Instance method Public Method Execute Rule Resolution with Container 20000512
8 GET_ATTRIBUTES Instance method Public Method Returns Rule Attributes 20011010
9 SAVE_A_CONTAINER Instance method Private Method Saves Changes to Rule Container 20010920
10 SAVE_A_FUNCTIONS Instance method Private Method Saves Changes to Infotype 1203 (Table HRS1203) 20010920
11 SET_A_FUNCTIONS_DEFAULTS Instance method Private Method Sets Defaults for OTYPE OBJID UNAME AEDTM in a_functions 20010924
12 SET_CONTAINER Instance method Public Method Allocate Container to Role 20010822
13 SET_ENFORCE_FLAG Instance method Public Method Set Flag: Terminate if Rule Resolution Without Result 20010822
14 SET_FUNCTION_CLASS Instance method Public Method Set Function to be Executed or Class 20011023
15 SET_ORGOBJECT_TYPE Instance method Public Method Set Org. Object Type for Type C_RULETYPE_ORGDATA ('O') 20010822
16 SET_PERSONAL_RULE_FLAG Instance method Public Method Set Flag: Personal Rule 20010822
17 SET_RULE_TYPE Instance method Public Method Set Rule Category: See Attributes -> C_RULETYPE* 20010822
18 SET_SCENARIO Instance method Public Method Set Scenario for Rule Type C_RULETYPE_ORGMODEL ('A') 20010822
19 SET_SECOND_PRIO_FLAG Instance method Public Method Set Flag: Take Secondary Priorities into Account 20010822
20 SET_WEGID Instance method Public Method Set Evaluation Path for Function to be Executed with WEGID 20010822
Events
Class CL_WORKFLOW_RULE has no event.
Types
Class CL_WORKFLOW_RULE has no local type.
Method Signatures

Method CHECK_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_INTERFACE Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20011004
2 Importing IM_CLASS_FUNCTION Call by reference Type reference (TYPE) HRS1203-FNAME Name des Funktionsbausteins 20011004
3 Importing IM_RULETYPE Call by reference Type reference (TYPE) HRROLETYPE Regeltyp 20011004
# Exception Resumable Description Created on
1 CX_HRSO_INTERFACE_ERROR Schnittstellenprobleme Klasse/Funktionsbaustein 20011004

Method CHECK_ORG_OBJTYP Signature

Method CHECK_ORG_OBJTYP on class CL_WORKFLOW_RULE has no parameter.
Method CHECK_ORG_OBJTYP on class CL_WORKFLOW_RULE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_AUTHORITY_CHECK Call by reference Type reference (TYPE) FLAG 'X' 'X' = mit Berechtigungsprüfung 20011010
2 Importing IM_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container: Implementierende Klasse 20010918
3 Importing IM_CREATE_NEW_OBJECT Call by reference Type reference (TYPE) FLAG 'X' Neues Objekt erzeugen oder von DB einlesen 20010918
4 Importing IM_DESCRIPTION Call by reference Type reference (TYPE) PT1002TAB Tabelle mit Beschreibungen zu Standardobjekten 20010918
5 Importing IM_DESCRIPTION_SUBTY Call by reference Type reference (TYPE) HRS1002-SUBTY Subtyp 20010918
6 Importing IM_ENFORCE_FLAG Call by reference Type reference (TYPE) HRS1203-ENFORCE Abbruch bei Regelauflösung ohne Ergebnis 20010918
7 Importing IM_ENQUEUE_FLAG Call by reference Type reference (TYPE) FLAG 'X' 'X' = Anwendungssperre setzen, SPACE = keine Sperre 20011009
8 Importing IM_FUNCTION_CLASS Call by reference Type reference (TYPE) HRS1203-FNAME Name des Funktionsbausteins 20011023
9 Importing IM_GENERATED Call by reference Type reference (TYPE) HRS1216-GENERATED 'X' 'X' = Objekt wird für spezielle Verwengung generiert. 20011112
10 Importing IM_NO_CHANGES_ALLOWED Call by reference Type reference (TYPE) FLAG 'X' 'X' = Keine Änderungen am Objekt erlaubt 20011010
11 Importing IM_OBJID Call by reference Type reference (TYPE) HRS1000-OBJID ObjektId 20010918
12 Importing IM_ORGOBJECT_TYPE Call by reference Type reference (TYPE) HRS1203-OBJTYPE SAP Organisationsobjekttyp 20010918
13 Importing IM_PERSONAL_RULE_FLAG Call by reference Type reference (TYPE) HRS1203-PERSONAL Kennzeichen: persönliche Regeln 20010918
14 Importing IM_RULE_TYPE Call by reference Type reference (TYPE) HRROLETYPE Regeltyp 20010918
15 Importing IM_SCENARIO Call by reference Type reference (TYPE) HRS1203-ATTRSCN Allgemeine Attributpflege: Szenario der Anwendung 20010918
16 Importing IM_SECOND_PRIO_FLAG Call by reference Type reference (TYPE) HRS1203-PRIOSEQN Kennzeichen: Sekundäre Prioritäten berücksichtigen 20010918
17 Importing IM_SHORT Call by reference Type reference (TYPE) HRS1000-SHORT Objektkürzel 20010918
18 Importing IM_STEXT Call by reference Type reference (TYPE) HRS1000-STEXT Objektbezeichnung 20010918
19 Importing IM_WEGID Call by reference Type reference (TYPE) HRS1203-WEGID Auswertungsweg 20010918
# Exception Resumable Description Created on
1 CX_HRSO_CONTAINER_PROBLEM Fehler bei einer Containeroperation 20011009
2 CX_HR_SOBJECT Fehlerklasse Standard Objekt 20010924

Method CREATE_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CHECK_AUTHORITY Call by reference Type reference (TYPE) FLAG 'X' 'X' = mit Berechtigungsprüfung 20011026
2 Importing IM_ENQUEUE Call by reference Type reference (TYPE) FLAG 'X' 'X' = Anwendungssperre setzen, SPACE = keine Sperre 20011010
3 Importing IM_NO_CHANGES_ALLOWED Call by reference Type reference (TYPE) FLAG 'X' 'X' = Keine Änderungen am Objekt erlaubt 20011011
4 Importing IM_OBJID Call by reference Type reference (TYPE) HRSOBJECT-OBJID Objekt-ID für Standardobjekt 20011009
5 Returning RE_RULE_INSTANCE Value transfer Object reference (TYPE REF TO) CL_WORKFLOW_RULE Regel für Workflow 20011009
# Exception Resumable Description Created on
1 CX_HR_SOBJECT Fehlerklasse Standard Objekt 20011010

Method CREATE_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CHECK_AUTHORITY Call by reference Type reference (TYPE) FLAG 'X' 'X' = mit Berechtigungsprüfung 20011026
2 Importing IM_ENFORCE_FLAG Call by reference Type reference (TYPE) HRS1203-ENFORCE SPACE Abbruch bei Regelauflösung ohne Ergebnis 20010920
3 Importing IM_FUNCTION_CLASS Call by reference Type reference (TYPE) HRS1203-FNAME Name des Funktionsbausteins bzw. der Klasse 20011023
4 Importing IM_GENERATED Call by reference Type reference (TYPE) HRS1216-GENERATED 'X' 'X' = Objekt wird für spezielle Verwengung generiert. 20011112
5 Importing IM_ORG_OBJECTTYPE Call by reference Type reference (TYPE) HRS1203-OBJTYPE SAP Organisationsobjekttyp 20010920
6 Importing IM_PERSONAL_RULE_FLAG Call by reference Type reference (TYPE) HRS1203-PERSONAL SPACE Kennzeichen: persönliche Regeln 20010920
7 Importing IM_RULE_TYPE Call by reference Type reference (TYPE) HRROLETYPE Regeltyp 20010918
8 Importing IM_SCENARIO Call by reference Type reference (TYPE) HRS1203-ATTRSCN Allgemeine Attributpflege: Szenario der Anwendung 20010920
9 Importing IM_SECOND_PRIO_FLAG Call by reference Type reference (TYPE) HRS1203-PRIOSEQN SPACE Kennzeichen: Sekundäre Prioritäten berücksichtigen 20010920
10 Importing IM_SHORT Call by reference Type reference (TYPE) HRS1000-SHORT Objektkürzel 20010920
11 Importing IM_STEXT Call by reference Type reference (TYPE) HRS1000-STEXT Objektbezeichnung 20010920
12 Importing IM_WEGID Call by reference Type reference (TYPE) HRS1203-WEGID Auswertungsweg 20010920
13 Returning RE_RULE_INSTANCE Value transfer Object reference (TYPE REF TO) CL_WORKFLOW_RULE Regel für Workflow 20010918
# Exception Resumable Description Created on
1 CX_HR_SOBJECT Fehlerklasse HR Standard Objekt 20011026

Method DETERMINE_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RULETYPE Call by reference Type reference (TYPE) HRROLETYPE Regeltyp 20020211
2 Returning RE_INTERFACE Value transfer Type reference (TYPE) SEOCLSNAME Objekttypname 20020211

Method DETERMINE_INTERFACE on class CL_WORKFLOW_RULE has no exception.

Method GET_ACTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ACTORS Call by reference Type reference (TYPE) TSWHACTOR Ergebnis der Regelauflösung 20000515
2 Importing ACTUAL_WORKITEM Call by reference Type reference (TYPE) SWW_WIID Workitem-Kennung 20000515
3 Exporting ERRORS Call by reference Type reference (TYPE) TSWHACTOR Ergebnis der Regelauflösung 20000515
4 Exporting EXCLUDED_AGENTS Call by reference Type reference (TYPE) TSWHACTOR Ergebnis der Regelauflösung 20000515
5 Importing PLANVARIANT Call by reference Type reference (TYPE) PLVAR Planvariante 20000515
6 Importing RESOLVE_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementierung einer 'Collection' 20000602
7 Importing SEARCH_DATE Call by reference Type reference (TYPE) DATS SY-DATUM Feld vom Typ DATS 20000515
8 Importing TASK_WHERE_RULE_USED Call by reference Type reference (TYPE) HROBJEC_14 Konkatinierte Identifikation (Typ und ID) von Org Objekten 20000515
# Exception Resumable Description Created on
1 EXCEPTION_OF_RULE_RAISED Ausnahme im Rollenfunktionsbaustein ausgelöst 20000515
2 NO_ACTIVE_PLVAR Keine aktive Planvariante gefunden 20000515
3 NO_ACTOR_FOUND Überhaupt keinen Bearbeiter gefunden 20000515
4 NO_CONTAINER Weder Rollenattribute als Container noch als Parameter 20000605
5 NO_VALID_AGENT_DETERMINED Regel ermittelte keinen gültigen Bearbeiter 20000515
6 USERS_NOT_ADDED_TO_CONTAINER Gefundene User konnten nicht zum Container ergänzt werden 20000516

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ABBREVIATION Call by reference Type reference (TYPE) HRS1000-SHORT Objektkürzel 20011010
2 Exporting EX_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container: Implementierende Klasse 20011010
3 Exporting EX_DESCRIPTION Call by reference Type reference (TYPE) WSTEXTS Beschreibungstexte zu den Standardobjekten 20011010
4 Exporting EX_ENFORCE_FLAG Call by reference Type reference (TYPE) HRS1203-ENFORCE Abbruch bei Regelauflösung ohne Ergebnis 20011010
5 Exporting EX_EXTERNAL_RELATION Call by reference Type reference (TYPE) HRS1216-EXT_RELAT Externe Zuordnung eines HR Standard Objekts 20011026
6 Exporting EX_FUNCTION_CLASS Call by reference Type reference (TYPE) HRS1203-FNAME Name des Funktionsbausteins 20011010
7 Exporting EX_GENERATED Call by reference Type reference (TYPE) HRS1216-GENERATED Standardobjekt wurde für speziellen Zweck generiert 20011112
8 Exporting EX_NAME Call by reference Type reference (TYPE) HRS1000-STEXT Objektbezeichnung 20011010
9 Exporting EX_OBJID Call by reference Type reference (TYPE) HRSOBJECT-OBJID Objekt-ID für Standardobjekt 20011010
10 Exporting EX_ORGOBJECT_TYPE Call by reference Type reference (TYPE) HRS1203-OBJTYPE SAP Organisationsobjekttyp 20011010
11 Exporting EX_OTYPE Call by reference Type reference (TYPE) HRSOBJECT-OTYPE Standardobjekttyp 20011010
12 Exporting EX_PERSONAL_RULE_FLAG Call by reference Type reference (TYPE) HRS1203-PERSONAL Kennzeichen: persönliche Regeln 20011010
13 Exporting EX_RULE_TYPE Call by reference Type reference (TYPE) HRS1203-ACTOR_FLAG Regeltyp 20011010
14 Exporting EX_SCENARIO Call by reference Type reference (TYPE) HRS1203-ATTRSCN Allgemeine Attributpflege: Szenario der Anwendung 20011010
15 Exporting EX_SECOND_PRIO_FLAG Call by reference Type reference (TYPE) HRS1203-PRIOSEQN Kennzeichen: Sekundäre Prioritäten berücksichtigen 20011010
16 Exporting EX_WEGID Call by reference Type reference (TYPE) HRS1203-WEGID Auswertungsweg 20011010

Method GET_ATTRIBUTES on class CL_WORKFLOW_RULE has no exception.

Method SAVE_A_CONTAINER Signature

Method SAVE_A_CONTAINER on class CL_WORKFLOW_RULE has no parameter.
# Exception Resumable Description Created on
1 CX_HRSO_CONTAINER_PROBLEM Fehler bei einer Containeroperation 20011018

Method SAVE_A_FUNCTIONS Signature

Method SAVE_A_FUNCTIONS on class CL_WORKFLOW_RULE has no parameter.
# Exception Resumable Description Created on
1 CX_HRSO_UPDATE_ERROR Fehler beim Speichern eines HR Standardobjekts 20010924

Method SET_A_FUNCTIONS_DEFAULTS Signature

Method SET_A_FUNCTIONS_DEFAULTS on class CL_WORKFLOW_RULE has no parameter.
Method SET_A_FUNCTIONS_DEFAULTS on class CL_WORKFLOW_RULE has no exception.

Method SET_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container: Implementierende Klasse 20010822
# Exception Resumable Description Created on
1 CX_HRSO_NO_CHANGES_ALLOWED Objekt ist nicht im Änderungsmodus 20011010

Method SET_ENFORCE_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ENFORCE_FLAG Call by reference Type reference (TYPE) HRS1203-ENFORCE Abbruch bei Regelauflösung ohne Ergebnis 20010822
# Exception Resumable Description Created on
1 CX_HRSO_NO_CHANGES_ALLOWED Objekt ist nicht im Änderungsmodus 20011010
2 CX_HRSO_WRONG_VALUES_IN_RULE Es wurden falsche Werte der Regel übergeben 20020821

Method SET_FUNCTION_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FUNCTION_CLASS Call by reference Type reference (TYPE) HRS1203-FNAME Name des Funktionsbausteins 20011023
# Exception Resumable Description Created on
1 CX_HRSO_NO_CHANGES_ALLOWED Objekt ist nicht im Änderungsmodus 20011023
2 CX_HRSO_WRONG_VALUES_IN_RULE Es wurden falsche Werte der Regel übergeben 20020527

Method SET_ORGOBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ORGOBJECT_TYPE Call by reference Type reference (TYPE) HRS1203-OBJTYPE SAP Organisationsobjekttyp 20010822
# Exception Resumable Description Created on
1 CX_HRSO_NO_CHANGES_ALLOWED Objekt ist nicht im Änderungsmodus 20011010
2 CX_HRSO_WRONG_VALUES_IN_RULE Es wurden falsche Werte der Regel übergeben 20020527

Method SET_PERSONAL_RULE_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PERSONAL_RULE_FLAG Call by reference Type reference (TYPE) HRS1203-PERSONAL Kennzeichen: persönliche Regeln 20010822
# Exception Resumable Description Created on
1 CX_HRSO_NO_CHANGES_ALLOWED Objekt ist nicht im Änderungsmodus 20011010
2 CX_HRSO_WRONG_VALUES_IN_RULE Es wurden falsche Werte der Regel übergeben 20020527

Method SET_RULE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RULE_TYPE Call by reference Type reference (TYPE) HRROLETYPE Regeltyp 20010822
# Exception Resumable Description Created on
1 CX_HRSO_NO_CHANGES_ALLOWED Objekt ist nicht im Änderungsmodus 20011010
2 CX_HRSO_WRONG_VALUES_IN_RULE Es wurden falsche Werte der Regel übergeben 20020527

Method SET_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SCENARIO Call by reference Type reference (TYPE) HRS1203-ATTRSCN Allgemeine Attributpflege: Szenario der Anwendung 20010822
# Exception Resumable Description Created on
1 CX_HRSO_NO_CHANGES_ALLOWED Objekt ist nicht im Änderungsmodus 20011010
2 CX_HRSO_WRONG_VALUES_IN_RULE Es wurden falsche Werte der Regel übergeben 20020527

Method SET_SECOND_PRIO_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SECOND_PRIO_FLAG Call by reference Type reference (TYPE) HRS1203-PRIOSEQN Kennzeichen: Sekundäre Prioritäten berücksichtigen 20010822
# Exception Resumable Description Created on
1 CX_HRSO_NO_CHANGES_ALLOWED Objekt ist nicht im Änderungsmodus 20011010
2 CX_HRSO_WRONG_VALUES_IN_RULE Es wurden falsche Werte der Regel übergeben 20020527

Method SET_WEGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WEGID Call by reference Type reference (TYPE) HRS1203-WEGID Auswertungsweg 20010822
# Exception Resumable Description Created on
1 CX_HRSO_NO_CHANGES_ALLOWED Objekt ist nicht im Änderungsmodus 20011010
2 CX_HRSO_WRONG_VALUES_IN_RULE Es wurden falsche Werte der Regel übergeben 20020527
History
Last changed by/on SAP  20011023 
SAP Release Created in 610