Hi,
I want to incorporate a table function (AMDF) within an AMDP. This AMDF has params and I want to use a local variable of the AMDP as one of the params to call the AMDF. Whatever I try, I always get a syntax error on that variable. There is no e...
Hi,
We are using the CPU workload analysis a lot to monitor peak periods.The CPU part is rather clear but the waiting threads stats are not.
First of all, the number scale is rather confusing and we wonder if this work as it should. We look for ...
Hi,
Is there some good documentation / guidelines for the sql analyzer, more specifically the plan graph? Sure, there is note
2565156 and the online docu (https://help.sap.com/viewer/6b94445c94ae495c83a19646e7c3fd56/2.0.02/en-US/38a0454d1a2f4138...
Hi,We are make use of user-defined annotations within our ABAP CDS views (basic, composite, consumption) for documentation reasons. We want to do same for DCLs and hierarchy definitions, but so far any attempt results in errors saying that the annota...
Hi,
What does Eclipse use in order to fetch a where used list so fast?We need to create a report that creates a where used list for X number of objects (instead of one by one in Eclipse).Currently we read the TRDIR/TFDIR tables and use READ REPORT ...
Hi, Thanks for the links. I guess I've read already most of them and I've been watching you videos in the academy.But I'm still missing something, although it could be that it's me not understanding things properly.My main thing is: I've a plan graph...
Meanwhile I found out that WBCROSSGT and WBCROSSI hold some info, but not all that is displayed by the where used from Eclipse. ST05 doesn't show where the additional info is fetched from. I see querries with the values already filled in, but none wh...
I found the issue. It was a stupid typo I overlooked all the time.
But now I come to the point that I get an GEN_TEXT_BUFFER_OVERFLOW dump upon activation. It occurs to me that I have a provide on too many tables since upon removal of one table, it...