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_INFO

Interface 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_DATA

Interface 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_INTEGRATION

Interface 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_DATA

Interface 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_INTEGRATION

Interface 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_C

Interface 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_DATA

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BADI_INTERFACE

Method 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 NameDescriptionVisability
COPY_FP_CEA_DATAPrivate
CALL METHOD /picm/cl_access_fp_data=>COPY_FP_CEA_DATA...more details

DELETE_FP_CEA_DATAPrivate
CALL METHOD /picm/cl_access_fp_data=>DELETE_FP_CEA_DATA...more details

FILL_AO_LAUNCH_PARAMETERSFill AO Parameters for non POB object typesPrivate
CALL METHOD /picm/cl_access_fp_data=>FILL_AO_LAUNCH_PARAMETERS...more details

FIND_BY_ELEMENTSPrivate
CALL METHOD /picm/cl_access_fp_data=>FIND_BY_ELEMENTS...more details

GET_DATA_BY_CEA_IDPrivate
CALL METHOD /picm/cl_access_fp_data=>GET_DATA_BY_CEA_ID...more details

GET_DEPLOYMENT_MODEGet deployment modePrivate
CALL METHOD /picm/cl_access_fp_data=>GET_DEPLOYMENT_MODE...more details

GET_FEATURESPrivate
CALL METHOD /picm/cl_access_fp_data=>GET_FEATURES...more details

GET_FP_DATESPrivate
CALL METHOD /picm/cl_access_fp_data=>GET_FP_DATES...more details

GET_OUTDATED_CATEGORIESPrivate
CALL METHOD /picm/cl_access_fp_data=>GET_OUTDATED_CATEGORIES...more details

GET_SUPPORTED_ACTIONSPrivate
CALL METHOD /picm/cl_access_fp_data=>GET_SUPPORTED_ACTIONS...more details

GET_SUPPORTED_QUERIESPrivate
CALL METHOD /picm/cl_access_fp_data=>GET_SUPPORTED_QUERIES...more details

GET_SUPPORTED_SYSTEM_VERSIONSPrivate
CALL METHOD /picm/cl_access_fp_data=>GET_SUPPORTED_SYSTEM_VERSIONS...more details

GET_USED_TYPES_CATEGORYPrivate
CALL METHOD /picm/cl_access_fp_data=>GET_USED_TYPES_CATEGORY...more details

READPrivate
CALL METHOD /picm/cl_access_fp_data=>READ...more details

SELECT_STRUCTURESelect Execution or Bid structure for active plan versionsPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_CATEGORYInstance AttributeObject Category'FP_ERP'LIKE
/IAM/CATEGORY
Protected
GC_CPConstantSelection criteria: OPTION'CP'LIKE
RSOPTION
Private
GC_EQConstantSelection criteria: OPTION'EQ'LIKE
RSOPTION
Private
GC_IN_QUERY_GENERIC_STRUCConstantTable Name'/PICM/ICMS_PLNHDR_SEARCH'LIKE
TABNAME
Public
GC_IN_QUERY_SPECIFIC_STRUCConstantTabellenname'/PICM/ICMS_PLNHDR_ERP_SEARCH'LIKE
TABNAME
Private
GC_MAX_LENGTHConstant'40'LIKE
STRING
Private
GC_NAME_GET_PLN_VER_DETAILConstantName of Function Module'/CPD/FP_RFC_GET_PLN_VER_DETAIL'LIKE
RS38L_FNAM
Private
GC_NAME_MP_IDConstantChar 20'MP_ID'LIKE
CHAR20
Private
GC_PLN_VER_QUERYConstantObject Name in Generic Interaction Layer (GENIL)'PlanVersByQuery'LIKE
/IAM/WCF_OBJECT_NAME
Private
GV_DEPLOYMENT_MODEStatic AttributeLIKE
I
Private
SC_ACTIVITY_CATEGORYInstance AttributeLIKE
Private
SC_ACTIVITY_TYPEInstance AttributeLIKE
Private
SC_ALTERNATIVEInstance AttributeLIKE
Private
SC_APPLICATIONInstance AttributeLIKE
Private
SC_BADIInstance AttributeLIKE
Private
SC_CEA_STATUSInstance AttributeLIKE
Private
SC_COLUMNSInstance AttributeLIKE
Private
SC_EVENTSInstance AttributeLIKE
Private
SC_FP_KEY_FIGUREInstance AttributeLIKE
Private
SC_ICONInstance AttributeLIKE
Private
SC_ISSUE_CATEGORYInstance AttributeLIKE
Private
SC_ISS_CATEGORYInstance AttributeLIKE
Private
SC_MSG_CLASSInstance AttributeLIKE
Private
SC_PROC_MODEInstance AttributeLIKE
Private
SC_QUERRY_SEL_PARAMSInstance AttributeLIKE
Private
SC_ROLE_CODEInstance AttributeLIKE
Private
SC_TP_ROLE_CDInstance AttributeLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!