• 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

Search

Total: 50 results found.

Search for:
Search Only:

Page 2 of 2

31. ALV Grid in the nutshell: Field catalog - ifieldname
(ALV Grid in the nutshell)
Although the SAP name of this field says: “Field name of internal table field”, then I haven’t found any usage of this field. It’s also not filled by SAP when you use SALV for creating field-catalogs. ...
Created on 24 June 2019
32. ALV Grid in the nutshell: Field catalog - round
(ALV Grid in the nutshell)
Round can be used for decimal fields that have no assigned QFIELDNAME or CFIELDNAME fields. Its purpose is to move decimal places left or right. If you want to move decimal places left, then you have to ...
Created on 24 June 2019
33. ALV Grid in the nutshell: Field catalog - qfieldname
(ALV Grid in the nutshell)
QFIELDNAME has the same meaning for quantity fields, like CFIELDNAME for amount fields. This means that we can setup in which column of internal table the information about unit of measure is kept. On ...
Created on 24 June 2019
34. ALV Grid in the nutshell: Field catalog - exponent
(ALV Grid in the nutshell)
This field is used to setup exponent number display for floating point decimals (F) fields. Although it’s not that commonly used field type for display, then it’s important to know that you can manipulate ...
Created on 24 June 2019
35. ALV Grid in the nutshell: Field catalog - key
(ALV Grid in the nutshell)
If you want to setup current field as a key one, you need to fill KEY with ‘X’. When you’ll do this then the field will have blue background and during horizontal scrolling the column will be fixed.  ...
Created on 24 June 2019
36. ALV Grid in the nutshell: Field catalog - key_sel
(ALV Grid in the nutshell)
The description of this fields claims that if you put ‘X’ inside then current field will became a key field that can be hidden, but in fact it has no effect here, as standard key field can always be hidden. ...
Created on 24 June 2019
37. ALV Grid in the nutshell: Field catalog - icon
(ALV Grid in the nutshell)
If you want to display an icon inside the cell, then you need to setup a value of this field to ‘X’ and additionally you need to put an icon from type-pool ICON into the corresponding field of your internal ...
Created on 24 June 2019
38. ALV Grid in the nutshell: Field catalog - symbol
(ALV Grid in the nutshell)
... fieldcatalog value for field SYMBOL to ‘X’ and in the corresponding field of your internal table, you have put the value of the symbol. The corresponding field should be CHAR1 field.   Figure ...
Created on 24 June 2019
39. ALV Grid in the nutshell: Field catalog - checkbox
(ALV Grid in the nutshell)
The name of this field says almost everything about it. If you put an ‘X’ in it, then the column will be displayed as checkbox. The type of the field which is used as checkbox should be set to ABAP_BOOL ...
Created on 24 June 2019
40. ALV Grid in the nutshell: Field catalog - just
(ALV Grid in the nutshell)
...  Figure 42 ZDEMO_AIN_CL19 Fieldcatalog with alignment As you can see the columns are using the settings from fieldcatalog correctly. Figure 43 ZDEMO_AIN_CL19 Results    ...
Created on 24 June 2019
41. ALV Grid in the nutshell: Field catalog - lzero
(ALV Grid in the nutshell)
This field allows manipulation of visibility of leading zeros. One of the most common example is the material number (MATNR), when there is no letter inside the name of material, it is stored in database ...
Created on 24 June 2019
42. ALV Grid in the nutshell: Field catalog - no_sign
(ALV Grid in the nutshell)
NO_SIGN can be used to hide the sign of the number. For example you have negative values but you want to display it as positive. In order to show you the behaviour of this settings, I’ve manipulated ...
Created on 24 June 2019
43. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
Field catalog is one of most important tables that is used in ALV Grid. In most cases you’ll create it manually or at least after automatic creation, you’ll update its content, as most of the columns settings ...
Created on 24 June 2019
44. Retro ASCII symbols in ALV Grid table
(How to...)
...  grid->set_table_for_first_display(   changing     it_fieldcatalog               = fcat     it_outtab                     = symbols   exceptions     others                        = 1 ).  ...
Created on 03 June 2018
45. Create XLSX file from internal table in background v2
(Tricks)
...              r_salv_table = data(salv_table)           changing             t_table      =  ).           data(lt_fcat) = cl_salv_controller_metadata=>get_lvc_fieldcatalog(                                    r_columns      = salv_table->get_columns( ) ...
Created on 01 June 2018
46. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
...        exporting         i_event_id =  sender->mc_evt_delayed_change_select       exceptions         error      = 1         others     = 2     ).     if sy-subrc  0.     endif.     sender->get_frontend_fieldcatalog( ...
Created on 09 October 2016
47. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
... as you expected but once you've displayed results and you modify fcat table then you need to use method set_frontend_fieldcatalog to affect grid object. That's why if you'll use Column object ...
Created on 10 January 2016
48. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
... Can be used to change fieldcatalog in fast way. You need only to pass field name to use it.     methods column       importing         value(iv_fieldname) type lvc_s_fcat-fieldname       returning ...
Created on 09 January 2016
49. ZDEMO_FALV07 - Columns (field catalog) settings
(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.    When we want to adapt fieldcatalog ...
Created on 06 January 2016
50. Popup with multi-select ALV
(How to...)
...  *      ir_salv_adapter               = ir_salv_adapter     changing       it_outtab                     =        it_fieldcatalog               = gt_popup_fcat *        it_sort                       = gt_sort ...
Created on 29 April 2014
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
IFIELDNAME ALV GRID IN THE NUTSHELL BINARY RELATION CREATE GUI CHART ENGINE ADT BAPI OUTB DELIVERY CREATENOREF IXML DOCUMENT ALV GRID DOMNAME SAPGUI PROGRESS INDICATOR ALV GRID DOCKING CONTAINER TABNAME SAP Fiori - HTTP request failed403 SYNTAX-CHECK Reset rejection of Purchase Requisition CONVEXIT ABAP Code Retreat CSRF token validation failed ALV Grid in the nutshell PURCHASE REQUISITION SCMS STRING XSTRING Range to search in lower case fields CVAPI DOC GETDETAIL About me FALV PROCESS CUST Retro ASCII symbols in ALV Grid table SAP NPL CFIELDNAME FIELDCATALOG ALINK CONNECTION CTMS CLASS DDB ZCL DYNAMIC STATUS - for full screen or popup ABAP DEVELOPMENTS TOOLS GTINSERT Copying is not poss COPY TSK LOOP READ USER SETTINGS Creating editor for dynamic code SE38 like Mass replace popup for ALV grid ECLIPSE ESRUO - MM settings table - Part 3 ROWMARK OPR PROVIDE MTK LVC FCAT REUSE DISPLAY ABAP cookies AiE SALV UTIL INTLEN TYPEDESCR RM07DOCS HOW TO START WITH ALV MB51 NOLIST RSDBRUNT SET SELECTED CELLS HEADER HANDLE MM- GTGET GOS MANAGER
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.