SAP ABAP Interface IF_RSDHAM_FIELD_DESCR (Data Field (Properties))
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST-HAP (Application Component) HANA Analysis Process
     RSDHA (Package) SAP HANA Analysis in BW
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHAM_FIELD_DESCR Object Model: Data field (properties) 20120315
Properties
Interface IF_RSDHAM_FIELD_DESCR  
Short Description Data Field (Properties)    
General Data
Package RSDHA   SAP HANA Analysis in BW 
Created 20120314   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RSDHA_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_RSDHAM_FIELD_DESCR has no interface.
Friends
Interface IF_RSDHAM_FIELD_DESCR has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_CHABASNM Instance attribute Public Type reference (TYPE) RSDCHABASNM Reference InfoObject 20130626
2 N_DTELNM Instance attribute Public Type reference (TYPE) ROLLNAME Data element (semantic domain) 20130125
3 N_IOBJNM Instance attribute Public Type reference (TYPE) RSIOBJNM InfoObject 20120314
4 N_IS_KEY Instance attribute Public Type reference (TYPE) TN_IS_KEY Field is a key field 20120712
5 N_IS_KEYFIGURE Instance attribute Public Type reference (TYPE) TN_IS_KEYFIGURE Field is a keyfigure 20120712
6 N_IS_TECHNICAL Instance attribute Public Type reference (TYPE) TN_IS_TECHNICAL Field is a technical field 20130617
7 N_IS_TRANSIENT Instance attribute Public Type reference (TYPE) TN_IS_TRANSIENT Field is transient 20130626
8 N_NAME Instance attribute Public Type reference (TYPE) TN_NAME Field name (logical name) 20120314
9 N_S_ABAP_TYPE Instance attribute Public Type reference (TYPE) IF_RSDHA_TYPES=>TN_S_ABAP_TYPE ABAP type information 20120514
10 N_S_IOBJ_PROP Instance attribute Public Type reference (TYPE) TN_S_IOBJ_PROP InfoObject Properties 20120315
11 N_TEXT Instance attribute Public Type reference (TYPE) TN_TEXT Text 20120315
12 N_T_CMP Instance attribute Public Type reference (TYPE) TN_T_CMP Compounding (table) 20120403
Methods
# Method Level Visibility Method type Description Created on
1 GET_ABAP_TYPE Instance method Public Method Get ABAP Type Information 20120514
2 GET_CHABASNM Instance method Public Method Get Reference InfoObject 20130626
3 GET_DTELNM Instance method Public Method Get Data Element 20130125
4 GET_IOBJ_PROP Instance method Public Method Get InfoObject Properties 20120314
5 GET_IS_KEY Instance method Public Method Get "is key" Flag 20120712
6 GET_IS_KEYFIGURE Instance method Public Method Get "is keyfigure" Flag 20120712
7 GET_IS_TECHNICAL Instance method Public Method Get "is technical" Flag 20130617
8 GET_IS_TRANSIENT Instance method Public Method Get "is transient" Flag 20130626
9 GET_NAME Instance method Public Method Get Field Name (logical name) 20120316
10 GET_TEXT Instance method Public Method Get Text 20120316
Events
Interface IF_RSDHAM_FIELD_DESCR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_IS_KEY Public Type reference (TYPE) RS_BOOL Field is a key field 20120712
2 TN_IS_KEYFIGURE Public Type reference (TYPE) RS_BOOL Field is a keyfigure 20120712
3 TN_IS_TECHNICAL Public Type reference (TYPE) RS_BOOL Field is a technical field 20130617
4 TN_IS_TRANSIENT Public Type reference (TYPE) RS_BOOL Field is transient 20130626
5 TN_NAME Public Type reference (TYPE) STRING Field name (logical name) 20120314
6 TN_SELECTED Public Type reference (TYPE) RS_BOOL Field is selected (will be added) 20120809
7 TN_S_CMP Public See coding Compounding (structure) 20120403 BEGIN OF tn_s_cmp, fieldnm TYPE tn_name, posit TYPE rsposit, fieldnm_cmp TYPE tn_name, END OF tn_s_cmp
8 TN_S_FIELD Public See coding Structure for field list 20120314 BEGIN OF tn_s_field, name TYPE tn_name, r_field_descr TYPE REF TO if_rsdham_field_descr, END OF tn_s_field
9 TN_S_IOBJ_PROP Public See coding Object properties 20120314 BEGIN OF tn_s_iobj_prop, iobjtp TYPE rsd_s_cob_pro-iobjtp, unitp TYPE rsd_s_cob_pro-unitp, kyftp TYPE rsd_s_cob_pro-kyftp, uninm TYPE rsd_s_cob_pro-uninm, fixcuky TYPE rsd_s_cob_pro-fixcuky, fixunit TYPE rsd_s_cob_pro-fixunit, aggrgen TYPE rsd_s_cob_pro-aggrgen, ".INCLUDE TYPE rsd_s_cob_pro. END OF tn_s_iobj_prop
10 TN_TEXT Public Type reference (TYPE) RSTXTLG Text 20120315
11 TN_TH_NAME Public See coding Fieldname table (hashed) 20120315 tn_th_name TYPE HASHED TABLE OF tn_name WITH UNIQUE KEY table_line
12 TN_TS_FIELD Public See coding Table for field list (Sorted) 20130528 tn_ts_field TYPE SORTED TABLE OF tn_s_field WITH NON-UNIQUE KEY primary_key COMPONENTS name
13 TN_T_CMP Public See coding Compounding (table) 20120403 tn_t_cmp TYPE STANDARD TABLE OF tn_s_cmp WITH DEFAULT KEY
14 TN_T_FIELD Public See coding Table for field list 20120314 tn_t_field TYPE STANDARD TABLE OF tn_s_field WITH DEFAULT KEY
15 TN_T_NAME Public See coding Fieldname table 20120315 tn_t_name TYPE STANDARD TABLE OF tn_name WITH DEFAULT KEY
Method Signatures

