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 Name | Description | Visability |
| ANY_TO_STRING | Private | |
| CALL METHOD cl_cacs_bal_helper=>ANY_TO_STRING...more details | ||
| CREATE_NAV_PARAMS_BAL | Generate Parameter Table for Navigation | Public |
| CALL METHOD cl_cacs_bal_helper=>CREATE_NAV_PARAMS_BAL...more details | ||
| CREATE_NAV_PARAMS_DOC | Generate Parameter Table for Navigation | Public |
| CALL METHOD cl_cacs_bal_helper=>CREATE_NAV_PARAMS_DOC...more details | ||
| DATE_TO_STRING | Generate String From Date | Public |
| CALL METHOD cl_cacs_bal_helper=>DATE_TO_STRING...more details | ||
| DEMO_MESSAGES | Fills Log with Test Messages | Public |
| CALL METHOD cl_cacs_bal_helper=>DEMO_MESSAGES...more details | ||
| EXCEPTION_TO_MSG | Converts Exception into Error Message | Public |
| CALL METHOD cl_cacs_bal_helper=>EXCEPTION_TO_MSG...more details | ||
|
| ||
| GET_AGR_TYP_DESCR | Gets Text for Agreement Type | Public |
| CALL METHOD cl_cacs_bal_helper=>GET_AGR_TYP_DESCR...more details | ||
| GET_EXCEPTION_ATTR | Gets Attribute from Exception Class | Protected |
| CALL METHOD cl_cacs_bal_helper=>GET_EXCEPTION_ATTR...more details | ||
| GET_LOS_METHOD_NAME | Gets Name of Method of Logical Service | Public |
| CALL METHOD cl_cacs_bal_helper=>GET_LOS_METHOD_NAME...more details | ||
| GET_PROGRAM_CONTEXT | Gets Name and Item of Call in Source Code | Public |
| CALL METHOD cl_cacs_bal_helper=>GET_PROGRAM_CONTEXT...more details | ||
| SERIALIZE_BUSOBJ_KEY | Generate String from Fields of Business Object ID | Public |
| CALL METHOD cl_cacs_bal_helper=>SERIALIZE_BUSOBJ_KEY...more details | ||
| SERIALIZE_DOCHD_KEY | Generate String from Key Fields of Document Header | Public |
| CALL METHOD cl_cacs_bal_helper=>SERIALIZE_DOCHD_KEY...more details | ||
| SERIALIZE_PRDRULE_KEY | Generate String from Key Fields of Period Rule | Public |
| CALL METHOD cl_cacs_bal_helper=>SERIALIZE_PRDRULE_KEY...more details | ||
| SERIALIZE_PRD_KEY | Generate String from Key Fields of Period | Public |
| CALL METHOD cl_cacs_bal_helper=>SERIALIZE_PRD_KEY...more details | ||
| SERIALIZE_REMCASE_KEY | Generate String from Reference to Remunerating CommCase | Public |
| CALL METHOD cl_cacs_bal_helper=>SERIALIZE_REMCASE_KEY...more details | ||
| SERIALIZE_REMUN_KEY | String from Key Fields of Remuneration Line | Public |
| CALL METHOD cl_cacs_bal_helper=>SERIALIZE_REMUN_KEY...more details | ||
| SERIALIZE_TRIOBJ_KEY | String from Key Fields of Subobject ID | Public |
| CALL METHOD cl_cacs_bal_helper=>SERIALIZE_TRIOBJ_KEY...more details | ||
| SERIALIZE_VALUE_KEY | String from Key Fields of Valuation Line | Public |
| CALL METHOD cl_cacs_bal_helper=>SERIALIZE_VALUE_KEY...more details | ||
| SYST_TO_MSG | Converts SY-MSGx Fields to Error Message | Public |
| CALL METHOD cl_cacs_bal_helper=>SYST_TO_MSG...more details | ||
| TEXT_TO_MSG | Converts String to Message | Public |
| CALL METHOD cl_cacs_bal_helper=>TEXT_TO_MSG...more details | ||
| TIMESTAMP_TO_STRING | Generate String from Time Stamp | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| SD_MSGV1 | Static Attribute | Message Variable | LIKE SYMSGV | Public | |
| SD_MSGV2 | Static Attribute | Message Variable | LIKE SYMSGV | Public | |
| SD_MSGV3 | Static Attribute | Message Variable | LIKE SYMSGV | Public | |
| SD_MSGV4 | Static Attribute | Message Variable | LIKE SYMSGV | Public | |
| SD_MSG_DUMMY | Instance Attribute | LIKE | 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