SAP ABAP Class /MRSS/CL_SQP_BL_HANDLER (Business layer handler for profiles)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/SQP (Package) MRS Qualifications: Profiles
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /MRSS/IF_SQP_MNT_PROFILE Interface for Profile Maintenance 20060403
Properties
Class /MRSS/CL_SQP_BL_HANDLER  
Short Description Business layer handler for profiles    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/SQP   MRS Qualifications: Profiles 
Created 20060403   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_SQP_BL_HANDLER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /MRSS/IF_SQP_MNT_PROFILE Interface for Profile Maintenance 20060403
Friends
Class /MRSS/CL_SQP_BL_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_MODE_CHANGE Constant Private Type reference (TYPE) /MRSS/T_EDIT_MODE 'A' Processing Mode 20060806
2 GC_MODE_DISPLAY Constant Private Type reference (TYPE) /MRSS/T_EDIT_MODE 'B' Processing Mode 20060806
3 GC_REQ_PROFILE Constant Private Type reference (TYPE) /MRSS/T_PROFILE_TYPE '2' Profile Type 20060806
4 GC_RES_PROFILE Constant Private Type reference (TYPE) /MRSS/T_PROFILE_TYPE '1' Profile Type 20060806
5 GC_TMP_PROFILE Constant Private Type reference (TYPE) /MRSS/T_PROFILE_TYPE '3' Profile Type 20060806
6 GC_TRUE Constant Private Type reference (TYPE) /MRSS/T_BOOLEAN 'X' Boolean: True 20060602
7 GREF_INSTANCE Static Attribute Public Object reference (TYPE REF TO) /MRSS/CL_SQP_BL_HANDLER BL Reference 20060418
8 GREF_PROFILE_MGR Instance attribute Public Object reference (TYPE REF TO) /MRSS/CL_SQP_PROFILE_MGR Profile Manager 20060407
9 GV_LOGON_MODE Instance attribute Private Type reference (TYPE) /MRSS/T_SQP_LOGON_MODE Transaction Mode for Login 20081017
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060424
2 DETERMINE_OBSOLETE_QUAL Instance method Private Method Gets the qualifications which are obsolete for employee prof 20070110
3 FILTER_UN_STR_QAL Instance method Private Method Filter the Unstructured Qualifications 20061018
4 GET_INSTANCE Static method Public Method Read Singleton Instance 20060411
5 GET_PRI_SEC_INDEX Static method Private Method GEts indices for pri/sec position 20061102
6 GUID_CREATE Static method Private Method Create guid 20060508
7 GUID_TYPE_GET Static method Private Method Get the Profile type from the guid 20060427
8 MAP_KEY_GUID_BUFF Instance method Private Method Maps the req profile keys to guids from the buffer 20061115
9 MAP_REQ_GUID_BUFF Instance method Private Method Gets the requirement profile guids from buffer. 20061120
10 PROFILES_FETCH_DATA Instance method Private Method Mass database access for mutilple profiles 20060512
11 PROFILES_GET Instance method Private Method Get the profiiles 20060807
12 PROFILES_INITIALIZE Instance method Protected Method Initialize the profile 20060418
13 PROFILE_SET_ATTRIBUTES Instance method Private Method Set the profile attributes 20060724
14 PROF_GUIDS_INITIALIZE Instance method Private Method Initialise the set of profile guids 20060602
15 REQ_PROFILE_INITIALIZE Instance method Private Method Initialise requirement profile 20060602
16 RES_PROFILE_INITIALIZE Instance method Private Method Initialise resource profile 20060602
17 SORT_STR_QUALS Static method Public Method Sort the structured qualifications 20061102
18 TEMP_PROFILE_INITIALIZE Instance method Private Method Initialise temperory profile 20060605
Events
# Event Type Visibility Description Created on
1 PROFILE_CHANGED Instance Event
(0)
Private
(0)
20110407
Types
Class /MRSS/CL_SQP_BL_HANDLER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /MRSS/CL_SQP_BL_HANDLER has no parameter.
Method CONSTRUCTOR on class /MRSS/CL_SQP_BL_HANDLER has no exception.

