Ansicht
Dokumentation

EXIT_SAPLEACS_002 - Individual Display in Customer Overview for Historical Consumption Values

EXIT_SAPLEACS_002 - Individual Display in Customer Overview for Historical Consumption Values

rdisp/max_wprun_time - Maximum work process run time   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

You can use this user exit to program a customized display of historical consumption values. The call takes place in the function module ISU_GET_ALL_HISTORY.

Example

An example is the function module ISU_HISTORY_CONSUMPTION. The subroutines FILL_STRUKTUR_ROWS and FILL_STRUKTUR_COLUMNS are called in this function module, and the structures ROWS and COLUMNS are filled. The contents of these structures are displayed in the front office.

Notes

Further information

You can extend or replace the contents of the transferred tables. Note, however, that a maximum of nine values can be displayed in the front office. This means that only nine different pieces of information can be transferred to the COLUMNS structure.

Filling the COLUMNS structure:

Field   Contents
xyt_columns-headertext   Header for display in FO
xyt_columns-length   Length of field for display in FO
xyt_columns-reftab   Reference table for F1 help
xyt_columns-reffield   Reference field for F1 help

A maximum of nine values is permitted in the following table.

Filling the ROWS structure:

Field   Contents
xyt_rows-rowkey   Current table entry (SY-TABIX)
xyt_rows-col1   1st value to be displayed
xyt_rows-col2   2nd value to be displayed
xyt_rows-col3   3rd value to be displayed
xyt_rows-col4   4th value to be displayed
xyt_rows-col5   5th value to be displayed
xyt_rows-col6   6th value to be displayed
xyt_rows-col7   7th value to be displayed
xyt_rows-col8   8th value to be displayed
xyt_rows-col9   9th value to be displayed

The XYT_ROWS table can contain any number of entries.

Note

The delivered system displays six values in the front office. You can display up to three additional values, if this is desired. You must append these values to the XYT_COLUMNS table.





Parameters

ANLAGE
OPERAND
XT_CONT
YT_COLUMNS
YT_ROWS

Exceptions

Function Group

XEACS

Addresses (Business Address Services)   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 4036 Date: 20240523 Time: 074604     sap01-206 ( 39 ms )