Group key is not widely used but it has nice feature. Once you group the field catalog fields and you pass the group name into parameter IT_SPECIAL_GROUPS of method SET_TABLE_FOR_FIRST_DISPLAY, then in ...
One of the standard requests that comes with every SAP implementation is automatic download of exchange rates to your system. Today I will show you on an example of Central Bank Of Turkey, how to transform ...
If you want to setup current field as a key one, you need to fill KEY with ‘X’. When you’ll do this then the field will have blue background and during horizontal scrolling the column will be fixed.
...
The description of this fields claims that if you put ‘X’ inside then current field will became a key field that can be hidden, but in fact it has no effect here, as standard key field can always be hidden. ...
... the five custom function codes on selection-screen? Well, definitely I have and it was really annoying as I wanted to be able to dynamically assign the slection-screen function key depending if it's already ...
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 ...
FIX_COLUMN can be useful when you have a lots of fields in the field catalog and you want to make sure that some of the key fields are always visible, for example sales order number and position or posting ...
... as key field, as in fact it is. If you fill this field manually, then please remember to put the field names in UPPER CASE.
You have to also remember that if field catalog will not contain all fields ...
When you have a field that contains an amount, for example net value of an sales order, then in order to show it correctly in the grid you should fill or this field with an value of currency key (one of ...
... should place its name here. The output of the cell will be then based on a currency key kept in the same row of the internal table, in the corresponding field.
In the sample program ZDEMO_AIN_CL09 ...
QUANTITY field is very similar to CURRENCY. The difference here is that you don’t keep currency key here, but unit of measure, for example M for meters or KG for kilograms. Again to show you the difference ...
... to find other solution and as only Read method was possible, I've tried to use this one.
First of all I had to change the model. I've setup all the fields beside the ID of the incident to a key field. ...
This is funny story, I tend to lock myself many times on the DEV system because of the wrong typing of the password. Mainly it happened when I switch the layout of the keyboard in Windows from Polish to ...
...
5
W
Generically Buffered Key Area not Completely Specified for Table &1
CI_GENBUFF
CI_SGLSELECT
CL_CI_TEST_SELECT_TAW_BYBUF
6
W
SELECT on Client-Specific ...
...
end of t_hierarchy,
tt_hierarchy type standard table of t_hierarchy with default key.
constants: c_components type string value '&&components&&'.
data: hierarchy type tt_hierarchy. ...
... your methods and magic Ctrl+1 allows you to adjust quickly all parameters .You can use some basic HTML there also.
vii. ABAP Keywords colors – since few versions of AiE you can color as ...
...
assign (gos_path) to .
if is assigned and is not initial.
data(object) = value borident( objkey = i_viqmel-qmnum ).
select single qmtyp into data(qmtyp)
from tq80
where qmart eq i_viqmel-qmart. ...
... our program to keep GUI STATUS and GUI TITLE. I will call it ZAB_DYNAMIC_GUI_STATUS. In the source code you do not need to put anything beside report keyword. "! Dummy program for keeping GUI STATUS and TITLE ...
... And we activate GOS with temporary object name if we're in creation mode:
clear g_gos_ident.
if g_creation_mode is initial.
g_gos_ident-objkey = g_banfn.
clear p_no_commit.
else. ...
... ACTION is responsible for the identification of program or transaction or object for which the settings are stored. ELEMENT keeps the setting key (name) and ACTIVE keeps the value. Usage and names ...
... easier to understand. So ESROU table contains last used MM objects used by each user. Objects are stored by it's BUS object name, so for example last used purchase orders are kept with key USERNAME ...