Method DETERMINE_OBSOLETE_QUAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_STR Call by reference Type reference (TYPE) /MRSS/T_SQP_ESTR_TAB Table type: Employee Profile- Structured Qualifications 20070110
2 Importing IV_RES_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20070110

Method DETERMINE_OBSOLETE_QUAL on class /MRSS/CL_SQP_BL_HANDLER has no exception.

Method FILTER_UN_STR_QAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing LT_QUAL Call by reference Type reference (TYPE) /MRSS/T_SQP_RUST_TAB Vollständige Profildaten für Benutzerschnittstelle 20061018

Method FILTER_UN_STR_QAL on class /MRSS/CL_SQP_BL_HANDLER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EREF_INSTANCE Value transfer Object reference (TYPE REF TO) /MRSS/CL_SQP_BL_HANDLER Business Layer-Instanz 20060411

Method GET_INSTANCE on class /MRSS/CL_SQP_BL_HANDLER has no exception.

Method GET_PRI_SEC_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MSG Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Table with Messages 20070330
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20070330
3 Exporting EV_PRI_IND Call by reference Type reference (TYPE) NUMC10 Numerisches Zeichenfeld, Länge 10 20061102
4 Exporting EV_SEC_IND Call by reference Type reference (TYPE) NUMC10 Numerisches Zeichenfeld, Länge 10 20061102
5 Importing IS_SORT Call by reference Type reference (TYPE) /MRSS/T_SQP_SORT_DESC Zur Sortierung von Qualifikationen 20061102

Method GET_PRI_SEC_INDEX on class /MRSS/CL_SQP_BL_HANDLER has no exception.

Method GUID_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_GUID Value transfer Type reference (TYPE) /MRSS/T_GUID GUID 20060508

Method GUID_CREATE on class /MRSS/CL_SQP_BL_HANDLER has no exception.

Method GUID_TYPE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROFILE_GUIDS Call by reference Type reference (TYPE) /MRSS/T_SQP_GUID_TAB Tabelle mit Profil-GUIDs und Profiltypen 20060427
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable 20060602
3 Importing IT_GUIDS Call by reference Type reference (TYPE) /MRSS/T_SQP_GUIDS_TAB Liste der GUIDs 20060427

Method GUID_TYPE_GET on class /MRSS/CL_SQP_BL_HANDLER has no exception.

Method MAP_KEY_GUID_BUFF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PROFILE_GUIDS Call by reference Type reference (TYPE) /MRSS/T_SQP_PROF_TYPE_TAB Profilschlüsseldetails 20061115
2 Importing IT_KEY Call by reference Type reference (TYPE) /MRSS/T_SQP_REQUID_TAB Profilschlüssel 20061115

Method MAP_KEY_GUID_BUFF on class /MRSS/CL_SQP_BL_HANDLER has no exception.

Method MAP_REQ_GUID_BUFF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_REQ_GUIDS Call by reference Type reference (TYPE) /MRSS/T_SQP_GUID_KEY_TAB Zuordnung des Anforderungsprofils zu ext. Profilschlüssel 20061120
2 Importing IT_GUIDS Call by reference Type reference (TYPE) /MRSS/T_SQP_GUIDS_TAB Tabelle mit GUIDs 20061120

Method MAP_REQ_GUID_BUFF on class /MRSS/CL_SQP_BL_HANDLER has no exception.

