• Home
  • About me
  • FALV
  • ALV Grid in the nutshell
    • Basic Information
    • Field catalog
  • Articles
    • Tricks
    • FALV (Fast ALV Grid)
    • ALV Grid in the nutshell
    • Tips
    • How to...
    • For beginners
    • Thoughts
  • By Topic
    • ALV
    • ALV OO
    • SALV
    • GOS
    • Selection screen
    • Purchase Requisitions
    • Purchase Orders
    • Attachments
    • Others
    • Characteristics
    • Sample Programs
    • ZIP
    • OLE
    • Mails
    • Routings
    • EWB
    • Excel
  • Keywords
  • RSS
  • Download
  • Home

Total: 50 results found.

Search for:
Search Only:

Page 1 of 2

1. ALV Grid in the nutshell: Field catalog - <span class="highlight">just</span>
(ALV Grid in the nutshell)
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      ...
Created on 24 June 2019
2. ALV Grid in the nutshell: Field catalog - col_id - ALV control: Column ID
(ALV Grid in the nutshell)
... 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 ...
Created on 08 June 2020
3. ALV Grid in the nutshell: Field catalog - domname - Domain name
(ALV Grid in the nutshell)
... 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 ...
Created on 18 April 2020
4. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
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 ...
Created on 18 December 2019
5. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
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 ...
Created on 11 December 2019
6. ALV Grid in the nutshell: Field catalog - rollname
(ALV Grid in the nutshell)
... 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      ...
Created on 12 September 2019
7. ALV Grid in the nutshell: Field catalog - outputlen
(ALV Grid in the nutshell)
... 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 ...
Created on 29 July 2019
8. ALV Grid in the nutshell: Field catalog - tech
(ALV Grid in the nutshell)
... 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, ...
Created on 29 July 2019
9. ALV Grid in the nutshell: Field catalog - do_sum
(ALV Grid in the nutshell)
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 ...
Created on 28 July 2019
10. ALV Grid in the nutshell: Field catalog - fix_column
(ALV Grid in the nutshell)
... 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 ...
Created on 28 July 2019
11. ALV Grid in the nutshell: Field catalog - col_pos
(ALV Grid in the nutshell)
... 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 ...
Created on 24 June 2019
12. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  type lvc_checkb ALV control: Output as checkbox just type lvc_just ALV control: Alignment ...
Created on 24 June 2019
13. ALV Grid in the nutshell: Basic Information
(ALV Grid in the nutshell)
...  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 ...
Created on 24 June 2019
14. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... 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 ...
Created on 24 June 2019
15. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... 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 ...
Created on 06 June 2019
16. ATC Pseudo Comments list
(Tips)
...  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 ...
Created on 26 September 2018
17. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... 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. ...
Created on 20 August 2018
18. How to extend the time between SAP license installations on NPL
(Tricks)
... 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.   ...
Created on 03 August 2018
19. ABAP Favorites Eclipse plugin
(How to...)
... 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 ...
Created on 29 June 2017
20. Speed up your coding with ABAP in Eclipse (SITWRO 2017 session)
(How to...)
... 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, ...
Created on 28 May 2017
21. A new hope for dark side with Darkest Dark Theme for Eclipse
(How to...)
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 ...
Created on 27 February 2017
22. #SAPTechEd 2016 Barcelona
(Thoughts)
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 ...
Created on 10 November 2016
23. SAP TechEd Developer Hero 2016
(Thoughts)
... 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 ...
Created on 09 October 2016
24. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
... 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 ...
Created on 09 October 2016
25. Why I like to code in ABAP in Eclipse
(Thoughts)
... 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 ...
Created on 27 May 2016
26. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
...      methods set_symbol       importing         value(iv_value) type lvc_symbol .     methods set_checkbox       importing         value(iv_value) type lvc_checkb .     methods set_just       importing ...
Created on 10 January 2016
27. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
...    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 ...
Created on 09 January 2016
28. ZDEMO_FALV02 - Full screen with redefinitions
(FALV (Fast ALV Grid))
... 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 ...
Created on 05 January 2016
29. FALV (Fast ALV Grid) - First blood
(FALV (Fast ALV Grid))
... 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 ...
Created on 28 December 2015
30. How to teach ABAP ???
(Thoughts)
... 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 ...
Created on 24 November 2015
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
ALV Grid in the nutshell Field catalog - convexit Delete Routing - piece of cake GUI ALV GRID Field catalog - reprep - ALV control Value is selection criterion for rep rep intf FIELDCATALOG LVC FCAT XML ABAP in Eclipse SAPGUI SET FUNCTIONCODE HEADER HANDLE BAPI OBJCL GETDETAIL ZDEMO FALV11 - Editable Grid settings TIMER ABAP ZIP ABAP in Eclipse - Install PURCHASE ORDER DDSHIFACE GOS - Link Business Documents from PR to PO ROUND DATATYPE ALV GRID JSON2ABAPtype FALV01 - Standard full screen FALV FALV FRONTEND SERVICES GTFILE EXIST FREE SESSION CHECK SYMBOL ALV GRID IN THE NUTSHELL QUANTITY APPEND USER OBJECTS INTLEN SELECTED ROWS DELETE FILENAME SLICENSE Field catalog - reptext Heading Field catalog - outputlen PERIOD AND DATE CONVERT INPUT ZERO READY FOR SALV CONTROLLER METADATA GTGET HTTP CLIENT STRUCTDESCR REUSE DISPLAY Classifications - Part 4 - example of use COMP REQUIREMENT GET GLOBALS FROM SLVC FULLSCR REFRESH SELECTOPTIONS LOOP AT SCREEN BOM COPY CHART ENGINE DESCRIBE NAME RM07DOCS MMIM REP CUST Field catalog - icon PROCESS
  • Laserowe usuwanie blizn Tychy
  • Laserowe usuwanie zmarszczek Tychy
  • Paznokcie hybrydowe Tychy
  • Paznokcie tytanowe Tychy
  • Salon Kosmetyczny Tychy
  • Trycholog Tychy
  • Wypadanie włosów Tychy
