/BOFU/CL_FBI_ACT_PARAM_MAPPER - Extended View Mapper

RFUMSV00 - Advance Return for Tax on Sales/Purchases   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Functionality

The Action Parameter mapper class allows you to convert data from the BOPF Action parameter structure to the UI Action parameter structure given and viceversa.

This mapper class supports the following conversions:

  • Code Description conversion: The system derives domain texts and displays them in UI-specific fields.
  • Time Stamp conversion: The system converts the time stamp into date and time.
  • Altkey conversion: The system converts the internal GUID field into the external key.
  • Identityconversion: The system maps a BO field to a UI field (not being part of the BO).
  • Time Stamp (location-specific) conversion: The system derives the time zone from the location and converts the time stamp accordingly.

To activate this functionality execute the following steps:

  1. Create a subclass for superclass /BOFU/CL_FBI_ACT_PARAM_MAPPER.
  2. Redefine method /BOFU/IF_FBI_ACT_PARAM_MAPPER~INIT.
  3. Add the relevant entries in table MT_MAP_DATA_EXT (for detailed information see Further Information section).
  4. Once the table is filled, call method /BOFU/IF_FBI_ACT_PARAM_MAPPER~INIT of superclass /BOFU/CL_FBI_ACT_PARAM_MAPPER.
  5. For Time Stamp (location-specific) conversion, you can implement the logic to derive the zone based on the location UUID.

Relationships

Example

Notes

Further information

  1. Code Description conversion:
Action parameter structure field 1: Name of the field for which the code description is intended (mandatory)
UI parameter structure field 1: Name of the UI field that holds the code description (mandatory)
  1. Time Stamp conversion:
Action parameter structure field 1: Name of the Time Stamp field (mandatory)
Action parameter structure field 2: Name of the Time Zone field (optional)
UI parameter structure field 1: Name of the Datefield (mandatory)
UI parameter structure field 2: Name of the Timefield (optional)
UI parameter structure field 3: Name of the Time Zone field (optional)
  1. Altkey conversion:
Action parameter structure field 1: Name of the field that holds the altkey GUID (mandatory)
UI parameter structure field 1: Name of the field that holds the external key (mandatory)
Conf 1: BO key (mandatory)
Conf 2: Node key (mandatory)
Conf 3: Alternative key (mandatory)
  1. Identityconversion:
Action parameter structure field 1: Name of the field for which the value needs to appear on another UI field (mandatory)
UI parameter structure field 1: Name of the relevant UI field (mandatory)
  1. Time Stamp (location-specific) conversion:
Action parameter structure field 1: Name of the Time stamp field (mandatory)
Action parameter structure field 2: Name of the Locationfield (mandatory)
UI parameter structure field 1: Name of the Datefield (mandatory)
UI parameter structure field 2: Name of the Timefield (optional)
UI parameter structure field 3: Name of the Time Zone field (mandatory)





CL_GUI_FRONTEND_SERVICES - Frontend Services   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.


Length: 4970 Date: 20120526 Time: 053437     triton ( 114 ms )