Method PROFILES_FETCH_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SQP_EADT Call by reference Type reference (TYPE) /MRSS/T_SQP_EADT_TAB Mitarbeiterprofil - zusätzliche Attribute 20060807
2 Exporting ET_SQP_EAPP Call by reference Type reference (TYPE) /MRSS/T_SQP_EAPP_TAB Details zum Genehmigenden des Mitarbeiters 20060807
3 Exporting ET_SQP_EHDR Call by reference Type reference (TYPE) /MRSS/T_SQP_EHDR_TAB Kopfdetails 20060807
4 Exporting ET_SQP_ESTR Call by reference Type reference (TYPE) /MRSS/T_SQP_ESTR_TAB Tabellentyp: Mitarbeiterprofil - struktur. Qualifikationen 20060807
5 Exporting ET_SQP_EUST Call by reference Type reference (TYPE) /MRSS/T_SQP_EUST_TAB Tabellentyp: Mitarbeiterprofil - unstruktur. Qualifikationen 20060807
6 Exporting ET_SQP_PROF Call by reference Type reference (TYPE) /MRSS/T_SQP_MASTER_TAB Profil-Master-Tabelle 20060807
7 Exporting ET_SQP_RADT Call by reference Type reference (TYPE) /MRSS/T_SQP_RADT_TAB Weitere Attribute des Anforderungsprofils 20060807
8 Exporting ET_SQP_RHDR Call by reference Type reference (TYPE) /MRSS/T_SQP_RHDR_TAB Kopfzeile für Anforderungsprofil 20060807
9 Exporting ET_SQP_ROCS Call by reference Type reference (TYPE) /MRSS/T_SQP_ROCS_TAB Anforderungsprofil Bereitschaftssuchtypen 20060907
10 Exporting ET_SQP_ROCT Call by reference Type reference (TYPE) /MRSS/T_SQP_ROCT_TAB Anforderungsprofil Bereitschaftstypen 20060907
11 Exporting ET_SQP_RSTR Call by reference Type reference (TYPE) /MRSS/T_SQP_RSTR_TAB Anforderungsprofil: Strukturierte Qualifikationen 20060807
12 Exporting ET_SQP_RUST Call by reference Type reference (TYPE) /MRSS/T_SQP_RUST_TAB Anforderungsprofil: Unstrukturierte Qualifikationen 20060807
13 Importing IT_PROFILES Call by reference Type reference (TYPE) /MRSS/T_SQP_PROF_TAB Tabelle mit Profilobjekten 20060512
14 Importing IV_ACTIVE_ONLY Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN SPACE Boolesche Variable: Aktives Profil abrufen 20060805
15 Importing IV_BYPASS_BUFFER Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN SPACE Boolesche Variable: Puffer umgehen 20060727
16 Importing IV_FETCH_ADDN Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable: Weitere Profilattribute abrufen 20060731
17 Importing IV_FETCH_HDR Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable: Profilkopf abrufen 20060512
18 Importing IV_FETCH_OCT Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN SPACE Boolesche Variable: Bereitschaftstypen abrufen 20060906
19 Importing IV_FETCH_PROF_MASTER Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable: Profilzeitstempel abrufen 20060516
20 Importing IV_FETCH_STR Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable: Strukturierte Qualifikationen abrufen 20060512
21 Importing IV_FETCH_UST Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable: Unstrukturierte Qualifikationen abrufen 20060512
22 Importing IV_LANGU Call by reference Type reference (TYPE) SPRAS SPACE Sprachenschlüssel 20060804
23 Importing IV_READ_TEXT Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN 'X' Boolesche Variable: Langtext agrufen 20060804

Method PROFILES_FETCH_DATA on class /MRSS/CL_SQP_BL_HANDLER has no exception.

Method PROFILES_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Tabellen mit Nachrichten 20060809
2 Exporting ET_PROFILES Call by reference Type reference (TYPE) /MRSS/T_SQP_PROF_TAB Tabelle mit Profilobjekten 20060807
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Falg 20060809
4 Importing IT_PROF_GUIDS Call by reference Type reference (TYPE) /MRSS/T_SQP_GUIDS_TAB Tabelle mit GUIDs 20060807
5 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) /MRSS/T_EDIT_MODE 'B' Verarbeitungsmodus 20060811

