SAP ABAP Class CL_GHO_PP_PT_SP (Planning Table Service Provider)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PP-PN-NOP (Application Component) Network Operations
     EA_GHO_PP_PT_UI (Package) GHO PP User Interface: Planning Table
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/IF_SPI_APPL_ACCESS Application Access Interface 20100716
2 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/IF_SPI_APPL_ACCESS_INIT Service Provider Initialization 20100716
Properties
Class CL_GHO_PP_PT_SP  
Short Description Planning Table Service Provider    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EA_GHO_PP_PT_UI   GHO PP User Interface: Planning Table 
Created 20100716   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GHO_PP_PT_SP has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /PLMB/IF_SPI_APPL_ACCESS Application Access Interface 20100716
2 /PLMB/IF_SPI_APPL_ACCESS_INIT Service Provider Initialization 20100716
Friends
Class CL_GHO_PP_PT_SP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_COLLECTOR Instance attribute Public Object reference (TYPE REF TO) /PLMB/IF_SPI_COLLECTOR Collector 20100921
2 GS_PROFILE Instance attribute Private Type reference (TYPE) GHO_PP_S_PT_PROFILE Structure for Planning Table Profile Customizing 20100923
3 GT_CHANGEABLE_ID Instance attribute Private See coding 20100923
Methods
# Method Level Visibility Method type Description Created on
1 ACTION_CHECK_AUTH_NETWORK Instance method Private Method Action for checking authority for Planning Table 20110217
2 ACTION_CHECK_FILTER Instance method Private Method Action to Check Filter Settings 20110223
3 ACTION_COPY_VALUES Instance method Private Method Action for copying values via interactive planning 20100921
4 ACTION_DELETE_FILTER Instance method Private Method Action for Deleting the Filter from the Database 20110218
5 ACTION_EXIST_FILTER Instance method Private Method Action to Check if Filter exists on Database 20110415
6 ACTION_GET_DATA Instance method Private Method Action to get the planning data from backend 20100921
7 ACTION_GET_FILTER Instance method Private Method Action for Retrieving the Filter from Backend Buffer 20110126
8 ACTION_GET_FILTER_DESC Instance method Private Method Action to get Description of Filter 20101216
9 ACTION_GET_MEDIA Instance method Private Method Action to get Media in Planning Table 20110125
10 ACTION_GET_MESSAGELOG Instance method Private Method Get Message Log 20101208
11 ACTION_GET_NETWORK_DESC Instance method Private Method Action to get Description of Network 20101215
12 ACTION_GET_NETWORK_INT Instance method Private Method Action to get internal Network Number 20110408
13 ACTION_GET_PLANVERS_DETAILS Instance method Private Method Action to get Details of Network/Planversion combination 20101217
14 ACTION_GET_PROFILE Instance method Private Method Action to get Profile content from Database 20101208
15 ACTION_GET_USER_DATA Instance method Private Method Action to get User specific Data for Planning Table 20101203
16 ACTION_PRELOAD_DATA Instance method Private Method Action to preload the planning data into backend 20110217
17 ACTION_READ_FILTER Instance method Private Method Action for Retrieving the Filter from Database 20110127
18 ACTION_SAVE_FILTER Instance method Private Method Action for Saving the Filter to Database 20110126
19 ACTION_SAVE_FILTER_CHECK Instance method Private Method Action to check if saving Filter to Database is possible 20110415
20 ACTION_SET_FILTER Instance method Private Method Action for Storing the Filter in the Backend Buffer 20101222
21 ACTION_SET_PROFILE Instance method Private Method Action to remember temporary profile settings 20101208
22 ACTION_SET_PROPERTIES Instance method Private Method Action to set the Field Properties 20101208
23 ACTION_SET_USER_DATA Instance method Private Method Action to get User specific Data for Planning Table 20101203
24 ACTION_TRIGGER_CAPA_ALLOC Instance method Private Method Action for triggering the capacity allocation run 20101115
25 ACTION_TRIGGER_PL_ALLOC Instance method Private Method Action for triggering the planned allocation run 20101014
26 APPLY_MESSAGES Instance method Private Method Send messages to Framework 20100921
27 SET_PROPERTIES Instance method Private Method Set the Field Properties 20100923
Events
Class CL_GHO_PP_PT_SP has no event.
Types
Class CL_GHO_PP_PT_SP has no local type.
Method Signatures

Method ACTION_CHECK_AUTH_NETWORK 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) /PLMB/SPI_FAILED_IND Failed Indicator 20110217
2 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PARAM_PTABLE_GET Structur for context Node Planning Data 20110217

Method ACTION_CHECK_AUTH_NETWORK on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_CHECK_FILTER 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) /PLMB/SPI_FAILED_IND Failed Indicator 20110223
2 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_FILTER_ACTION Structure used for Filter related Action in GHO/OPM 20110223

Method ACTION_CHECK_FILTER on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_COPY_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EG_PARAM Call by reference Type reference (TYPE) ANY Any data 20101013
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20100921
3 Importing IS_PARAM_COPY_VALUES Call by reference Type reference (TYPE) GHO_PP_S_PARAM_COPY_VALUES Structure for Action COPY_VALUES for Interactive Planning 20100921
4 Importing IT_SELECTED_LINES Call by reference Type reference (TYPE) INDEX TABLE Table of selected lines 20101222

Method ACTION_COPY_VALUES on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_DELETE_FILTER 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) /PLMB/SPI_FAILED_IND Failed Indicator 20110218
2 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_FILTER Filter Settings for Planning Table (uncompressed) 20110218

