SAP ABAP Interface IF_RSAO_TLOGO (Analysis Office: TLOGO Wrapper Interface)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSAO_CORE (Package) Core Components
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAO_TLOGO Analysis Office: TLOGO Wrapper 20110324
Properties
Interface IF_RSAO_TLOGO  
Short Description Analysis Office: TLOGO Wrapper Interface    
General Data
Package RSAO_CORE   Core Components 
Created 20110324   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 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSAO_TLOGO_CONSTANTS Analysis Office: TLOGO Constants 20110324
Friends
Interface IF_RSAO_TLOGO has no friend.
Attributes
Interface IF_RSAO_TLOGO has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 AFTER_SAVE_ACT_DEL_CTO Instance method Public Method Check after save/activate/delete 20110404
2 CHECK_AUTHORITY Instance method Public Method Check authority for user 20110406
3 CHECK_CTO Instance method Public Method Checks for Change Transport Organizer (CTO) 20110404
4 COPY_VERSION Instance method Public Method Copy version (Delivery to Active Version) 20110426
5 DELETE Instance method Public Method Delete 20110411
6 EXISTS Static method Public Method Exists on Database 20110328
7 GET_ALL Static method Public Method Get all Tlogo Objects 20110328
8 GET_MAINT_STATE Instance method Public Method get CTO maintenance state 20110411
9 GET_MESSAGES Instance method Public Method Get all messages 20110405
10 GET_OBJ_REFERENCE Static method Public Method Get Tlogo Object Reference 20110324
11 GET_PROPERTIES Instance method Public Method Get Tlogo Object Properties 20110328
12 GET_RELATED Instance method Public Method Get related TLOGO objects 20110328
13 GET_SERVICE_REF Instance method Public Method Get Tlogo Service Reference 20110405
14 INSERT_CTO Instance method Public Method Insert Objects into CTO before saving 20110404
15 SAVE Instance method Public Method Save 20110411
16 SET_MAINT_STATE Instance method Public Method Set CTO maintenance state 20110411
17 SET_MESSAGE Instance method Public Method Set message to message buffer 20110405
18 SET_OBJ_REFERENCE Static method Public Method Set Tlogo Object Reference 20110324
19 SET_RELATED Instance method Public Method Set related TLOGO objects 20110412
20 TRANSPORT Instance method Public Method Transport via CTO 20110404
Events
Interface IF_RSAO_TLOGO has no event.
Types
Interface IF_RSAO_TLOGO has no local type.
Method Signatures

Method AFTER_SAVE_ACT_DEL_CTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CTO_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20110411
2 Importing IV_DELETED Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20110404
3 Importing IV_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL '3' Application Log: Level of detail 20110404

Method AFTER_SAVE_ACT_DEL_CTO on Interface IF_RSAO_TLOGO has no exception.

Method CHECK_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Value transfer Type reference (TYPE) ACTIV_AUTH Activity 20110406
2 Importing IV_OBJTYPE Value transfer Type reference (TYPE) RSAO_OBJTYPE Analysis Office Object Type (Excel or Powerpoint) 20110406
3 Importing IV_TECHNAME Value transfer Type reference (TYPE) RSAO_TECHNAME Analysis Office Technical Name 20110406
4 Importing IV_USER Value transfer Type reference (TYPE) XUBNAME SY-UNAME User Name in User Master Record 20110406
5 Returning RV_IS_AUTHORIZED Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110406

Method CHECK_AUTHORITY on Interface IF_RSAO_TLOGO has no exception.

Method CHECK_CTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CTO_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20110411
2 Exporting ET_TLOGO_DISP Call by reference Type reference (TYPE) RSO_TH_TLOGO BW Repository: List (Hash) of TLOGO Object and Type 20110404
3 Importing IV_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL '3' Application Log: Level of detail 20110404

Method CHECK_CTO on Interface IF_RSAO_TLOGO has no exception.

Method COPY_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SRC_VERSION Value transfer Type reference (TYPE) RSOBJVERS Object version 20110428
2 Importing IV_TARGET_VERSION Value transfer Type reference (TYPE) RSOBJVERS Object version 20110428

Method COPY_VERSION on Interface IF_RSAO_TLOGO has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FORCE_DELETE Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110526
# Exception Resumable Description Created on
1 CX_RS_ACTION_NOT_ALLOWED The action is not allowed here 20110526
2 CX_RS_FAILED Operation Failed 20110412
3 CX_RS_NOT_AUTHORIZED No Authorization (Do Not Use as Higher-Level Class) 20110412

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJTYPE Value transfer Type reference (TYPE) RSAO_OBJTYPE Analysis Office Object Type (Excel or Powerpoint) 20110328
2 Importing IV_OBJVERS Value transfer Type reference (TYPE) RSOBJVERS Object version 20110328
3 Importing IV_TECHNAME Value transfer Type reference (TYPE) RSAO_TECHNAME Analysis Office Technical Name 20110328
4 Returning RV_RESULT Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110328

Method EXISTS on Interface IF_RSAO_TLOGO has no exception.

