• 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 - col_id - ALV control: Column ID
(ALV Grid in the nutshell)
...  As you will notice on the screen, or while debugging the code, after the method SET_TABLE_FOR_THE_FIRST_DISPLAY is called, the FCAT is changed and so are the COL_ID entries. Now it is equal to COL_POS, ...
Created on 08 June 2020
2. 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
3. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... report 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, ...
Created on 13 April 2020
4. 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
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. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
... nbsp;         </UID>               <TABLE_NUMBER>                 <xsl:value-of select="numer_tabel ...
Created on 06 April 2020
8. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... XML from bank site into internal table, which can be then used inside your code to populate values of  BAPI_EXCHANGERATE_CREATE FM. There are few ways to download the XML to your ABAP code, I ...
Created on 06 April 2020
9. 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
10. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
... DD_OUTLEN on a base of the type of the output table field.   But if you decide to fill it, then on a base of DATATYPE you’ll notice different justification or output length. But still all checks ...
Created on 11 December 2019
11. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
... to get the 5 characters describing the name of the exit. It knows automatically that for output it needs to use CONVERSION_EXIT_NUMCV_OUPUT and for input (in case of editable fields) CONVERSION_EXIT_NUMCV_INPUT. ...
Created on 29 July 2019
12. ALV Grid in the nutshell: Field catalog - tech
(ALV Grid in the nutshell)
... in the internal table that supposed to be displayed, but you do not want to display them. Such field can be used for example during the event handling or displaying totals and subtotals. It can also ...
Created on 29 July 2019
13. ALV Grid in the nutshell: Field catalog - col_pos
(ALV Grid in the nutshell)
... positions of columns 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.    ...
Created on 24 June 2019
14. ALV Grid in the nutshell: Field catalog - fieldname
(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
15. ALV Grid in the nutshell: Field catalog - tabname
(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
16. 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 ...
Created on 24 June 2019
17. ALV Grid in the nutshell: Field catalog - cfieldname
(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
18. ALV Grid in the nutshell: Field catalog - quantity
(ALV Grid in the nutshell)
... in output I’ve modified a bit the table entries, this time field DISTANCE from SPFLI table, where I’ve included decimal places for first row.   Figure 22 Changed entries of SPFLI table ...
Created on 24 June 2019
19. 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
20. ALV Grid in the nutshell: Field catalog - round
(ALV Grid in the nutshell)
... case the value in the internal table was the same 2 571,25.  ...
Created on 24 June 2019
21. 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
22. ALV Grid in the nutshell: Field catalog - exponent
(ALV Grid in the nutshell)
... value set to 3 As you have noticed the value 2 572,25 that you can find in the internal table, will be shown differently but it’s showing exact the same number.      ...
Created on 24 June 2019
23. ALV Grid in the nutshell: Field catalog - icon
(ALV Grid in the nutshell)
... table. The corresponding field should be an CHAR4 field. You can use of course the domain ICON_D as well. In my example I’ve filled all rows with the same icon (ICON_ABAP) during the selection of data ...
Created on 24 June 2019
24. 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.    ...
Created on 24 June 2019
25. 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 ...
Created on 24 June 2019
26. 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
27. ALV Grid in the nutshell: Basic Information
(ALV Grid in the nutshell)
... you decide how many rows and columns the splitter will have. So it’s like a table or even DIV in HTML where you can put your content. You can create multilevel splitters, so if you want you can split the ...
Created on 24 June 2019
28. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... an editable 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, ...
Created on 24 June 2019
29. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... CMD_CUSTOMER fill the I_EXTENSION_CLASSES table with the type of the extension and the name of the class which is extending it. The type of the extension you can find in ZCL_CMD_EXTENSIONS=>CLA ...
Created on 06 June 2019
30. SAP Fiori - HTTP request failed403,,CSRF token validation failed
(How to...)
I've started some time ago a journey with SAP Fiori and first Fiori apps. It was not that smooth as I've expected, but now with experience received during that period I feel more and more comfortable wi ...
Created on 06 June 2019
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
FIELDNAME GUI ALV GRID ABAP Favorites Eclipse plugin ABAP STRUCTDESCR Create fieldcatalog from internal table ZCL FALV COLUMN - column fcat settings ALV GRID CSRF token validation failed How to handle CL GRID events in SALV REUSE VARIANT Range to search in lower case fields ALV Grid in the nutshell Field catalog - fieldname ZDEMO PROVIDE COM OPR ESDUS LVC FCAT READ USER OBJECTS CMD API EXTRACT SETTINGS FALV13 - Mix demo own screen and container By Topic ECLIPSE ALV GRID IN THE NUTSHELL SET SELECTED CELLS Field catalog - no convext FIELDCATALOG TVCPLAP Free global data of a program at once Creating editor for dynamic code SE38 like CURRENT CELL VIA MEREQ GET FACTORY INTLEN GOS MANAGER SALV CONTROLLER METADATA GTGET Field catalog CVIC MAP CONTACT KEY SCMS DOC PSEUDO COMMENTS RM07DOCS About me GUI STATUS ABAP DEVELOPMENTS TOOLS QM ATTACHMENTS CVAPI CHECKOUTVIEW COMPONENTS UPDATE PREPARE SEL DELETE FALV06 - Grid Layout settings Mark field Field catalog - emphasize FREE SESSION CHECK ROWS SUBTOTAL TEXT ABAP TEST COCKPIT MB51 NOLIST Field catalog - lzero and Enhance Your ADT
  • 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
  • GOS - How to add business documents at creation of object
  • Link Attachments of Purchase Requisition to Purchase Order
  • 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.