According to documentation, it is used for column headers (and it should be chosen to match the length of the column content - which would distinguish it from the other texts).
However, in a quick test it seems to me that ALV (SAPGUI) only uses the...
It would be helpful for general system performance optimization, to get a list of the RFC or update function modules, that take "long" to execute (e.g. longer than 10 seconds), similar to tools like SQL Monitor for Database monitoring. (Optimally, wi...
To speed up the creation of new basic CDS views, based on existing tables, I came up with this little report which I would like to share.
You start it with a table name, e.g. vttk (table from SAP standard for which currently no CDS view is delivered...
I would like to create a CDS that provides a template for creating CDS from tables.
For this purpose, I would like to remove the spaces in database field dd04t.scrtext_l (long text of fields).
How can I do this?
The simple
replace( dd04t.scr...
You can of course use local classes for attributes in your global class, e.g. data mo_substitution type ref to lcl_substitution.You have to define them in the separate tab "Class-relevant Local Types" in Eclipse. In SAPGUI, you can access it via menu...
For anyone wondering how to access CL_TPDA_TOOL_DIFF in the debugger:Method 1:Go to the „Diff“ register card (tab).Method 2:Use the „Variable Fast Display“ window/tool.Add both variables (can be anything, e.g. tables) to the variable list.Mark them (...
I like that a copy of the documentation is in every SAP system.
As it is text, I am confident that it uses up only a tiny amount of total system space.