Posts

Showing posts with the label Abap




Describe Table New Syntax in Sap Abap

Image
ABAP Addition 1. T For standard tables S For sorted tables H for Hashed tables LINES addition. Abap 740 Table Expressions To Read Modify Itab Line Powered by the continuous thrust on self growth I ventured upon using the new programming syntax in ABAP. . This concept applies to all ABAP types and as such covers all the functions of the DESCRIBE TABLE statement. The new syntax is similar to READ TABLE with TRANSPORTING NO FIELDS followed by sy-subrc check. DESCRIBE TABLE itab KIND knd LINES lin OCCURS n. Get Example source ABAP code based on a different SAP table ABAP Statement. In ABAP 74 release we have new syntax LINE_INDEX to identify the index of a row when a condition is met while reading the internal table. Standard SAP Help for DESCRIBE_FIELD DESCRIBE FIELD Short Reference DESCRIBE FIELD ABAP Statement ABAP Syntax DESCRIBE FIELD dobj TYPE typ COMPONENTS com LENGTH ilen IN BYTECHARACTER MODE DECIMALS dec OUTPUT-LENGT...