SAP CHAINED METHOD CALL - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

chained method call
A chaining in which multiple functional methods or constructor expressions are joined using component selectors, whereby the return values or results of the individual methods become the references to the subsequent methods. A chained method call can either be specified as a functional method call or as a standalone statement.
ABAP_MORE_INFO