SAP ABAP Class CL_DSH_DDIC_ASSIGNMENT (Dictionary Search Helps: Dictionary Assignment Handling)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC-F4 (Application Component) F4 Help
⤷
SDSH (Package) ABAP Dictionary internal: Poss.entries (F4)

⤷

⤷

Properties
Class | CL_DSH_DDIC_ASSIGNMENT | |
Short Description | Dictionary Search Helps: Dictionary Assignment Handling | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SDSH | ABAP Dictionary internal: Poss.entries (F4) |
Created | 20131008 | SAP |
Last change | 20141121 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_DSH_DDIC_ASSIGNMENT has no forward declaration.
Interfaces
Class CL_DSH_DDIC_ASSIGNMENT has no interface implemented.
Friends
Class CL_DSH_DDIC_ASSIGNMENT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | 20131015 | ||||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | LIF_FIELD_CACHE | 20131015 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_S_FIELD_ID | 20131015 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20131015 | |
2 | ![]() |
Instance method | Private | Constructor | 20131015 | |
3 | ![]() |
Static method | Public | Method | 20131015 | |
4 | ![]() |
Instance method | Public | Method | 20131015 | |
5 | ![]() |
Instance method | Private | Method | 20131015 | |
6 | ![]() |
Instance method | Private | Method | 20131015 | |
7 | ![]() |
Instance method | Private | Method | 20131015 | |
8 | ![]() |
Instance method | Private | Method | 20131015 | |
9 | ![]() |
Instance method | Private | Method | 20131015 | |
10 | ![]() |
Instance method | Private | Method | 20131015 | |
11 | ![]() |
Instance method | Private | Method | 20131015 |
Events
Class CL_DSH_DDIC_ASSIGNMENT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_FIELD_ASSIGNMENT | Public | See coding | 20131015 | BEGIN OF ty_s_field_assignment,
assignment_source TYPE i,
BEGIN OF other_entity,
name TYPE tabname,
timestamp TYPE crstamp,
END OF other_entity,
shlpname TYPE shlpname,
shlptype TYPE ddshlptyp,
END OF ty_s_field_assignment
|
||
2 | TY_S_FIELD_ID | Public | See coding | 20131015 | BEGIN OF ty_s_field_id,
tabname TYPE tabname,
fieldname TYPE fieldname,
END OF ty_s_field_id
|
||
3 | TY_S_FIELD_INFO | Public | See coding | 20131015 | BEGIN OF ty_s_field_info,
assignment TYPE ty_s_field_assignment,
timestamp TYPE crstamp,
END OF ty_s_field_info
|
Method Signatures
Method CLEAR_CACHE Signature
Method CLEAR_CACHE on class CL_DSH_DDIC_ASSIGNMENT has no parameter.
Method CLEAR_CACHE on class CL_DSH_DDIC_ASSIGNMENT has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELD_ID | Call by reference | Type reference (TYPE) | TY_S_FIELD_ID | 20131015 |
Method CONSTRUCTOR on class CL_DSH_DDIC_ASSIGNMENT has no exception.
Method CREATE_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20131015 | |||
2 | ![]() |
I_TABLE_NAME | Call by reference | Type reference (TYPE) | TABNAME | 20131015 | |||
3 | ![]() |
R_DDIC_ASSIGNMENT | Value transfer | Object reference (TYPE REF TO) | CL_DSH_DDIC_ASSIGNMENT | 20131015 |
Method CREATE_INSTANCE on class CL_DSH_DDIC_ASSIGNMENT has no exception.
Method GET_ASSIGNMENT_FOR_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_FIELD_ASSIGNMENT | Call by reference | Type reference (TYPE) | TY_S_FIELD_ASSIGNMENT | 20131015 |
Method GET_ASSIGNMENT_FOR_FIELD on class CL_DSH_DDIC_ASSIGNMENT has no exception.
Method GET_CHECK_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_FIELD_ASSIGNMENT | Call by reference | Type reference (TYPE) | TY_S_FIELD_ASSIGNMENT | 20131015 |
Method GET_CHECK_TABLE on class CL_DSH_DDIC_ASSIGNMENT has no exception.
Method GET_DATA_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_FIELD_ASSIGNMENT | Call by reference | Type reference (TYPE) | CL_DSH_DDIC_ASSIGNMENT=>TY_S_FIELD_ASSIGNMENT | 20131015 |
Method GET_DATA_ELEMENT on class CL_DSH_DDIC_ASSIGNMENT has no exception.
Method GET_DIRECT_ASSIGNMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_FIELD_ASSIGNMENT | Call by reference | Type reference (TYPE) | TY_S_FIELD_ASSIGNMENT | 20131015 |
Method GET_DIRECT_ASSIGNMENT on class CL_DSH_DDIC_ASSIGNMENT has no exception.
Method GET_DOMAIN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_FIELD_ASSIGNMENT | Call by reference | Type reference (TYPE) | CL_DSH_DDIC_ASSIGNMENT=>TY_S_FIELD_ASSIGNMENT | 20131015 |
Method GET_DOMAIN on class CL_DSH_DDIC_ASSIGNMENT has no exception.
Method GET_DOMAIN_TIMESTAMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DOMAIN_NAME | Call by reference | Type reference (TYPE) | DOMNAME | 20131015 | |||
2 | ![]() |
R_TIMESTAMP | Value transfer | Type reference (TYPE) | CRSTAMP | 20131015 |
Method GET_DOMAIN_TIMESTAMP on class CL_DSH_DDIC_ASSIGNMENT has no exception.
Method GET_ENTITY_TIMESTAMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ENTITY_NAME | Call by reference | Type reference (TYPE) | TABNAME | 20131015 | |||
2 | ![]() |
R_TIMESTAMP | Value transfer | Type reference (TYPE) | CRSTAMP | 20131015 |
Method GET_ENTITY_TIMESTAMP on class CL_DSH_DDIC_ASSIGNMENT has no exception.
Method IS_CACHE_VALID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CACHED_FIELD_INFO | Call by reference | Type reference (TYPE) | CL_DSH_DDIC_ASSIGNMENT=>TY_S_FIELD_INFO | 20131015 | |||
2 | ![]() |
R_CACHE_IS_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20131015 |
Method IS_CACHE_VALID on class CL_DSH_DDIC_ASSIGNMENT has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 740 |