SAP ABAP IMG Activity SIMG_CMS_RELR_MAINT (Business Add-In: Maintain Land Register)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FS-CMS-MD-RE (Application Component) Real Estate
     CMS_RE (Package) Collateral Management System: Real Esate
IMG Activity
ID SIMG_CMS_RELR_MAINT Business Add-In: Maintain Land Register  
Transaction Code S_PLN_62000806   (empty) 
Created on 20040727    
Customizing Attributes SIMG_CMS_RELR_MAINT   Business Add-In: Maintain Land Register 
Customizing Activity SIMG_CMS_RELR_MAINT   Business Add-In: Maintain Land Register 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name CMS_RE_LR    

Use

This Business Add-In enables you to realize the interface CL_EX_CMS_RE_LR to

  • Check if a land register entry exists for a real estate collateral object.
  • Fetch the maintenance screens of the implementing land register.
  • Assign the land register details to the real estate collateral object

Note: The standard system provides a default implementation for the German land register - Grundbuch. You can use this example implementation to create own implementations. Multiple active implementations are not possible.

Requirements

Standard settings

  • This Business Add-in is filter-dependent (filter value is the country code of the implementing land register).
  • The example implementation is activated in the standard system. You are recommended not to modify this implementation.

Activities

  1. To implement the add-in CMS_RE_LR, choose the menu path Tools -> ABAP Workbench -> Utilities -> Business Add-Ins -> Implementation. Alternatively, enter the transaction SE19.
  2. Specify a name for the implementation and choose Create. A dialog box appears. Enter the name of the example implementation that you want to copy. The maintenance screen for the Add-in then appears.

    OR

    Alternatively, enter the Business Add-in definition transaction SE18. In the application menu, choose Filter value -> Overview. The system shows a list of existing filter values (country codes for the implementing land registers) for the Business Add-In that you specified. To create an own implementation, choose Implementation -> Create.

    Note: The Business Add-In Builder Create Implementation screen appears.

  3. Enter a name for the implementation.

    Note: You can assign a name to the implementing class such as <Y_CL_IM_CMS_RE_LR>. You can follow the naming convention as follows:

    • Namespace prefix, Y, or Z
    • CL_ (for class)
    • IM_ (for implementation)
    • Name of the implementation
  4. On the tab Interface, double-click on the relevant methods to incorporate your logic. The system starts the Class Builder editor.
  5. When you have completed incorporating the logic, you must activate your objects.

    Note: When you create an example implementation, the system copies the signature, parameters and the default code of the method for the Business Add-In provided in the standard system.

Example

Business Attributes
ASAP Roadmap ID 257   Create User Exits 
Mandatory / Optional 2   Optional 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  20040727 
SAP Release Created in 500