Field-Symbols are ABAP's equivalent to pointers, except that Field-Symbols are always dereferenced (it is not possible to change the actual address in memory). Declaration. To declare a Field-Symbol the keyword FIELD-SYMBOLS must be used. Types can be
Sorts the entries of the internal table itab in ascending order. The default key is used as the sort key for internal tables. Notes The number of sort fields is restricted to 250. The sorting process is not stable, i.e. if no sort is performed for a prede
SAP Range Table represents complex selection criteria, it’s data structures is exactly like select-option but without any UI part and header line. In this blog I will explain how to define range table type in program and in dictionary for global use. Fi
Post a Comment:
Showing 0 Comments: