SAP EUP_TYPE_DATA OO Class -









EUP_TYPE_DATA is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class EUP_TYPE_DATA including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of EUP_TYPE_DATA SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
APPEND_STRUCTUREAppend a given Structure to this TypeData.Public
CALL METHOD eup_type_data=>APPEND_STRUCTURE...more details

GET_STRUCTURERetrieve a Structure of this TypeData by a given Label.Public
CALL METHOD eup_type_data=>GET_STRUCTURE...more details

PREPEND_STRUCTUREPrepend a given Structure to this TypeData.Public
CALL METHOD eup_type_data=>PREPEND_STRUCTURE...more details

REMOVE_STRUCTURERemove a Structure from this TypeData by a given Label.Public
CALL METHOD eup_type_data=>REMOVE_STRUCTURE...more details



EUP_TYPE_DATA attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
BASEInstance AttributeThe type of the pure data contained in the value data.LIKE
INT4
Public
BASE_BASE64BINARYConstantUsed for byte arrays encoded with Base64.1LIKE
INT4
Public
BASE_BOOLEANConstant2LIKE
INT4
Public
BASE_DATEConstant3LIKE
INT4
Public
BASE_DATETIMEConstantThe datetime is in this format-'EEE MMM d HH:mm:ss ZZZ yyyy'4LIKE
INT4
Public
BASE_DECIMALConstant5LIKE
INT4
Public
BASE_DOUBLEConstant64 bits float.6LIKE
INT4
Public
BASE_FLOATConstant7LIKE
INT4
Public
BASE_SIGNED_BYTEConstant8 bits.8LIKE
INT4
Public
BASE_SIGNED_INTConstant32 bits.9LIKE
INT4
Public
BASE_SIGNED_LONGConstant64 bits.10LIKE
INT4
Public
BASE_SIGNED_SHORTConstant16 bits.11LIKE
INT4
Public
BASE_STRINGConstant12LIKE
INT4
Public
BASE_TIMEConstant13LIKE
INT4
Public
BASE_UNSIGNED_BYTEConstant14LIKE
INT4
Public
BASE_UNSIGNED_INTConstant15LIKE
INT4
Public
BASE_UNSIGNED_LONGConstant16LIKE
INT4
Public
BASE_UNSIGNED_SHORTConstant17LIKE
INT4
Public
FRACTION_DIGITSInstance AttributeNatural numberLIKE
INT4
Public
MAX_LENGTHInstance AttributeNatural numberLIKE
INT4
Public
MIN_LENGTHInstance AttributeNatural numberLIKE
INT4
Public
OPTIONSInstance AttributeThe options of the type data.LIKE
EUP_VALUE_DATA_TABLE
Public
PATTERNSInstance AttributeNatural numberLIKE
EUP_TYPE_DATA_PATTERNS
Public
STRUCTURESInstance AttributeThe structures the type data contains.LIKE
EUP_TYPE_LABEL_TABLE
Public
TOTAL_DIGITSInstance AttributeNatural numberLIKE
INT4
Public


Links to Related Class(s)

EUP_TYPE...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!