Method GET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJTYPE Value transfer Type reference (TYPE) RSAO_OBJTYPE Analysis Office Object Type (Excel or Powerpoint) 20110328
2 Importing IV_OBJVERS Value transfer Type reference (TYPE) RSOBJVERS Object version 20110328
3 Returning RT_RESULT_SET Value transfer Type reference (TYPE) RSO_T_OBJECT_F4_LIST BW Repository: List Format (ALV) for F4 Help 20110328

Method GET_ALL on Interface IF_RSAO_TLOGO has no exception.

Method GET_MAINT_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_STATE Value transfer Type reference (TYPE) RSO_MAINTENANCE_STATE Processing Status of a TLOGO Object 20110411

Method GET_MAINT_STATE on Interface IF_RSAO_TLOGO has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MSG Value transfer Type reference (TYPE) BICS_PROV_T_MESSAGE Message Texts 20110405

Method GET_MESSAGES on Interface IF_RSAO_TLOGO has no exception.

Method GET_OBJ_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_OBJ_REFERENCES Value transfer Type reference (TYPE) RSAO_S_OBJ_REF Analysis Office: TLOGO Wrapper 20110324
2 Importing IV_OBJTYPE Value transfer Type reference (TYPE) RSAO_OBJTYPE Analysis Office Object Type (Excel or Powerpoint) 20110325
3 Importing IV_OBJVERS Value transfer Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Object version 20110324
4 Importing IV_TECHNAME Value transfer Type reference (TYPE) RSAO_TECHNAME Analysis Office Technical Name 20130604

Method GET_OBJ_REFERENCE on Interface IF_RSAO_TLOGO has no exception.

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJVERS Value transfer Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Object version 20110421
2 Returning RS_RESULTSET Value transfer Type reference (TYPE) RSAO_S_OBJ Analysis Office: Object Set 20110328

Method GET_PROPERTIES on Interface IF_RSAO_TLOGO has no exception.

Method GET_RELATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEPENDENT_OBJ Value transfer Type reference (TYPE) RSO_T_TLOGO_ASC BW Repository: Table of Objects and Association Type 20110328
2 Exporting ET_SEND_TO_DATA_OBJ Value transfer Type reference (TYPE) RSO_T_TLOGO_ASC BW Repository: Table of Objects and Association Type 20110516
3 Importing IV_OBJVERS Value transfer Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Object version 20110328
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Object Not Found 20110412

Method GET_SERVICE_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_OBJ_REF Value transfer Object reference (TYPE REF TO) IF_RSAO_TLOGO_SERVICE Analysis Office: TLOGO Services 20110405

Method GET_SERVICE_REF on Interface IF_RSAO_TLOGO has no exception.

Method INSERT_CTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CTO_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20110411
2 Importing IT_DEPEND_OBJ Call by reference Type reference (TYPE) RSO_TH_TLOGO_REL BW Repositiory: Table of TLOGO Object relations 20110411
3 Importing IV_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL '3' Application Log: Level of detail 20110404
# Exception Resumable Description Created on
1 CX_RS_CANCELLED Terminated by User (Dialog) 20110404
2 CX_RS_FAILED Operation Failed 20110512

Method SAVE Signature

Method SAVE on Interface IF_RSAO_TLOGO has no parameter.
# Exception Resumable Description Created on
1 CX_RS_EXISTING 20110412
2 CX_RS_INCONSISTENT Inconsistent Data 20110412
3 CX_RS_INVALID_NAME Invalid Technical Name 20110412

Method SET_MAINT_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STATE Value transfer Type reference (TYPE) RSO_MAINTENANCE_STATE Processing Status of a TLOGO Object 20110411

Method SET_MAINT_STATE on Interface IF_RSAO_TLOGO has no exception.

Method SET_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MSG_CLASS Value transfer Type reference (TYPE) SYMSGID 'M_RSAO' Message Class 20110411
2 Importing IV_MSG_NO Value transfer Type reference (TYPE) SYMSGNO Message Number 20110405
3 Importing IV_MSG_TYPE Value transfer Type reference (TYPE) SYMSGTY Message Type 20110405
4 Importing IV_MSG_V1 Value transfer Type reference (TYPE) SYMSGV Message Variable 20110405
5 Importing IV_MSG_V2 Value transfer Type reference (TYPE) SYMSGV Message Variable 20110405
6 Importing IV_MSG_V3 Value transfer Type reference (TYPE) SYMSGV Message Variable 20110405

Method SET_MESSAGE on Interface IF_RSAO_TLOGO has no exception.

Method SET_OBJ_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJ_REFERENCE Call by reference Type reference (TYPE) RSAO_S_OBJ_REF Analysis Office: TLOGO Object Reference 20110324

Method SET_OBJ_REFERENCE on Interface IF_RSAO_TLOGO has no exception.

Method SET_RELATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_XREF Call by reference Type reference (TYPE) RSAO_T_OBJ_XREF Analysis Office: Dependent TLOGO Objects 20110412
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation Failed 20110412

Method TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CTO_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20110411
2 Importing IV_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL '3' Application Log: Level of detail 20110404
# Exception Resumable Description Created on
1 CX_RS_CANCELLED Terminated by User (Dialog) 20110404
2 CX_RS_FAILED Operation Failed 20110404
History
Last changed by/on SAP  20140121 
SAP Release Created in 731