sapdev logo background
sapdev logo sapdev logo
Comments

SAP OO OBS ITAB NO FIELDS 1 documentation, setup help and example usage



Return to SAP documentation index


INCLUDE
ARTICLE

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.
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




    OO_OBS_ITAB_INSERT_1
    OO_OBS_ITAB_TABLE_LINE_1




    comments powered by Disqus