SAP ABAP Class CL_PS_PROFILING (Generic Profiling Class)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PS-ST (Application Component) Structures
     PSB_API (Package) PS API Package
Properties
Class CL_PS_PROFILING  
Short Description Generic Profiling Class    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PSB_API   PS API Package 
Created 20100531   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_PS_PROFILING has no interface implemented.
Friends
Class CL_PS_PROFILING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 OS_LOGSYS_CHECKED Instance attribute Private Type reference (TYPE) LTY_LOG_SYS_CHECK_ST Logical System Check 20101008
2 OS_PROFILE_FLAG Instance attribute Private Type reference (TYPE) PSHLP_UI_PROFILE_FLAG_ST UI Profile Flag 20100729
3 OS_TBP1C Instance attribute Private Type reference (TYPE) TBP1C 20100607
4 OT_PROFILES Instance attribute Public Type reference (TYPE) PSHLP_CELLTAB_TT PSHLP Profiles 20101228
5 OV_NO_OF_TASKS Instance attribute Private Type reference (TYPE) I Profiling Tasks 20101228
6 SR_PROFILING Static Attribute Private Object reference (TYPE REF TO) CL_PS_PROFILING Generic Profiling Class 20100607
Methods
# Method Level Visibility Method type Description Created on
1 AUTH_CHECK Instance method Private Method authorization check 20101006
2 BUILD_ALV_DATA_FOR_OVERALL Instance method Private Method Build ALV data for Overall Dates 20110329
3 BUILD_PROFILES_TABLE Instance method Private Method Build profiles table based on output type 20100729
4 COMPARE_WITH_API_PROFILES Instance method Private Method compare base versus api profiles 20100602
5 ENQUEUE_CHECK Instance method Private Method Enqueue Check for Profiling 20100915
6 FETCH_DB_PROFILING_FOR_DRAFTS Instance method Public Method Fetch profiling information for draft save to db 20110317
7 FIELD_CONTROL_CHECK Instance method Public Method Base Profiling and API Profiling 20100531
8 FILL_ACTY_STRUCTURES Instance method Private Method Fill CAUFVD, AFVGD structure required for profiling 20101231
9 FILL_NTWK_STRUCTURES Instance method Private Method Fill CAUFVD structure required for profiling 20101231
10 GET_CONTEXT Instance method Private Method returns project and wbs context for profiling 20100531
11 GET_INSTANCE Static method Public Method Return singleton instance 20100607
12 GET_PROFILE_FLAG Instance method Public Method Returns Profile Flag 20100729
13 LOAD_BUFFERS Instance method Public Method Load buffers into memory from XML 20101230
14 LOGICAL_SYSTEM_CHECK Instance method Private Method Check is Object transported from another system 20101008
15 PERFORM_OBJECT_CHECKS Instance method Public Method checks: enqueue, display node, auth, unlock mode, status 20100717
16 PERFORM_PROFILING_IN_PARALLEL Instance method Private Method Perform profiling in parallel 20101228
17 READ_BUFFERS Instance method Private Method Read buffers and transform to XML 20101230
18 RECEIVE_PROFILING_RESULTS Instance method Public Method Receive profiling results 20101228
19 SET_ALV_PROFILE Instance method Public Method ALV Profiling - New 20100729
20 SET_ALV_PROFILE_FOR_OVERALL Instance method Public Method ALV Profiling - Overall Dates Overview 20110329
21 SET_ALV_PROFILE_OLD Instance method Private Method ALV Profiling - Currently Obsolete 20110107
22 SET_PROFILE_FLAG Instance method Public Method Sets Profile Flag 20100729
23 SET_RFC_PROFILE Instance method Public Method RFC Profiling 20100915
24 SET_SCREEN_PROFILE Instance method Public Method Detail Screen Profling 20100729
25 SET_UI_PROFILING Instance method Public Method Tabstrip and Buttons Profiling 20100730
26 STANDARD_FIELD_PROFILING Instance method Public Method Standard Field Control and Influencing 20101228
27 STATUS_CHECK Instance method Private Method Status Check for Profiling 20100915
Events
Class CL_PS_PROFILING has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_LOG_SYS_CHECK_ST Private See coding 20101008 BEGIN OF lty_log_sys_check_st, logsys TYPE logsystem, check_done TYPE boole_d, END OF lty_log_sys_check_st
Method Signatures

Method AUTH_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_AUTH Call by reference Type reference (TYPE) STRUC_AUTH Structure for Authorization 20101230
2 Exporting EV_AUTH Call by reference Type reference (TYPE) BOOLE_D Authorization ? 20101006
3 Importing IS_NODE_DATA Call by reference Type reference (TYPE) ANY Current Data 20101006
4 Importing IV_OBJNR Call by reference Type reference (TYPE) J_OBJNR Object Number 20101006

