SAP ABAP Data Element FPM_INSTANCE_ID (Instance ID of a UIBB)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_CORE (Package) Floorplan Manager (Framework)
Basic Data
Data Element FPM_INSTANCE_ID
Short Description Instance ID of a UIBB  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR10    
Data Type CHAR   Character String 
Length 10    
Decimal Places 0    
Output Length 10    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Inst. ID 
Medium 20 Instance ID 
Long 25 Instance ID of a UIBB 
Heading 35 Instance ID of a UIBB 
Documentation

Definition

Displays the Instance ID of the selected UIBB.

Use

An Instance ID is a key that uniquely identifies an instance of a User Interface Building Block (UIBB).

An Instance ID makes it possible for you to use UIBBs with the same configuration name on several screens in your application, without having to create separate configurations for each one. For example, assume that you have the same UIBB on an initial screen and also on a main screen. You can provide the UIBBs with the same configuration name and, at the same time, provide them with separate Instance IDs to ensure that they can be configured separately during design time or edited separately during runtime.

The UIBB instance key is composed of the following components:

  • Component Name
  • Configuration ID
  • Instance ID

For Generic User Interface Building Blocks (GUIBBs), the Instance ID is passed as a parameter in the INITIALIZE method of the feeder classes.

For freestyle UIBBs, the Instance ID can be fetched using the GET_INSTANCE_ID of the IF_FPM API.

Dependencies

Example

History
Last changed by/on SAP  20110908 
SAP Release Created in 703