Hello,I'm frequently running into the following issue: When typing in opening parentheses "(" with "automatically close parentheses" turned on, the ABAP code editor automatically inserts a space after the opening parenthesis. This a sensible choice f...
This is the fourth video of my Model Storage Project. For an introduction, please check the first part available as Model Storage Robot Part 1: Big Picture, Big Plans; to see the hardware being built and tested, see the second part available at Model...
Since I've been hit by a very similar issue in the previous migration ( is a sad reminder of that "upgrade"), I thought I'd check what happened to my existing blogs during the migration. And unfortunately, the formatting of posts that contain source ...
Hello,I'm currently trying out various scenarios with the Business Client 6, and I've come across something I don't understand. I was under the impression that the BC will act as a shell around different UI technologies, including SAP GUI and WebDynp...
This is the third video of my Model Storage Project. For an introduction, please check the first part available as Model Storage Robot Part 1: Big Picture, Big Plans; to see the hardware being built and tested, see the second part available at Model ...
You have to use the BEFORE UNWIND addition to the CATCH clause:REPORT z_catchy_catchy_callstack.
CLASS lcl_foo DEFINITION.
PUBLIC SECTION.
METHODS main.
METHODS method_raising_exception.
ENDCLASS.
CLASS lcl_foo IMPLEMENTATION.
METHOD m...
If you have already released the workbench transport and thus removed all traces of the object, you may need to re-create the object catalog entry (and only that, not the object itself). AFAIR this can be done from the transport object list (by doubl...
Hi Michael,you are right, I never noticed that before: The problem with DATA(foo) only seems to appear if there is no whitespace at the very first position of the line. I get the same problem with VALUE() in a returning parameter if there is no white...
Simone Milesi wrote:
Now, someone told me that being member of the month grants me the access to the secret pot full of cookies: where are them!?
On every single $EXPLETIVE web site you visit these days :smile: And BTW, congratulations!
I actually have a big screen and usually use both side-by-side. SE80 for DDIC (still faster for me, and I'm still on 7.40), Dynpro, view maintenance and testing stuff (still haven't gotten used to the Eclipse debugger), ADT for code.