TOOLTIP, as in any other places in on your PC, is responsible to show short info about the column when you hover your mouse over the column header. It’s very useful when you have a lots of fields in you ...
... add / remove / disable / enable grid toolbar buttons. As you can notice on video with the demo program, all this functions works also during runtime of program.
"! This is demo for FALV grid button adding, deleting, enabling, disabling ...
... activation of Report-Report Interface I’ve created a double click handler in order to run the interface, but you can also use standard toolbar button “Call Up Report” once you select a line or cell in ...
... then if you explicitly don’t set the SELTEXT and TOOLTIP fields, ALV will automatically copy the content of REPTEXT into those fields.
Figure 98 Field catalog with automatic and manual REPTEXT ...
... then the column description, tooltip and column short and long texts are taken from the data element.
Figure 86 ZDEMO_AIN_CL35 Results with ROLLNAME
Figure 87 ZDEMO_AIN_CL35 ...
...
Figure 79 ZDEMO_AIN_CL33 Column description in the layout popup
In case the TOOLTIP field is empty, the value from SELTEXT will be also used as tooltip and will appear when you ...
... on it. It’s very handy to use in that situation, but also it has a limitation that you don’t have GUI toolbar available in here. To display the container I used the same approach as for docking container. ...
... I was cleaning the installations each time I was installing new version of IDE by removing not needed plug-ins, especially that I'm working in Eclipse mainly with ABAP and ADT tools. But even if the installation ...
... favorites
When you open the views for the first time, you have only one possibility, to press “Add folder” button from the view toolbar.
Depending on the view type you can get one of the two screens: ...
... like now?
You'll spot the change directly on logon screen, where there is no white/grey background places anymore.
The toolbar looks much more better and clearer.
The same with breadcrumbs ...
... I was sure that this is the correct way of working, although there were still some improvements to do. 3. AiE Support and development
Before I will write about the tool itself, I’d like to mention ...
...
falv->layout->set_edit( abap_true ).
falv->set_editable( iv_modify = abap_true ).
"show default grid toolbar
falv->layout->set_no_toolbar( abap_false ).
"Add mass replace function to grid toolbar (can be also added to GUI STATUS as well ) ...
... and with redefinition of method I can faster use it
Faster setting of layout and field catalog attributes
Easy switch and copy between popup, full screen and container version
Easy toolbar ...
... screen and container version Easy toolbar handling (in grid and in full screen/popup using Dynamic GUI STATUS & TITLE with ABAP code ) One place to handle user commands of full screen/popup call -> event ...
In my article about cl_progress_indicator I've mentioned that sometimes progress showing is more time consuming than the action which is described by it, so you must be careful when using progress ...
Today I've got a question from Custodio de Oliveira (hope you don't mind mentioning) about Dark Eclipse settings which I'm using. As I know that settings colors in Eclipse for ADT is a pain, ...
... and GUI TITLE. Lets create GUI STATUS firstly and call it DYNAMIC_STATUS. Items on application toolbar will have the same naming pattern Fxx, so F01, F02 etc. Each of this function code should have dynamic ...
... from temporary object to final one. Let's start with attachments, I will move them using cl_gos_service_tools=>move_linked_objects. Importing: I_TEMP_OBJECT TYPE BORIDENT-OBJKEY -> temporary key for ...
... works in two steps, firstly it displays reading log, if it is ok you have to press first button on the toolbar to create allocation. report zab_comp_allocation.
type-pools: cpsc,cmcl, slis.
tables: mapl. ...
... then it's no longer a problem as we can use CL_GUI_CHART_ENGINE together with chart designer provided by SAP. Chart designer is a tool which allows you to create a customizing for your chart and save ...
... not be a problem as you already seen in the code how to get the table with the code to local table. You can also add more functions for example: 'Where used list' (FM 'RS_TOOL_ACCESS') ...