... 106 Receiver program selection-screen (ZDEMO_AIN_CL41R)
After the first test I saw it is not that simple. I had to use also the method ACTIVATE_REPREP_INTERFACE with proper values, to tell ...
... 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 ...
... no more and no less than a function modules that helps to represent the internal values into understandable or more readable values. An basic example is field MATNR which is 18 characters long in ECC and ...
... you need to set its value to ‘X’.
Figure 70 ZDEMO_AIN_CL30 Setting of Field as Technical
Such setting is very helpful when you have to store some additional values ...
... the values of this column, he will get the message “Desired operation cannot be performed for column”.
Figure 67 ZDEMO_AIN_CL28 Message at try of making sum of DISTANCE field
...
... each unit or currency separately. In other case the values will be summarized without taking in consideration differences in the units.
Figure 64 ZDEMO_AIN_CL27 DO_SUM set for ...
EMPHASIZE allows you to change the colour of the whole column if there is such need.
This field can be filled with following values:
Space - this means you use the standard behaviour of ALV ...
... layouts, so then the grid looks always the same for them. Personally I leave this almost always empty, but if needed just simply use INTEGER values to setup correct sorting. The demo program that can be ...
... completely omit this field, as if you fill it then nothing will happen, even if you use different values for each field in field catalog.
Figure 16 ZDEMO_AIN_CL07 Tabname filled
...
... in SE16
Now to see the differences, please run program ZDEMO_AIN_CL10 using following units: PMR, DEG, M & empty.
Figure 22 displays the values with three decimal places as PMR is setup to ...
... values. This time -5 was used. You can see on image below that instead of 2 571,25 you can see 275 225 000.
Figure 31 ZDEMO_AIN_CL12 Results with -5 as P_ROUND value
In each ...
With this field, you can setup alignment of the column. You can use one of the following values:
R - Right,
L - Left,
C - Centre,
space – default setting for field type
...
NO_SIGN can be used to hide the sign of the number. For example you have negative values but you want to display it as positive.
In order to show you the behaviour of this settings, I’ve manipulated ...
... codes from GUI Status.
So I've started to change this values during the runtime of the program and I saw that selection-screen is reacting on the changes... this means I have a way ...
... find the parameters that I have used and their values and how you can add them to your installation.
Firstly we need to locate our eclipse.ini file, which can be found in the Eclipse instal ...
... s not passing any contact related values to the main structure. This was really strange behaviour for me. So as always in such kind of situations I've started to search for solution in SCN, then in OSS not ...
... the field to the one shown bellow. The arithmetic calculation is still the same but I've used string expressions to format the value correctly.
Now the values are alway ...
... _GRID
Optional - For internal use in case of popup and full screen FALV
IV_START_ROW
Optional - for popup FALV, if not pass for popup FALV default values are used
IV_START_ ...
... 1001. After pressing button "Confirm" or "Cancel" using FM RS_REFRESH_FROM_SELECTOPTIONS I'm retrieving table with parameters and its values, this table will be exported to the ...
... is committed as in other case there is no possibility to create new allocation. 5) Allocation is deleted, so we can now recreate it with new values. Firstly we need to reload again operation data to memory ...
... a range of the possible values to be able to fulfill the task. Here is how to do it quite fast by doing FM: function z_ab_prep_val_for_case_search.
*"-------------------------------------------------------------------- ...
... values in given characteristic and then throws an update screen. After exiting from the screen it's saving data to database. program zab_classifications_popup.
*--------------------------------------------------------------------* ...
Now it's time to save the values entered into database. I will use here previously created method to move data from reference structure to BAPI tables, then I will read values from database to see ...
Our characteristics update screen was displayed, data was changes so we need to read the reference data and put the values into BAPI structures in order to be able to save the values to database. I will ...
... CTMS_DDB_INIT to initialize memory CTMS_CLASS_DDB to put in memory classification settings CTMS_DDB_SET_VAL_FROM_OBJECT to set values in update screen from existing object (option) CTMS_DDB_SET_VALUE_INTERNAL ...
In previous article I've shown how to move characteristics from reference data to screen values table, this method is doing opposite way from screen values table to reference data structure. ...