SAP ABAP IMG Activity /PLMU/EX_FRW_CONSUME (BAdI: Consumer Application Controller)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
     /PLMU/UI_FRW_CORE (Package) UI Framework: Core
IMG Activity
ID /PLMU/EX_FRW_CONSUME BAdI: Consumer Application Controller  
Transaction Code /PLMU/53000176   (empty) 
Created on 20091119    
Customizing Attributes /PLMU/EX_FRW_CONSUME   BAdI: Consumer Application Controller 
Customizing Activity /PLMU/EX_FRW_CONSUME   BAdI: Consumer Application Controller 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name /PLMU/EX_FRW_CONSUME    

Use

This Business Add-In (BAdI) is used in the application component for the user interface framework (CA-EPT-UIF).

You can use this BAdI for the central application logic. For example, you can use this BAdI in the navigation for the central object or showing/hiding user interface building blocks (UIBBs). Most of the methods assigned to this BAdI correspond directly to a certain phase of the Floor Plan Manager (FPM) event processing:

  • AFTER_CLEANUP

    Will be called after the method CLEAN_UP is called in the backend, which is executed for example after every save or during a refresh. AFTER_CLEANUP is used, for example, to refresh UI buffers.

  • AFTER_FAILED_EVENT

    Will get called when an event was cancelled.

  • AFTER_PROCESS_BEFORE_OUTPUT

    Is normally used to check the results of the method PROCESS_BEFORE_OUTPUT.

  • AFTER_SAVE

    Is called after a successful SAVE is called in the backend.

  • INITIALIZATION

    Is called right after the BAdI is instantiated.

  • NEEDS_CONFIRMATION

    Allows a confirmation popup to be raised before a certain event gets processed.

  • OVERRIDE_CONFIG_TABBED

    Gets called for every event before its processing, and grants access to the interface IF_FPM_TABBED, which can be used for example to adjust the layout of the tabbed component.

  • OVERRIDE_EVENT_OIF

    Gets called for every event before its processing, and grants access to the interface IF_FPM_OIF, which can be used for example to adjust the layout of the Object Instance Floorplan (OIF).

  • PROCESS_BEFORE_OUTPUT

    Handles the data retrieval.

  • PROCESS_EVENT

    Processes an event with the possibility to cancel it too.

Requirements

Standard settings

For more information about the standard settings (filters, single or mulitiple uses), see the Enhancement Spot Element Definitions tab in the BAdI Building (transaction SE18).

Activities

For information about implementing BAdIs as part of the Enhancement Concept, see SAP Library for SAP NetWeaver under BAdIs - Embedding in the Enhancement Framework.

Example

Business Attributes
ASAP Roadmap ID 257   Create User Exits 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Assigned Application Components
Documentation Object Class Documentation Object Name Current line number Application Component Application Component Name
SIMG /PLMU/EX_FRW_CONSUME 0 BSD0000065 Service Provider Infrastructure 
Maintenance Objects
Maintenance object type E   Business Add-In - Definition 
History
Last changed by/on SAP  20091119 
SAP Release Created in 702