• 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. ALV Grid in the nutshell: Field catalog - <span class="highlight">curr</span>ency
(ALV Grid in the nutshell)
When you have a field that contains an amount, for example net value of an sales order, then in order to show it correctly in the grid you should fill or this field with an value of currency key (one of ...
Created on 24 June 2019
2. Refresh ALV GRID and keep position and <span class="highlight">curr</span>ent cell
(Tricks)
... than oryginal one. I must have had mind eclipse at the time :-) . Excuse me for that. So to keep scroll position and current cell we will need to use  following methods of CL_GUI_ALV_GRID: get_scroll_info_via_id ...
Created on 22 April 2013
3. 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
4. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
...      TYPES: BEGIN OF currency,              cross_order      TYPE string,              kod              TYPE string,              currency_code    TYPE string,              unit             TYPE string, ...
Created on 06 April 2020
5. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
...  Client CUKY Currency Key for Currency Field CURR Currency Field in BCD Format DF16_DEC ...
Created on 11 December 2019
6. ALV Grid in the nutshell: Field catalog - do_sum
(ALV Grid in the nutshell)
... each unit or currency separately. In other case the values will be summarized without taking in consideration differences in the units.   Figure 64 ZDEMO_AIN_CL27 DO_SUM set for DISTANCE ...
Created on 28 July 2019
7. 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
8. ALV Grid in the nutshell: Field catalog - quantity
(ALV Grid in the nutshell)
QUANTITY field is very similar to CURRENCY. The difference here is that you don’t keep currency key here, but unit of measure, for example M for meters or KG for kilograms. Again to show you the difference ...
Created on 24 June 2019
9. 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
10. 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
11. 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
12. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  currency type lvc_curr ALV control: Currency unit cfieldname type lvc_cfname  ...
Created on 24 June 2019
13. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... perfect) class to handle the creation or update of customer master data with CMD_EI_API=>MAINTAIN_BAPI method. The whole source code is available as current version on Github, from where you can instal ...
Created on 06 June 2019
14. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... such event in the company you give the company possibility to be visible on this hard employee market, that we see currently in most of the countries. As previously, my company Hager Group, has given ...
Created on 02 April 2019
15. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
... is manipulating the output of the selection screen and also the GUI status.  After some debugging I found interesting global variables there: CURRENT_SCREEN and CURRENT_SCR.  CURRENT_SCREEN contained ...
Created on 21 November 2018
16. ATC Pseudo Comments list
(Tips)
...  1400 N CURR field produced without CURRENCY Addition UOM_IN_MES   CL_CI_TEST_EXTENDED_CHECK 1401 N UNIT field produced without UNIT addition UOM_IN_MES ...
Created on 26 September 2018
17. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...      methods: build_structure importing i_data type ref to data                              exporting e_data type string.   private section.     data: current_id type i.     methods check_component ...
Created on 20 August 2018
18. How to extend the time between SAP license installations on NPL
(Tricks)
... machine will use current BIOS time, so it is crucial to always close VM using this option! PS: One of the advantage of this trick is that once a year the license on DB level expires and not always ...
Created on 03 August 2018
19. ABAP Favorites Eclipse plugin
(How to...)
...      Folders are containers for your favorites. Beside name and description you can setup a folder to be project independent. This will make that doesn’t matter on which SAP system you have currently ...
Created on 29 June 2017
20. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
... cl_gui_alv_grid and to force refreshing of SALV just after creation of the object.  Then inside the handler for after_refresh event you can set up handlers for other events just for current instance and ...
Created on 09 October 2016
21. Why I like to code in ABAP in Eclipse
(Thoughts)
... on SCN or Twitter some new option was added. And when you face a bug in Eclipse, they are also there to help and solve the issue.   Cannot say more than BRAVO! 4.       Cons and Pros of current version ...
Created on 27 May 2016
22. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
...      methods set_currency       importing         value(iv_value) type lvc_curr .     methods set_cfieldname       importing         value(iv_value) type lvc_cfname .     methods set_quantity ...
Created on 10 January 2016
23. FALV (Fast ALV Grid) - First blood
(FALV (Fast ALV Grid))
On one of my last tweets I have mentioned, that I'm working currently on some fast ALV Grid creation class. I know that we have SALV classes which does many of this what I'm trying to achieve here ...
Created on 28 December 2015
24. AiE (ADT) dark theme settings
(How to...)
...     At Luna and Mars version you have Dark theme available, which was based on MoonRise theme as long as I remember.     Once you've change the theme, you'll be probably asked to reopen all current ...
Created on 16 July 2015
25. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
... function text with pattern ZCA_AB_DYNAMIC_GUI=>BUTTONS-Fxx where Fxx you have to replace by current function code. Additionally to application toolbar, fill also function keys for save, up, back, exit, ...
Created on 11 July 2015
26. CL_PROGRESS_INDICATOR VS direct call of SAPGUI_PROGRESS_INDICATOR
(Tips)
... but often we're putting it into code, when program runtime is quite long ( more than 1 minute) and we want to show the users that program is running and we're currently at step m of n.  Since I ...
Created on 28 April 2015
27. Mass replace popup for ALV grid
(Tips)
...        curr_report           = sy-repid * IMPORTING *   SP                    = SP     tables       selection_table       = et_rsparams    exceptions      not_found             = 1      no_report             = 2 ...
Created on 27 April 2014
28. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
... BOM. You'll find here a form ITEM_CHECK which do the manipulation of the table.  3) After it's done we need load operation data (CP_CC_S_PROVIDE_COM_BY_OPR) and current allocation of components ...
Created on 18 April 2014
29. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... with a list of last used object for given user or if parameter IUNAME is not passed then for current user. Two additional parameters MAXANZ and MAXSTORE are responsible for clearing ESRUO table, if number ...
Created on 31 March 2014
30. Enhanced MB51 Part 3 - Get selection parameters
(Tricks)
...   call function 'RS_REFRESH_FROM_SELECTOPTIONS'          exporting       curr_report     = i_progname     tables       selection_table = it_seltab     exceptions       not_found       = 1 ...
Created on 27 March 2014
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
Speed up your coding with ABAP in Eclipse SITWRO 2017 session FIELDCATALOG BAPI ROUTING DELETE ZDEMO FALV10 - Color Settings GUI CHART ENGINE FALV LVC TRANSFER SLIS ALINK CONNECTION GTDELETE ALV GRID IN THE NUTSHELL ALV GRID CFIELDNAME APPEND USER OBJECTS REUSE DISPLAY ABAP TYPEDESCR COL UPPER CASE IXML STREAM FACTORY REJECTION ALLOWED ALV GRID SET SELSCREEN STATUS HTTP CLIENT Create a nice looking chart with CL ENGINE - Part 1 - Chart Designer DARK THEME DARKEST DARK THEME FCAT Load variant to single subscreen selection screen CLAF CLASS ABAP IN ECLIPSE LOAD COMPLEX ITM Selection Screen - Part1 - Parameters MB51 NOLIST RM07DOCS FROM ISTREAM OLE2 OBJECT FALV05 - Adding Removing Disabling grid toolbar SALV CONTROLLER METADATA ECLIPSE GET DDIC FIELD LIST ALV Grid in the nutshell Field catalog - quantity Field catalog - Hotspot - ALV control SingleClick-sensitive SAPGUI PROGRESS INDICATOR MEPO151 Enhanced MB51 Part 2 - Structure for data BOM COPY REFRESH SELECTOPTIONS COC1 FEATURE CHECK MEPO DOCUMENT PROCESS CUST GOS MANAGER CTMS DDB VALUE ONLINE ABAP Extensions - Automatic Logon
  • 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
  • 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
  • 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.