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
...
... just to show you, that in this case the sequence of the field doesn’t matter.
Figure 123 ZDEMO_AIN_CL46 FCAT with COL_ID and COL_POS filled
As you will notice on the screen, now field ...
... Maybe just for information and for Report-Report interface, where this field is use as one of the matching criteria for selection-screen parameters.
As you can see on the next image, although I gave ...
As you can imagine, INTTYPE is just a presentation of DATATYPE in internal SAP format in most of cases. I wrote most of cases because it can also say if the field in internal table is a reference to other ...
DATATYPE field has small influence on the way the column is displayed. You can omit this field and then ALV grid will automatically fill this field and additionally JUST, OUTPUTLEN, INTTYPE, INTLEN and ...
... column
Just to show you where this information comes from, here it comes the view from SE11 and data element S_CONN_ID.
Figure 89 SE11 for S_CONN_ID
...
... have a field that have maximum length of few characters but the description of the column is long. In such case with OUTPUTLEN you can decide if you want to adjust the column width to the width of the ...
... with the AUTHORITY-CHECK, just assume that you want to display one or two columns only to specific users that have the authorization for it ( like simple sales margin). After checking the authorization, ...
DO_SUM is very helpful when you want to assure that some of the numeric fields are summarized directly after the output, without interaction from the user side. In order to do so, just put the ‘X’ or ABAP_TRUE ...
... work correctly.
Figure 61 ZDEMO_AIN_CL26 Setting FIX_COLUMN
Just make sure that you do not setup too much field like this, as it can happen that on small screens users will ...
... 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 ...
...
Don’t try to find anything in this program, that was not needed just to quickly display the data on the grid. There is no GUI Status, there is no PBO and PAI handling. I did it on purpose just to create ...
... grid or table there. But maybe I’m just blind.
Personally I’d prefer that SAP would create new controls that would look like the one you can get in every Windows or iOS applications, which you can ...
... for now just the basics information how to start with it.
As you can see on the image bellow, there are few methods and attributes there but the constructor is most important, when you will pass ...
... 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
Pseud ...
... code to Eclipse it looks OK. No errors from syntax check.
Now you can do some refactoring of the types name if you want or just use type T_JSON1 directly in the DESERIALIZE method. ...
... make a backup of the *.vbox file, just in case :-)
Now edit the VBOX file by adding in ExtraData node one additional element that you can copy bellow and save.
...
... If you don’t want that then it’s enough to use Favorites view.
b.Folder & favorite object types
As mention just before there are two type of folders available:
Standard one
For Development ...
... topic although the session last 10 minutes longer than it should be, as I received lots of question during the session.
I haven't watched whole video, I just checked if the voice was recorded correctly, ...
Dark theme is available in Eclipse since a long time, but there were many problems with easy setting of all colors in editors, windows and popups.
Sometimes you had to even adjust your system settings ...
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 ...
... the Developer Hero title and I hope they will do next year, just don't be afraid to vote for them ( I'll not ). One of the advantage of being chosen as the developer hero is a banner with ...
... cl_gui_alv_grid and to force refreshing of SALV just after creation of the object. Then inside the handler for after_refresh event you can set up handlers for other events just for current instance and ...
... the objects in code then you’re in heaven. In eclipse once you want to jump to method or function definition or implementation, you don’t have to save your current work and move to other, you just Ctrl ...
...
MASS_REPLACE
Mass replace function was described in this article and I've decided to include this into FALV project. So you can call it yourself or you can just add function FC_MASS_REPLACE ...
... how to use FALV when you want to use event handlers by your own.
"All" events are handled so you just need to redefine proper method starting from evt_*
"! This is demo for FALV with redefinition of hotspot event handler ...
... already some basic functions available, that's why I'm presenting you just short demo and some screen-shots of the code. I will of course put a nugget here as fast as I'll finish more than ...
... start I'll just mention that persons I've learnt/I'm learning have always at least basic skills in programming but in other languages, therefore I didn't mention here any points about teaching ...