ABAP 7.4/7.5

FILTER Operator in ABAP Internal Tables

FILTER Operator in ABAP Internal Tables FILTER operator is used to filter entries based on any field in internal table and pass it to another internal table. To use filter on any internal t…

Inline Declarations in New ABAP Syntax

Please go through the collection of some basic inline declarations frequently used in ABAP new syntax coding. *<!-- Declaring variables without data element --> DATA ( lv_text ) =…

Load More
That is All