Ansicht
Dokumentation

EXIT_SAPLV45T_001 - Customer Exits for SD Text Determination

EXIT_SAPLV45T_001 - Customer Exits for SD Text Determination

BAL Application Log Documentation   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This customer exit can be used to control the standard function of the popup text display in SD text determination.

Example

You can use the coding in Include ZX45TU01, to control, for example:

  1. that texts are only displayed in the logon language,
  2. that customer master texts (text object KNA1) appear in the old style; in a steploop screen and are not variably formatted, but appear with a width of 72 characters and a height of 12 lines.
  3. that for all remaining texts, text edit control appears depending on the system prerequisites of the end user, but the text cannot be maintained

    IF THEAD-TDSPRAS NE SY-LANGU.
    NO_DISPLAY = 'X'.
    ENDIF.

    IF THEAD-TDREFOBJECT = 'KNA1'
    TEXT_DISPLAY_OLD_STYLE = 'X'.
    TEXT_HEIGHT_USER = 12.
    TEXT_WIDTH_USER = 72.
    ENDIF.

    CLEAR TEXT_MAINTENANCE_ALLOWED.




Parameters

NO_DISPLAY
TEXT_DISPLAY_OLD_STYLE
TEXT_HEIGHT_USER
TEXT_MAINTENANCE_ALLOWED
TEXT_WIDTH_USER
THEAD
TVCOM

Exceptions

Function Group

X45T

CPI1466 during Backup   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 1226 Date: 20240604 Time: 052940     sap01-206 ( 28 ms )