SAP ABAP Class IF_BICS_APPLICATION (Application Representation)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_BICS_EVENT_SOURCE Basis Event Source 20100208
2 Interface composition (i COMPRISING i_ref)  IF_BICS_SRV Service 20100128
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BICS_APPLICATION Application in ABAP BICS 20100125
Properties
Class IF_BICS_APPLICATION  
Short Description Application Representation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100120   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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_BICS_DATA_AREA Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_BICS_DATA_AREA_SRV_DESCR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_BICS_OBJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_BICS_SRV Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_BICS_APPLICATION has no interface implemented.
Friends
Class IF_BICS_APPLICATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_USERNAME Instance attribute Public Type reference (TYPE) SYUNAME User Name 20110616
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DATA_AREA_EXISTS Instance method Public Method Check if given Data Area exists 20130521
2 CLOSE_APPLICATION Instance method Public Method Close Application 20110620
3 CREATE_SERVICE Instance method Public Method Create Service 20100120
4 CREATE_SERVICE_DESCR Instance method Public Method Create Service Description Instance 20110601
5 GET_BOOKMARK_MANAGER Instance method Public Method Get Bookmark Manager 20130712
6 GET_DATA_AREA Instance method Public Method Read (and Create) Data Area 20110729
7 GET_METADATA_BROWSER Instance method Public Method Read Metadata Browser 20110124
8 GET_PLANNING_FUNCTION Instance method Public Method Create Instance of a Planning Function 20101126
9 GET_PLANNING_FUNCTIONS Instance method Public Method Read all planning functions 20130423
10 GET_SERVICE Instance method Public Method Read Service with Handle 20130205
Events
Class IF_BICS_APPLICATION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_PLANNING_FUNCTION Public See coding 20130423 BEGIN OF tn_s_planning_function, name TYPE if_bics_srv=>tn_name, aggr_lvl TYPE if_bics_srv=>tn_name, text TYPE if_bics_srv=>tn_text, text_alvl TYPE if_bics_srv=>tn_text, type TYPE if_bics_srv=>tn_text, createdby TYPE if_bics_srv=>tn_text, createdon TYPE rstimestmp, text_type TYPE if_bics_srv=>tn_text, END OF tn_s_planning_function
2 TN_T_PLANNING_FUNCTIONS Public See coding 20130423 tn_t_planning_functions TYPE STANDARD TABLE OF tn_s_planning_function WITH DEFAULT KEY
Method Signatures

Method CHECK_DATA_AREA_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA_AREA_NAME Call by reference Type reference (TYPE) IF_BICS_OBJECT=>TN_NAME Data Area Name 20130521
2 Returning R_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20130521

Method CHECK_DATA_AREA_EXISTS on class IF_BICS_APPLICATION has no exception.

Method CLOSE_APPLICATION Signature

Method CLOSE_APPLICATION on class IF_BICS_APPLICATION has no parameter.
Method CLOSE_APPLICATION on class IF_BICS_APPLICATION has no exception.

Method CREATE_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SRV_DESCR Call by reference Object reference (TYPE REF TO) IF_BICS_SRV_DESCR Beschreibung eines Services 20100201
2 Returning R_R_SERVICE Value transfer Object reference (TYPE REF TO) IF_BICS_SRV_BASE Service 20100120
# Exception Resumable Description Created on
1 CX_BICS_SERVICE_NOT_APPLICABLE Service ist nicht anwendbar 20110705

Method CREATE_SERVICE_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SERVICE_TYPE Call by reference Object reference (TYPE REF TO) CL_BICS_SERVICE_TYPE Typ eines Service im ABAP BICS 20110601
2 Returning R_R_SERVICE_DESCR Value transfer Object reference (TYPE REF TO) IF_BICS_SRV_DESCR Beschreibung eines Services 20110601

Method CREATE_SERVICE_DESCR on class IF_BICS_APPLICATION has no exception.

Method GET_BOOKMARK_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_BOOKMARK_MANAGER Value transfer Object reference (TYPE REF TO) IF_BICS_QV_BOOKMARK_MANAGER Query View Bookmark 20130712

Method GET_BOOKMARK_MANAGER on class IF_BICS_APPLICATION has no exception.

Method GET_DATA_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BACKEND_CELL_LOCKING Call by reference Type reference (TYPE) STRING 20130830
2 Importing I_BPC_ENVIRONMENT Call by reference Type reference (TYPE) STRING 20130830
3 Importing I_BPC_MODEL Call by reference Type reference (TYPE) STRING 20130830
4 Importing I_DATA_AREA_NAME Call by reference Type reference (TYPE) IF_BICS_OBJECT=>TN_NAME IF_BICS_DATA_AREA_SRV_DESCR=>N_C_DEFAULT_DATA_AREA Name eines Objekts 20130830
5 Importing I_INA_CALL Call by reference Type reference (TYPE) ABAP_BOOL 20131007
6 Returning R_R_DATA_AREA Value transfer Object reference (TYPE REF TO) IF_BICS_DATA_AREA BW BICS Datenbereich 20130830

Method GET_DATA_AREA on class IF_BICS_APPLICATION has no exception.

Method GET_METADATA_BROWSER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_METADATA_BROWSER Value transfer Object reference (TYPE REF TO) IF_BICS_METADATA_BROWSER Metadatenbrowser 20110124

Method GET_METADATA_BROWSER on class IF_BICS_APPLICATION has no exception.

Method GET_PLANNING_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FUNCTION_NAME Call by reference Type reference (TYPE) IF_BICS_OBJECT=>TN_NAME Name eines Objekts 20101126
2 Importing I_INSTANCE_ID Call by reference Type reference (TYPE) IF_BICS_SRV=>TN_INSTANCE_ID Instance ID 20130927
3 Importing I_R_DATA_AREA Call by reference Object reference (TYPE REF TO) IF_BICS_DATA_AREA BW BICS Datenbereich 20101126
4 Returning R_R_PLANNING_FUNCTION Value transfer Object reference (TYPE REF TO) IF_BICS_PLANNING_FUNCTION Planungsfunktion 20101126
# Exception Resumable Description Created on
1 CX_BICS_PLANNING_FUNC_NOTFOUND Planungsfunktion nicht gefunden 20110208

Method GET_PLANNING_FUNCTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_PLANNING_FUNCTIONS Value transfer Type reference (TYPE) TN_T_PLANNING_FUNCTIONS 20130423

Method GET_PLANNING_FUNCTIONS on class IF_BICS_APPLICATION has no exception.

Method GET_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INSTANCE_ID Call by reference Type reference (TYPE) IF_BICS_SRV=>TN_INSTANCE_ID Instance ID 20130725
2 Returning R_R_SERVICE Value transfer Object reference (TYPE REF TO) IF_BICS_SRV Service 20130205
# Exception Resumable Description Created on
1 CX_BICS_SERVICE_NOT_FOUND Service cannot be found for given handle 20130205
History
Last changed by/on SAP  20140121 
SAP Release Created in