Register Login

ASSIGN_TYPE_CONFLICT: ALV Error

Updated May 18, 2018

A runtime error type conflict occurs during ASSIGN in the program X (program SAPLSLVC is most common).
An attempt was made to assign a field that does not have the required type to a typed field symbol.
The error occurs frequently in programs using grids and fullscreens.Often, it is not obvious that a grid is being processed, so it is assumed that a fullscreen is being processed.
46B: You have branched from a fullscreen ALV with a selection column to an ALV grid.When you print or print preview this grid, the "GETWA_NOT_ASSIGNED" short dump occurs.

The corrections in note 497490 solve the problem for Release 46B.
Also note the following for all releases higher than 46B:

    Since the interface on a function module has changed, the Note Assistant cannot execute the entire implementation.To correct the occurring syntax errors, implement the source code changes specified below.

    Include the following parameter (se37) in the function module GET_GLOBALS_FROM_SLVC_FULLSCR (Exporting tab):

           Parameter name: E_GRID

           Type specification:   TYPE REF TO

           Reference type:     CL_GUI_ALV_GRID

           Pass value:  -


×