Skip to main content

Posts

Showing posts from October 28, 2017

2. Secondary Database Connections (HANA)-DBACOCKPIT/DBCON

Each Application Server ABAP is connected to a Database Management System (DBMS) that contains the ABAP Repository and the database tables and views defined in this system’s ABAP Dictionary. This DBMS is referred to as its Primary Database. Besides this primary database connection it is possible to establish connections to additional database management systems, so called Secondary Database Connections. In the scenario SAP HANA as Accelerator, where SAP HANA is used as a secondary DBMS, it is necessary to establish such a secondary database connection to SAP HANA. Maintain DB connection using below steps. Transaction : DBACOCKPIT  Use : Maintain. Monitor and test secondary db  connections. Tables : DBCON Secondary database connections, among other things, are created and maintained via transaction DBACOCKPIT. Each database connection is identified by name that has to be unique within the application server. Inside the connection, the DBM...

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     ...