SAP CL_CACS_PRC_RESULT_CNTRL OO Class - Mass Processes: Results Buffer









CL_CACS_PRC_RESULT_CNTRL 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_RESULT_CNTRL 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_RESULT_CNTRL 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
CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_cacs_prc_result_cntrl=>CONSTRUCTOR...more details

CREATEFactory Method: Generate ObjectPublic
CALL METHOD cl_cacs_prc_result_cntrl=>CREATE...more details

CREATE_HEADERCreate Header DataPublic
CALL METHOD cl_cacs_prc_result_cntrl=>CREATE_HEADER...more details

GET_APPLReturn ApplicationPublic
CALL METHOD cl_cacs_prc_result_cntrl=>GET_APPL...more details

GET_BUSITIMEReturn Effective Time-SpotPublic
CALL METHOD cl_cacs_prc_result_cntrl=>GET_BUSITIME...more details

GET_KEY_DATEReturn Delimitation DatePublic
CALL METHOD cl_cacs_prc_result_cntrl=>GET_KEY_DATE...more details

GET_LOGHANDLEReturn Application Log HandlePublic
CALL METHOD cl_cacs_prc_result_cntrl=>GET_LOGHANDLE...more details

GET_PRC_DESCRReturn Long Text of ProcessPublic
CALL METHOD cl_cacs_prc_result_cntrl=>GET_PRC_DESCR...more details

GET_PRC_METHReturn Process MethodPublic
CALL METHOD cl_cacs_prc_result_cntrl=>GET_PRC_METH...more details

GET_PRC_TYPEReturn Process TypePublic
CALL METHOD cl_cacs_prc_result_cntrl=>GET_PRC_TYPE...more details

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

GET_SIMULATIONReturn Run ModePublic
CALL METHOD cl_cacs_prc_result_cntrl=>GET_SIMULATION...more details

GET_TECHTIMEReturn Technical Time-SpotPublic
CALL METHOD cl_cacs_prc_result_cntrl=>GET_TECHTIME...more details

HANDLE_PRINT_TOP_OF_LISTEvent Handler: Print Mode: TOP_OF_LIST of Classic ALVPublic
CALL METHOD cl_cacs_prc_result_cntrl=>HANDLE_PRINT_TOP_OF_LIST...more details

PREPARE_TEXT_KEYDATECreate Text Line for Delimitation DateProtected
CALL METHOD cl_cacs_prc_result_cntrl=>PREPARE_TEXT_KEYDATE...more details

PREPARE_TEXT_RUNIDCreate Text Line for Run NumberProtected
CALL METHOD cl_cacs_prc_result_cntrl=>PREPARE_TEXT_RUNID...more details

PREPARE_TEXT_RUN_MODECreate Text Line for Run Mode (Simulation / Production )Protected
CALL METHOD cl_cacs_prc_result_cntrl=>PREPARE_TEXT_RUN_MODE...more details

PREPARE_TEXT_TIMESPOTSCreate Text Line for Effective and Technical Time-SpotProtected
CALL METHOD cl_cacs_prc_result_cntrl=>PREPARE_TEXT_TIMESPOTS...more details

PREPARE_TEXT_TITLECreate Title LineProtected
CALL METHOD cl_cacs_prc_result_cntrl=>PREPARE_TEXT_TITLE...more details



CL_CACS_PRC_RESULT_CNTRL 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 AttributeBoolean Variables (X=true, space=false)LIKE
BOOLEAN_FLG
Protected
MD_APPLInstance AttributeCommission Application IdentificationLIKE
CACSAPPL
Protected
MD_BUSITIMEInstance AttributeEffective Validity (Time Stamp YYYY.MM.DD hh:mm:ss)LIKE
CACSBUSITIME
Protected
MD_KEY_DATEInstance AttributeDelimitation Date of Run in Run AdministrationLIKE
CACSKEYDATE
Protected
MD_LOGHANDLEInstance AttributeApplication Log: Log HandleLIKE
BALLOGHNDL
Protected
MD_PRC_METHInstance AttributeProcess MethodLIKE
CACSPRCMETH
Protected
MD_PRC_TYPEInstance AttributeProcess TypeLIKE
CACSPROCESSTYPE
Protected
MD_RUNIDInstance AttributeRun Number for Run AdministrationLIKE
CACS_RUNID
Protected
MD_TECHTIMEInstance AttributeTechnical Validity (Time Stamp: YYYY.MM.DD hh:mm:ss)LIKE
CACSTECHTIME
Protected
MO_DD_DOCUMENTInstance AttributeDynamic Documents: DocumentLIKE
CL_DD_DOCUMENT
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!