SAP ABAP IMG Activity VLC_DETAIL_CONFIG (BAdI: Exchange Configuration Screen in Vehicle Detail)
Hierarchy
ECC-DIMP (Software Component) DIMP
   IS-A-VMS (Application Component) Vehicle Management System
     ISAUTO_VLC (Package) Vehicle Management System (VMS)
IMG Activity
ID VLC_DETAIL_CONFIG BAdI: Exchange Configuration Screen in Vehicle Detail  
Transaction Code S_KA5_12001329   (empty) 
Created on 20021129    
Customizing Attributes VLC_DETAIL_CONFIG   BAdI: Exchange Configuration Screen in Vehicle Detail 
Customizing Activity VLC_DETAIL_CONFIG   BAdI: Exchange Configuration Screen in Vehicle Detail 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name VLC_DETAIL_CONFIG    

Use

This business add-in (BAdI) is used in the Vehicle Management System (IS-A-VMS) component.

You can use this BAdI to replace the screen with the configuration data that is displayed in the vehicle details of the Vehicle Manager by a screen of your own. You can exchange data between VMS and you own screen using structure VLCDIAVEHI_CONF.

If you want to read more about this replacement, please refer to the SAP LIbrary in the chapter BAdI Implementations - Implementing Screen Enhancements.

This BAdI has the following methods:

  • PUT_DATA_TO_SCREEN
    Transfers vehicle data to your BAdI implementation so that you can fetch it as described above in your screen using GET_DATA_FROM_SCREEN.
    This method is called from VMS before your screen is displayed.
    The method implementation should only contain the followinglines of coding:

    me->if_ex_vlc_detail_config~vlcdiavehi_conf = vlcdiavehi_conf_is.

  • GET_DATA_FROM_SCREEN
    Fetch vehicle data in your screen.
    Call this method in PBO of your screen. In the exporting parameter VLCDIAVEHI_CONF_ES you receive the data of the vehicle currently displayed in the vehicle details.
    The implementation of the method should only contain the following lines of coding:

    vlcdiavehi_conf_es = me->if_ex_vlc_detail_config~vlcdiavehi_conf.

  • SET_BUTTON_TEXT
    Change text on the large pushbutton (toggle bar) that is displayed above your screen by the Vehicle Manager.

Requirements

Standard settings

This BAdI does not have a default implementation.

Activities

Procedure for Implementing a BAdI.

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 VLC_DETAIL_CONFIG 0 KA50000029 Vehicle Management System 
Maintenance Objects
Maintenance object type E   Business Add-In - Definition 
History
Last changed by/on SAP  20021129 
SAP Release Created in 471