ABAP OO Class Methods

INTIALIZE_TEST_MODE SAP Method - Intialize Test Mode







Below is documentation, parameters and attributes of ABAP Method INTIALIZE_TEST_MODE within SAP class CLUT_WFA_API_LOC_DB_QUERY_DUM. There is also a number of example ABAP code snipts to help you implement this method.

This method is available within SAP systems depending on your version and release level and you can view further information by entering the class name CLUT_WFA_API_LOC_DB_QUERY_DUM into relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in. Also check out the contributions below to view or add related hints, tips, example screen shots and any other information.


SAP Class method belongs too

CLUT_WFA_API_LOC_DB_QUERY_DUM

Method Name

INTIALIZE_TEST_MODE

Method Type

Instance Method:   This is an Instance Method so needs to be instantiated first before you can access any of the methods. I.e. you need to create a local variable of TYPE ref to the class.







Exceptions:



Example ABAP coding


DATA: lo_DUM TYPE REF TO CLUT_WFA_API_LOC_DB_QUERY_DUM .
CALL METHOD lo_DUM->INTIALIZE_TEST_MODE( ).