... and it is pointed to all ADT users as it covers the topics from installation up to extension of Eclipse. If you have the book, let me know your feedback, as this is most important for an author to ...
... selection of fields to display in layout change window, you’ll be able to choose to see all hidden fields or the hidden fields from the group you’ve created. If you don’t pass the group name into IT_SPECIAL_GROUPS, ...
... deep dive into topic, to understand how we can use this interface and for which purpose.
Seems that, using this interface, you can call from ALV grid an BW Query, SAP Query, ABAP Report Program ...
... automatically from the data element of the referenced field.
Figure 97 Texts of Data Element S_FROMAIRP
When you do not use reference to data dictionary and you set REPTEXT ...
Following the example of downloading exchange rates from Central Bank Of Turkey using transformations, please find bellow the same way for National Bank of Poland.
Again, lets create an RFC destination ...
... XML from bank site into internal table, which can be then used inside your code to populate values of BAPI_EXCHANGERATE_CREATE FM.
There are few ways to download the XML to your ABAP code, I ...
... e automatic logon on your installations.
ABAP Extensions plugin you can find in Eclipse Marketplace or by doing direct installation from this link http://abapblog.com/eclipse/plugin/ABAPFavorites/ ...
... use ROLLNAME, 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 ...
... the value from TOOLTIP will be used as description used to describe the column in the change layout screen.
Figure 82 ZDEMO_AIN_CL34 ABAP Code for Tooltip
Figure 83 ZDEMO_AIN_CL34 ...
...
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 create it manually you can setup it to whatever value you want.
Figure 72 ZDEMO_AIN_CL31 Output length for field CITYFROM
My experience shows that it is useful ...
NO_OUT is useful when you want to hide the field on the output, but still allow users to unhide it on demand. As lots of fields from field catalog, it can be filled with ‘X’ or space (default).
If ...
As you can imagine from the name, NO_SUM does mostly opposite what DO_SUM, but in more secure way. If you don’t want that the field is allowed to be summarized, then set the value of this field to ‘X’. ...
DO_SUM is very helpful when you want to assure that some of the numeric fields are summarized directly after the output, without interaction from the user side. In order to do so, just put the ‘X’ or ABAP_TRUE ...
... window, so the full grid is not visible.
Figure 62 ZDEMO_AIN_CL26 Field catalog fixed on AIRPFROM field
Figure 63 ZDEMO_AIN_CL26 Field catalog fixed on ...
... field
‘LL’ on the beginning of the mask means that the underscore characters of the mask (“_”) will be replaced starting from left side, for example mask ‘LL__:__’ for value 123 will be ...
... positions of columns from field catalog, then it displays the rest. If I would not pass parameter I_STRUCTURE_NAME then only this fields which are in table FCAT would appear on the screen.
...
... from the table and you don’t pass the dictionary name to parameter I_STRUCTURE_NAME of SET_TABLE_FOR_FIRST_DISPLAY method, then it will only display this fields, which are in field catalog.
In ...
... entries from TCURC table). You can leave this field of course empty and in many case you will, especially if you use CFIELDNAME instead.
In many situations changing the of currency here will ...
... in output I’ve modified a bit the table entries, this time field DISTANCE from SPFLI table, where I’ve included decimal places for first row.
Figure 22 Changed entries of SPFLI table ...
If you want to display an icon inside the cell, then you need to setup a value of this field to ‘X’ and additionally you need to put an icon from type-pool ICON into the corresponding field of your internal ...
This field has similar functionality like ICON but instead of better looking icons, you can choose to display old-style ASCII symbols from type-pool SYM. Like in an example of ICON you have to setup the ...
...
Figure 42 ZDEMO_AIN_CL19 Fieldcatalog with alignment
As you can see the columns are using the settings from fieldcatalog correctly.
Figure 43 ZDEMO_AIN_CL19 Results
...
... really simple example. (As you may read it the abapGit version can differ from here)
Figure 1 ZDEMO_AIN_CL01 example of using CL_GUI_CUSTOM_CONTAINER
Of course in order ...
... you, but I hope it will help you in your daily job.
From all available grids as the one to describe I’ve selected CL_GUI_ALV_GRID, which was, or maybe still is, called by many persons ALV OO. ...
... t perfect) class to handle the creation or update of customer master data with CMD_EI_API=>MAINTAIN_BAPI method.
The whole source code is available as current version on Github, from where you c ...
... h it. That's why when I've heard that I need to create an simple app in Fiori to create new incident in our helpdesk system.
Normally it looks very simple both from backend and UI p ...