SAP /ASU/CL_CUSTOMIZING OO Class - Application Specific Upgrade: Customizing









/ASU/CL_CUSTOMIZING 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 /ASU/CL_CUSTOMIZING 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 /ASU/CL_CUSTOMIZING 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
GET_ATTRIBUTESGet attributes from customizingPublic
CALL METHOD /asu/cl_customizing=>GET_ATTRIBUTES...more details

GET_BDS_DOCUMENT_INFOGet Classname/Classtype for BDS storagePublic
CALL METHOD /asu/cl_customizing=>GET_BDS_DOCUMENT_INFO...more details

GET_COMPONENTS_FROM_SYSTEMGet Upgrade SWComponent from System Infos and/or customizingPublic
CALL METHOD /asu/cl_customizing=>GET_COMPONENTS_FROM_SYSTEM...more details

GET_FOLDER_CUSTOMIZING/ASU/VC_SSMFOLDRPublic
CALL METHOD /asu/cl_customizing=>GET_FOLDER_CUSTOMIZING...more details

GET_SSM_EXECUTION_MANAGERGet Execution Manager of Simple SchedManPublic
CALL METHOD /asu/cl_customizing=>GET_SSM_EXECUTION_MANAGER...more details

GET_TASKLIST_MANAGERGet Tastklist Manager used for ASUPublic
CALL METHOD /asu/cl_customizing=>GET_TASKLIST_MANAGER...more details

GET_TASKLIST_PREFIXGet prefix for generating unique tasklist namesPublic
CALL METHOD /asu/cl_customizing=>GET_TASKLIST_PREFIX...more details

GET_XML_TRANSFORMATIONGet XSLT transformation to convert ASU-specific XML->ABAPPublic
CALL METHOD /asu/cl_customizing=>GET_XML_TRANSFORMATION...more details

READ_SWITCH_FLAGSRead /ASU/FLAGS general and global switch control flagsPublic
CALL METHOD /asu/cl_customizing=>READ_SWITCH_FLAGS...more details

SAVE_SWITCH_FLAGSRead /ASU/FLAGS general and global switch control flagsPublic
CALL METHOD /asu/cl_customizing=>SAVE_SWITCH_FLAGS...more details



/ASU/CL_CUSTOMIZING 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
GC_ASU_LOGICAL_FILENAMEStatic AttributeStandard logical file name'ASU_TOOLBOX_UPGRADE_FILE'LIKE
FILEINTERN
Protected
GC_BANKALYZE_42_LOG_FILENAMEStatic AttributeLogical file name'ASU_TOOLBOX_BANKAL_42_UPGRADE_FILE'LIKE
FILEINTERN
Protected
GC_BANKALYZE_50_LOG_FILENAMEStatic AttributeLogical file name'ASU_TOOLBOX_BANKAL_50_UPGRADE_FILE'LIKE
FILEINTERN
Protected
GC_BASIS_COMPONENTStatic AttributeSoftware component BI'SAP_BASIS'LIKE
CVERS-COMPONENT
Public
GC_BI_ASU_FILENAMEStatic AttributeDefault BI/BW ASU Content File'ASU_SAP_BW.XML'LIKE
TRFILENAME
Protected
GC_BI_CHECK_FUNCStatic AttributeFunction Module: Check BI active'DELIVERY_CHCK_ACTIVE_COMPONENT'LIKE
TFDIR-FUNCNAME
Public
GC_BI_COMPONENTStatic AttributeSoftware component BI'SAP_BW'LIKE
CVERS-COMPONENT
Public
GC_ERP_ASU_FILENAMEStatic AttributeDefault ERP ASU Content File'ASU_SAP_APPL.XML'LIKE
TRFILENAME
Protected
GC_ERP_COMPONENTStatic AttributeSoftware component ERP'SAP_APPL'LIKE
CVERS-COMPONENT
Public
GC_FSAPPL_300_100_LOG_FILENAMEStatic AttributeLogical file name'ASU_TOOLBOX_FSAPPL_100_UPGRADE_FILE'LIKE
FILEINTERN
Protected
GC_FSAPPL_300_200_LOG_FILENAMEStatic AttributeLogical file name'ASU_TOOLBOX_FSAPPL_200_UPGRADE_FILE'LIKE
FILEINTERN
Protected
GC_GENERAL_ASU_FILENAMEStatic AttributeDefault generic ASU Content File'ASU.XML'LIKE
TRFILENAME
Protected
GC_SWITCH_ALV_FDESIGNStatic AttributeSwitch: Folder Design OLD/NEW'ALV FOLDER DESIGN'LIKE
/ASU/FLAGS-SWITCH
Public
GC_SWITCH_ALV_FDESIGN_OLDStatic AttributeSwitch: Folder Design OLD/NEW'OLD'LIKE
/ASU/FLAGS-VALUE
Public
GC_SWITCH_CLOUD4UPDATEStatic AttributeSwitch: CLoud Update active'CLOUD4UPDATE'LIKE
/ASU/FLAGS-SWITCH
Public
GC_SWITCH_FOLDER_CUSTOMIZINGStatic AttributeFolder Customizing created'FOLDER_CUSTOMIZING'LIKE
/ASU/FLAGS-SWITCH
Public
GC_TRUEStatic AttributeTrue'X'LIKE
BOOLE_D
Protected


Links to Related Class(s)

/ASU/CL_...
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!