Ansicht
Dokumentation

ABENTABLE_EXP_ITAB_CHANGING_ABEXA - TABLE EXP ITAB CHANGING ABEXA

ABENTABLE_EXP_ITAB_CHANGING_ABEXA - TABLE EXP ITAB CHANGING ABEXA

RFUMSV00 - Advance Return for Tax on Sales/Purchases   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

- Write Positions

This example demonstrates table expressions in write positions.

Source Code

Execute

Description

In a DO loop, the content of an internal table

  • is passed component by component to an IMPORTING parameter and EXPORTING parameter of a method using two table expressions. This modifies one column of the current line.
  • is passed line by line to a CHANGING parameter of a method using one table expression. This modifies one column of the table line.

The second method is quicker, of course, since only one read is performed on the internal table instead of two.






PERFORM Short Reference   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.

Length: 971 Date: 20240427 Time: 034629     sap01-206 ( 20 ms )