SAP ABAP Class /UI2/CL_LSAPI_MANAGER (L-Shape API instance manager)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-INT-BE (Application Component) Backend Enablement
     /UI2/NWBC_CORE (Package) NetWeaver Business Client - Core Functionality
Properties
Class /UI2/CL_LSAPI_MANAGER  
Short Description L-Shape API instance manager    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /UI2/NWBC_CORE   NetWeaver Business Client - Core Functionality 
Created 20120817   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /UI2/CL_SERIALIZE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 /UI2/IF_LSAPI Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 IF_WD_PORTAL_INTEGRATION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class /UI2/CL_LSAPI_MANAGER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 /UI2/CL_NWBC 20120822 External Functionality for NWBC
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_INSTANCE Static Attribute Private Object reference (TYPE REF TO) /UI2/IF_LSAPI L-Shape API interface 20120817
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_OBN_PARAMETERS Static method Public Method Adds obn parameters to location URL 20120820
2 CREATE_APP_ID Static method Public Method Creates Application ID string 20130617
3 CREATE_LPD_INPLACE_OBN Static method Public Method Creates LPS inplace OBN link 20130701
4 GET_INSTANCE Static method Public Method Creates LSAPI instance depending on running conditions 20120820
5 NAVIGATE_TO_OBJECT Static method Public Method Helper method for OBN calls 20120820
6 NAVIGATE_TO_TRANSACTION Static method Public Method Helper method for OBN calls 20130418
7 SET_SUPPORTED Static method Protected Method Sets feature flag into support bit string 20120820
Events
Class /UI2/CL_LSAPI_MANAGER has no event.
Types
Class /UI2/CL_LSAPI_MANAGER has no local type.
Method Signatures

Method APPEND_OBN_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBN_PARAMS Call by reference Type reference (TYPE) /UI2/IF_LSAPI=>T_PARAMETERS OBN Parameters table 20120820
2 Importing IV_LOCATION Call by reference Type reference (TYPE) STRING Location string 20120820
3 Returning RV_LOCATION Value transfer Type reference (TYPE) STRING Updated location string 20120820

Method APPEND_OBN_PARAMETERS on class /UI2/CL_LSAPI_MANAGER has no exception.

Method CREATE_APP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CONTEXT_TABLE Call by reference Type reference (TYPE) STRING_TABLE Context table 20130617
2 Importing IV_DECODER_CLASS Call by reference Type reference (TYPE) CSEQUENCE Global class name, that handles resolving context 20130617
3 Importing IV_ENCODING_METHOD Call by reference Type reference (TYPE) C /UI2/CL_SERIALIZE=>GC_S_ENCODING-TINY_DATA Encoding method 20130617
4 Importing IV_PRETTY_TEXT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Beautify the text part 20130617
5 Importing IV_TEXT Call by reference Type reference (TYPE) CSEQUENCE Descriptive application text 20130617
6 Returning RV_APP_ID Value transfer Type reference (TYPE) STRING Prepared app id 20130617

Method CREATE_APP_ID on class /UI2/CL_LSAPI_MANAGER has no exception.

Method CREATE_LPD_INPLACE_OBN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUSINESS_OBJECT_NAME Call by reference Type reference (TYPE) STRING 20130701
2 Importing OBJECT_VALUE Call by reference Type reference (TYPE) STRING 20130701
3 Importing OPERATION Call by reference Type reference (TYPE) STRING 20130701
4 Changing POST_BODY Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Table Name/Value Pairs 20130701
5 Importing RESOLVING_MODE Call by reference Type reference (TYPE) STRING SPACE 20130701
6 Importing SYSTEM_ALIAS Call by reference Type reference (TYPE) STRING 20130701
7 Exporting TARGET_URL Call by reference Type reference (TYPE) STRING 20130701

Method CREATE_LPD_INPLACE_OBN on class /UI2/CL_LSAPI_MANAGER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INSTANCE Value transfer Object reference (TYPE REF TO) /UI2/IF_LSAPI L-Shape API interface 20120820

Method GET_INSTANCE on class /UI2/CL_LSAPI_MANAGER has no exception.

Method NAVIGATE_TO_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUSINESS_PARAMETERS Call by reference Type reference (TYPE) /UI2/IF_LSAPI=>T_PARAMETERS Parameter List, e.g. customerID=4711 for Target Application 20120822
2 Importing OBJECT_TYPE Call by reference Type reference (TYPE) STRING Type of Business Object 20120820
3 Importing OBJECT_VALUE Call by reference Type reference (TYPE) STRING Object Value 20120820
4 Importing OBJECT_VALUE_NAME Call by reference Type reference (TYPE) STRING 'objectValue' Name Used for Transfer of Object Value 20120820
5 Importing OPERATION Call by reference Type reference (TYPE) STRING Business object operation to be executed 20120820
6 Importing RESOLVING_MODE Call by reference Type reference (TYPE) STRING IF_WD_PORTAL_INTEGRATION=>CO_RESOLVING_MODE-SOURCE_ROLE Mode for Resolving the Roles 20120820
7 Importing SYSTEM Call by reference Type reference (TYPE) STRING ystem that Defines the Business Object 20120820
# Exception Resumable Description Created on
1 ERROR Unclassified error 20120822
2 NOT_SUPPORTED Syntax is not supported by current implementation 20120822

Method NAVIGATE_TO_TRANSACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DYNP_OKCODE Call by reference Type reference (TYPE) CSEQUENCE 20130418
2 Importing FORCE_SAPGUI Call by reference Type reference (TYPE) ABAP_BOOL 20130418
3 Importing NAVIGATION_MODE Call by reference Type reference (TYPE) /UI2/IF_LSAPI=>T_NAVIGATION_MODE '0' 20130418
4 Importing PARAMETERS Call by reference Type reference (TYPE) /UI2/IF_LSAPI=>T_PARAMETERS 20130418
5 Importing SM59_ALIAS Call by reference Type reference (TYPE) CSEQUENCE 20130418
6 Importing TRANSACTION Call by reference Type reference (TYPE) CSEQUENCE 20130418
7 Exporting URL Call by reference Type reference (TYPE) STRING 20130418
# Exception Resumable Description Created on
1 ERROR 20130418
2 NOT_SUPPORTED 20130418

Method SET_SUPPORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FEATURE Call by reference Type reference (TYPE) /UI2/IF_LSAPI=>T_FEATURE_TYPE LSAPI feature type 20120820
2 Importing SET Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE New value of the feature 20120820
3 Changing SUPPORT_BITS Call by reference Type reference (TYPE) STRING Support bit string 20120820

Method SET_SUPPORTED on class /UI2/CL_LSAPI_MANAGER has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 100