SAP ABAP Class CL_E2E_TESTING_UPL_CONVERTER (E2E Testing Agent: handle UPL data)
Hierarchy
☛
ST-PI (Software Component) SAP Solution Tools Plug-In
⤷
SV-SMG-TWB-BCA (Application Component) Business Process Change Analyzer
⤷
E2E_TESTING (Package) E2E Testing

⤷

⤷

Properties
Class | CL_E2E_TESTING_UPL_CONVERTER | |
Short Description | E2E Testing Agent: handle UPL data | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | E2E_TESTING | E2E Testing |
Created | 20120601 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_E2E_TESTING_UPL_CONVERTER has no forward declaration.
Interfaces
Class CL_E2E_TESTING_UPL_CONVERTER has no interface implemented.
Friends
Class CL_E2E_TESTING_UPL_CONVERTER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | E2ET_UPLSENVI_FT_T | Objects in UPL | 20120718 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | E2ET_UPLSENVI_FT_T | Objects not in UPL | 20120718 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FLAG | Check whether to check UPL filter using | 20120713 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FLAG | Use UPL filter | 20120604 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | check the ENVIRONMENT Object is in UPL data | 20120604 |
2 | ![]() |
Instance method | Public | Method | check if the UPL filtering can be used | 20120615 |
3 | ![]() |
Instance method | Protected | Method | check if UPL data are correct | 20120601 |
4 | ![]() |
Instance method | Public | Constructor | constructor | 20120604 |
5 | ![]() |
Instance method | Public | Method | Convert UPL data to format like ENVI and save to DB | 20120601 |
6 | ![]() |
Instance method | Public | Method | Convert UPL data to format like ENVI ... in threads | 20120817 |
7 | ![]() |
Instance method | Protected | Method | Convert UPL data to format like ENVI for one line | 20120601 |
8 | ![]() |
Instance method | Public | Method | If UPL filter flag is set | 20120702 |
9 | ![]() |
Instance method | Public | Method | Save UP data to be used in static TBOM filtering | 20120604 |
10 | ![]() |
Instance method | Public | Method | Set if it has UPL data | 20120821 |
Events
Class CL_E2E_TESTING_UPL_CONVERTER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | E2ET_UPLSENVI_FT_T | Protected | See coding | 20120601 |
|
Method Signatures
Method CHECK_UPLENV_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_OBJECT_ENV | Call by reference | Type reference (TYPE) | SENVI | SINFO_ENVIRONMENT for Remote Interface (Compatibility) | 20120713 | ||
2 | ![]() |
IV_DEEPNESS | Call by reference | Type reference (TYPE) | SYTABIX | Deepness | 20120608 | ||
3 | ![]() |
RV_OK | Value transfer | Type reference (TYPE) | FLAG | Ok it is in UPL filter | 20120604 |
Method CHECK_UPLENV_FILTER on class CL_E2E_TESTING_UPL_CONVERTER has no exception.
Method CHECK_UPLENV_FILTER_CAN_USED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ENVI_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | Environment data of type senvi only | 20120615 | ||
2 | ![]() |
IV_DEEPNESS_LEVEL | Call by reference | Type reference (TYPE) | SYTABIX | Deepness Level | 20120618 | ||
3 | ![]() |
RV_CAN_BE_USED | Value transfer | Type reference (TYPE) | FLAG | Filter can be used | 20120615 |
Method CHECK_UPLENV_FILTER_CAN_USED on class CL_E2E_TESTING_UPL_CONVERTER has no exception.
Method CHECK_UPLENV_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_UPL_DATA | Call by reference | Type reference (TYPE) | E2ET_UPLSENVI_FT | BPCA: UPL data in ENVI format to be used in STATIC TBOM fi | 20120601 | ||
2 | ![]() |
RV_OK | Value transfer | Type reference (TYPE) | FLAG | General flag | 20120601 |
Method CHECK_UPLENV_LINE on class CL_E2E_TESTING_UPL_CONVERTER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_USE_UPL_FILTER | Call by reference | Type reference (TYPE) | FLAG | Use UPL data | 20120604 |
Method CONSTRUCTOR on class CL_E2E_TESTING_UPL_CONVERTER has no exception.
Method CONVERT_TO_ENVI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_UPL_CONVERTED | Call by reference | Type reference (TYPE) | E2ET_UPLSENVI_FT_SORTED_T | UPL converted to environment format | 20120601 | ||
2 | ![]() |
IT_UPL_DATA | Call by reference | Type reference (TYPE) | E2ET_TBOM_UPL_SCOV_T | BPCA: table of E2ET_TBOM_UPL_SCOV | 20120601 | ||
3 | ![]() |
IV_SAVE_TO_DB | Call by reference | Type reference (TYPE) | FLAG | Save to DB | 20120718 |
Method CONVERT_TO_ENVI on class CL_E2E_TESTING_UPL_CONVERTER has no exception.
Method CONVERT_TO_ENVI_IN_THREADS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_UPL_CONVERTED | Call by reference | Type reference (TYPE) | E2ET_UPLSENVI_FT_SORTED_T | BPCA TBOM: sorted table of e2et_uplsenvi_ft | 20120817 | ||
2 | ![]() |
IT_UPL_DATA | Call by reference | Type reference (TYPE) | E2ET_TBOM_UPL_SCOV_T | BPCA: table of E2ET_TBOM_UPL_SCOV | 20120817 | ||
3 | ![]() |
IV_SAVE_TO_DB | Call by reference | Type reference (TYPE) | FLAG | General flag | 20120817 |
Method CONVERT_TO_ENVI_IN_THREADS on class CL_E2E_TESTING_UPL_CONVERTER has no exception.
Method CONVERT_TO_ENVI_SINGLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_UPL_CONVERTED | Call by reference | Type reference (TYPE) | E2ET_UPLSENVI_FT_T | UPL converted to environment format | 20120601 | ||
2 | ![]() |
IS_UPL_DATA | Call by reference | Type reference (TYPE) | E2ET_TBOM_UPL_SCOV | BPCA: UPL data from BW | 20120601 |
Method CONVERT_TO_ENVI_SINGLE on class CL_E2E_TESTING_UPL_CONVERTER has no exception.
Method IF_UPL_FILTER_IS_USED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_USED | Value transfer | Type reference (TYPE) | FLAG | filter was active | 20120702 |
Method IF_UPL_FILTER_IS_USED on class CL_E2E_TESTING_UPL_CONVERTER has no exception.
Method SAVE_AS_FILTER_FOR_ENVI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_UPL_DATA | Call by reference | Type reference (TYPE) | E2ET_TBOM_UPL_SCOV_T | BPCA: table of E2ET_TBOM_UPL_SCOV | 20120604 | ||
2 | ![]() |
IV_RUN_IN_THREADS | Call by reference | Type reference (TYPE) | FLAG | General flag | 20120817 |
Method SAVE_AS_FILTER_FOR_ENVI on class CL_E2E_TESTING_UPL_CONVERTER has no exception.
Method SET_HAS_UPL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HAS_UPL_DATA | Call by reference | Type reference (TYPE) | FLAG | General flag | 20120821 |
Method SET_HAS_UPL on class CL_E2E_TESTING_UPL_CONVERTER has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 2008_1_46C |