SAP CL_CACS_BAL_HELPER OO Class - Auxiliary Class Application Log









CL_CACS_BAL_HELPER 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_BAL_HELPER 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_BAL_HELPER 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
ANY_TO_STRINGPrivate
CALL METHOD cl_cacs_bal_helper=>ANY_TO_STRING...more details

CREATE_NAV_PARAMS_BALGenerate Parameter Table for NavigationPublic
CALL METHOD cl_cacs_bal_helper=>CREATE_NAV_PARAMS_BAL...more details

CREATE_NAV_PARAMS_DOCGenerate Parameter Table for NavigationPublic
CALL METHOD cl_cacs_bal_helper=>CREATE_NAV_PARAMS_DOC...more details

DATE_TO_STRINGGenerate String From DatePublic
CALL METHOD cl_cacs_bal_helper=>DATE_TO_STRING...more details

DEMO_MESSAGESFills Log with Test MessagesPublic
CALL METHOD cl_cacs_bal_helper=>DEMO_MESSAGES...more details

EXCEPTION_TO_MSGConverts Exception into Error MessagePublic
CALL METHOD cl_cacs_bal_helper=>EXCEPTION_TO_MSG...more details

GET_AGR_TYP_DESCRGets Text for Agreement TypePublic
CALL METHOD cl_cacs_bal_helper=>GET_AGR_TYP_DESCR...more details

GET_EXCEPTION_ATTRGets Attribute from Exception ClassProtected
CALL METHOD cl_cacs_bal_helper=>GET_EXCEPTION_ATTR...more details

GET_LOS_METHOD_NAMEGets Name of Method of Logical ServicePublic
CALL METHOD cl_cacs_bal_helper=>GET_LOS_METHOD_NAME...more details

GET_PROGRAM_CONTEXTGets Name and Item of Call in Source CodePublic
CALL METHOD cl_cacs_bal_helper=>GET_PROGRAM_CONTEXT...more details

SERIALIZE_BUSOBJ_KEYGenerate String from Fields of Business Object IDPublic
CALL METHOD cl_cacs_bal_helper=>SERIALIZE_BUSOBJ_KEY...more details

SERIALIZE_DOCHD_KEYGenerate String from Key Fields of Document HeaderPublic
CALL METHOD cl_cacs_bal_helper=>SERIALIZE_DOCHD_KEY...more details

SERIALIZE_PRDRULE_KEYGenerate String from Key Fields of Period RulePublic
CALL METHOD cl_cacs_bal_helper=>SERIALIZE_PRDRULE_KEY...more details

SERIALIZE_PRD_KEYGenerate String from Key Fields of PeriodPublic
CALL METHOD cl_cacs_bal_helper=>SERIALIZE_PRD_KEY...more details

SERIALIZE_REMCASE_KEYGenerate String from Reference to Remunerating CommCasePublic
CALL METHOD cl_cacs_bal_helper=>SERIALIZE_REMCASE_KEY...more details

SERIALIZE_REMUN_KEYString from Key Fields of Remuneration LinePublic
CALL METHOD cl_cacs_bal_helper=>SERIALIZE_REMUN_KEY...more details

SERIALIZE_TRIOBJ_KEYString from Key Fields of Subobject IDPublic
CALL METHOD cl_cacs_bal_helper=>SERIALIZE_TRIOBJ_KEY...more details

SERIALIZE_VALUE_KEYString from Key Fields of Valuation LinePublic
CALL METHOD cl_cacs_bal_helper=>SERIALIZE_VALUE_KEY...more details

SYST_TO_MSGConverts SY-MSGx Fields to Error MessagePublic
CALL METHOD cl_cacs_bal_helper=>SYST_TO_MSG...more details

TEXT_TO_MSGConverts String to MessagePublic
CALL METHOD cl_cacs_bal_helper=>TEXT_TO_MSG...more details

TIMESTAMP_TO_STRINGGenerate String from Time StampPublic
CALL METHOD cl_cacs_bal_helper=>TIMESTAMP_TO_STRING...more details



CL_CACS_BAL_HELPER 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
SD_MSGV1Static AttributeMessage VariableLIKE
SYMSGV
Public
SD_MSGV2Static AttributeMessage VariableLIKE
SYMSGV
Public
SD_MSGV3Static AttributeMessage VariableLIKE
SYMSGV
Public
SD_MSGV4Static AttributeMessage VariableLIKE
SYMSGV
Public
SD_MSG_DUMMYInstance AttributeLIKE
Private


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!