SAP CL_CACS_PERIOD OO Class - Handling of Periods









CL_CACS_PERIOD 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_PERIOD 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_PERIOD 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
BUFFER_ALL_PERIOD_RULESBuffer Period RulesPrivate
CALL METHOD cl_cacs_period=>BUFFER_ALL_PERIOD_RULES...more details

CALC_NEXT_DATEDetermine Next DatePrivate
CALL METHOD cl_cacs_period=>CALC_NEXT_DATE...more details

CALC_NEXT_DATESAdd Value to a DatePrivate
CALL METHOD cl_cacs_period=>CALC_NEXT_DATES...more details

CALC_NEXT_TIMEDetermine Next DatePrivate
CALL METHOD cl_cacs_period=>CALC_NEXT_TIME...more details

DETERMINE_PERIOD_END_DATEDetermine Period EndPublic
CALL METHOD cl_cacs_period=>DETERMINE_PERIOD_END_DATE...more details

FILTER_PERIODS_FOR_BUSI_DATESFilter Periods for a Date RangePublic
CALL METHOD cl_cacs_period=>FILTER_PERIODS_FOR_BUSI_DATES...more details

GET_FACTORY_CALENDARRead Dates from Factory CalendarPrivate
CALL METHOD cl_cacs_period=>GET_FACTORY_CALENDAR...more details

GET_LAST_UPDATED_PERIODDetermine Last Updated PeriodPublic
CALL METHOD cl_cacs_period=>GET_LAST_UPDATED_PERIOD...more details

GET_LAST_UPDATED_PERIOD_KEYDetermine Last Updated PeriodPublic
CALL METHOD cl_cacs_period=>GET_LAST_UPDATED_PERIOD_KEY...more details

GET_NEXT_PERIOD_BEGIN_DATEDetermination of Next Period Start DatePublic
CALL METHOD cl_cacs_period=>GET_NEXT_PERIOD_BEGIN_DATE...more details

GET_NEXT_PRD_BY_PREV_PRDDetermine Next Period on Basis of Previous PeriodPublic
CALL METHOD cl_cacs_period=>GET_NEXT_PRD_BY_PREV_PRD...more details

GET_NUMBER_OF_DAYS_PER_MONTHDetermine Next DatePrivate
CALL METHOD cl_cacs_period=>GET_NUMBER_OF_DAYS_PER_MONTH...more details

GET_PERIODS_FOR_DATE_RANGEDetermine Periods for a Date RangePublic
CALL METHOD cl_cacs_period=>GET_PERIODS_FOR_DATE_RANGE...more details

GET_PERIODS_FOR_RULE_BY_RANGEDetermine Periods for a Period RangePublic
CALL METHOD cl_cacs_period=>GET_PERIODS_FOR_RULE_BY_RANGE...more details

GET_PERIODS_FOR_RULE_BY_SELDetermine Periods for a Period RangePublic
CALL METHOD cl_cacs_period=>GET_PERIODS_FOR_RULE_BY_SEL...more details

GET_PERIODS_FOR_RULE_VERSIONRead Periods for Period Rule VersionPublic
CALL METHOD cl_cacs_period=>GET_PERIODS_FOR_RULE_VERSION...more details

GET_PERIOD_ATTR_FOR_DATE_RANGEDetermine Periods (with Attributes) for a Date RangePublic
CALL METHOD cl_cacs_period=>GET_PERIOD_ATTR_FOR_DATE_RANGE...more details

GET_PERIOD_FOR_DATEDetermine Period for DatePublic
CALL METHOD cl_cacs_period=>GET_PERIOD_FOR_DATE...more details

GET_PERIOD_FOR_DOCUMENTRead Period for Document Header For Purposes of ResettingPublic
CALL METHOD cl_cacs_period=>GET_PERIOD_FOR_DOCUMENT...more details

GET_PERIOD_RULEDetermine Period RulesPublic
CALL METHOD cl_cacs_period=>GET_PERIOD_RULE...more details

GET_PERIOD_RULESDetermine Period RulesPublic
CALL METHOD cl_cacs_period=>GET_PERIOD_RULES...more details

GET_PERIOD_RULE_FOR_VERSIONDetermine Period RulesPublic
CALL METHOD cl_cacs_period=>GET_PERIOD_RULE_FOR_VERSION...more details

GET_PERIOD_VERSIONDetermination of Period VersionPublic
CALL METHOD cl_cacs_period=>GET_PERIOD_VERSION...more details

GET_SINGLE_PERIOD_ATTRIBUTESDetermine Attributes of PeriodPublic
CALL METHOD cl_cacs_period=>GET_SINGLE_PERIOD_ATTRIBUTES...more details



CL_CACS_PERIOD 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
GT_PERRULE_BUFFERStatic AttributeBuffer Table Period RulesLIKE
PERIOD_RULE_HASH
Private
GV_BUFFERSTATE_ACTIVEStatic AttributeVersions in Buffer TableLIKE
BUFFERSTATE_ACTIVE
Private
GV_BUFFERSTATE_APPLStatic AttributePeriod Rules Belong to This ApplicationLIKE
BUFFERSTATE_APPL
Private
SO_PRD_DB_ITFStatic AttributePeriods: Database InterfaceLIKE
CL_CACS_PRD_DB_ITF
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!