Ansicht
Dokumentation

EXIT_SAPLIREP1_001 - Single-Level List Editing PM/QM/CS: CHange ALV Settings

EXIT_SAPLIREP1_001 - Single-Level List Editing PM/QM/CS: CHange ALV Settings

Vendor Master (General Section)   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Examples

Example 1

In Report RIAFRU20 (Displaying Completion Confirmations), you should not be able to display the field personnel number using field selection:

data h_fieldcat_wa type SLIS_FIELDCAT_ALV.

if is_program = 'RIAFRU20'.
loop at it_fieldcat into h_fieldcat_wa.
if h_fieldcat_wa-fieldname = 'PERNR'.
h_fieldcat_wa-tech = 'X'.
modify it_fieldcat from h_fieldcat_wa.
endif.
endloop.
endif.

Example 2

The standard line display in a "zebra pattern" is not desirable; moreover, neither a cover sheet nor selection information should be printed together with lists. These settings should be valid for all lists.

is_layout-zebra = space.
is_print-no_coverpage = 'X'.
is_print-no_print_selinfos = 'X'.

Notes

You can modify the field attributes in the field catalog IT_FIELDCAT using this customer exit. However, we must point out that the table as a whole should not be modified, that is, you should neither add nor delete rows.

Further information

You will find a detailed description of the interface in the documentation for the ALV function module (function group SALV); for example, function modules REUSE_ALV_LIST_DISPLAY and REUSE_ALV_COMMENTARY_WRITE.





Parameters

IS_LAYOUT
IS_PRINT
IS_PROGRAM
IS_VARIANT
IT_FIELDCAT
IT_LIST_COMMENTARY
IT_SPECIAL_GROUPS
I_GRID_INACTIVE

Exceptions

Function Group

XCSV

BAL_S_LOG - Application Log: Log header data   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 1786 Date: 20240604 Time: 014950     sap01-206 ( 37 ms )