I'm using AS ABAP 7.52 SP01, developer edition. I'd like to change some DB settings but DBACOCKPIT can't login to the database. I tried all provided DB users, but none seems to work. Does anybody know why?
...
Today I stumbled about something which didn't make any sense at all to me. Consider this sample data which I want to reduce to a string omiting the first 5 characters and if there are less than 5 characters I'd insert a line break.
" sample data
D...
Today I stumbled across an unexpected behaviour in a reduce table expression and couldn't find any hint in the documentation.
Consider these two reduce operations.
TYPES: BEGIN OF ty_output,
head TYPE string,
po...
Hi,today I updated ADT to version 2.68. Now i have the following error on a 7.31 backend system when I do pretty print or code completion.Same error occurs when I open the project specific ABAP Formatter settings.I don't have the problem on other bac...
Hi,we just recognized that in the ABAP Editor settings of the ABAP Workbench the setting "Downward-Compatible Line Length (72)" is missingin Netweaver 7.50.Netweaver 7.40:Netweaver 7.50:Unfortunately we have lots of legacy code which still uses FMs R...
@joerg_maierthx a lot for the quick response. We know that there are workarounds. Do you know whether it's planned to fix the the coding error?BR Chris
Hi AndreaUS,we have kind of strange behaviour with view entities which lead to some trouble for us. I distilled the essence in this example. It occurs on our S/4 HANA 2022 system.Given this DDIC based CDS-View @AbapCatalog.sqlViewName: 'ZTESTDDICCDS...
Hi Andreas,nice blog, thanks for sharing.I struggle a bit with the unit test example as cl_demo_bgpf_starter_contr doesn't have a method execute. Or does it and it's just missing in the listing above? Maybe I miss the obvious.RegardsChristian
Hello Sandra,what about using CONV instead of VALUE? cl_abap_unit_assert=>assert_equals( act = CONV trmsg_key( LET sc_result = lth_abap_code=>syntax_check( VALUE #( ( `REPORT. ...