Ansicht
Dokumentation

ABENOO_OBS_ITAB_NO_FIELDS_2 - OO OBS ITAB NO FIELDS 2

ABENOO_OBS_ITAB_NO_FIELDS_2 - OO OBS ITAB NO FIELDS 2

Addresses (Business Address Services)   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

Cannot Declare a Superfluous Work Area

In ABAP Objects, you cannot declare a work area as an addition to the READ TABLE statement, if you are also using the TRANSPORTING NO FIELDS addition.

In ABAP Objects, the following statement causes an error message:

READ TABLE itab INDEX i INTO wa TRANSPORTING NO FIELDS.

Correct syntax:

READ TABLE itab INDEX i TRANSPORTING NO FIELDS.

Cause:

Declaring INTO wa is superfluous. The work area is not affected in the statement.






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

Length: 725 Date: 20240420 Time: 153454     sap01-206 ( 20 ms )