... Keys
In the call of SET_TABLE_FOR_FIRST_DISPLAY I’ve added the texts for the groups.
Figure 110 Call of SET_TABLE_FOR_FIRST_DISPLAY with special groups
Now, after launching ...
This field allows us to set (or change) the header text of the column. It can consist up to 55 characters in lowercase mode. When you use data dictionary reference ( REF_FIELD, REF_TABLE ) it is populated ...
... than in your ABAP code in plain text.
So lets assume you have an RFC destination that points to https://tcmb.gov.tr/kurlar/today.xml. It will look like this:
The XML behind ...
... he possibility to put the password in.
The popup is very simple to use. Once you enter the password, you can choose if you want to store the password in plain text or encrypted.
...
... 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 ...
... very helpful for explaining the user the meaning of the column.
Figure 81 ZDEMO_AIN_CL34 Tooltip of an column
Additionally if you’ll not use SELTEXT field, then ...
SELTEXT is one of the fields that are linked to the texts of the grid columns. This particular one is responsible for displaying the name of the column in the change/display of layout popup. ...
...
Figure 68 ZDEMO_AIN_CL29 hiding of columns
In this case I’ve also filled the REPTEXT column, in order to show you that it is possible to move the columns to display. If I wouldn’t do that, ...
... ation folder.
Then use any text editor to add this parameters into INI file. It's important that the Eclipse will not be running at this time.
-XX:+UseG1GC
-Xms2048m
-Xmx8192m
-XX:PermSiz ...
... ion as I've attached the whole table bellow, hopefully it will help you to find the correct pseudo comment if the code cannot be adjusted in your opinion.
Test Class
Code
Kind
Text
P ...
...
Button function code, please use one of constants B_xx.
IV_TEXT
Optional - button text
IV_ICON
Optional - button icon
IV_QINFO
Optional - tooltip ...
When you're used to create buttons in ALV Grid dynamically then you think why SAP doesn't allow create dynamically buttons on GUI STATUS. You can change icon or text if you defined that function ...
... a base of that messages or SAP_GUI_PROGRESS_INDICATOR is called. When you'll open this method and look on the import parameters, then you'll notice that you can pass simply any text ...
... As this is the first version, it can contains still some bugs and it could be written better (constants instead of texts, etc..) . Gameplay also available at YT.
Any feedback is appreciated! ...
... parameters and "WITH" separator (text element S02). Macro add_ss_line adds line for selection screen with parameter description, parameter from, "WITH" separator and parameter to. Macro ...
...
field-symbols: <plan> like line of gt_plan.
selection-screen begin of block exc with frame title text-exc.
parameters: p_path type localfile lower case modif id exc. ...