SAP ABAP Interface IF_EPP_SYSTEM_SECTION (System Area of Extended Passport (EPP))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CST-DP (Application Component) Dispatcher/Task Handler
     SEPP (Package) Extended Passport
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EPP_SYSTEM Class for System Area of Extended Passport (EPP) 20070706
Properties
Interface IF_EPP_SYSTEM_SECTION  
Short Description System Area of Extended Passport (EPP)    
General Data
Package SEPP   Extended Passport 
Created 20070706   SAP 
Last changed 20090618   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_EPP_CONSTANTS Constants for Extended Passport (EPP) 20070730
Friends
Interface IF_EPP_SYSTEM_SECTION has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_EPP_ITEM_TYPE_INT Instance attribute Public Attribute reference (LIKE) 20070730
2 CO_EPP_ITEM_TYPE_STRING Instance attribute Public Attribute reference (LIKE) 20070730
3 CO_EPP_ITEM_TYPE_XSTRING Instance attribute Public Attribute reference (LIKE) 20070730
4 CO_EPP_ITEM_TYPE_XUUID Instance attribute Public Attribute reference (LIKE) 20070730
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_ITEM_BY_INDEX Instance method Public Method Remove Item Using Index 20070706
2 DELETE_ITEM_BY_KEY Instance method Public Method Remove Item Using Key 20070706
3 GET_ENTITY Instance method Public Method Reference to Higher-Level EPP Entity 20070718
4 GET_ITEM_BY_INDEX_AS_INTEGER Instance method Public Method Get Item Using Index as Integer Type 20070706
5 GET_ITEM_BY_INDEX_AS_STRING Instance method Public Method Get Item as EPP String 20070706
6 GET_ITEM_BY_INDEX_AS_UUID Instance method Public Method Get Item as UUID (C32) 20070706
7 GET_ITEM_BY_INDEX_AS_XSTRING Instance method Public Method Get Item as EPP Hex String 20070706
8 GET_ITEM_BY_INDEX_AS_XUUID Instance method Public Method Get Item as Hex UUID (X16) 20070706
9 GET_ITEM_BY_KEY_AS_INTEGER Instance method Public Method Get Item Using Key as Integer Type 20070706
10 GET_ITEM_BY_KEY_AS_STRING Instance method Public Method Get Item Using Key as EPP String 20070706
11 GET_ITEM_BY_KEY_AS_UUID Instance method Public Method Get Item Using Key as UUID (C32) 20070706
12 GET_ITEM_BY_KEY_AS_XSTRING Instance method Public Method Get Item Using Key as EPP Hex String 20070706
13 GET_ITEM_BY_KEY_AS_XUUID Instance method Public Method Get Item Using Key as Hex UUID (X16) 20070706
14 GET_ITEM_KEY_BY_INDEX Instance method Public Method Get Item Key Using Index/Position 20070706
15 GET_ITEM_NUMBER Instance method Public Method Number of Items/Fields 20070706
16 GET_ITEM_TYPE_BY_INDEX Instance method Public Method Get Data Type Using Item Index/Position 20070706
17 GET_ITEM_TYPE_BY_KEY Instance method Public Method Get Data Type Using Item Key 20070706
18 SET_CONNECTION_COUNTER Instance method Public Method Set Connection Counter in Extended Passport 20070724
19 SET_CONNECTION_ID_AS_UUID Instance method Public Method Set Connection ID in Extended Passport 20070724
20 SET_ITEM_BY_KEY_AS_INTEGER Instance method Public Method Enter Item as Integer Type 20070706
21 SET_ITEM_BY_KEY_AS_STRING Instance method Public Method Enter Item as EPP String 20070706
22 SET_ITEM_BY_KEY_AS_UUID Instance method Public Method Enter Item as UUID (C32) 20070706
23 SET_ITEM_BY_KEY_AS_XSTRING Instance method Public Method Enter Item as EPP Hex String 20070706
24 SET_ITEM_BY_KEY_AS_XUUID Instance method Public Method Enter Item as Hex UUID (X16) 20070706
25 SET_TRACE_FLAGS Instance method Public Method Set Trace Flag 20070720
26 WRITE_ITEM_TO_STATISTIC_BY_KEY Instance method Public Method Writing of Element Content to SAP Statistics 20070921
Events
Interface IF_EPP_SYSTEM_SECTION has no event.
Types
Interface IF_EPP_SYSTEM_SECTION has no local type.
Method Signatures

