Ansicht
Dokumentation

VLC_DETAIL_CONFIG - BAdI: Exchange Configuration Screen in Vehicle Detail

VLC_DETAIL_CONFIG - BAdI: Exchange Configuration Screen in Vehicle Detail

PERFORM Short Reference   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.
SAP E-Book

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.

Procedure for Implementing a BAdI.






RFUMSV00 - Advance Return for Tax on Sales/Purchases   General Material Data  
This documentation is copyright by SAP AG.

Length: 1853 Date: 20240523 Time: 155629     sap01-206 ( 52 ms )