Method PROFILES_GET on class /MRSS/CL_SQP_BL_HANDLER has no exception.

Method PROFILES_INITIALIZE 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) /MRSS/T_MESSAGE_TAB Tabellen mit Nachrichten 20060418
2 Exporting ET_PROFILES Call by reference Type reference (TYPE) /MRSS/T_SQP_PROF_TAB GUID 20060418
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable 20060809
4 Importing IT_PROF_GUIDS Call by reference Type reference (TYPE) /MRSS/T_SQP_GUIDS_TAB Profiltyp 20060418
5 Importing IV_ACTIVE_ONLY Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN SPACE Boolesche Variable 20060805
6 Importing IV_BYPASS_BUFFER Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN SPACE Boolesche Variable 20060727
7 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) /MRSS/T_EDIT_MODE 'B' Verarbeitungsmodus 20060801
8 Importing IV_FETCH_ADDN Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable 20060731
9 Importing IV_FETCH_HDR Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable 20060509
10 Importing IV_FETCH_OCT Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable 20060918
11 Importing IV_FETCH_PROF_MASTER Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN 'X' Boolesche Variable 20060516
12 Importing IV_FETCH_STR Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable 20060509
13 Importing IV_FETCH_UST Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable 20060509
14 Importing IV_LANGU Call by reference Type reference (TYPE) SPRAS SPACE Sprachenschlüssel 20060804
15 Importing IV_READ_TEXT Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN 'X' Boolesche Variable 20060804

Method PROFILES_INITIALIZE on class /MRSS/CL_SQP_BL_HANDLER has no exception.

Method PROFILE_SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROFILES Call by reference Type reference (TYPE) /MRSS/T_SQP_PROF_TAB Tabelle mit Profilobjekten 20060724
2 Importing IT_SQP_EADT Call by reference Type reference (TYPE) /MRSS/T_SQP_EADT_TAB Mitarbeiterprofil - zusätzliche Attribute 20060731
3 Importing IT_SQP_EAPP Call by reference Type reference (TYPE) /MRSS/T_SQP_EAPP_TAB Details zum Genehmigenden des Mitarbeiters 20060724
4 Importing IT_SQP_EHDR Call by reference Type reference (TYPE) /MRSS/T_SQP_EHDR_TAB Kopfdetails 20060724
5 Importing IT_SQP_ESTR Call by reference Type reference (TYPE) /MRSS/T_SQP_ESTR_TAB Tabellentyp: Mitarbeiterprofil - struktur. Qualifikationen 20060724
6 Importing IT_SQP_EUST Call by reference Type reference (TYPE) /MRSS/T_SQP_EUST_TAB Tabellentyp: Mitarbeiterprofil - unstruktur. Qualifikationen 20060724
7 Importing IT_SQP_PROF Call by reference Type reference (TYPE) /MRSS/T_SQP_MASTER_TAB Profil-Master-Tabelle 20060724
8 Importing IT_SQP_RADT Call by reference Type reference (TYPE) /MRSS/T_SQP_RADT_TAB Weitere Attribute des Anforderungsprofils 20060724
9 Importing IT_SQP_RHDR Call by reference Type reference (TYPE) /MRSS/T_SQP_RHDR_TAB Kopfzeile für Anforderungsprofil 20060724
10 Importing IT_SQP_ROCS Call by reference Type reference (TYPE) /MRSS/T_SQP_ROCS_TAB Anforderungsprofil Bereitschaftssuchtypen 20060907
11 Importing IT_SQP_ROCT Call by reference Type reference (TYPE) /MRSS/T_SQP_ROCT_TAB Anforderungsprofil Bereitschaftstypen 20060907
12 Importing IT_SQP_RSTR Call by reference Type reference (TYPE) /MRSS/T_SQP_RSTR_TAB Anforderungsprofil: Strukturierte Qualifikationen 20060724
13 Importing IT_SQP_RUST Call by reference Type reference (TYPE) /MRSS/T_SQP_RUST_TAB Anforderungsprofil: Unstrukturierte Qualifikationen 20060724

