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

Search for:
Search Only:

Page 1 of 2

1. ALV Grid in the nutshell: Field catalog - dfield<span class="highlight">name</span> – Fieldname for column group
(ALV Grid in the nutshell)
I was trying to find an usage of this field in ALV, but I failed. Any of known behaviours of ALV didn’t shown anything on a base of this field.  
Created on 27 April 2020
2. ALV Grid in the nutshell: Field catalog - dom<span class="highlight">name</span> - 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
3. ALV Grid in the nutshell: Field catalog - roll<span class="highlight">name</span>
(ALV Grid in the nutshell)
The main functionality of the ROLLNAME is to provide a data element that will be responsible for showing F1 help on the grid cell. If in data element the documentation is available, then it will be shown. ...
Created on 12 September 2019
4. ALV Grid in the nutshell: Field catalog - field<span class="highlight">name</span>
(ALV Grid in the nutshell)
This field is one of the basic ones in field catalog. It contains the fieldname of internal table that will be used in our grid. Although LVC_T_FCAT is standard table, then this field should be treated ...
Created on 24 June 2019
5. ALV Grid in the nutshell: Field catalog - tab<span class="highlight">name</span>
(ALV Grid in the nutshell)
The name of this field suggest to put here an internal table name, but it seems that it has no function at all. When SAP fills field catalog automatically, then value of this field is set to ‘1’. You can ...
Created on 24 June 2019
6. ALV Grid in the nutshell: Field catalog - cfield<span class="highlight">name</span>
(ALV Grid in the nutshell)
CFIELDNAME can be read as currency field name. When you have in your internal table a field that represents the currency for the amount stored in a field kept under FIELDNAME in field catalog, then you ...
Created on 24 June 2019
7. ALV Grid in the nutshell: Field catalog - ifield<span class="highlight">name</span>
(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
8. ALV Grid in the nutshell: Field catalog - qfield<span class="highlight">name</span>
(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
9. Get file<span class="highlight">name</span> and extension from full path
(How to...)
I guess all of us often had to work with files in ABAP usign some of available FM like 'GUI_UPLOAD', 'GUI_DOWNLOAD' etc. When doing so sometimes there is a need to display in ALV the filename ...
Created on 13 April 2013
10. ALV Grid in the nutshell: Field catalog - col_id - ALV control: Column ID
(ALV Grid in the nutshell)
... & COL_POS filled” on the selection screen, the following FCAT will be build. You ca notice that the COL_ID is different than COL_POS. Additionally after the creation of FCAT, I’ve sorted it by FIELDNAME, ...
Created on 08 June 2020
11. ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
...  Once done, you should create handler for the event and notify ALV grid about it. To do so, you need to declare a method (named hotspot_click in my example) with the addition FOR EVENT HOTSPOT_CLICK ...
Created on 27 April 2020
12. 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
13. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... CITYFROM. According to OSS notes I had to also fill ROLLNAME (Data element) or DOMNAME (Domain), as they are the criteria to assign the sender value into receiver select-option (names of the select-option ...
Created on 13 April 2020
14. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
... a type EXCHANGE_RATES.   CLASS lcl_exchange_rates DEFINITION.   PUBLIC SECTION.     TYPES: BEGIN OF currency,              currency_name TYPE string,              unit          TYPE string, ...
Created on 06 April 2020
15. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
...               isim             TYPE string,              currency_name    TYPE string,              forex_buying     TYPE string,              forex_selling    TYPE string,              banknote_buying  TYPE string, ...
Created on 06 April 2020
16. ABAP Extensions - Automatic Logon
(How to...)
... for the project and allow you to do right click and select the user with which you want to logon. If you double click on the user name, you'll get the popup with the possibility to put the password ...
Created on 04 January 2020
17. ALV Grid in the nutshell: Field catalog - seltext
(ALV Grid in the nutshell)
  SELTEXT is one of the fields that are linked to the texts of the grid columns. This particular one is responsible for displaying the name of the column in the change/display of layout popup. ...
Created on 12 September 2019
18. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
... exits, you can find the by searching of FM that begins with CONVERSION_EXIT_*. You’ll notice that after the second underscore there is a five characters name of the conversion exit, and then _INPUT or ...
Created on 29 July 2019
19. ALV Grid in the nutshell: Field catalog - no_sum
(ALV Grid in the nutshell)
As you can imagine from the name, NO_SUM does mostly opposite what DO_SUM, but in more secure way. If you don’t want that the field is allowed to be summarized, then set the value of this field to ‘X’. ...
Created on 28 July 2019
20. ALV Grid in the nutshell: Field catalog - do_sum
(ALV Grid in the nutshell)
... into the value of this field in the field catalog. One remark, if you’re adding this setting to value or quantity field, make sure that you also fill the QFIELDNAME or CFIELDNAME to have the sum of ...
Created on 28 July 2019
21. ALV Grid in the nutshell: Field catalog - edit_mask
(ALV Grid in the nutshell)
... conversion-exit name.   Using manual mask, where you can use following possibilities:   Each underscore character (‘_’) in the mask will be replaced by the characters of the source field ...
Created on 28 June 2019
22. ALV Grid in the nutshell: Field catalog - col_pos
(ALV Grid in the nutshell)
... from field catalog, then it displays the rest. If I would not pass parameter I_STRUCTURE_NAME then only this fields which are in table FCAT would appear on the screen.   Figure 12 ZDEMO_AIN_CL05 ...
Created on 24 June 2019
23. ALV Grid in the nutshell: Field catalog - currency
(ALV Grid in the nutshell)
... entries from TCURC table). You can leave this field of course empty and in many case you will, especially if you use CFIELDNAME instead.  In many situations changing the of currency here will not make ...
Created on 24 June 2019
24. 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
25. 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
26. 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
27. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
... you’ll find description of all of them, whenever it was possible by me to check their behaviour. Click on the link on the field name (if exists) to get the deeper description and example of usage. Field ...
Created on 24 June 2019
28. ALV Grid in the nutshell: Basic Information
(ALV Grid in the nutshell)
... to display the grid I had to create a SCREEN 0100 which contains custom container area named CC which you can find in Figure 2. The only additional setting for the screen I did was to setup its size to ...
Created on 24 June 2019
29. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... to the structure of the customer in the CMD_EI_API class, so if you're familiar with it, it will be very easy to understand the logic. Anyway even if you don't know the CMD_EI_API, the names of the attributes ...
Created on 06 June 2019
30. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
...              not i_icon is initial ).     field-symbols:  type sscrfields.     data: screenfields_name type string.     screenfields_name =  |()SSCRFIELDS|.     assign (screenfields_name) to . ...
Created on 21 November 2018
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
ALV GRID CMD API deletes contact persons MS07 DARK THEME PURCHASE REQUISITION ZCL FALV LAYOUT - layout settings Speed up your coding with ABAP in Eclipse SITWRO 2017 session IDENTITY MEREQ GET FACTORY BINARY RELATION CREATE UI2 JSON GUI ALV GRID ESRUO COMPONENTS UPDATE PREPARE DATE SCAN ABAP-SOURCE Why I like to code in ABAP in Eclipse Retro ASCII symbols in ALV Grid table SAP CONVERT CSV FORMAT LVC FCAT DELETE USER SETTINGS MB51 ENHANCEMENT ALV GRID IN THE NUTSHELL EWB Components allocation to routing operation multilevel BOM COL POS LOAD COMPLEX ITM COM HTTP CLIENT API EXTRACT RELEASABLE BATTLESHIPS SAVE Speed-up your Eclipse installation SAP TechEd 2016 SAPGUI PROGRESS INDICATOR FIELDCATALOG REFRESH DATA RELEASE ALLOWED HEADER HANDLE MM- GTGET GOS MANAGER SALV LEX ADT SELECT MB51 NOLIST VARIANT FIORI Unlock yourself on the DEV system FILL MDLB FROM EBAN IXML STREAM ECLIPSE ALV Grid in the nutshell Field catalog - exponent Field catalog - sp group - Group key TEACH ABAP Field catalog - no zero ABAP GUI HTML EDITOR DOCUMENT
  • 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.