... 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. ...
...
fs_values-key = 'K1'. "key is the value that will be passed to parameter
fs_values-text = 'Text of K1'. "descritpion of paramter shown in listbox ...
...
field-symbols: <char> type bapi1003_charact_r.
data: mt_classdescriptions type standard table of bapi1003_catch_r.
data: mt_classlongtexts type standard table of bapi1003_longtext_r. ...
We know already how to use chart designer and we're able to save/read it's result to/from standard texts. So let's go for most interesting part - rendering the chart. Of course we will need ...