SAP CL_RSMD_UC_AUNIT OO Class - Superclass for Unit Tests









CL_RSMD_UC_AUNIT 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_RSMD_UC_AUNIT 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_RSMD_UC_AUNIT 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_DATASTOREChecks Existance of a DataStore and Creates It if NecessaryProtected
CALL METHOD cl_rsmd_uc_aunit=>CHECK_DATASTORE...more details

CHECK_INFOCUBEChecks Existance of an InfoCube and Creates It if NecessaryProtected
CALL METHOD cl_rsmd_uc_aunit=>CHECK_INFOCUBE...more details

CLASS_SETUPClass_Setup for Unit TestPrivate
CALL METHOD cl_rsmd_uc_aunit=>CLASS_SETUP...more details

DROP_UC_TABLESDeletes the Temporary Tables from the Where-Used ListProtected
CALL METHOD cl_rsmd_uc_aunit=>DROP_UC_TABLES...more details

INVOKE_USAGE_CHECKCalls the Where-Used List for an InfoObjectProtected
CALL METHOD cl_rsmd_uc_aunit=>INVOKE_USAGE_CHECK...more details

_BAPI_IOBJ_CREATECopy of BAPI_IOBJ_CREATE Since No UUID SupportPrivate
CALL METHOD cl_rsmd_uc_aunit=>_BAPI_IOBJ_CREATE...more details

_CLEAR_MD_TABLESDeletes the Master Data Table of a CharacteristicPrivate
CALL METHOD cl_rsmd_uc_aunit=>_CLEAR_MD_TABLES...more details

_CLEAR_TABLEDeletes the Contents of a TablePrivate
CALL METHOD cl_rsmd_uc_aunit=>_CLEAR_TABLE...more details

_CREATE_IOBJCreates New InfoObject and Activates ItPrivate
CALL METHOD cl_rsmd_uc_aunit=>_CREATE_IOBJ...more details

_GET_IOBJChecks with RSD_IOB_GET to see whether an InfoObject existsPrivate
CALL METHOD cl_rsmd_uc_aunit=>_GET_IOBJ...more details

_PREPARE_1Preparation of InfoObjects for Test Case 1 (see Docu)Private
CALL METHOD cl_rsmd_uc_aunit=>_PREPARE_1...more details

_PREPARE_2Preparation of InfoObjects for Test Case 2 (See Docu)Private
CALL METHOD cl_rsmd_uc_aunit=>_PREPARE_2...more details

_PREPARE_3Preparation of InfoObjects for Test Case 3 (See Docu)Private
CALL METHOD cl_rsmd_uc_aunit=>_PREPARE_3...more details

_PREPARE_4Preparation of InfoObjects for Test Case 4 (See Docu)Private
CALL METHOD cl_rsmd_uc_aunit=>_PREPARE_4...more details

_PREPARE_5Preparation of InfoObjects for Test Case 5 (See Docu)Private
CALL METHOD cl_rsmd_uc_aunit=>_PREPARE_5...more details

_PREPARE_6Preparation of InfoObjects for Test Case 6 (See Docu)Private
CALL METHOD cl_rsmd_uc_aunit=>_PREPARE_6...more details

_PREPARE_6_1Preparation of InfoObjects for Test Case 6.1 (See Docu)Private
CALL METHOD cl_rsmd_uc_aunit=>_PREPARE_6_1...more details

_PREPARE_7Preparation of InfoObjects for Test Case 7 (See Docu)Private
CALL METHOD cl_rsmd_uc_aunit=>_PREPARE_7...more details

_PREPARE_8Preparation of InfoObjects for Test Case 8 (See Docu)Private
CALL METHOD cl_rsmd_uc_aunit=>_PREPARE_8...more details

_PREPARE_9Preparation of a Key Figure (See Documentation)Private
CALL METHOD cl_rsmd_uc_aunit=>_PREPARE_9...more details



CL_RSMD_UC_AUNIT 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
G_DUMMY_MSGStatic AttributeNecessary for Copy BAPI_IOBJ_CREATELIKE
C
Private
O_UC_D_TABNAMEInstance AttributeName of the D Table of the Where-Used ListLIKE
TABNAME
Protected
O_UC_T_TABNAMEInstance AttributeName of the T Table of the Where-Used ListLIKE
TABNAME
Protected


Links to Related Class(s)

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