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...
Hi there. I don't think indexes or query code are the problem. Problem is number of queries fired toward DB. I expect one and ADT fires two! 勞 Mine, and ADT's "SELECT COUNT(*)". ADT's "SELECT COUNT(*)" is fired first and it eats all the time. That sh...
I guess it's because it sends "up to 100 rows", and I'm not sure will DB (Oracle in my case) be polite and return total number of queried rows. But when I click on "Number of Entries" button it shows exact number or rows. Maybe they could put SELEC...
Hello solution seeker, With incredible turn of events I finally managed to solve this issue. Incredible is that ChatGPT suggested me to do the following:Reset the Debug Perspective:Go to Window > Perspective > Reset Perspective.This resets the layou...
Hi all,Now I started to suspect that scaled fonts can create an issue. I switched back from Quartz theme to SAP Signature Theme and I lost my icon that were nasty small. I just reduced the font in options to have more data on the screen.I'll try to t...