Tweets by abapblog

Eclipse Plugins for ABAP

ABAP Favorites

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

ABAP ADT Extensions

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

ABAP Quick Fixes

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

 

Latest Articles

  • ABAP in Eclipse - Install, Configure, Use, and Enhance Your ADT
  • ALV Grid in the nutshell: Field catalog - col_id - ALV control: Column ID
  • ALV Grid in the nutshell: Field catalog - dfieldname – Fieldname for column group
  • ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
  • ALV Grid in the nutshell: Field catalog - sp_group - Group key
  • ALV Grid in the nutshell: Field catalog - domname - Domain name
  • ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
  • ALV Grid in the nutshell: Field catalog - reptext – Heading
  • ALV Grid in the nutshell: Field catalog - lowercase - Lowercase letters allowed/not allowed
  • ALV Grid in the nutshell: Field catalog - intlen - Internal Length in Bytes
  • Downloading Exchange Rates from NBP (National Bank of Poland)
  • Downloading Exchange Rates from Central Bank of Turkey
  • ABAP Extensions - Automatic Logon
  • ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
  • ALV Grid in the nutshell: Field catalog - datatype

Most Read

  • Create XLSX/MHTML file from internal table in background
  • Refresh ALV GRID and keep position and current cell
  • FALV (Fast ALV Grid)
  • Call standard F4 search help with customized parameters
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create XLSX file from internal table in background v2
  • ATC Pseudo Comments list
  • Create fieldcatalog from internal table
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • Link Attachments of Purchase Requisition to Purchase Order
  • GOS - How to add business documents at creation of object
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • Subtotal lines of ALV GRID OO as content separator
  • Popup with multi-select ALV

Latest Comments

ABAP code and articles provided on http://abapblog.com, if it is not statet otherwise, were created by Łukasz Pęgiel. You can use the code in your SAP instance for commercial and non-commercial use without any warranty from side of the author. You cannot sell the code as a full program or a part of it.
Replicating of the articles and code is prohibited unless the agreement of the author is given to you. 

Bootstrap is a front-end framework of Twitter, Inc. Code licensed under MIT License. Font Awesome font licensed under SIL OFL 1.1.