SAP ABAP Class IF_RSR_FIPT_STRUCTURE (Structure Description for FIPT)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSR_FIPT_STRUCTURE Structure with Description for FIPT 20031028
Properties
Class IF_RSR_FIPT_STRUCTURE  
Short Description Structure Description for FIPT    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20031028   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RSR_FIPT_STRUCTURE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_RSR_FIPT_STRUCTURE has no interface implemented.
Friends
Class IF_RSR_FIPT_STRUCTURE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_DUMMY_PREFIX Constant Public Type reference (TYPE) CHAR30 '___' 20031028
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_DATA Instance method Public Method 20031028
2 CREATE_MOVE_TYPE Instance method Public Method 20040908
3 CREATE_RENAMING_TYPE Instance method Public Method 20031028
4 CREATE_RENAMING_TYPE_W_CHECK Instance method Public Method Create renaming type and help type if moves from i to d/t 20090803
5 CREATE_TABLE_DATA Instance method Public Method 20101026
6 GET_FIELD_INFO Instance method Public Method 20031028
7 GET_STRUCTDESCR Instance method Public Method 20031028
Events
Class IF_RSR_FIPT_STRUCTURE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_FIELDNM Public Type reference (TYPE) RSD_FIELDNM 20101109
2 TN_S_FIELDNM_IOBJNM Public See coding 20031103 begin of tn_s_fieldnm_iobjnm, fieldnm type tn_fieldnm, iobjnm type rsd_iobjnm, is_sid type rs_bool, end of tn_s_fieldnm_iobjnm
3 TN_S_FIELD_INFO Public See coding 20031028 begin of tn_s_field_info, position type i, iobjnm type rsd_iobjnm, is_sid type rs_bool, fieldnm type tn_fieldnm, end of tn_s_field_info
4 TN_S_FIELD_INFO_SHORT Public See coding 20031028 begin of tn_s_field_info_short, iobjnm type rsd_iobjnm, is_sid type rs_bool, end of tn_s_field_info_short
5 TN_S_MAPPING Public See coding 20110503 begin of tn_s_mapping, iobjnm_s type rsd_iobjnm, fieldnm_t type rsd_fieldnm, end of tn_s_mapping
6 TN_S_RENAME Public See coding 20031028 begin of tn_s_rename, position type i, fieldnm type tn_fieldnm, end of tn_s_rename
7 TN_TS_FIELDNM Public See coding 20031029 tn_ts_fieldnm type sorted table of tn_fieldnm with unique key table_line
8 TN_TS_FIELDNM_IOBJNM Public See coding 20031103 tn_ts_fieldnm_iobjnm type sorted table of tn_s_fieldnm_iobjnm with unique key fieldnm
9 TN_TS_FIELD_INFO Public See coding 20031028 tn_ts_field_info type sorted table of tn_s_field_info with unique key position
10 TN_TS_RENAME Public See coding 20031028 tn_ts_rename type sorted table of tn_s_rename with unique key position
11 TN_T_FIELDNM_IOBJNM Public See coding 20050207 tn_t_fieldnm_iobjnm type standard table of tn_s_fieldnm_iobjnm with non-unique key fieldnm
12 TN_T_FIELD_INFO_SHORT Public See coding 20031028 tn_t_field_info_short type standard table of tn_s_field_info_short with default key
13 TN_T_MAPPING Public See coding 20110503 tn_t_mapping type standard table of tn_s_mapping with non-unique default key
Method Signatures

Method CREATE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_DATA Value transfer Object reference (TYPE REF TO) DATA 20031028

Method CREATE_DATA on class IF_RSR_FIPT_STRUCTURE has no exception.

Method CREATE_MOVE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INCOMPLETE Call by reference Type reference (TYPE) RS_BOOL 20040908
2 Exporting E_R_TYPE Call by reference Object reference (TYPE REF TO) CL_ABAP_DATADESCR 20040908
3 Exporting E_TS_FIELDNM Call by reference Type reference (TYPE) IF_RSR_FIPT_STRUCTURE=>TN_TS_FIELDNM 20040908
4 Exporting E_T_MAPPING Call by reference Type reference (TYPE) IF_RSR_FIPT_STRUCTURE=>TN_T_MAPPING 20110503
5 Importing I_R_TARGET Call by reference Object reference (TYPE REF TO) IF_RSR_FIPT_STRUCTURE 20040908
6 Importing I_TS_EXCLUDE Call by reference Type reference (TYPE) IF_RSR_FIPT_STRUCTURE=>TN_TS_FIELDNM 20040908

Method CREATE_MOVE_TYPE on class IF_RSR_FIPT_STRUCTURE has no exception.

Method CREATE_RENAMING_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DUMMY_PREFIX Call by reference Type reference (TYPE) C '___' 20031028
2 Importing I_TS_RENAME Call by reference Type reference (TYPE) TN_TS_RENAME 20031028
3 Returning R_R_TYPE Value transfer Object reference (TYPE REF TO) CL_ABAP_DATADESCR 20031028

Method CREATE_RENAMING_TYPE on class IF_RSR_FIPT_STRUCTURE has no exception.

Method CREATE_RENAMING_TYPE_W_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_HELPER Call by reference Object reference (TYPE REF TO) CL_ABAP_DATADESCR Helper Type 20090804
2 Exporting E_R_TYPE Call by reference Object reference (TYPE REF TO) CL_ABAP_DATADESCR Renaming Type 20090803
3 Importing I_DUMMY_PREFIX Call by reference Type reference (TYPE) C '___' 20090803
4 Importing I_TS_RENAME Call by reference Type reference (TYPE) TN_TS_RENAME 20090803

Method CREATE_RENAMING_TYPE_W_CHECK on class IF_RSR_FIPT_STRUCTURE has no exception.

Method CREATE_TABLE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_DATA Value transfer Object reference (TYPE REF TO) DATA 20101026

Method CREATE_TABLE_DATA on class IF_RSR_FIPT_STRUCTURE has no exception.

Method GET_FIELD_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TS_FIELD_INFO Value transfer Type reference (TYPE) TN_TS_FIELD_INFO 20031028

Method GET_FIELD_INFO on class IF_RSR_FIPT_STRUCTURE has no exception.

Method GET_STRUCTDESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_STRUCTDESCR Value transfer Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20031028

Method GET_STRUCTDESCR on class IF_RSR_FIPT_STRUCTURE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in