ChristianGünter
Contributor
Member since ‎01-02-2012

User Statistics

  • 284 Posts
  • 23 Solutions
  • 763 Kudos given
  • 226 Kudos received

User Activity

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