• 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: 35 results found.

Search for:
Search Only:

Page 1 of 2

1. ALV Grid in the nutshell: Field catalog - <span class="highlight">edit</span>_mask
(ALV Grid in the nutshell)
If you are familiar with the WRITE statement, then probably you know the EDIT_MASK addition which allows us to do formatting of the output in two different ways, you can apply the same to the EDIT_MASK ...
Created on 28 June 2019
2. WYSIWYG HTML <span class="highlight">Edit</span>or in ABAP
(Tricks)
I was lately trying to find an HTML WYSIWYG editor for ABAP, but I failed. I though or this was not needed so far, or the solution was not posted anywhere. So I've tried several times and thanks to ...
Created on 20 January 2016
3. ZDEMO_FALV11 - <span class="highlight">Edit</span>able Grid settings
(FALV (Fast ALV Grid))
... your grid editable, you can set whole grid editable in layout, some columns in field catalog and some cells in cells style table. This demo shows it all. "! This is demo for FALV with edit settings ...
Created on 06 January 2016
4. Creating <span class="highlight">edit</span>or for dynamic code (SE38 like)
(How to...)
I had a thought one day to use a code saved in database table for easy change of some calculation rules and I've prepared code to run SE38 like editor for such code. Maybe some of you also had such ...
Created on 17 April 2013
5. ALV Grid in the nutshell: Field catalog - lowercase - Lowercase letters allowed/not allowed
(ALV Grid in the nutshell)
The changes of this parameter are only visible in edit mode and makes sense only for character or string fields. If it is set to ABAP_TRUE (‘X’), then the ALV grid stores in internal table the value in ...
Created on 13 April 2020
6. ALV Grid in the nutshell: Field catalog - intlen - Internal Length in Bytes
(ALV Grid in the nutshell)
... mode, you’ll not notice probably any change When you’ll setup this incorrectly, you may have problems when you allow grid to be editable, for example: When I’ve set the INTLEN to ‘2’ for column FLTIME, ...
Created on 13 April 2020
7. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
... the data entered in edit mode will be done on a base of the real data type of the linked internal table field. Possible data types form system NW 7.52 SP04 can be found bellow. Data ...
Created on 11 December 2019
8. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
Conversion Exit was already mentioned while describing the EDIT_MASK field, but here it is called in a bit different way. Before saying how, it is important to understand the conversion exits. They are ...
Created on 29 July 2019
9. ALV Grid in the nutshell: Field catalog - checkbox
(ALV Grid in the nutshell)
... or any other CHAR(1) type. If you use editable grid then once the checkbox is checked, the cell of the table behind it will be filled with value ‘X’.   Figure 41 ZDEMO_AIN_CL18 Checkbox ...
Created on 24 June 2019
10. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  type lvc_noconv ALV control: Do not consider conversion exit for output edit_mask type lvc_edtmsk ...
Created on 24 June 2019
11. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... the ERP systems using the good old ALV Grid, I’ve decided to finally do it. Personally I don’t see how expert users could easily switch to Fiori or UI5 apps, especially that I haven’t seen so far an editable ...
Created on 24 June 2019
12. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... of the participants cannot access the SAP system of his/hers company (or doesn't want to), I have prepared two instances of SAP Netweaver Developer editions on Google cloud. It was quite easy, because I ...
Created on 02 April 2019
13. Speed-up your Eclipse installation
(How to...)
... looks quite clean, still on my new PC which has lots of RAM and very nice processor the starting time of Eclipse was horrible. Also sometimes I've felt that the performance of the editor is not the best ...
Created on 15 November 2018
14. ATC Pseudo Comments list
(Tips)
...  4 N Call Editor CI_EDITORCALL   CL_CI_TEST_CRITICAL_STATEMENTS 5 N Call Executable Program &1 CI_SUBMIT   CL_CI_TEST_CRITICAL_STATEMENTS ...
Created on 26 September 2018
15. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...            source_editor  type ref to cl_gui_textedit,           results_editor type ref to cl_gui_textedit.     methods: constructor.     methods: create_source_editor.     methods: create_results_editor. ...
Created on 20 August 2018
16. 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
17. ABAP Favorites Eclipse plugin
(How to...)
...  Classes Interfaces Function Groups Function Modules Tables Views Message Classes When you double-click on one of this objects then they will be opened in new Editor tab. c.Adding/Changing/Deleting ...
Created on 29 June 2017
18. 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
19. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
If you follow my blog, then you probably noticed that I'm not keen of SALV class, as it's not editable and you cannot handle all events that you can in cl_gui_alv_grid class. With a small trick ...
Created on 09 October 2016
20. Why I like to code in ABAP in Eclipse
(Thoughts)
... once you put your cursor into variable or method name, directly all occurrences of it will be marked on the side of editor, so you don’t need to use where used list inside the object or program and you ...
Created on 27 May 2016
21. ZCL_FALV_LAYOUT - layout settings
(FALV (Fast ALV Grid))
...         methods set_zebra importing value(iv_value) type lvc_zebra .     methods set_edit importing value(iv_value) type lvc_edit .     methods set_edit_mode importing value(iv_value) type lvc_edmo . ...
Created on 10 January 2016
22. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
... to the field type. Additionally there are two methods set_editable and set_readonly which calls set_edit function with proper value. Example of usage you can find in ZDEMO_FALV07.   If you'll look ...
Created on 10 January 2016
23. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
...  DISPLAY EXCLUDE_FUNCTION COLUMN SOFT_REFRESH SET_MARK_FIELD SET_EDITABLE SET_READONLY ADD_BUTTON DISABLE_BUTTON ENABLE_BUTTON DELETE_BUTTON SET_CELL_DISABLED SET_CELL_ENABLED ...
Created on 09 January 2016
24. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
...    data(falv_redef_copy) = falv_redef->create_by_copy(  ).   falv_redef_copy->display( ).   falv_stand->display( ).   falv_stand_copy->display( ).   falv_redef_copy->column( 'SEATSMAX' )->set_edit( abap_true ). ...
Created on 06 January 2016
25. ZDEMO_FALV12 - Error log
(FALV (Fast ALV Grid))
...    else.    falv = zcl_falv=>create( changing ct_table = sflight ).   endif.   "Add title variable   falv->title_v1 = 'ZDEMO_FALV12'.     "set whole grid editable    falv->layout->set_edit( abap_true ). ...
Created on 06 January 2016
26. ZDEMO_FALV09 - Cell settings
(FALV (Fast ALV Grid))
...                                changing ct_table = sflight    ) .   "Add title variable   falv->title_v1 = 'ZDEMO_FALV09'.   "set whole grid editable   falv->layout->set_edit( abap_true ). ...
Created on 06 January 2016
27. ZDEMO_FALV08 - Mass replace function
(FALV (Fast ALV Grid))
...    "FALV creation with only table passed   data(falv) = zcl_falv=>create( changing ct_table = sflight ).   "Add title variable   falv->title_v1 = 'ZDEMO_FALV08'.   "set whole grid editable ...
Created on 06 January 2016
28. FALV (Fast ALV Grid)
(FALV (Fast ALV Grid))
... FALV although SALV classes are provided by SAP? I know SALV classes although I haven't used them often. The main reason was that they don't provide edit mode. So at the end I've always worked with ...
Created on 04 January 2016
29. FALV (Fast ALV Grid) - First blood
(FALV (Fast ALV Grid))
... but, many doesn't mean everything. Especially that I really like CL_GUI_ALV_GRID class and this that without any tricks I can make it editable in easy way.    My class in not yet finished but it has ...
Created on 28 December 2015
30. How to teach ABAP ???
(Thoughts)
... a program which selects 100 materials from MARA and displays them using CL_GUI_ALV_GRID. Then when it's done ask to change some columns to editable. Then to change some colors for the rows and columns. ...
Created on 24 November 2015
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
ALINK CONNECTION GTUPDATE FIELDCATALOG ALV GRID FRIEND SAVE USER OBJECTS ALV GRID SCAN ABAP-SOURCE DARK THEME GUI CALL TRANSFORMATION SETTINGS ALV Grid in the nutshell Field catalog - key PERIOD AND DATE CONVERT OUTPUT CTMS DDB SET VAL FROM OBJECT LVC FCAT FRONTEND SERVICES GTENVIRONMENT GET VARIABLE IFIELDNAME ALV GRID IN THE NUTSHELL ZDEMO FALV08 - Mass replace function By Topic ABAP TABLEDESCR FALV COMPONENTS REFRESH LOWER CASE ABAP IN ECLIPSE Battleships game two players IXML ELEMENT MAT BOM CREATE COPY MMIM REP CUST INTTYPE APPEND SCMS XSTRING BINARY ADT MESSAGE HANDLER Enhanced MB51 Part 5 - Export from MB51 CLASS CHANGE CREATED VARIANT CSRF token validation failed DFIELDNANE RM07DOCS Field catalog - edit mask ESDUS MAINTAIN GLOBALS SLVC FULLSCR cookies SAP Community Events AUTOMATIC LOGON FILENAME Keywords DOCUMENT HTML VIEWER RELATION GTREAD LINKS BINRELS MS07 ABAP4 CALL TRANSACTION FALV02 - Full screen with redefinitions LOAD
  • Laserowe usuwanie blizn Tychy
  • Laserowe usuwanie zmarszczek 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
  • Create XLSX file from internal table in background v2
  • FALV (Fast ALV Grid)
  • ATC Pseudo Comments list
  • Call standard F4 search help with customized parameters
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create fieldcatalog from internal table
  • Link Attachments of Purchase Requisition to Purchase Order
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • GOS - How to add business documents at creation of object
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • How to handle CL_GUI_ALV_GRID events in SALV
  • Subtotal lines of ALV GRID OO as content separator

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.