SAP SELECT EXCEPT COLUMNS ABEXA
Get Example source ABAP code based on a different SAP table
This example demonstrates how all columns except some specific ones can be read with a dynamic token.
ABAP_SOURCE_CODE
DEMO CL_DEMO_SELECT_EXCEPT_COLUMNS
ABAP_DESCRIPTION
Using a helper class, a dynamic token and an appropriate target area are created, that enable the selection of all columns of a database table except a given list. This simple example omits the handling of possible exceptions and does not exclude the client column.