Method DELETE_ITEM_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Element-Index 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method DELETE_ITEM_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) EPP_ITEM_KEY Element-Schlüssel des Extended Passportes (EPP) 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method GET_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ENTITY Value transfer Object reference (TYPE REF TO) IF_EPP_SYSTEM_ENTITY Die Entität des Systembereichs in EPP 20070718
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method GET_ITEM_BY_INDEX_AS_INTEGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Element-Index 20070706
2 Returning VALUE Value transfer Type reference (TYPE) I 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method GET_ITEM_BY_INDEX_AS_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Element-Index 20070706
2 Returning VALUE Value transfer Type reference (TYPE) STRING 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method GET_ITEM_BY_INDEX_AS_UUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Element-Index 20070706
2 Returning VALUE Value transfer Type reference (TYPE) SYSUUID_C32 16 byte UUID in 32 chars (hexadecimal encoded) 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method GET_ITEM_BY_INDEX_AS_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Element-Index 20070706
2 Returning VALUE Value transfer Type reference (TYPE) XSTRING 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method GET_ITEM_BY_INDEX_AS_XUUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Element-Index 20070706
2 Returning VALUE Value transfer Type reference (TYPE) SYSUUID_X16 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method GET_ITEM_BY_KEY_AS_INTEGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) EPP_ITEM_KEY Element-Schlüssel des Extended Passportes (EPP) 20070706
2 Returning VALUE Value transfer Type reference (TYPE) I 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method GET_ITEM_BY_KEY_AS_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) EPP_ITEM_KEY Element-Schlüssel des Extended Passportes (EPP) 20070706
2 Returning VALUE Value transfer Type reference (TYPE) STRING 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method GET_ITEM_BY_KEY_AS_UUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) EPP_ITEM_KEY Element-Schlüssel des Extended Passportes (EPP) 20070706
2 Returning VALUE Value transfer Type reference (TYPE) SYSUUID_C32 16 byte UUID in 32 chars (hexadecimal encoded) 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method GET_ITEM_BY_KEY_AS_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) EPP_ITEM_KEY Element-Schlüssel des Extended Passportes (EPP) 20070706
2 Returning VALUE Value transfer Type reference (TYPE) XSTRING 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method GET_ITEM_BY_KEY_AS_XUUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) EPP_ITEM_KEY Element-Schlüssel des Extended Passportes (EPP) 20070706
2 Returning VALUE Value transfer Type reference (TYPE) SYSUUID_X16 16 byte UUID in 16 bytes (raw format) 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method GET_ITEM_KEY_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Element-Index 20070706
2 Returning KEY Value transfer Type reference (TYPE) EPP_ITEM_KEY Element-Schlüssel des Extended Passportes (EPP) 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method GET_ITEM_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NUMBER Value transfer Type reference (TYPE) I Anzahl der Elemente des Extended Passportes (EPP) 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method GET_ITEM_TYPE_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Element-Index 20070706
2 Returning TYPE Value transfer Type reference (TYPE) EPP_ITEM_TYPE Datentyp des Elementes im Extended Passportes (EPP) 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method GET_ITEM_TYPE_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) EPP_ITEM_KEY Element-Schlüssel des Extended Passportes (EPP) 20070706
2 Returning TYPE Value transfer Type reference (TYPE) EPP_ITEM_TYPE Datentyp des Elementes im Extended Passportes (EPP) 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method SET_CONNECTION_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COUNTER Call by reference Type reference (TYPE) EPP_CONNECTION_COUNTER Aufrufnummer des Extended Passportes (EPP) 20070724
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method SET_CONNECTION_ID_AS_UUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) EPP_CONNECTION_ID Verbindungs-Id des Extended Passportes (EPP) 20070724
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method SET_ITEM_BY_KEY_AS_INTEGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) EPP_ITEM_KEY Element-Schlüssel des Extended Passportes (EPP) 20070706
2 Importing VALUE Call by reference Type reference (TYPE) I Eingabe-Wert 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method SET_ITEM_BY_KEY_AS_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) EPP_ITEM_KEY 20070706
2 Importing VALUE Call by reference Type reference (TYPE) STRING 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method SET_ITEM_BY_KEY_AS_UUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) EPP_ITEM_KEY Element-Schlüssel des Extended Passportes (EPP) 20070706
2 Importing VALUE Call by reference Type reference (TYPE) SYSUUID_C32 16 byte UUID in 32 chars (hexadecimal encoded) 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method SET_ITEM_BY_KEY_AS_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) EPP_ITEM_KEY Element-Schlüssel des Extended Passportes (EPP) 20070706
2 Importing VALUE Call by reference Type reference (TYPE) XSTRING 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method SET_ITEM_BY_KEY_AS_XUUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) EPP_ITEM_KEY Element-Schlüssel des Extended Passportes (EPP) 20070706
2 Importing VALUE Call by reference Type reference (TYPE) SYSUUID_X16 16 byte UUID in 16 bytes (raw format) 20070706
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method SET_TRACE_FLAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AUTH Call by reference Type reference (TYPE) ABAP_BOOL 20070720
2 Importing CMOD Call by reference Type reference (TYPE) ABAP_BOOL 20070720
3 Importing ENQ Call by reference Type reference (TYPE) ABAP_BOOL 20070720
4 Importing RFC Call by reference Type reference (TYPE) ABAP_BOOL 20070720
5 Importing SAT Call by reference Type reference (TYPE) ABAP_BOOL 20070720
6 Importing SQL Call by reference Type reference (TYPE) ABAP_BOOL 20070720
7 Importing TBUF Call by reference Type reference (TYPE) ABAP_BOOL 20070720
8 Importing USER Call by reference Type reference (TYPE) ABAP_BOOL 20070720
9 Importing WS Call by reference Type reference (TYPE) ABAP_BOOL 20070720
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070726

Method WRITE_ITEM_TO_STATISTIC_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) EPP_ITEM_KEY Element-Schlüssel des Extended Passportes (EPP) 20070921
# Exception Resumable Description Created on
1 CX_EPP_ERROR Ausnahme im Extended Passport (EPP) 20070921
History
Last changed by/on SAP  20090618 
SAP Release Created in 710