Hi fellow MacOs users!Ever since I upgraded to Java Gui version 7.80 rev 4 (to start with) the window controls have been missing on my screen. I can go back to 7.70 rev 4 or prior and it works fine - even side by side. I have since installed several ...
Hi Folks,
I think I can get fairly rapid consensus on this here, but I run into this so often I thought I will bring this up for "discussion" again. I tried searching around and while there has been a lot of generic discussions, I haven't seen many ...
What was the issue?
When using ALVs, in this case using CL_SALV_TABLE, the event handler has to be defined as a method in a class that points to an event in the interface IF_SALV_EVENTS_ACTIONS_TABLE. This is all wonderful in keeping with the object ...
SAP is in an interesting spot with ABAP. There are a lot of newer and better ways to things, but a lot of old things also work. Trying to get the benefits of the new ways while using existing business logic which was written the old way always throws...
"n" is any number or dynamic number.Do you mean like a variable? That can be defined in ABAP as follows? And then you can dynamically change the variable value in the variable? DATA n TYPE i.