Ansicht
Dokumentation

ABENTABLE_EXP_CHAINING_ABEXA - TABLE EXP CHAINING ABEXA

ABENTABLE_EXP_CHAINING_ABEXA - TABLE EXP CHAINING ABEXA

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

- Chainings

This example demonstrates how table expressions are chained.

Source Code

Execute

Description

The example shows how a nested internal table is read using the statement READ TABLE and using a chained table expression.

  • Reads using statements require the statement READ TABLE to be used twice and two explicitly declared field symbols. The first field symbol wa1 is used in the second READ statement and the second field symbol wa2 is used to pass the result to a method.
  • When reads are performed using table expressions, they can be chained and passed to the method directly. No explicitly declared field symbols are required.

The result of both reads is the same.






General Data in Customer Master   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 1072 Date: 20240423 Time: 164719     sap01-206 ( 21 ms )