Start of Content Area

Syntax documentationOther Fields  Locate the document in its SAP Library structure

Field name

Comp. type

Dtype(length)

Value range

Use

DRAGDROPID

LVC_DDID

INT4(10)

Drag & Drop handle

You use this field to define a D&D Behavior for Special Columns.

REPREP

LVC_CRPRP

Char(1)

SPACE, 'X'

'X' = if the report/report interface is called, the value of this field is passed in the selected jump line of the interface as a selection criterion.

Prerequisites:

  • The report/report interface is available in the system
    (function group
    RSTI , table TRSTI )
  • The report/report interface has been activated using method activate_reprep_interface.

SP_GROUP

LVC_SPGRP

Char(4)

SPACE, four-digit group key

You use the group key to group several fields together. On the dialog box for defining a layout, the user can then limit the list of hidden columns to this group.

See also: Grouping Fields Together

TXT_FIELD

LVC_FNAME

Char(30)

SPACE, field name of the output table

You can use this field to define a reference to a field that is used as the description for the current field. If a subtotal is calculated for the current field, the ALV Grid Control displays the descriptions in the field assigned.

Example: Your output table contains one column for material numbers and one column for the description of what these numbers mean (such as clockwork). If you calculate subtotals for the material numbers, only these numbers are usually displayed as the subtotals text. Based on the link to TXT_FIELD , you can refer to the corresponding column with the material description. This description is then used as the subtotals text.