SAP CL_CACS_PRC_ABST OO Class - ICM: Process Control









CL_CACS_PRC_ABST 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 CL_CACS_PRC_ABST including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of CL_CACS_PRC_ABST 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
CHECK_DBC_DONECheck If Database Conversion for Process Has Been RunProtected
CALL METHOD cl_cacs_prc_abst=>CHECK_DBC_DONE...more details

CHECK_RUN_PARAMETERSCheck Run ParametersPublic
CALL METHOD cl_cacs_prc_abst=>CHECK_RUN_PARAMETERS...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_cacs_prc_abst=>CONSTRUCTOR...more details

CREATE_DATACONTAINERCreate Data ContainerProtected
CALL METHOD cl_cacs_prc_abst=>CREATE_DATACONTAINER...more details

CREATE_RICreate Run AdministrationProtected
CALL METHOD cl_cacs_prc_abst=>CREATE_RI...more details

FINALIZEEnd ProcessPublic
CALL METHOD cl_cacs_prc_abst=>FINALIZE...more details

FINALIZE_RUN_APPLICATION_LOGEnd Application LogProtected
CALL METHOD cl_cacs_prc_abst=>FINALIZE_RUN_APPLICATION_LOG...more details

GET_KEYDATEReturn Delimitation DatePublic
CALL METHOD cl_cacs_prc_abst=>GET_KEYDATE...more details

GET_LOG_HANDLEReturn Application LogPublic
CALL METHOD cl_cacs_prc_abst=>GET_LOG_HANDLE...more details

GET_RESULTSReturn Result of ProcessPublic
CALL METHOD cl_cacs_prc_abst=>GET_RESULTS...more details

GET_RUNIDReturn Run NumberPublic
CALL METHOD cl_cacs_prc_abst=>GET_RUNID...more details

INITIALIZEInitialize ProcessPublic
CALL METHOD cl_cacs_prc_abst=>INITIALIZE...more details

INIT_RUN_APPLICATION_LOGInitialize Application LogProtected
CALL METHOD cl_cacs_prc_abst=>INIT_RUN_APPLICATION_LOG...more details

RUNStart ProcessPublic
CALL METHOD cl_cacs_prc_abst=>RUN...more details

UNLOCK_DATACONTAINERUnlock Data ContainerProtected
CALL METHOD cl_cacs_prc_abst=>UNLOCK_DATACONTAINER...more details



CL_CACS_PRC_ABST 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
MB_SIMULATIONInstance AttributeOnly Simulation (X=true, space=false)LIKE
CACSSIMULATION
Protected
MB_UPDATE_TASKInstance AttributeUpdate Task Posting (X=true, space=false)LIKE
BOOLEAN_FLG
Protected
MC_DATACONTAINER_PARAMETERSConstantName Under Which Input Parameters Are Stored'PARAMETERS'LIKE
STRING
Public
MD_BALOBJInstance AttributeApplication Log: Object Name (Application Code)LIKE
BALOBJ_D
Protected
MD_BALSUBOBJInstance AttributeApplication Log: SubobjectLIKE
BALSUBOBJ
Protected
MD_BUSITIMEInstance AttributeEffective Validity (Time Stamp YYYY.MM.DD hh:mm:ss)LIKE
CACSBUSITIME
Protected
MD_DATACONTAINER_IDInstance AttributeFPP Data Container for Run AdministrationLIKE
CACS_FPP_DATACONTAINER
Protected
MD_KEYDATEInstance AttributeDelimitation Date of Run in Run AdministrationLIKE
CACSKEYDATE
Protected
MD_PIDInstance AttributeIdentification of Parallel Processing RunLIKE
CACS_FPP_PID
Protected
MD_TECHTIMEInstance AttributeTechnical Validity (Time Stamp: YYYY.MM.DD hh:mm:ss)LIKE
CACSTECHTIME
Protected
MO_DATACONTAINERInstance AttributeData Container for Any DataLIKE
CL_DATA_CONTAINER
Protected
MO_LOGInstance AttributeCACS: Application LogLIKE
CL_CACS_BAL
Protected
MO_THIS_APPLInstance AttributeICM ApplicationLIKE
CL_CACS_APPLICATION
Protected


Links to Related Class(s)

CL_CACS_...
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!