Method GET_ABAP_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_ABAP_TYPE Value transfer Type reference (TYPE) IF_RSDHA_TYPES=>TN_S_ABAP_TYPE ABAP type information 20120514

Method GET_ABAP_TYPE on Interface IF_RSDHAM_FIELD_DESCR has no exception.

Method GET_CHABASNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CHABASNM Value transfer Type reference (TYPE) RSDCHABASNM Reference InfoObject 20130626

Method GET_CHABASNM on Interface IF_RSDHAM_FIELD_DESCR has no exception.

Method GET_DTELNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DTELNM Value transfer Type reference (TYPE) ROLLNAME Data element (semantic domain) 20130125

Method GET_DTELNM on Interface IF_RSDHAM_FIELD_DESCR has no exception.

Method GET_IOBJ_PROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_IOBJ_PROP Value transfer Type reference (TYPE) TN_S_IOBJ_PROP InfoObject Properties 20120314

Method GET_IOBJ_PROP on Interface IF_RSDHAM_FIELD_DESCR has no exception.

Method GET_IS_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_KEY Value transfer Type reference (TYPE) TN_IS_KEY Field is a key field 20120712

Method GET_IS_KEY on Interface IF_RSDHAM_FIELD_DESCR has no exception.

Method GET_IS_KEYFIGURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_KEYFIGURE Value transfer Type reference (TYPE) TN_IS_KEYFIGURE Field is a keyfigure 20120712

Method GET_IS_KEYFIGURE on Interface IF_RSDHAM_FIELD_DESCR has no exception.

Method GET_IS_TECHNICAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_TECHNICAL Value transfer Type reference (TYPE) TN_IS_TECHNICAL Field is a technical field 20130617

Method GET_IS_TECHNICAL on Interface IF_RSDHAM_FIELD_DESCR has no exception.

Method GET_IS_TRANSIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_TRANSIENT Value transfer Type reference (TYPE) TN_IS_TRANSIENT Field is transient 20130626

Method GET_IS_TRANSIENT on Interface IF_RSDHAM_FIELD_DESCR has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAME Value transfer Type reference (TYPE) TN_NAME Field name (logical name) 20120316

Method GET_NAME on Interface IF_RSDHAM_FIELD_DESCR has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TEXT Value transfer Type reference (TYPE) TN_TEXT Text 20120316

Method GET_TEXT on Interface IF_RSDHAM_FIELD_DESCR has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 730