SAP /PICM/CL_ACCESS_FP_DATA OO Class - PICM: Access FP Plan Header Version
/PICM/CL_ACCESS_FP_DATA is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /PICM/CL_ACCESS_FP_DATA including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /IAM/IF_CATEGORY_INFOInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /PICM/IF_CEA_FP_DATAInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /PICM/IF_EX_INTEGRATIONInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /PICM/IF_EX_READ_DATAInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /PICM/IF_FP_INTEGRATIONInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /PICM/IF_ICM_CInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /PICM/IF_QUERY_DATAInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BADI_INTERFACEMethod list of /PICM/CL_ACCESS_FP_DATA SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| COPY_FP_CEA_DATA | Private | |
| CALL METHOD /picm/cl_access_fp_data=>COPY_FP_CEA_DATA...more details | ||
| DELETE_FP_CEA_DATA | Private | |
| CALL METHOD /picm/cl_access_fp_data=>DELETE_FP_CEA_DATA...more details | ||
| FILL_AO_LAUNCH_PARAMETERS | Fill AO Parameters for non POB object types | Private |
| CALL METHOD /picm/cl_access_fp_data=>FILL_AO_LAUNCH_PARAMETERS...more details | ||
| FIND_BY_ELEMENTS | Private | |
| CALL METHOD /picm/cl_access_fp_data=>FIND_BY_ELEMENTS...more details | ||
| GET_DATA_BY_CEA_ID | Private | |
| CALL METHOD /picm/cl_access_fp_data=>GET_DATA_BY_CEA_ID...more details | ||
| GET_DEPLOYMENT_MODE | Get deployment mode | Private |
| CALL METHOD /picm/cl_access_fp_data=>GET_DEPLOYMENT_MODE...more details | ||
|
| ||
| GET_FEATURES | Private | |
| CALL METHOD /picm/cl_access_fp_data=>GET_FEATURES...more details | ||
| GET_FP_DATES | Private | |
| CALL METHOD /picm/cl_access_fp_data=>GET_FP_DATES...more details | ||
| GET_OUTDATED_CATEGORIES | Private | |
| CALL METHOD /picm/cl_access_fp_data=>GET_OUTDATED_CATEGORIES...more details | ||
| GET_SUPPORTED_ACTIONS | Private | |
| CALL METHOD /picm/cl_access_fp_data=>GET_SUPPORTED_ACTIONS...more details | ||
| GET_SUPPORTED_QUERIES | Private | |
| CALL METHOD /picm/cl_access_fp_data=>GET_SUPPORTED_QUERIES...more details | ||
| GET_SUPPORTED_SYSTEM_VERSIONS | Private | |
| CALL METHOD /picm/cl_access_fp_data=>GET_SUPPORTED_SYSTEM_VERSIONS...more details | ||
| GET_USED_TYPES_CATEGORY | Private | |
| CALL METHOD /picm/cl_access_fp_data=>GET_USED_TYPES_CATEGORY...more details | ||
| READ | Private | |
| CALL METHOD /picm/cl_access_fp_data=>READ...more details | ||
| SELECT_STRUCTURE | Select Execution or Bid structure for active plan versions | Private |
| CALL METHOD /picm/cl_access_fp_data=>SELECT_STRUCTURE...more details | ||
/PICM/CL_ACCESS_FP_DATA attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_CATEGORY | Instance Attribute | Object Category | 'FP_ERP' | LIKE /IAM/CATEGORY | Protected |
| GC_CP | Constant | Selection criteria: OPTION | 'CP' | LIKE RSOPTION | Private |
| GC_EQ | Constant | Selection criteria: OPTION | 'EQ' | LIKE RSOPTION | Private |
| GC_IN_QUERY_GENERIC_STRUC | Constant | Table Name | '/PICM/ICMS_PLNHDR_SEARCH' | LIKE TABNAME | Public |
| GC_IN_QUERY_SPECIFIC_STRUC | Constant | Tabellenname | '/PICM/ICMS_PLNHDR_ERP_SEARCH' | LIKE TABNAME | Private |
| GC_MAX_LENGTH | Constant | '40' | LIKE STRING | Private | |
| GC_NAME_GET_PLN_VER_DETAIL | Constant | Name of Function Module | '/CPD/FP_RFC_GET_PLN_VER_DETAIL' | LIKE RS38L_FNAM | Private |
| GC_NAME_MP_ID | Constant | Char 20 | 'MP_ID' | LIKE CHAR20 | Private |
| GC_PLN_VER_QUERY | Constant | Object Name in Generic Interaction Layer (GENIL) | 'PlanVersByQuery' | LIKE /IAM/WCF_OBJECT_NAME | Private |
| GV_DEPLOYMENT_MODE | Static Attribute | LIKE I | Private | ||
| SC_ACTIVITY_CATEGORY | Instance Attribute | LIKE | Private | ||
| SC_ACTIVITY_TYPE | Instance Attribute | LIKE | Private | ||
| SC_ALTERNATIVE | Instance Attribute | LIKE | Private | ||
| SC_APPLICATION | Instance Attribute | LIKE | Private | ||
| SC_BADI | Instance Attribute | LIKE | Private | ||
| SC_CEA_STATUS | Instance Attribute | LIKE | Private | ||
| SC_COLUMNS | Instance Attribute | LIKE | Private | ||
| SC_EVENTS | Instance Attribute | LIKE | Private | ||
| SC_FP_KEY_FIGURE | Instance Attribute | LIKE | Private | ||
| SC_ICON | Instance Attribute | LIKE | Private | ||
| SC_ISSUE_CATEGORY | Instance Attribute | LIKE | Private | ||
| SC_ISS_CATEGORY | Instance Attribute | LIKE | Private | ||
| SC_MSG_CLASS | Instance Attribute | LIKE | Private | ||
| SC_PROC_MODE | Instance Attribute | LIKE | Private | ||
| SC_QUERRY_SEL_PARAMS | Instance Attribute | LIKE | Private | ||
| SC_ROLE_CODE | Instance Attribute | LIKE | Private | ||
| SC_TP_ROLE_CD | Instance Attribute | LIKE | Private |
/PICM/CL_ACCESS_FP_DATA types
TS_ACTION -TS_QUERY -
TS_TYPE_CATEGORY -
TT_ACTION -
TT_QUERY -
TT_TYPE_CATEGORY -
Links to Related Class(s)
/PICM/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects