Ansicht
Dokumentation

FKK_SAMPLE_8008 - BILL: MON BI Fill Customer-Specific Fields/Modification of ALV

FKK_SAMPLE_8008 - BILL: MON BI Fill Customer-Specific Fields/Modification of ALV

BAL_S_LOG - Application Log: Log header data   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

In the function module processed for event 8008, you can adjust the ALV for monitoring billable EDRs.

You can

  • Fill customer-specific fields
  • Remove fields from the display and the layout catalog
  • Set a navigation for own fields

To fill customer-specific fields fort he ALV, you have to add the required data to the changing parameter CH_EDR_TAB.

You can control the removal of columns and the forward navigation via the changing parameter CH_COLUMNS.

Example

Move column item

  CALL METHOD ch_columns->set_column_position

    EXPORTING

      columnname = 'TEST_COLUMN'

      item   = '1'.

Set navigation for a column

  DATA: gr_column  TYPE REF TO cl_salv_column_table.

  TRY.

      gr_column ?= ch_columns->get_column( 'TEST_COLUMN' ).

      gr_column->set_cell_type( if_salv_c_cell_type=>hotspot ).

    CATCH cx_salv_not_found.

  ENDTRY.

Notes

If you set the navigation for a column, you have to define the function that is to take place after the trigger in event 8009.

Further information





Parameters

CH_COLUMNS
CH_EDR_TAB

Exceptions

Function Group

FKKBI_EDR_EVENT

ROGBILLS - Synchronize billing plans   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.

Length: 1853 Date: 20240523 Time: 070701     sap01-206 ( 24 ms )