Dear colleagues,
I met the requirement to count days in the interval of dates with respect to the hierarchy (month, quarter, year) but can't find any solution. See detail description below.
The source data loaded into SAC via OData connection i...
Hi.Since your first question was answered , close thread and give points to Abhishek.And if you have another problems, create another question.br,Danil
Hi Frank,I have an idea how to use virtual tables, but I didn't try it. Just for fun.1. Create a secondary database connection to you DB2. Create in some HANA schema database views on VT with ABAP naming ( Z<xxx>).3. Create in SE11 table with the sam...
Hi,The main idea that ABAP has own dictionary which don't know about virtual tables in HANA. So the only way to access VT directly from ABAP is ABAP Dictionary view. You can create a simple CV with projection on VT and generate dictionary view over t...
In ABAP tables string type is CLOB.So to store user name use CHAR with fixed max length. P.S. is it "legal" to use single user as background user to authentificate with some Z-code ?
You need to analyze performance for example with SE30. Your code is very simple so you need to check JOIN logic and database acesses, for example, why do you need to open cursor and after read data with FOR ALL ENTRIES, why you don't use single SELEC...