The ABAP Cloud Developer Trial 2022 SP01 is available on Docker.But did you know that you can connect Eclipse HANA tools to the database.This post explains how to configure the Docker enviroment on Linux to expose the database port.Once the database...
Concept of language-dependent text elementsMaster data tables contain business objects with a unique ID. To extend master data with language dependent text, a 1..n mapping to the text elements is required. The text element table contains the same key...
1. Introduction
In forever changing circumstances solutions need to be tailored to address the requirements of specific situations.
Programs also required different gui and code elements dependent on different circumstances.
How therfore does one fi...
1. Introduction
SAP UI5 developers often struggle with obtaining data from the backend. The common way to access backend data is the OData protocol.
The OData interface provides such advantages as selecting. binding, filtering and sorting data.
On t...
Hi,You can consider using ABAP Trial 2022. This version includes a HANA database.https://community.sap.com/t5/technology-blogs-by-members/hana-hdb-connection-for-abap-trial-2022-sp01/ba-p/14040199
Hi Luis,you can use filters:DATA: o_alv TYPE REF TO cl_salv_table.
...
DATA: lcl_filters TYPE REF TO cl_salv_filters.
TRY.
lcl_filters = o_alv->get_filters( ).
" gesetzten Filter der Spalte 'CARRID' entfernen
lcl_filters->remove_filte...
Hi,access control can be defined for projection view:@EndUserText.label: 'Access mgr 3'
@MappingRole: true
define role ZACI_EMP {
grant
select
on
ZI_EMP
where
Mgr = ...