SAP CT_CFG_API_UNITTEST_PROVIDER OO Class - function provider









CT_CFG_API_UNITTEST_PROVIDER 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 CT_CFG_API_UNITTEST_PROVIDER 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 CT_CFG_API_UNITTEST_PROVIDER 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
CREATE_CONFIGcreates a config for the testmat and stores id in static varPublic
CALL METHOD ct_cfg_api_unittest_provider=>CREATE_CONFIG...more details

GET_INSTANCEShelper methods for filling the static instance variablePublic
CALL METHOD ct_cfg_api_unittest_provider=>GET_INSTANCES...more details

INITinit, like find kbPublic
CALL METHOD ct_cfg_api_unittest_provider=>INIT...more details

RESET_VARIABLESclean up for next testPublic
CALL METHOD ct_cfg_api_unittest_provider=>RESET_VARIABLES...more details

SET_CSTICS_VALUEShelper method for setting a csticPublic
CALL METHOD ct_cfg_api_unittest_provider=>SET_CSTICS_VALUES...more details



CT_CFG_API_UNITTEST_PROVIDER 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
SC_CSTIC_NAMEStatic Attribute'WP_SCREEN'LIKE
STRING
Public
SC_CSTIC_VALUE_NAMEStatic Attributelanguage independent'001'LIKE
STRING
Public
SC_CSTIC_VALUE_NAME_LStatic Attributelanguage dependte'LCD Screen'LIKE
STRING
Public
SC_DATEConstantKB validity date'20080101'LIKE
COMT_CFGD_KBDATE
Public
SC_MAT_NAMEConstant'WP-940'LIKE
STRING
Public
SC_OBJ_TYPE_MATConstant'MARA'LIKE
STRING
Public
SC_OBJ_TYPE_SERVICEConstant'SERV'LIKE
STRING
Public
SS_CONTEXT_VALUEStatic AttributeConfiguration ContextLIKE
COMT_CFGM_CONTEXT
Public
SS_DOCUMENTStatic AttributeData for Creating a Pricing DocumentLIKE
PRIT_DOCUMENT_CREATE
Public
SS_PROFILEStatic AttributeProfile of the IPC callLIKE
PRIT_PROFILE
Public
ST_CFG_KBStatic AttributeCFG: table of knowledgebasesLIKE
COMT_CFGM_KB_I
Public
ST_CONTEXT_VALUEStatic AttributeCFG: table of context dataLIKE
COMT_CFGM_CONTEXT_I
Private
ST_GROUPSStatic AttributeCFG: Table of characteristic groupsLIKE
COMT_CFGM_CSTIC_GROUP_I
Public
ST_GROUPS_CSTICS_VALUESStatic AttributeCFG: Table of characteristics sorted in groupsLIKE
COMT_CFGM_CSTICS_IN_GROUP_I
Public
ST_INSTANCESStatic AttributeCFG: Table of instancesLIKE
COMT_CFGM_INSTANCE_I
Public
ST_SPC_ITEMStatic AttributePricing Item With Marked FieldsLIKE
SPCT_ITEMX_T
Public
SV_CONFIG_IDStatic AttributeConfiguration IdentifierLIKE
COMT_CFGM_CONFIG_ID
Public
SV_DESTStatic AttributeLIKE
STRING
Public
SV_DOCUMENT_IDStatic AttributePricing Document GUIDLIKE
PRCT_PRIDOC_GUID
Public
SV_ITEM_IDStatic AttributeItem NumberLIKE
PRCT_ITEM_NO
Public
SV_RETURN_CODEStatic AttributeCFG: IntegerLIKE
COMT_CFGM_INTEGER
Public


Links to Related Class(s)

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