NemanjaSimovic
Participant
Member since ‎2017 Apr 11

User Statistics

  • 83 Posts
  • 3 Solutions
  • 268 Kudos given
  • 37 Kudos received

User Activity

Hi,I'm executing in SQL Console following script: select ds~vbeln, dh~kunnr, dh~kunag, p~parnr from likpuk as ds join likp as dh on dh~vbeln = ds~vbeln left join vbpa as p on p~vbeln = ds~vbeln and p~posnr = '000000' and p~parvw = 'RE' where dh~erdat...
Hi experts,Sometimes, after some extensive usage, Eclipse won't render my newly opened sessions in SAP GUI (8). Old sessions are fine, and I can still use them.Here is the example of SE01 after I press enter key where it should render all my Transpor...
Hi ADT developers and Community,Lately, I got very often the message "'UI Update' has encountered a problem." every time when I want to open a table in debugger. Like on a image below:I'm using:Eclipse IDE for Java Developers (includes Incubating com...
Hi community,Does anyone know workaround for this bug when I Deselect all and then select the fields in Data Preview and OK button is still disabled?Regards,Nemanja
Dear Community and ADT developers,I believe that functionality ABAP Compare (Sorted Class Methods) in Eclipse has a bug. It misplace a lot of types that I have in definition part to implementation part. Closer explanation is in the image below:I have...