SAP ABAP Class IF_FSBP_AUNIT_TDC_HELPER (Functions for Accessing Test Data Container)
Properties
Class IF_FSBP_AUNIT_TDC_HELPER  
Short Description Functions for Accessing Test Data Container    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20121207   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_FSBP_AUNIT_TDC_HELPER has no forward declaration.
Interfaces
Class IF_FSBP_AUNIT_TDC_HELPER has no interface implemented.
Friends
Class IF_FSBP_AUNIT_TDC_HELPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_PARAM_NAME_PAYLOAD Constant Public Type reference (TYPE) ETP_NAME 'PAYLOAD' Name of Parameter for Storing Data in TDC 20121207
Methods
# Method Level Visibility Method type Description Created on
1 GET_PAYLOAD Instance method Public Method Supplies Data from Test Data Container 20121207
2 SET_PAYLOAD Instance method Public Method Writes Data to Test Data Container 20121207
Events
Class IF_FSBP_AUNIT_TDC_HELPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CONTAINER Public Type reference (TYPE) ETOBJ_NAME Test Data Container Name 20121207
2 TY_CONTAINER_VARIANT Public See coding Name and Variant of Test Data Container 20121207 begin of ty_container_variant, container type ty_container, variant type ty_variant, end of ty_container_variant
3 TY_PAYLOAD Public Type reference (TYPE) STRING Data 20121207
4 TY_VARIANT Public Type reference (TYPE) ETVAR_ID Variant of Test Data Container 20121207
Method Signatures

Method GET_PAYLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VARIANT Call by reference Type reference (TYPE) TY_CONTAINER_VARIANT Testdatencontainer und Variante 20121207
2 Returning R_PAYLOAD Value transfer Type reference (TYPE) TY_PAYLOAD Daten 20121207

Method GET_PAYLOAD on class IF_FSBP_AUNIT_TDC_HELPER has no exception.

Method SET_PAYLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PAYLOAD Call by reference Type reference (TYPE) TY_PAYLOAD Daten 20121207
2 Importing I_VARIANT Call by reference Type reference (TYPE) TY_CONTAINER_VARIANT Testdatencontainer und Variante 20121207

Method SET_PAYLOAD on class IF_FSBP_AUNIT_TDC_HELPER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in