Method ACTION_DELETE_FILTER on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_EXIST_FILTER 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) /PLMB/SPI_FAILED_IND Failed Indicator 20110415
2 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_FILTER Filter Settings for Planning Table (uncompressed) 20110415

Method ACTION_EXIST_FILTER on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EG_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PARAM_PTABLE_GET Structur for Action GET of Node PTABLE 20100921
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) GHO_PP_T_PTABLE_UI Planning Table 20100921
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20100921
4 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PARAM_PTABLE_GET Structur for Action GET of Node PTABLE 20100921

Method ACTION_GET_DATA on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_GET_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EG_PARAM Call by reference Type reference (TYPE) GHO_PP_S_FILTER Any data 20110126
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20110126

Method ACTION_GET_FILTER on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_GET_FILTER_DESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EG_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PLANNING_DATA Structur for context Node Planning Data 20101216
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20101216
3 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PLANNING_DATA Structur for context Node Planning Data 20101216

Method ACTION_GET_FILTER_DESC on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_GET_MEDIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EG_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PARAM_MEDIA Structur for Action GET of Node PT_MEDIA 20110125
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20110125
3 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PARAM_MEDIA Structur for Action GET of Node PT_MEDIA 20110125

Method ACTION_GET_MEDIA on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_GET_MESSAGELOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EG_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PARAM_MESSAGES Structure to hold a message table 20101208

Method ACTION_GET_MESSAGELOG on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_GET_NETWORK_DESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EG_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PLANNING_DATA Structur for context Node Planning Data 20101215
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20101215
3 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PLANNING_DATA Structur for context Node Planning Data 20101215

Method ACTION_GET_NETWORK_DESC on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_GET_NETWORK_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EG_PARAM Call by reference Type reference (TYPE) GHO_NETOBJ_ID Network Object ID 20110408
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20110408
3 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_NETOBJ_ID_EXT External ID for Network Object 20110408

Method ACTION_GET_NETWORK_INT on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_GET_PLANVERS_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EG_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PLANNING_DATA Structur for context Node Planning Data 20101217
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20101217
3 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PLANNING_DATA Structur for context Node Planning Data 20101217

Method ACTION_GET_PLANVERS_DETAILS on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_GET_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EG_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PT_PROFILE Structure for Planning Table Profile Customizing 20101208
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20101208
3 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PT_PROFILE Structure for Planning Table Profile Customizing 20101208

Method ACTION_GET_PROFILE on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_GET_USER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EG_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PT_USER_DATA User specific Data for Planning Table 20101203
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20101203
3 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PT_USER_DATA User specific Data for Planning Table 20101203

Method ACTION_GET_USER_DATA on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_PRELOAD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EG_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PARAM_PTABLE_GET Structur for Action GET of Node PTABLE 20110217
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20110217
3 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PARAM_PTABLE_GET Structur for Action GET of Node PTABLE 20110217

Method ACTION_PRELOAD_DATA on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_READ_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EG_PARAM Call by reference Type reference (TYPE) GHO_PP_S_FILTER Filter Settings for Planning Table (uncompressed) 20110127
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20110127
3 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_FILTER Filter Settings for Planning Table (uncompressed) 20110127

Method ACTION_READ_FILTER on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_SAVE_FILTER 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) /PLMB/SPI_FAILED_IND Failed Indicator 20110126
2 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_FILTER Filter Settings for Planning Table (uncompressed) 20110126

Method ACTION_SAVE_FILTER on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_SAVE_FILTER_CHECK 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) /PLMB/SPI_FAILED_IND Failed Indicator 20110415
2 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_FILTER Filter Settings for Planning Table (uncompressed) 20110415

Method ACTION_SAVE_FILTER_CHECK on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_SET_FILTER 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) /PLMB/SPI_FAILED_IND Failed Indicator 20101222
2 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_FILTER Structure for Context Bode Trigger Allocation 20101222

Method ACTION_SET_FILTER on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_SET_PROFILE 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) /PLMB/SPI_FAILED_IND Failed Indicator 20101208
2 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PT_PROFILE Structure for Planning Table Profile Customizing 20101208

Method ACTION_SET_PROFILE on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_SET_PROPERTIES Signature

Method ACTION_SET_PROPERTIES on class CL_GHO_PP_PT_SP has no parameter.
Method ACTION_SET_PROPERTIES on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_SET_USER_DATA 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) /PLMB/SPI_FAILED_IND Failed Indicator 20101203
2 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_PT_USER_DATA User specific Data for Planning Table 20101203

Method ACTION_SET_USER_DATA on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_TRIGGER_CAPA_ALLOC 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) /PLMB/SPI_FAILED_IND Failed Indicator 20101115
2 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_TRIGGER_ALLOC Structure for Context Bode Trigger Allocation 20101115

Method ACTION_TRIGGER_CAPA_ALLOC on class CL_GHO_PP_PT_SP has no exception.

Method ACTION_TRIGGER_PL_ALLOC 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) /PLMB/SPI_FAILED_IND Failed Indicator 20101014
2 Importing IS_PARAM Call by reference Type reference (TYPE) GHO_PP_S_TRIGGER_ALLOC Structure for Context Bode Trigger Allocation 20101014

Method ACTION_TRIGGER_PL_ALLOC on class CL_GHO_PP_PT_SP has no exception.

Method APPLY_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGE Call by reference Type reference (TYPE) GHO_PP_T_MESSAGE Table for Messages 20100921

Method APPLY_MESSAGES on class CL_GHO_PP_PT_SP has no exception.

Method SET_PROPERTIES Signature

Method SET_PROPERTIES on class CL_GHO_PP_PT_SP has no parameter.
Method SET_PROPERTIES on class CL_GHO_PP_PT_SP has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 606