Method PROFILE_SET_ATTRIBUTES on class /MRSS/CL_SQP_BL_HANDLER has no exception.

Method PROF_GUIDS_INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Tabellen mit Nachrichten 20060801
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable 20060602
3 Importing IT_PROFILE_GUIDS Call by reference Type reference (TYPE) /MRSS/T_SQP_GUIDS_TAB Tabelle mit GUIDs 20060602
4 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) /MRSS/T_EDIT_MODE 'B' Verarbeitungsmodus 20060801
5 Importing IV_PROFILE_TYPE Call by reference Type reference (TYPE) /MRSS/T_PROFILE_TYPE Profiltyp 20060602

Method PROF_GUIDS_INITIALIZE on class /MRSS/CL_SQP_BL_HANDLER has no exception.

Method REQ_PROFILE_INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PROFILE_GUID Call by reference Type reference (TYPE) /MRSS/T_SQP_GUID Struktur mit Profil-GUIDs und Profiltypen 20060602
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Tabellen mit Nachrichten 20060801
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable 20060602
4 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) /MRSS/T_EDIT_MODE Verarbeitungsmodus 20060801
5 Importing IV_PROFILE_KEY Call by reference Type reference (TYPE) /MRSS/T_REQUID Profilschlüssel 20060602

Method REQ_PROFILE_INITIALIZE on class /MRSS/CL_SQP_BL_HANDLER has no exception.

Method RES_PROFILE_INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_EMP_DATA Call by reference Type reference (TYPE) /MRSS/T_RESOURCE_DETAILS Mitarbeiter: Personaldaten für die Schnittstelle 20060602
2 Exporting ES_PROFILE_GUID Call by reference Type reference (TYPE) /MRSS/T_SQP_GUID Struktur mit Profil-GUIDs und Profiltypen 20060602
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Tabellen mit Nachrichten 20060801
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable 20060602
5 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) /MRSS/T_EDIT_MODE Verarbeitungsmodus 20060801
6 Importing IV_LOGON_MODE Call by reference Type reference (TYPE) /MRSS/T_SQP_LOGON_MODE Transaktionsmodus für Anmeldung 20060602
7 Importing IV_PERNR Call by reference Type reference (TYPE) PERNR_D Personalnummer zug. 20060728
8 Importing IV_PORTAL_USER Call by reference Type reference (TYPE) /MRSS/T_PORTAL_USER Zeichenfeld der Länge 40 20060602
9 Importing IV_SAP_USER Call by reference Type reference (TYPE) SYUNAME R/3-System, Benutzeranmeldename 20060602

Method RES_PROFILE_INITIALIZE on class /MRSS/CL_SQP_BL_HANDLER has no exception.

Method SORT_STR_QUALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_PROF_DATA Call by reference Type reference (TYPE) /MRSS/T_SQP_PROF_DATA Vollständige Profildaten für Benutzerschnittstelle 20061102
2 Exporting ET_MSG Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Table with Messages 20070330
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20070330

Method SORT_STR_QUALS on class /MRSS/CL_SQP_BL_HANDLER has no exception.

Method TEMP_PROFILE_INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PROFILE_GUID Call by reference Type reference (TYPE) /MRSS/T_SQP_GUID Struktur mit Profil-GUIDs und Profiltypen 20060605
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable 20060605

Method TEMP_PROFILE_INITIALIZE on class /MRSS/CL_SQP_BL_HANDLER has no exception.
Event Signatures

Event PROFILE_CHANGED Signature
Event PROFILE_CHANGED on class /MRSS/CL_SQP_BL_HANDLER has no parameter.
History
Last changed by/on SAP  20141109 
SAP Release Created in 195