Method AUTH_CHECK on class CL_PS_PROFILING has no exception.

Method BUILD_ALV_DATA_FOR_OVERALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ALV_DATA Call by reference Type reference (TYPE) PSHLP_OVERALL_DATES_OVR_TT Overall Dates Overview 20110329
2 Changing CT_MESSAGES Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20110329
3 Changing CT_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE 20110329
4 Importing IS_ALV_INFO Call by reference Type reference (TYPE) PSHLP_GRID_INFO_ST ALV Grid Info 20110330
5 Importing IS_SUBNODE_DEF Call by reference Type reference (TYPE) PSHLP_UI_SUBNODE_DEF_ST PSHLP SUB NODE Definition 20110329
6 Importing IT_OVERALL_CELLTAB Call by reference Type reference (TYPE) LVC_T_STYL ALV Control: Style Table for Cells 20110330
7 Importing IT_OVERALL_FCAT Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20110329
8 Importing IV_GANTT_MODE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110329

Method BUILD_ALV_DATA_FOR_OVERALL on class CL_PS_PROFILING has no exception.

Method BUILD_PROFILES_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROFILES Call by reference Type reference (TYPE) PSHLP_PROFILES_TT PSHLP Profile Table Type 20100729
2 Importing IS_NODE_INFO Call by reference Type reference (TYPE) PSHLP_UI_SUBNODE_DEF_ST PSHLP SUB NODE Definition 20100729

Method BUILD_PROFILES_TABLE on class CL_PS_PROFILING has no exception.

Method COMPARE_WITH_API_PROFILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PROFILES Call by reference Type reference (TYPE) PSHLP_PROFILES_TT PSHLP Profile Table Type 20100602
2 Importing IT_API_PROFILES Call by reference Type reference (TYPE) PSHLP_PROFILES_TT PSHLP Profile Table Type 20100701

Method COMPARE_WITH_API_PROFILES on class CL_PS_PROFILING has no exception.

Method ENQUEUE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ENQUEUE_FAILED Call by reference Type reference (TYPE) BOOLE_D Enqueue Check Failed ? 20100915
2 Importing IS_NODE_DATA Call by reference Type reference (TYPE) ANY 20100915
3 Importing IV_OBJNR Call by reference Type reference (TYPE) J_OBJNR Object Number 20100915

Method ENQUEUE_CHECK on class CL_PS_PROFILING has no exception.

Method FETCH_DB_PROFILING_FOR_DRAFTS 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) PS_MESSAGES Error messages 20110317
2 Exporting ET_PROFILES Call by reference Type reference (TYPE) PSHLP_CELLTAB_TT PSHLP Profiles 20110317
3 Exporting EV_ERROR Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110405
4 Importing IS_NODE_TYPE Call by reference Type reference (TYPE) PSHLP_UI_NODE_TYPE_ST PSHLP SUB NODE Definition 20110321
5 Importing IT_FIELDS Call by reference Type reference (TYPE) TTFIELDNAME Number of Field Names 20110317
6 Importing IT_NODE_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20110321
7 Importing IV_PERFORM_STD_CHECKS Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110321

Method FETCH_DB_PROFILING_FOR_DRAFTS on class CL_PS_PROFILING has no exception.

Method FIELD_CONTROL_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PROFILES Call by reference Type reference (TYPE) PSHLP_PROFILES_TT PSHLP Profile Table Type 20100607
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100621
3 Importing IR_API_REFERENCE Call by reference Object reference (TYPE REF TO) IF_PS_API PS API interface 20100602
4 Importing IS_NODE_DATA Call by reference Type reference (TYPE) ANY 20100723
5 Importing IS_NODE_INFO Call by reference Type reference (TYPE) PSHLP_UI_SUBNODE_DEF_ST PSHLP SUB NODE Definition 20100602
6 Importing IV_APPLY_BASE_PROFILES Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100721
7 Importing IV_RFC_FLAG Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100729

Method FIELD_CONTROL_CHECK on class CL_PS_PROFILING has no exception.

Method FILL_ACTY_STRUCTURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NODE_DATA Call by reference Type reference (TYPE) ANY 20101231

Method FILL_ACTY_STRUCTURES on class CL_PS_PROFILING has no exception.

Method FILL_NTWK_STRUCTURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NODE_DATA Call by reference Type reference (TYPE) ANY 20101231

Method FILL_NTWK_STRUCTURES on class CL_PS_PROFILING has no exception.

