SAP ABAP IMG Activity REFX_REEX_PM (Implement Enhancements for PM Integration (BAdI))
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_CA_CU (Package) RE: Customizing (IMG) and Area Menu
IMG Activity
ID REFX_REEX_PM Implement Enhancements for PM Integration (BAdI)  
Transaction Code S_PLN_62000224   Badi: Funct.Location from RE Object 
Created on 20040220    
Customizing Attributes REFX_REEX_PM   Implement Enhancements for PM Integration (BAdI) 
Customizing Activity REFX_REEX_PM   Implement Enhancements for PM Integration (BAdI) 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name REEX_PM    

Use

The Business Add-In supports enhancements to the standard functions of the Integration with Plant Maintenance (Automatic Creation of Functional Location).
For an overview of the possible enhancement methods, see this text.

Requirements

Standard settings

Activities

Create a BAdI implementation and implement the methods you require for your enhancement. Then activate the BAdI implementation.

The following methods exist:

  • GENERATE_LABEL - Generates the name of the automatically created functional location
  • ADAPT_DATA - Adjusts the data of the functional location that was generated in RE-FX
  • UPDATE_CLASSIFICATION - Allows updating of the classification of the functional location that was generated in RE-FX

These methods are called automatically when the functional location is created or changed. If an implementation exists, the methods are always called in addition to standard system behavior.

The implementation of the methods has to be independent of the interface. It must not contain any COMMIT WORK or ROLLBACK WORK statements.

For example, direct output of messages using the MESSAGE statement is not allowed.

Method description

  • GENERATE_LABEL
    The generated name of the automatically created functional location can be changed here. The IO_OBJECT parameter contains the real estate object for which the functional location is created. CD_LABEL contains the name that was generated by RE-FX for the functional location. At this position, the name can be generated again using a separate logic.
  • ADAPT_DATA
    This method is used to fill the data of the functional location that was created in RE-FX. It is called during both creation and updating (depending on the Customizing settings for the functional location). The IO_OBJECT parameter contains the real estate object for which the functional location is created or updated. CS_FUNC_LOC contains the current data of the functional location, with RE standard logic already added.

Notes for Developers

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 
Maintenance Objects
Maintenance object type E   Business Add-In - Definition 
History
Last changed by/on SAP  20040220 
SAP Release Created in 500