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 MD_SDCHG_MSGIN Static Attribute Public Type reference (TYPE) CHAR30 'SDCHGMSGIN' Testing point definition 20070801
2 MD_SDCNC_END Static Attribute Public Type reference (TYPE) CHAR30 'SDCNCEND' Testing point definition 20070717
3 MD_SDCNC_ENDMAP Static Attribute Public Type reference (TYPE) CHAR30 'SDCNCENDMAP' Testing point definition 20070717
4 MD_SDCNC_MAP Static Attribute Public Type reference (TYPE) CHAR30 'SDCNCMAP' Testing point definition 20070717
5 MD_SDCNC_MSGIN Static Attribute Public Type reference (TYPE) CHAR30 'SDCNCMSGIN' Testing point definition 20070713
6 MD_SDCRT_MSGIN Static Attribute Public Type reference (TYPE) CHAR30 'SDCRTMSGIN' Testing point definition 20070801
7 MD_USER_ACTIVE Static Attribute Private Type reference (TYPE) CHAR01 Testmode active 20070712
8 MS_ADMIN_SELECTION Static Attribute Private Type reference (TYPE) PUR_B2B_TESTING Testing tool for B2B service 20070712
9 MS_USER_SELECTION Static Attribute Private Type reference (TYPE) PUR_B2B_TESTING Testing tool for B2B service 20070712
10 MT_FILELIST Static Attribute Private Type reference (TYPE) GYT_FILENAMING_CHECK 20070718
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_AKTIVATION Static method Private Method check activation 20070712
2 CLASS_CONSTRUCTOR Static method Public Constructor Class Constructor 20070712
3 CREATEFILE_NO_EXPLOSION Static method Public Method Create file of data without explosion 20070717
4 CREATEFILE_WITH_EXPLOSION Static method Public Method Create file of data with explosion 20070718
5 DEBUGGING_START Static method Public Method start debugging 20070712
6 EXPLORE_INPUT 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 Exporting ED_ACTIVE Call by reference Type reference (TYPE) CHAR01 aktive 20070712
2 Importing ID_TESTINGPOINT Call by reference Type reference (TYPE) CHAR30 Testing point 20070712
3 Importing 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 Importing ID_SHOW_EMPTY_FIELDS Call by reference Type reference (TYPE) CHAR01 list empty fields 20070717
2 Importing ID_TESTINGPOINT Call by reference Type reference (TYPE) CHAR30 Testing point 20070717
3 Importing 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 Importing ID_SHOW_EMPTY_FIELDS Call by reference Type reference (TYPE) CHAR01 list empty fields 20070718
2 Importing ID_TESTINGPOINT Call by reference Type reference (TYPE) CHAR30 Testing point 20070718
3 Importing 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 Exporting ED_START_DEBUGGING Call by reference Type reference (TYPE) CHAR01 Start debugging 20070712
2 Importing 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 Changing CT_EXPLOSION_LIST Call by reference Type reference (TYPE) GYT_STRUCTURE_EXPLOSION Explosion list 20070712
2 Importing ID_EMPTY_FIELDS Call by reference Type reference (TYPE) CHAR01 with empty fields 20070713
3 Importing ID_EXPLOSIONLEVEL Call by reference Type reference (TYPE) I 0 Explosion level (technical info) 20070712
4 Importing ID_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20070713
5 Importing ID_MAX_LEVEL Call by reference Type reference (TYPE) I 10 Maximum level (technical info) 20070712
6 Importing IS_EXPLOSION_KEY Call by reference Type reference (TYPE) GYS_STRUCTURE_EXPLOSION_KEY Explosion_key (technical info) 20070712
7 Importing 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