SAP ABAP IMG Activity REFX_RELM_LRREGNO (Conversion Exits for Numbers in the Real Estate Register)
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_RELM_LRREGNO Conversion Exits for Numbers in the Real Estate Register  
Transaction Code S_PEN_05000381   (empty) 
Created on 20050620    
Customizing Attributes REFX_RELM_LRREGNO   Conversion Exits for Numbers in the Real Estate Register 
Customizing Activity REFX_RELM_LRREGNO   Conversion Exits for Numbers in the Real Estate Register 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name BADI_RELM_NUMBER_LRREGNO    

Use

The Business Add-In supports enhancements to the standard functions of real estate register numbers.
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:

  • NUMBER_INPUT - Conversion of the real estate register number at the time of entry.
    The method is called when a real estate register number is entered on the screen.
  • NUMBER_OUTPUT - Conversion of the real estate register number at the time of output.
    The method is called when a real estate register number is output on the screen.

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

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

Method description

  • NUMBER_INPUT
    For conversion at the time of input (from the screen to the internal display)
  • NUMBER_OUTPUT
    For conversion at the time of output (from the internal display to the screen)

Example

For a sample implementation that shows the conversion of real estate register numbers as in the LUM add-on, see the class CL_EXM_IM_RELM_NUMBER_LRREGNO.

Notes for Developers

Business Attributes
ASAP Roadmap ID 153   Design enhancements 
Mandatory / Optional 3   Nonrequired activity 
Critical / Non-Critical 1   Critical 
Country-Dependency A   Valid for all countries 
Maintenance Objects
Maintenance object type E   Business Add-In - Definition 
History
Last changed by/on SAP  20120627 
SAP Release Created in 600