FDT_TEST_PROFILE - Stores profiles and test classes
Stores profiles and test classes information is stored in SAP table FDT_TEST_PROFILE.
It is part of development package SFDT_TEST in software component BC-SRV-BR. This development package consists of objects that can be grouped under "BRFplus: Global Test Classes".
It is part of development package SFDT_TEST in software component BC-SRV-BR. This development package consists of objects that can be grouped under "BRFplus: Global Test Classes".
Fields for table FDT_TEST_PROFILE
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
TEST_CLASS_NAME | Name of the test classes | X | FDT_TEST_PROGNAME | CHAR | 40 | |
TEST_METHOD_NAME | Name of test methods | X | FDT_TEST_METHOD | CHAR | 30 | |
SYSTEM_FLAG | System flag :Set to 'X' executes in the customer environment | X | FDT_TEST_SYSTEM_FLAG | CHAR | 1 | |
PROFILE | Unit test profile name | X | FDT_TEST_PROFILE_NAME | CHAR | 30 | |
OBJ_FLAG | Object Flag :Set to 'X' for single instance of object | FDT_TEST_OBJECT_FLAG | CHAR | 1 |