Method GET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CONTEXT Call by reference Type reference (TYPE) ANY 20100602
2 Importing IS_NODE_DATA Call by reference Type reference (TYPE) ANY 20100602
3 Importing IS_NODE_INFO Call by reference Type reference (TYPE) PSHLP_UI_SUBNODE_DEF_ST PSHLP SUB NODE Definition 20100602

Method GET_CONTEXT on class CL_PS_PROFILING has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_PS_PROFILING Generic Profiling Class 20100607

Method GET_INSTANCE on class CL_PS_PROFILING has no exception.

Method GET_PROFILE_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_PROFILE_FLAG Value transfer Type reference (TYPE) PSHLP_UI_PROFILE_FLAG_ST UI Profile Flag 20100729

Method GET_PROFILE_FLAG on class CL_PS_PROFILING has no exception.

Method LOAD_BUFFERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROJ_XML Call by reference Type reference (TYPE) STRING 20101231
2 Importing IV_WBS_XML Call by reference Type reference (TYPE) STRING 20101230

Method LOAD_BUFFERS on class CL_PS_PROFILING has no exception.

Method LOGICAL_SYSTEM_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ENTRY_SCREEN Call by reference Type reference (TYPE) PSHLP_ENTRY_SCREEN_ST Stores Entry Screen Information of PSHLP20 20101008

Method LOGICAL_SYSTEM_CHECK on class CL_PS_PROFILING has no exception.

Method PERFORM_OBJECT_CHECKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PROFILE_FLAG Call by reference Type reference (TYPE) PSHLP_UI_PROFILE_FLAG_ST UI Profile Flag 20110309
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20101228
3 Exporting EV_ERROR Call by reference Type reference (TYPE) BOOLE_D Error ? 20101228
4 Exporting EV_OBJNR Call by reference Type reference (TYPE) J_OBJNR Object Number 20110111
5 Importing IS_NODE_DATA Call by reference Type reference (TYPE) ANY 20100717
6 Importing IV_RFC_FLAG Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100803

Method PERFORM_OBJECT_CHECKS on class CL_PS_PROFILING has no exception.

Method PERFORM_PROFILING_IN_PARALLEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NODE_INFO Call by reference Type reference (TYPE) PSHLP_UI_SUBNODE_DEF_ST PSHLP SUB NODE Definition 20101228
2 Importing IT_INIT_PROFILES Call by reference Type reference (TYPE) PSHLP_PROFILES_TT PSHLP Profile Table Type 20101229
3 Importing IT_NODE_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20101228
4 Importing IV_NO_OF_TASKS Call by reference Type reference (TYPE) I 5 20110329
5 Importing IV_OVERVIEW_TYPE Call by reference Type reference (TYPE) J_OBART Object Type 20101230
6 Importing IV_TABLE_TYPE Call by reference Type reference (TYPE) TTYPENAME Name of table type 20101231

Method PERFORM_PROFILING_IN_PARALLEL on class CL_PS_PROFILING has no exception.

Method READ_BUFFERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PROJ_XML Call by reference Type reference (TYPE) STRING 20101231
2 Exporting EV_WBS_XML Call by reference Type reference (TYPE) STRING 20101230

Method READ_BUFFERS on class CL_PS_PROFILING has no exception.

Method RECEIVE_PROFILING_RESULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_TASK Call by reference Type reference (TYPE) CLIKE 20101228

Method RECEIVE_PROFILING_RESULTS on class CL_PS_PROFILING has no exception.

Method SET_ALV_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ALV_DATA Call by reference Type reference (TYPE) INDEX TABLE ALV Data 20101203
2 Changing CT_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE API Data 20100729
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100729
4 Importing IS_ALV_INFO Call by reference Type reference (TYPE) PSHLP_GRID_INFO_ST ALV Grid Info 20100909
5 Importing IS_NODE_TYPE Call by reference Type reference (TYPE) PSHLP_UI_NODE_TYPE_ST PSHLP SUB NODE Definition 20100729
6 Importing IV_APPLY_BASE_PROFILES Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100729
7 Importing IV_NO_PROFILING Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101206
8 Importing IV_OPERATION Call by reference Type reference (TYPE) CHAR40 20101203

Method SET_ALV_PROFILE on class CL_PS_PROFILING has no exception.

