On one of my last tweets I have mentioned, that I'm working currently on some fast ALV Grid creation class. I know that we have SALV classes which does many of this what I'm trying to achieve here ...
... screen
When you select the first option - “COL_ID filled”, the FCAT will be created with manual COL_ID.
Figure 121 ZDEMO_AIN_CL46 FCAT with manual COL_ID
As you will ...
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 ...
... 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 the ALV grid, which interface ...
Yesterday I've announced that I'm working on automatic logon to SAP systems on Eclipse. Today the changes in the plugin ABAP Extensions for Eclipse are published and you can use the first version of the ...
... the demo program I’ve used data element S_CONN_ID to show you how does it work.
Figure 85 ZDEMO_AIN_CL35 Selection Screen
On the first sight you can notice that if you’ll use ROLLNAME, ...
... found in Figure 11 can be used to see the difference between standard sorting and own one.
Figure 11 ZDEMO_AIN_CL05 COL_POS
Own sorting firstly takes care about positions of columns ...
... 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 Figure ...
... entry of SFLIGHT table in SE16
As the output of the PRICE column depends now on the currency key stored in CURRENCY column, then you can see in the first row that the price is without decimal ...
... 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 in ...
... be used as QFIELDNAME for DISTANCE.
Figure 27 ZDEMO_AIN_CL11 FCAT with QFIELDNAME
As you can see in the Figure 27, the quantity is displayed differently on first and second row. This ...
... but this is only allowed if the table you would like to display is of type that is kept in dictionary. In other case, you’ll be forced to create the field catalog and pass it as parameter to SET_TABLE_FOR_FIRST_DISPLAY ...
I wrote in previous post, you can’t use this class directly without any effort. First of all, the class itself will not display anything if you’ll not create a container for it. The following containers ...
I've started some time ago a journey with SAP Fiori and first Fiori apps. It was not that smooth as I've expected, but now with experience received during that period I feel more and more comfortable with ...
... on the first event). Additionally for some strange persons like me, that don't eat pizza, I've ordered some salads.
If you eat, you also need drinks, especially for the programmers who changes the coffee ...
... 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 installation folder.
Then ...
... client field
CI_TABL_EXCEPTN
CL_CI_TEST_DDIC_TABLES
39
N
Cross-Client table &1: Secondary index &2 does not have client as first field
CI_TABL_EXCEPTN
...
... for this program is to have class /UI2/CL_JSON in latest version that have a method GENERATE in the first place. On the server in which I was developing this program I had to implement two SAPNotes (2526405 ...
... owner of ADT would say that they will implement this in one of next releases, but instead he encourage me to do it myself.
At first glance it was like WOW I hate Java, why I should do it ...
... wrong value if the print program was called for the second time.
The first output was OK, 8,00 % as value.
But when I directly show again the preview of the same invoice ...
... eclipse! Your changes after synchronisation with Genuitec accounts can be used as a default settings for Darkest Dark theme (of course they must be accepted by moderator firstly).
So how does it looks ...
... I should do from beginning. I used where used function to display where TVCPL table is used and I found two views V_TVCPLAK and V_TVCPLAP.
I started with the first one as from experience I know ...
Hola! although I'm still in Barcelona and the event just finished, I'd like to share with you some first thoughts I have about SAP TechEd 2016 event. You can't imagine how was I happy ...
... to write about why I use AiE. What I like in it and what I dislike. AiE is not perfect (yet) but there are some advantages which you should consider. 1. My first touch with ABAP in Eclipse It ...
...
* iv_contents_bin = iv_contents_bin " Main Document, First Body Part (Binary)
iv_doctype = 'htm' " Document Category
* iv_codepage = iv_codepage " Character Set of a Document ...
... if you have table lvc_t_styl in output table structure. If you want to use FALV way of handling cell settings then you need to firstly set stylefname attribute of layout so then you can use set_cell_xxxx ...
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.
First demo shows how fast ...