SAP ABAP Class /MRSS/CL_SQP_RES_PROFILE (Resource Profile)
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 Inheritance (c INHERITING FROM c_ref)  /MRSS/CL_SQP_PROFILE Represents a single profile 20060404
Properties
Class /MRSS/CL_SQP_RES_PROFILE  
Short Description Resource Profile    
Super Class /MRSS/CL_SQP_PROFILE Represents a single profile 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/SQP   MRS Qualifications: Profiles 
Created 20060404   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_SQP_RES_PROFILE has no forward declaration.
Interfaces
Class /MRSS/CL_SQP_RES_PROFILE has no interface implemented.
Friends
Class /MRSS/CL_SQP_RES_PROFILE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_STATUS_ACTIVE Constant Private Type reference (TYPE) /MRSS/T_SQP_ACTIVE 'A' Status Flag 20060724
2 GC_STATUS_DELETED Constant Private Type reference (TYPE) /MRSS/T_SQP_ACTIVE 'D' Status Flag 20060724
3 GC_STATUS_INACTIVE Constant Private Type reference (TYPE) /MRSS/T_SQP_ACTIVE 'I' Status Flag 20060724
4 GC_STATUS_NEW Constant Private Type reference (TYPE) /MRSS/T_SQP_ACTIVE SPACE Status Flag 20060724
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVE_PROFILE_READ Instance method Public Method Read the active profile 20060404
2 AUTHORITY_CHECK Instance method Private Method Authority check for the profiles to be displayed 20060419
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060418
4 HDR_PRINT_GET Instance method Private Method Fetches the header data and additional attributes to be sent 20061228
5 INACTIVE_PROFILE_READ Instance method Public Method Read the inactive profile 20060404
6 IS_APPROVALFLOW_ACTIVE Instance method Public Method Check if the approval has been done 20060404
7 PROFILE_ADT_UPDATE Instance method Private Method Update the addn attributes 20060801
8 PROFILE_CHECK_ACTIVE_EXIST Instance method Private Method Check if previous active profile exists 20060721
9 PROFILE_CHECK_CHANGES Instance method Public Method Profile check changes 20060714
10 PROFILE_CHECK_STR_CHANGES Instance method Private Method Profile check changes 20060714
11 PROFILE_CHECK_UST_CHANGES Instance method Private Method Profile check changes 20060714
12 PROFILE_DELETE_OLD Instance method Private Method Delete profile old data 20060714
13 PROFILE_HDR_UPDATE Instance method Private Method Get the profile header changes 20060721
14 PROFILE_RESET_DATA Instance method Private Method Reset the profile to the previous active status 20060714
15 PROFILE_STATUS_SET Instance method Public Method Set the profile status 20060404
16 PROFILE_STR_DELTA_GET Instance method Private Method Get Profile str delta 20060714
17 PROFILE_STR_UPDATE Instance method Private Method Get the profile str. qual changes 20060721
18 PROFILE_UPDATE_HISTORY Instance method Private Method Update the history 20060721
19 PROFILE_UST_DELTA_GET Instance method Private Method Get Profile unstr delta 20060714
20 PROFILE_UST_UPDATE Instance method Private Method Get the profile ust. qual changes 20060721
21 STR_PRINT_GET Instance method Private Method Fetches the structured qualifications in print format 20061227
22 UNSTR_PRINT_GET Instance method Private Method Gets the unstructured qualifications in printable format 20061227
Events
Class /MRSS/CL_SQP_RES_PROFILE has no event.
Types
Class /MRSS/CL_SQP_RES_PROFILE has no local type.
Method Signatures

Method ACTIVE_PROFILE_READ Signature

Method ACTIVE_PROFILE_READ on class /MRSS/CL_SQP_RES_PROFILE has no parameter.
Method ACTIVE_PROFILE_READ on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method AUTHORITY_CHECK Signature

Method AUTHORITY_CHECK on class /MRSS/CL_SQP_RES_PROFILE has no parameter.
Method AUTHORITY_CHECK on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20060418
2 Importing IV_PROFILE_TYPE Call by reference Type reference (TYPE) /MRSS/T_PROFILE_TYPE Profile Type - Dummy 20090725

