SAP ABAP Interface IF_DD_DDL_HANDLER (Life Cycle of a DDL)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC (Application Component) ABAP Dictionary
⤷
SDDL (Package) DDL-Specific Dictionary Functions

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DDIC_DDLS_DDLHANDLER_MOCK | DDLS Persistence Mock | 20121129 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DD_DDL_HANDLER | DDL Handler Class | 20121004 |
Properties
Interface | IF_DD_DDL_HANDLER | |
Short Description | Life Cycle of a DDL |
General Data
Package | SDDL | DDL-Specific Dictionary Functions |
Created | 20120622 | SAP |
Last changed | 20140121 | 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) |
2 | IF_DD_DDL_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_DD_DDL_HANDLER has no interface.
Friends
Interface IF_DD_DDL_HANDLER has no friend.
Attributes
Interface IF_DD_DDL_HANDLER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Activates a DDL source | 20120622 |
2 | ![]() |
Instance method | Public | Method | Checks a DDL source | 20120622 |
3 | ![]() |
Instance method | Public | Method | Checks an annotation | 20121128 |
4 | ![]() |
Instance method | Public | Method | Checks the name of a DDL source | 20121105 |
5 | ![]() |
Instance method | Public | Method | Deletes a DDL source | 20120622 |
6 | ![]() |
Instance method | Public | Method | Returns the valid annotations | 20121128 |
7 | ![]() |
Instance method | Public | Method | Name of View and View Entity for DDL Source | 20130124 |
8 | ![]() |
Instance method | Public | Method | Returns the name of a DDL source for Dictionary objects | 20121211 |
9 | ![]() |
Instance method | Public | Method | Returns the name of a DDL source for a Dictionary object | 20120625 |
10 | ![]() |
Instance method | Public | Method | Returns the name of the view entity for a view name | 20121211 |
11 | ![]() |
Instance method | Public | Method | Returns the AST for a path expression | 20130703 |
12 | ![]() |
Instance method | Public | Method | Checks a DDL source | 20130821 |
13 | ![]() |
Instance method | Public | Method | Returns the name of the view entity for a view name | 20121217 |
14 | ![]() |
Instance method | Public | Method | Reads a DDL source | 20120622 |
15 | ![]() |
Instance method | Public | Method | Saves a DDL source | 20120622 |
16 | ![]() |
Static method | Public | Method | Writes a TADIR entry | 20121017 |
17 | ![]() |
Instance method | Public | Method | Writes an object entry into a transport | 20121017 |
Events
Interface IF_DD_DDL_HANDLER has no event.
Types
Interface IF_DD_DDL_HANDLER has no local type.
Method Signatures
Method ACTIVATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | DDLNAME | Name einer ddl Source | 20120622 | ||
2 | ![]() |
PRID | Call by reference | Type reference (TYPE) | SYTABIX | -1 | Id für Protokollschreiber | 20121119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme beim Aktivieren | 20121119 |
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DDLSRCV_WA | Call by reference | Type reference (TYPE) | DDDDLSRCV | Ddl Source Information | 20121123 | ||
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | DDLNAME | Name einer ddl Source | 20120622 | ||
3 | ![]() |
PRID | Call by reference | Type reference (TYPE) | SYTABIX | -1 | Id für Protokollschreiber | 20121123 | |
4 | ![]() |
WARNINGS | Call by reference | Type reference (TYPE) | DDL2DDICWARNINGS | Für Warnungen bei Ddl -> Ddic | 20130115 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme beim Prüfen einer DDL Source | 20121016 |
Method CHECK_ANNOTATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ANNOTATION | Call by reference | Type reference (TYPE) | STRING | String für eine Annotation | 20121128 | ||
2 | ![]() |
PRID | Call by reference | Type reference (TYPE) | SYTABIX | -1 | Id für Protokollschreiber | 20121128 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme beim Prüfen | 20121128 |
Method CHECK_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | DDLNAME | Name einer Ddl Source | 20121105 | ||
2 | ![]() |
PRID | Call by reference | Type reference (TYPE) | SYTABIX | -1 | Id für Protokollschreiber | 20121127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme beim Prüfen des Namens | 20121105 |
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | DDLNAME | Name einer ddl Source | 20120622 | ||
2 | ![]() |
PRID | Call by reference | Type reference (TYPE) | SYTABIX | -1 | Id für Protokollschreiber | 20130108 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Problem beim Löschen einer ddl Source | 20121016 |
Method GET_ANNOTATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ANNOTATIONS | Value transfer | Type reference (TYPE) | IF_DD_DDL_TYPES=>TY_T_ANNOTATIONS | 20121128 | |||
2 | ![]() |
ANNOTATION_DEFINITIONS | Value transfer | Type reference (TYPE) | IF_DD_DDL_TYPES=>TY_T_ANNOTATION_DEFINITIONS | 20130812 |
Method GET_ANNOTATIONS on Interface IF_DD_DDL_HANDLER has no exception.
Method GET_DDL_CONTENT_OBJECT_NAMES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DDLNAME | Call by reference | Type reference (TYPE) | DDLNAME | Name einer Ddl Source | 20130124 | ||
2 | ![]() |
ENTITYNAME | Call by reference | Type reference (TYPE) | DDSTRUCOBJNAME | Name der in der Ddl Source def. View Entity | 20130124 | ||
3 | ![]() |
GET_STATE | Call by reference | Type reference (TYPE) | OBJSTATE | 'M' | Version des ABAP Dictionary Objektes | 20130124 | |
4 | ![]() |
PRID | Call by reference | Type reference (TYPE) | SYTABIX | -1 | Id für Protkollschreiber | 20130124 | |
5 | ![]() |
VIEWNAME | Call by reference | Type reference (TYPE) | VIEWNAME | Name des in der Ddl Source def. Sql-Views | 20130124 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme beim Lesen | 20130124 |
Method GET_DDL_NAMES_4_DD_ARTEFACT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DDLNAMES | Value transfer | Type reference (TYPE) | IF_DD_DDL_TYPES=>TY_T_DDLDEPEND | Zuordnung Ddl Sourcen und Dd Objekte | 20121211 | ||
2 | ![]() |
DDNAMES | Call by reference | Type reference (TYPE) | IF_DD_DDL_TYPES=>TY_T_DDOBJ | Viewname oder Name Strukt. Objekt | 20121211 | ||
3 | ![]() |
PRID | Call by reference | Type reference (TYPE) | SYTABIX | -1 | Id für Protokollschreiber | 20121211 |
Method GET_DDL_NAMES_4_DD_ARTEFACT on Interface IF_DD_DDL_HANDLER has no exception.
Method GET_DDL_NAME_4_DD_ARTEFACT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DDLNAME | Value transfer | Type reference (TYPE) | DDLNAME | Name einer ddl Source | 20120625 | ||
2 | ![]() |
DDNAME | Call by reference | Type reference (TYPE) | DDOBJNAME | Name eines ABAP Dictionary-Objekts | 20120625 | ||
3 | ![]() |
PRID | Call by reference | Type reference (TYPE) | SYTABIX | -1 | Id für Protokollschreiber | 20121203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerhafte Verwendung/Definitoneines Dictionary Objs. | 20121203 |
Method GET_ENTITYNAME_FROM_VIEWNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DDNAMES | Call by reference | Type reference (TYPE) | IF_DD_DDL_TYPES=>TY_T_DDOBJ | Dictionary View Namen (amdere werden ignoriert) | 20121211 | ||
2 | ![]() |
ENTITY_OF_VIEW | Call by reference | Type reference (TYPE) | IF_DD_DDL_TYPES=>TY_T_ENTITY_OF_VIEW | Entities zu gegebenen Views | 20121211 |
Method GET_ENTITYNAME_FROM_VIEWNAME on Interface IF_DD_DDL_HANDLER has no exception.
Method GET_PATH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PATH | Value transfer | Object reference (TYPE REF TO) | CL_QLAST_PATH_EXPRESSION | AST für Pfad Ausdruck | 20130703 | ||
2 | ![]() |
PATH_SOURCE | Call by reference | Type reference (TYPE) | STRING | Pfad Ausdruck als String | 20130703 | ||
3 | ![]() |
PRID | Call by reference | Type reference (TYPE) | SYTABIX | -1 | Id für Protokollschreiber | 20130703 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei der Behandlung eines Objektes aus Ddl Source | 20130703 |
Method GET_SELECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DD02BV_WA | Call by reference | Type reference (TYPE) | DD02BV | Header eines Strukturierten Objektes | 20130821 | ||
2 | ![]() |
DD03NDV_TAB | Call by reference | Type reference (TYPE) | DD03NDVTAB | Felder eines Strukturierten Objektes | 20130821 | ||
3 | ![]() |
DDLSRCV_WA | Call by reference | Type reference (TYPE) | DDDDLSRCV | Ddl Source Information | 20130821 | ||
4 | ![]() |
NAME | Call by reference | Type reference (TYPE) | DDLNAME | Name einer ddl Source | 20130821 | ||
5 | ![]() |
PRID | Call by reference | Type reference (TYPE) | SYTABIX | -1 | Id für Protokollschreiber | 20130821 | |
6 | ![]() |
SELECT_STMT | Call by reference | Type reference (TYPE) | STRING | Select Statement | 20130821 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme beim Prüfen einer DDL Source | 20130821 |
Method GET_VIEWNAME_FROM_ENTITYNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DDNAMES | Call by reference | Type reference (TYPE) | IF_DD_DDL_TYPES=>TY_T_DDOBJ | Entity Namen | 20121217 | ||
2 | ![]() |
VIEW_OF_ENTITY | Call by reference | Type reference (TYPE) | IF_DD_DDL_TYPES=>TY_T_VIEW_OF_ENTITY | View Namen für Entity Namen | 20121217 |
Method GET_VIEWNAME_FROM_ENTITYNAME on Interface IF_DD_DDL_HANDLER has no exception.
Method READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DDDDLSRCV_WA | Value transfer | Type reference (TYPE) | DDDDLSRCV | DdlSource Information | 20121016 | ||
2 | ![]() |
GET_STATE | Call by reference | Type reference (TYPE) | OBJSTATE | 'M' | Zu lesende Version der ddl Source | 20121016 | |
3 | ![]() |
GOT_STATE | Call by reference | Type reference (TYPE) | OBJSTATE | Version der ddl Source | 20121016 | ||
4 | ![]() |
LANGU | Call by reference | Type reference (TYPE) | DDLANGUAGE | SYST-LANGU | Sprache der Kurzbeschreibung | 20121016 | |
5 | ![]() |
NAME | Call by reference | Type reference (TYPE) | DDLNAME | Name einer ddl Source | 20120622 | ||
6 | ![]() |
PRID | Call by reference | Type reference (TYPE) | SYTABIX | -1 | Id für Protokollschreiber | 20121016 | |
7 | ![]() |
WITHTEXT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | BAP_true: Texte werden gemäß 'LANGU' gelesen | 20121016 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme beim Lesen | 20121016 |
Method SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DDDDLSRCV_WA | Call by reference | Type reference (TYPE) | DDDDLSRCV | Ddl Source Informationen | 20121016 | ||
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | DDLNAME | Name einer ddl Source | 20120622 | ||
3 | ![]() |
PRID | Call by reference | Type reference (TYPE) | SYTABIX | -1 | Index interner Tabellen | 20121016 | |
4 | ![]() |
PUT_STATE | Call by reference | Type reference (TYPE) | OBJSTATE | Version der Ddl Source, gültig ist N | 20121016 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme beim Schreiben | 20121016 |
Method WRITE_TADIR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEVCLASS | Call by reference | Type reference (TYPE) | DEVCLASS | Paket | 20121017 | ||
2 | ![]() |
OBJECTNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name des Dictionary Objektes | 20121017 | ||
3 | ![]() |
PRID | Call by reference | Type reference (TYPE) | SYTABIX | Id für Protokollschreiber | 20121017 | ||
4 | ![]() |
RC | Value transfer | Type reference (TYPE) | SYSUBRC | Returncode: 0: o.k., 4: Warnung, >8: Fehler | 20121017 | ||
5 | ![]() |
USERNAME | Call by reference | Type reference (TYPE) | SYUNAME | Benutzername | 20121017 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme beim Schreiben des TADIR Eintrags | 20130115 |
Method WRITE_TRKORR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OBJECTNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name Ddl Source | 20121017 | ||
2 | ![]() |
ORDER | Call by reference | Type reference (TYPE) | TRKORR | Transportauftrag, der das Objekt schon enthält | 20121017 | ||
3 | ![]() |
PRID | Call by reference | Type reference (TYPE) | SYTABIX | Id für Protokollschreiber | 20121017 | ||
4 | ![]() |
RC | Value transfer | Type reference (TYPE) | SYSUBRC | Returncode: 0: o.k., 4: Warnung, >8: Fehler | 20121017 | ||
5 | ![]() |
TASK | Call by reference | Type reference (TYPE) | TRKORR | Aufgabe, die das Objekt schon enthält | 20121017 | ||
6 | ![]() |
TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Aufgabe zu einem Transportauftrag | 20121017 |
Method WRITE_TRKORR on Interface IF_DD_DDL_HANDLER has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |