ALV Grid values are changed by value-help despite despite being non-editable
I have a DDIC structure containing fields BUKRS
and SAKNR
. A foreign key is defined for field SAKNR
on check table SKB1
, using keys MANDT
, BUKRS
, SAKNR
.
Foreign-key fields change value in ALV grid after value-help selection, despite being not-editable
I have a DDIC structure containing fields BUKRS
and SAKNR
. A foreign key is defined for field SAKNR
on check table SKB1
, using keys MANDT
, BUKRS
, SAKNR
.
How to create a view cluster programmatically?
Is there a way to define view clusters through ABAP code ?
Download Excel File over HTTPS in ABAP
I am using CL_HTTP_CLIENT and trying to download a Excel file from HTTPS URL in ABAP
LOOP AT GROUP BY : Can you pass the data in a group to a separate method as a changing parameter?
When using LOOP AT...GROUP BY...
in ABAP, is it possible to pass the data in the group into another method as a changing parameter? To illustrate: