SAP CL_DIAN_SETTINGS_HELPER OO Class - Helper class to manage DIAN Report settings









CL_DIAN_SETTINGS_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_DIAN_SETTINGS_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_DIAN_SETTINGS_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
CHECK_ACC_OVERLAPPublic
CALL METHOD cl_dian_settings_helper=>CHECK_ACC_OVERLAP...more details

CHECK_DB_ACC_OVERLAPPublic
CALL METHOD cl_dian_settings_helper=>CHECK_DB_ACC_OVERLAP...more details

CHECK_RANGE_OVERLAPPrivate
CALL METHOD cl_dian_settings_helper=>CHECK_RANGE_OVERLAP...more details

GET_ACCOUNTS_OVERLAPPublic
CALL METHOD cl_dian_settings_helper=>GET_ACCOUNTS_OVERLAP...more details

GET_CONCEPTS_OF_FORMATProtected
CALL METHOD cl_dian_settings_helper=>GET_CONCEPTS_OF_FORMAT...more details

GET_CONCEPT_CLASS_NAMEPublic
CALL METHOD cl_dian_settings_helper=>GET_CONCEPT_CLASS_NAME...more details

GET_CONCEPT_VERSIONPublic
CALL METHOD cl_dian_settings_helper=>GET_CONCEPT_VERSION...more details

GET_DIAN_C_ACCOUNTSProtected
CALL METHOD cl_dian_settings_helper=>GET_DIAN_C_ACCOUNTS...more details

GET_DIAN_C_CONCEPTProtected
CALL METHOD cl_dian_settings_helper=>GET_DIAN_C_CONCEPT...more details

GET_DIAN_C_FORMATSProtected
CALL METHOD cl_dian_settings_helper=>GET_DIAN_C_FORMATS...more details

GET_DIAN_C_VAT_1001Protected
CALL METHOD cl_dian_settings_helper=>GET_DIAN_C_VAT_1001...more details

GET_DIAN_C_VAT_CONSTProtected
CALL METHOD cl_dian_settings_helper=>GET_DIAN_C_VAT_CONST...more details

GET_DIAN_C_VAT_FORSTProtected
CALL METHOD cl_dian_settings_helper=>GET_DIAN_C_VAT_FORST...more details

GET_DIAN_C_WTHProtected
CALL METHOD cl_dian_settings_helper=>GET_DIAN_C_WTH...more details

GET_DIAN_C_WTH_1001Protected
CALL METHOD cl_dian_settings_helper=>GET_DIAN_C_WTH_1001...more details

GET_DIAN_SY_CONCEPTProtected
CALL METHOD cl_dian_settings_helper=>GET_DIAN_SY_CONCEPT...more details

GET_DIAN_SY_FORMATProtected
CALL METHOD cl_dian_settings_helper=>GET_DIAN_SY_FORMAT...more details

GET_FORMAT_CLASS_NAMEPublic
CALL METHOD cl_dian_settings_helper=>GET_FORMAT_CLASS_NAME...more details

GET_FORMAT_INLINE_DISP_STRUCTPublic
CALL METHOD cl_dian_settings_helper=>GET_FORMAT_INLINE_DISP_STRUCT...more details

GET_FORMAT_TABLE_NAMEPublic
CALL METHOD cl_dian_settings_helper=>GET_FORMAT_TABLE_NAME...more details

GET_FORMAT_VERSIONPublic
CALL METHOD cl_dian_settings_helper=>GET_FORMAT_VERSION...more details

GET_INSTANCEGet's the singleton class instancePublic
CALL METHOD cl_dian_settings_helper=>GET_INSTANCE...more details

GET_NEGATED_BOOLPublic
CALL METHOD cl_dian_settings_helper=>GET_NEGATED_BOOL...more details



CL_DIAN_SETTINGS_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
GO_INSTANCEStatic AttributeLIKE
CL_DIAN_SETTINGS_HELPER
Protected




CL_DIAN_SETTINGS_HELPER types

DIAN_C_ACCOUNTS_T -
DIAN_C_CONCEPTS_T -
DIAN_C_VAT_CONST_T -
DIAN_C_VAT_FORST_T -
DIAN_C_WTH_T -
TY_DIAN_SETTINGS -

Links to Related Class(s)

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