Method CONSTRUCTOR on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method HDR_PRINT_GET 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_SQU_EMP_DATA Structure to hold Employee details 20061228
2 Exporting ET_ADDN_ATTR Call by reference Type reference (TYPE) /MRSS/T_SQP_ADDN_ATTR_TXT_TAB text table for additional attribute printing 20061228

Method HDR_PRINT_GET on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method INACTIVE_PROFILE_READ Signature

Method INACTIVE_PROFILE_READ on class /MRSS/CL_SQP_RES_PROFILE has no parameter.
Method INACTIVE_PROFILE_READ on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method IS_APPROVALFLOW_ACTIVE Signature

Method IS_APPROVALFLOW_ACTIVE on class /MRSS/CL_SQP_RES_PROFILE has no parameter.
Method IS_APPROVALFLOW_ACTIVE on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method PROFILE_ADT_UPDATE 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 Message 20060802
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20060801
3 Importing IS_SQP_EADT_NEW Call by reference Type reference (TYPE) /MRSS/T_SQP_EADT addn attributes 20060801

Method PROFILE_ADT_UPDATE on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method PROFILE_CHECK_ACTIVE_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXISTS Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20060721

Method PROFILE_CHECK_ACTIVE_EXIST on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method PROFILE_CHECK_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IT_NEW Call by reference Type reference (TYPE) ANY TABLE Set of new data 20060714
2 Changing IT_OLD Call by reference Type reference (TYPE) ANY TABLE Set of old Data 20060714

Method PROFILE_CHECK_CHANGES on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method PROFILE_CHECK_STR_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IT_ESTR_NEW Call by reference Type reference (TYPE) /MRSS/T_SQP_ESTR_TAB Employee Structured qualifications 20060714
2 Changing IT_ESTR_OLD Call by reference Type reference (TYPE) /MRSS/T_SQP_ESTR_TAB Employee Structured qualifications 20060714

Method PROFILE_CHECK_STR_CHANGES on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method PROFILE_CHECK_UST_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IT_EUST_NEW Call by reference Type reference (TYPE) /MRSS/T_SQP_EUST_TAB Table type: Employee Profile - Unstructured Qualifications 20060714
2 Changing IT_EUST_OLD Call by reference Type reference (TYPE) /MRSS/T_SQP_EUST_TAB Table type: Employee Profile - Unstructured Qualifications 20060714

Method PROFILE_CHECK_UST_CHANGES on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method PROFILE_DELETE_OLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20060714
2 Importing IV_PROFILE_GUID Call by reference Type reference (TYPE) /MRSS/T_PROFILE_GUID Profile GUID 20060714

Method PROFILE_DELETE_OLD on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method PROFILE_HDR_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_EHDR_DB_N Call by reference Type reference (TYPE) /MRSS/D_SQP_EHDR New header data for CD 20070216
2 Exporting ES_EHDR_DB_O Call by reference Type reference (TYPE) /MRSS/D_SQP_EHDR Old header data for CD 20070216
3 Exporting ES_HDTX_DB_N Call by reference Type reference (TYPE) /MRSS/T_EMPD_SQP_HDTX New description data for CD 20070222
4 Exporting ES_HDTX_DB_O Call by reference Type reference (TYPE) /MRSS/T_EMPD_SQP_HDTX Old description data for CD 20070216
5 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Table with Messages 20060802
6 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20060802
7 Exporting EV_UPD_EHDR Call by reference Type reference (TYPE) CDPOS-CHNGIND Change Indicator for header data 20070216
8 Exporting EV_UPD_HDTX Call by reference Type reference (TYPE) CDPOS-CHNGIND Change Indicator for description 20070216
9 Importing IS_SQP_EHDR_NEW Call by reference Type reference (TYPE) /MRSS/T_SQP_EHDR Header Details 20060721
10 Importing IV_USER Call by reference Type reference (TYPE) /MRSS/T_SQM_ERNAM Created by 20061030

Method PROFILE_HDR_UPDATE on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method PROFILE_RESET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20060714
2 Importing IV_PROFILE_GUID Call by reference Type reference (TYPE) /MRSS/T_PROFILE_GUID Profile GUID 20060714