Method SET_ALV_PROFILE_FOR_OVERALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTY_NODE_DATA Call by reference Type reference (TYPE) PSHLP_ACTY_DATE_TT API Data - Activity 20110329
2 Changing CT_ALV_DATA Call by reference Type reference (TYPE) PSHLP_OVERALL_DATES_OVR_TT ALV Data - Overall Dates 20110329
3 Changing CT_MLST_NODE_DATA Call by reference Type reference (TYPE) PSHLP_MLST_TT API Data - Milestones 20110329
4 Changing CT_NTWK_NODE_DATA Call by reference Type reference (TYPE) PSHLP_NTWK_TT API Data - Network 20110329
5 Changing CT_PMCS_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_ORD_HEADER API Data - PM/CS Orders 20110329
6 Changing CT_PROJ_NODE_DATA Call by reference Type reference (TYPE) PSHLP_PROJ_TT API Data - Project 20110329
7 Changing CT_WBS_NODE_DATA Call by reference Type reference (TYPE) PSHLP_WBS_DATE_TT API Data - WBS 20110329
8 Exporting ET_MESSAGES Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20110329
9 Importing IT_ALV_INFO Call by reference Type reference (TYPE) PSHLP_GRID_INFO_TT ALV Grid Info 20110329
10 Importing IT_OVERALL_FCAT Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20110329
11 Importing IV_GANTT_MODE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110329
12 Importing IV_OPERATION Call by reference Type reference (TYPE) CHAR40 'RETRIEVE' 20110329

Method SET_ALV_PROFILE_FOR_OVERALL on class CL_PS_PROFILING has no exception.

Method SET_ALV_PROFILE_OLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ALV_DATA Call by reference Type reference (TYPE) INDEX TABLE ALV Data 20110107
2 Changing CT_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE API Data 20110107
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20110107
4 Importing IS_ALV_INFO Call by reference Type reference (TYPE) PSHLP_GRID_INFO_ST ALV Grid Info 20110107
5 Importing IS_NODE_TYPE Call by reference Type reference (TYPE) PSHLP_UI_NODE_TYPE_ST PSHLP SUB NODE Definition 20110107
6 Importing IV_APPLY_BASE_PROFILES Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110107
7 Importing IV_NO_PROFILING Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110107
8 Importing IV_OPERATION Call by reference Type reference (TYPE) CHAR40 20110107

Method SET_ALV_PROFILE_OLD on class CL_PS_PROFILING has no exception.

Method SET_PROFILE_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PROFILE_FLAG Value transfer Type reference (TYPE) PSHLP_UI_PROFILE_FLAG_ST UI Profile Flag 20100729

Method SET_PROFILE_FLAG on class CL_PS_PROFILING has no exception.

Method SET_RFC_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGES Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100915
2 Changing CT_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE 20100915
3 Exporting ET_PROFILES Call by reference Type reference (TYPE) PSHLP_PROFILES_TT PSHLP Profile Table Type 20100921
4 Importing IR_API_REFERENCE Call by reference Object reference (TYPE REF TO) IF_PS_API PS API interface 20100915
5 Importing IS_NODE_INFO Call by reference Type reference (TYPE) PSHLP_UI_SUBNODE_DEF_ST PSHLP SUB NODE Definition 20100915
6 Importing IV_APPLY_BASE_PROFILES Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100915

Method SET_RFC_PROFILE on class CL_PS_PROFILING has no exception.

Method SET_SCREEN_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGES Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100729
2 Changing CT_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE 20100729
3 Exporting ET_PROFILES Call by reference Type reference (TYPE) PSHLP_PROFILES_TT PSHLP Profile Table Type 20100921
4 Importing IR_API_REFERENCE Call by reference Object reference (TYPE REF TO) IF_PS_API PS API interface 20100729
5 Importing IS_NODE_INFO Call by reference Type reference (TYPE) PSHLP_UI_SUBNODE_DEF_ST PSHLP SUB NODE Definition 20100729
6 Importing IV_APPLY_BASE_PROFILES Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100729

Method SET_SCREEN_PROFILE on class CL_PS_PROFILING has no exception.

Method SET_UI_PROFILING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TAB_PROFILING Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100730

Method SET_UI_PROFILING on class CL_PS_PROFILING has no exception.

Method STANDARD_FIELD_PROFILING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_NODE_INFO Call by reference Type reference (TYPE) PSHLP_UI_SUBNODE_DEF_ST PSHLP SUB NODE Definition 20101228
2 Changing CT_PROFILES Call by reference Type reference (TYPE) PSHLP_PROFILES_TT PSHLP Profile Table Type 20101228
3 Importing IS_NODE_DATA Call by reference Type reference (TYPE) ANY 20101228
4 Importing IV_APPLY_BASE_PROFILES Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101228

Method STANDARD_FIELD_PROFILING on class CL_PS_PROFILING has no exception.

Method STATUS_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STATUS_FAILED Call by reference Type reference (TYPE) BOOLE_D Status Check Failed ? 20100915
2 Importing IS_NODE_DATA Call by reference Type reference (TYPE) ANY 20100915
3 Importing IV_OBJNR Call by reference Type reference (TYPE) J_OBJNR Object Number 20100915

Method STATUS_CHECK on class CL_PS_PROFILING has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 606