• 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. ZCL_FALV_LAYOUT - layout <span class="highlight">set</span>tings
(FALV (Fast ALV Grid))
... the same principals like Column class. You will find here set methods for each layout field. Directly after calling layout methods, set_frontend Layout is called. Additionally layout class contains name ...
Created on 10 January 2016
2. ZCL_FALV_COLUMN - column (fcat) <span class="highlight">set</span>tings
(FALV (Fast ALV Grid))
Column class was created to be able modify faster the settings of field catalog at any place and time. Each field of field catalog has it set method with only one parameter IV_VALUE which type is equal ...
Created on 10 January 2016
3. ZDEMO_FALV11 - Editable Grid <span class="highlight">set</span>tings
(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. ZDEMO_FALV10 - Color <span class="highlight">Set</span>tings
(FALV (Fast ALV Grid))
... set colors for cells, rows and columns using FALV "! This is demo for FALV full screen with color settings "! done by Lukasz Pegiel for http://abapblog.com report zdemo_falv10. types: begin of t_sflight. ...
Created on 06 January 2016
5. ZDEMO_FALV09 - Cell <span class="highlight">set</span>tings
(FALV (Fast ALV Grid))
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.    Cell settings are possible ...
Created on 06 January 2016
6. ZDEMO_FALV07 - Columns (field catalog) <span class="highlight">set</span>tings
(FALV (Fast ALV Grid))
... can set all fieldcatalog settings. We can do it in two ways which shows this demo program. "! This is demo for FALV full screen with fieldcatalog update "! done by Lukasz Pegiel for http://abapblog.com ...
Created on 06 January 2016
7. ZDEMO_FALV06 - Grid Layout <span class="highlight">set</span>tings + "Mark" fiel
(FALV (Fast ALV Grid))
... some layout settings - like zebra, then you can use layout object which contains setters for all layout fields. Additionally in this object we have "Mark field" which changes behaviur of standard select ...
Created on 06 January 2016
8. AiE (ADT) dark theme <span class="highlight">set</span>tings
(How to...)
Today I've got a question from Custodio de Oliveira (hope you don't mind mentioning) about Dark Eclipse settings which I'm using. As I know that settings colors in Eclipse for ADT is a pain, ...
Created on 16 July 2015
9. ESDUS, ESRUO - MM <span class="highlight">set</span>tings table - Part 3/3
(Tricks)
...   To be sure you get last document you have to select data from ESRUO table directly, sort it by timestamp and get last object. Then update setting of default document for transaction, in my example for ...
Created on 14 April 2014
10. ESDUS, ESRUO - MM <span class="highlight">set</span>tings table - Part 2/3
(Tricks)
ESRUO table and FM which takes care about reading/adding/deleting entries there was described in previous part ( ESDUS, ESRUO - MM settings table - Part 1/3 ), so now is the turn for ESDUS table and SETTINGS ...
Created on 09 April 2014
11. ESDUS, ESRUO - MM <span class="highlight">set</span>tings table - Part 1/3
(Tricks)
... which are created by your Z-transaction you've set up in user-exit that when standard transaction is called, then you leave it to your Z-transaction. In this case often MM transactions remembers last ...
Created on 31 March 2014
12. Re<span class="highlight">set</span> rejection of Purchase Requisition
(How to...)
As promised today I'll put code for a method to reset the rejection of the Purchase requisition. Most of the code is the same like in the check method, in fact even the code is repeated again so you ...
Created on 24 March 2014
13. How to check if for purchase requisition rejection can be re<span class="highlight">set</span>?
(How to...)
Working with Purchase Requisitions in ABAP is quite pleasant job, but sometimes it's not so easy like with other documents types. You cannot easily say if Requisition is rejected and can be reset by ...
Created on 18 March 2014
14. ALV Grid in the nutshell: Field catalog - col_id - ALV control: Column ID
(ALV Grid in the nutshell)
Column ID is not really a special field in ALV. It is always filled automatically by ALV and your manual entries are overwritten and set to the same value as COL_POS (Column position). I’ve prepared ...
Created on 08 June 2020
15. ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
... to show the details of the clicked object, or to move to a transaction in which the object can be modified. As you can imagine, setting column as a HOTSPOT is very easy, you need to pass only the ABAP_TRUE ...
Created on 27 April 2020
16. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
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 ...
Created on 18 April 2020
17. ALV Grid in the nutshell: Field catalog - domname - Domain name
(ALV Grid in the nutshell)
You may suspect that setting up a domain name in the field catalog will make some effect on the display, for example in data type, length, lowercase sign,  but it seems that it has no effect in ALV grid. ...
Created on 18 April 2020
18. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... using RRI. At the beginning I was wondering if configuration in table TRSTI and setting the parameter REPREP to ABAP_TRUE will be enough to call the interface. So I’ve started with filling TRSTI, where ...
Created on 13 April 2020
19. ALV Grid in the nutshell: Field catalog - reptext – Heading
(ALV Grid in the nutshell)
This field allows us to set (or change) the header text of the column. It can consist up to 55 characters in lowercase mode. When you use data dictionary reference ( REF_FIELD, REF_TABLE ) it is populated ...
Created on 13 April 2020
20. 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
21. ALV Grid in the nutshell: Field catalog - intlen - Internal Length in Bytes
(ALV Grid in the nutshell)
As the description says, the meaning of that field is to set the internal length of the field in Bytes. During my whole career as ABAP Developer, I had never filled that field manually. Usually you’ll ...
Created on 13 April 2020
22. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
...            OTHERS                   = 6       ).     IF sy-subrc EQ 0.       client->request->set_method( if_http_request=>co_request_method_get ).       client->send( EXCEPTIONS                      http_communication_failure = 1 ...
Created on 06 April 2020
23. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
...            OTHERS                   = 6       ).     IF sy-subrc EQ 0.       client->request->set_method( if_http_request=>co_request_method_get ).       client->send( EXCEPTIONS                      http_communication_failure = 1 ...
Created on 06 April 2020
24. ABAP Extensions - Automatic Logon
(How to...)
... by using the install button which you can find on the right side of this page.   After installation of update will be able to set the preference if you want to do automatic logon at start of Eclipse ...
Created on 04 January 2020
25. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
... type, or for example a table. Just like DATATYPE, you don’t need to fill this field manually, when you’ll leave it empty, ALV grid will automatically setup a proper type according to referenced internal ...
Created on 18 December 2019
26. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
... Data Type Table 2 Possible data types in NW 7.52 SP04 In the sample program, you can play with the settings of this field, but as mention before, the noticed changes will not be ...
Created on 11 December 2019
27. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
... Conversion Exits In the example program ZDEMO_AIN_CL32 I’ve setup column CONNID to use conversion exit NUMCV. As you see you don’t put the full name of the FM into the CONVEXIT field, it only assumes ...
Created on 29 July 2019
28. ALV Grid in the nutshell: Field catalog - outputlen
(ALV Grid in the nutshell)
OUTPUTLEN can be used to setup the width of the column (if you don’t use automatic column width optimization). When automatically created, usually it have the value of the maximum field width, but when ...
Created on 29 July 2019
29. ALV Grid in the nutshell: Field catalog - tech
(ALV Grid in the nutshell)
... 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 in the ...
Created on 29 July 2019
30. ALV Grid in the nutshell: Field catalog - no_out
(ALV Grid in the nutshell)
... you set it to ‘X’, then as long as user will not unhide it and save it to the ALV variant, it will not be visible on the screen. But as said before it can be unhide using the display options.   ...
Created on 29 July 2019
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
GUI ALV GRID ALV GRID IN THE NUTSHELL ABAP HTML REFRESH TABLE DISPLAY GET OBJECTS CLASS Classifications - Part 2 - Get Object Details ALV GRID LEARN ABAP Endless loop in BADI ME PROCESS CUST REUSE SALV AGGREGATIONS HEADER HANDLE SAVE USER SETTINGS MEPO DOCUMENT RM07DOCS ALV Grid in the nutshell Field catalog - seltext ESDUS FIELDCATALOG FREE SESSION CHECK Free global data of a program at once PURCHASE ORDER ITEM SET CONDITIONS BAPI ROUTING DELETE SMP DYNTXT LVC FCAT Field catalog - col pos SAPGUI FUNCTIONCODE APPEND QM ATTACHMENTS ZIP a file using ABAP ZDEMO FALV09 - Cell settings MEREQ FACTORY IXML LOWERCASE CMD API EXTRACT Creating editor for dynamic code SE38 like Field catalog - datatype JSON2ABAPtype RELEASABLE FALV Fast ALV Grid - First blood CTMS DDB VAL FROM OBJECT ABAP FAVORITES HTTP CLIENT REDISPATCH Copying is not poss Field catalog - inttype - ABAP data type Field catalog - Hotspot - ALV control SingleClick-sensitive TSK PRAGMA COMPONENTS MAINTAIN FALV07 - Columns field catalog settings LZERO CHART ENGINE Dynamic GUI STATUS TITLE with ABAP code Copy routing create on a base of existing one Field catalog - cfieldname
  • 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)
  • Call standard F4 search help with customized parameters
  • ATC Pseudo Comments list
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create fieldcatalog from internal table
  • 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
  • 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
  • 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.