Method PROFILE_RESET_DATA on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method PROFILE_STATUS_SET Signature

Method PROFILE_STATUS_SET on class /MRSS/CL_SQP_RES_PROFILE has no parameter.
Method PROFILE_STATUS_SET on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method PROFILE_STR_DELTA_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ESTR_DELTA Call by reference Type reference (TYPE) /MRSS/T_SQP_ESTR_DELTA Employee profile Str. qual Delta chnages 20060714

Method PROFILE_STR_DELTA_GET on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method PROFILE_STR_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ESTR_N Call by reference Type reference (TYPE) /MRSS/EMPD_SQP_ESTR_TAB New Str.data fro CD 20070216
2 Exporting ET_ESTR_O Call by reference Type reference (TYPE) /MRSS/EMPD_SQP_ESTR_TAB Old Str.data fro CD 20070216
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Table with Messages 20060802
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20060802
5 Exporting EV_UPD_ESTR Call by reference Type reference (TYPE) CDPOS-CHNGIND Change Indicator for Str.data 20070216
6 Importing IT_SQP_ESTR_NEW Call by reference Type reference (TYPE) /MRSS/T_SQP_ESTR_TAB Table type: Employee Profile- Structured Qualifications 20060721

Method PROFILE_STR_UPDATE on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method PROFILE_UPDATE_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NEW_STATUS Call by reference Type reference (TYPE) /MRSS/T_SQP_STATUS Status 20060721
2 Importing IV_OLD_STATUS Call by reference Type reference (TYPE) /MRSS/T_SQP_STATUS Status 20060721
3 Importing IV_UNAME Call by reference Type reference (TYPE) XUBNAME User name in user master record 20060921

Method PROFILE_UPDATE_HISTORY on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method PROFILE_UST_DELTA_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_EUST_DELTA Call by reference Type reference (TYPE) /MRSS/T_SQP_EUST_DELTA Employee profile Str. Qual delta 20060714

Method PROFILE_UST_DELTA_GET on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method PROFILE_UST_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CDTXT Call by reference Type reference (TYPE) /MRSS/SQP_CDTXT_TAB Long text Changes 20070216
2 Exporting ET_EUST_N Call by reference Type reference (TYPE) /MRSS/EMPD_SQP_EUST_TAB New UnStr.data for CD 20070216
3 Exporting ET_EUST_O Call by reference Type reference (TYPE) /MRSS/EMPD_SQP_EUST_TAB Old UnStr.data for CD 20070216
4 Exporting ET_HDTX_N Call by reference Type reference (TYPE) /MRSS/EMPD_SQP_HDTX_TAB New shorttext data for CD 20070222
5 Exporting ET_HDTX_O Call by reference Type reference (TYPE) /MRSS/EMPD_SQP_HDTX_TAB Old shorttext data for CD 20070222
6 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Table with Messages 20060802
7 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20060802
8 Exporting EV_UPD_EUST Call by reference Type reference (TYPE) CDPOS-CHNGIND Change Indicator for UnStr.data 20070216
9 Exporting EV_UPD_TXT Call by reference Type reference (TYPE) CDPOS-CHNGIND Change Indicator for long text 20070216
10 Importing IT_SQP_EUST_NEW Call by reference Type reference (TYPE) /MRSS/T_SQP_EUST_TAB Table type: Employee Profile - Unstructured Qualifications 20060721

Method PROFILE_UST_UPDATE on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method STR_PRINT_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STR Call by reference Type reference (TYPE) /MRSS/T_SQU_ESTR_PRINT_TAB Structured qualifications print table. 20061227
2 Importing IT_SORTED_STR Call by reference Type reference (TYPE) /MRSS/T_SQP_ESTR_TAB Table type: Employee Profile- Structured Qualifications 20061227

Method STR_PRINT_GET on class /MRSS/CL_SQP_RES_PROFILE has no exception.

Method UNSTR_PRINT_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_USTR Call by reference Type reference (TYPE) /MRSS/T_SQU_EUST_PRINT_TAB Unstructured qualifications table for printing 20061227

Method UNSTR_PRINT_GET on class /MRSS/CL_SQP_RES_PROFILE has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 195