Ansicht
Dokumentation

ABENOO_OBS_NAMES_2 - OO OBS NAMES 2

ABENOO_OBS_NAMES_2 - OO OBS NAMES 2

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.
SAP E-Book

Cannot Update Field Labels That Extend over More Than One Line

In ABAP Objects and, as of release 7.0, outside of classes, field labels enclosed in parentheses in a list cannot extend over more than one line.

In ABAP Objects, the following statements cause an error message:

SELECT SINGLE col1 col2 ... coln
  FROM dbtab
  INTO (wa-col1, wa-col2, ................ , wa-c
oln)
WHERE col1 IN (f1, f2, ..................... , f
n).

Correct syntax:

SELECT SINGLE col1 col2 ... coln
  FROM dbtab
  INTO (wa-col1, wa-col2, ................ ,
        wa-coln)
WHERE col1 IN (f1, f2, ..................... ,
                fn).

Cause:

Field labels cannot extend over more than one line on principle. If the line length in the Editor is increased in a future release, these split field labels will cause syntax errors. The behavior of lists is exceptional and is being adapted to general behavior.






PERFORM Short Reference   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 1427 Date: 20240426 Time: 180458     sap01-206 ( 27 ms )