SAP ABAP Class CL_PUR_B2B_TESTING (testing tool)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
SD-SLS-ES (Application Component) Enterprise Services in Sales
⤷
OPS_SE_SLS (Package) Service Enabling for Sales

⤷

⤷

Properties
Class | CL_PUR_B2B_TESTING | |
Short Description | testing tool | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | OPS_SE_SLS | Service Enabling for Sales |
Created | 20070712 | SAP |
Last change | 20100310 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_PUR_B2B_TESTING has no forward declaration.
Interfaces
Class CL_PUR_B2B_TESTING has no interface implemented.
Friends
Class CL_PUR_B2B_TESTING has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Type reference (TYPE) | CHAR30 | 'SDCHGMSGIN' | Testing point definition | 20070801 | |
2 | ![]() |
Static Attribute | Public | Type reference (TYPE) | CHAR30 | 'SDCNCEND' | Testing point definition | 20070717 | |
3 | ![]() |
Static Attribute | Public | Type reference (TYPE) | CHAR30 | 'SDCNCENDMAP' | Testing point definition | 20070717 | |
4 | ![]() |
Static Attribute | Public | Type reference (TYPE) | CHAR30 | 'SDCNCMAP' | Testing point definition | 20070717 | |
5 | ![]() |
Static Attribute | Public | Type reference (TYPE) | CHAR30 | 'SDCNCMSGIN' | Testing point definition | 20070713 | |
6 | ![]() |
Static Attribute | Public | Type reference (TYPE) | CHAR30 | 'SDCRTMSGIN' | Testing point definition | 20070801 | |
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CHAR01 | Testmode active | 20070712 | ||
8 | ![]() |
Static Attribute | Private | Type reference (TYPE) | PUR_B2B_TESTING | Testing tool for B2B service | 20070712 | ||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | PUR_B2B_TESTING | Testing tool for B2B service | 20070712 | ||
10 | ![]() |
Static Attribute | Private | Type reference (TYPE) | GYT_FILENAMING_CHECK | 20070718 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | check activation | 20070712 |
2 | ![]() |
Static method | Public | Constructor | Class Constructor | 20070712 |
3 | ![]() |
Static method | Public | Method | Create file of data without explosion | 20070717 |
4 | ![]() |
Static method | Public | Method | Create file of data with explosion | 20070718 |
5 | ![]() |
Static method | Public | Method | start debugging | 20070712 |
6 | ![]() |
Static method | Public | Method | 20070712 |
Events
Class CL_PUR_B2B_TESTING has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GYS_FILENAMING_CHECK | Private | See coding | 20070718 | BEGIN OF gys_filenaming_check,
structure type char50,
date type sydatum,
uzeit type syuzeit,
index type i,
END OF gys_filenaming_check
|
||
2 | GYS_FILE_STRUCTURE | Public | See coding | 20070712 | begin of gys_file_structure,
Field_name type char30,
value type char30,
table_index type Char05,
type type ROLLNAME,
Field_level01 type char30,
Field_level02 type char30,
Field_level03 type char30,
Field_level04 type char30,
Field_level05 type char30,
Field_level06 type char30,
Field_level07 type char30,
Field_level08 type char30,
Field_level09 type char30,
Field_level10 type char30,
end of gys_file_structure
|
||
3 | GYS_STRUCTURE_EXPLOSION | Public | See coding | 20070712 | begin of gys_structure_explosion,
Field_level01 type char30,
Field_level02 type char30,
Field_level03 type char30,
Field_level04 type char30,
Field_level05 type char30,
Field_level06 type char30,
Field_level07 type char30,
Field_level08 type char30,
Field_level09 type char30,
Field_level10 type char30,
Field_name type char30,
reference type ref to data,
table_index type i,
value type char30,
type type ROLLNAME,
* application type char30,
* event type char30,
* Ref_target type ref to data,
* type_target type rollname,
end of gys_structure_explosion
|
||
4 | GYS_STRUCTURE_EXPLOSION_KEY | Public | See coding | 20070712 | begin of gys_structure_explosion_key,
Field_level01 type char30,
Field_level02 type char30,
Field_level03 type char30,
Field_level04 type char30,
Field_level05 type char30,
Field_level06 type char30,
Field_level07 type char30,
Field_level08 type char30,
Field_level09 type char30,
Field_level10 type char30,
table_index type i,
end of gys_structure_explosion_key
|
||
5 | GYT_FILENAMING_CHECK | Private | See coding | 20070718 | gyt_filenaming_check TYPE SORTED TABLE OF gys_filenaming_check
with unique key structure date uzeit
|
||
6 | GYT_STRUCTURE_EXPLOSION | Public | See coding | 20070712 | gyt_structure_explosion type standard table of gys_structure_explosion
|
||
7 | GYT_USPARAM | Private | See coding | 20070712 | gyt_usparam type STANDARD TABLE OF usparam
|
Method Signatures
Method CHECK_AKTIVATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_ACTIVE | Call by reference | Type reference (TYPE) | CHAR01 | aktive | 20070712 | ||
2 | ![]() |
ID_TESTINGPOINT | Call by reference | Type reference (TYPE) | CHAR30 | Testing point | 20070712 | ||
3 | ![]() |
ID_TESTTYPE | Call by reference | Type reference (TYPE) | CHAR01 | Test type | 20070712 |
Method CHECK_AKTIVATION on class CL_PUR_B2B_TESTING has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_PUR_B2B_TESTING has no parameter.
Method CLASS_CONSTRUCTOR on class CL_PUR_B2B_TESTING has no exception.
Method CREATEFILE_NO_EXPLOSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_SHOW_EMPTY_FIELDS | Call by reference | Type reference (TYPE) | CHAR01 | list empty fields | 20070717 | ||
2 | ![]() |
ID_TESTINGPOINT | Call by reference | Type reference (TYPE) | CHAR30 | Testing point | 20070717 | ||
3 | ![]() |
IT_TESTING_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Data | 20070717 |
Method CREATEFILE_NO_EXPLOSION on class CL_PUR_B2B_TESTING has no exception.
Method CREATEFILE_WITH_EXPLOSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_SHOW_EMPTY_FIELDS | Call by reference | Type reference (TYPE) | CHAR01 | list empty fields | 20070718 | ||
2 | ![]() |
ID_TESTINGPOINT | Call by reference | Type reference (TYPE) | CHAR30 | Testing point | 20070718 | ||
3 | ![]() |
IS_TESTING_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Data | 20070718 |
Method CREATEFILE_WITH_EXPLOSION on class CL_PUR_B2B_TESTING has no exception.
Method DEBUGGING_START Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_START_DEBUGGING | Call by reference | Type reference (TYPE) | CHAR01 | Start debugging | 20070712 | ||
2 | ![]() |
ID_TESTINGPOINT | Call by reference | Type reference (TYPE) | CHAR30 | Testing point | 20070712 |
Method DEBUGGING_START on class CL_PUR_B2B_TESTING has no exception.
Method EXPLORE_INPUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_EXPLOSION_LIST | Call by reference | Type reference (TYPE) | GYT_STRUCTURE_EXPLOSION | Explosion list | 20070712 | ||
2 | ![]() |
ID_EMPTY_FIELDS | Call by reference | Type reference (TYPE) | CHAR01 | with empty fields | 20070713 | ||
3 | ![]() |
ID_EXPLOSIONLEVEL | Call by reference | Type reference (TYPE) | I | 0 | Explosion level (technical info) | 20070712 | |
4 | ![]() |
ID_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20070713 | ||
5 | ![]() |
ID_MAX_LEVEL | Call by reference | Type reference (TYPE) | I | 10 | Maximum level (technical info) | 20070712 | |
6 | ![]() |
IS_EXPLOSION_KEY | Call by reference | Type reference (TYPE) | GYS_STRUCTURE_EXPLOSION_KEY | Explosion_key (technical info) | 20070712 | ||
7 | ![]() |
IS_STRUCTURE | Call by reference | Object reference (TYPE REF TO) | DATA | Data structure | 20070712 |
Method EXPLORE_INPUT on class CL_PUR_B2B_TESTING has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 603 |