Skip to main content

Posts

Recent posts

Working with ABAP Development Tools (Quick Launch)

Hana ADT tools quick launch https://www.sap.com/documents/2017/01/76757e66-a37c-0010-82c7-eda71af511fa.html - To get proper document for short cuts. This Quick Launch page aims to provide you with the compact knowledge you may need when working with ABAP Development Tools for SAP NetWeaver during the introductory or training period. Find the complete version including cheat sheets in the IDE (Help > Help Contents > ABAP Development User Guide > Getting Started > Quick Launch) Getting Started… To start,  create an ABAP project . An ABAP project always represents one system connection.  TIP : To be able to work in multiple ABAP systems in parallel, you only need to create one additional ABAP project. Open ABAP development objects in your project  using  Ctrl + Shift + A . or double-click the corresponding node in the ABAP project. Browse the contents of an ABAP system  in the Project Explorer. The root of an ABAP project cont...

ABAP7.40 New features

ABAP Language News for Release 7.40 For iteration expression ABAP 7.40 Quick Reference   Content 1. Inline Declarations 2. Table Expressions 3. Conversion Operator CONV      I.  Definition      II. Example 4. Value Operator VALUE      I.   Definition      II.  Example for structures      III. Examples  for  internal tables 5. FOR operator      I.   Definition      II.  Explanation      III. Example 1      IV. Example 2      V. FOR with THEN and UNTIL|WHILE 6.  Reduction  operator REDUCE      I.   Definition      II.  Note      III. Example 1      IV. Example 2     ...