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

Search for:
Search Only:

1. ALV Grid in the nutshell: Field catalog - <span class="highlight">currency</span>
(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. 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
3. 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
4. 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
5. 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
6. 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
7. 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
8. 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
9. 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
10. 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
11. Characteristic's own input screen - Part 7 - save characteristic value to databas
(How to...)
...      sort ft_allocvaluesnumnew by charact value_from value_to value_relation  unit_from unit_to.     sort ft_allocvaluescurr by charact value_from value_to value_relation currency_from currency_to. ...
Created on 17 November 2013
12. Characteristic's own input screen - Part 6 - move reference data to bapi structure
(How to...)
...      data: m_p(16) type p.     data: mo_type type ref to cl_abap_elemdescr.     data: m_format type cabn-atfor.     data: m_currency type rctmv-waers.     data: m_atinn type api_vali-atinn.     data: m_objectkey type bapi1003_key-object. ...
Created on 16 November 2013
13. Characteristic's own input screen - Part 5 - show characteristic's own update scre
(How to...)
...            currency_check                = 1           date_check                    = 2           format_check                  = 3           illegal_internal_baseunit     = 4           interval_check                = 5 ...
Created on 14 November 2013
14. Characteristic's own input screen - Part 4 - Move screen values to reference dat
(How to...)
...      data: m_p(16) type p.     data: mo_type type ref to cl_abap_elemdescr.     data: m_format type cabn-atfor.     data: m_currency type rctmv-waers.     if c_data is initial.       raise no_data_to_change. ...
Created on 14 November 2013
15. Characteristic's own input screen - Part 3 - Move reference data values to scree
(How to...)
...                      type any,                     type api_vali.     data: m_p(16) type p.     data: mo_type type ref to cl_abap_elemdescr.     data: m_format type cabn-atfor.     data: m_currency type rctmv-waers. ...
Created on 14 November 2013
16. Characteristic's own input screen - Part 1 - Convert Values To Floa
(How to...)
... my reference data structure to bapi tables (in order to save it) - method to save characteristic value - method to convert values from standard type (date, char, number, currency) to characteristic value ...
Created on 31 August 2013
17. Classifications - Part 2 - Get Object Details
(How to...)
... to get the type of the field (needed for proper conversion) and FM KKEK_CONVERT_FLOAT_TO_CURR to convert currency values stored as float on database into currency fields.   Importing: i_object type bapi1003_key-object -> ...
Created on 18 May 2013
18. Classifications - Part 1 - prepare structure for class data
(How to...)
...        "CURRENCY FROM       clear: ms_comp.       ms_comp-name = 'CURRENCY_FROM'.       ms_comp-type ?= cl_abap_elemdescr=>describe_by_data( p_data = ms_charact_detail-currency  ). ...
Created on 17 May 2013


Łukasz Pęgiel
BAPI CHARACT GETDETAIL ALV GRID About me FALV MEREQS EBAN LOOKUP ALV GRID IN THE NUTSHELL BCS MESSAGE CVIC MAP CONTACT SALV TABLE ALV Grid in the nutshell Field catalog - emphasize Secure call of starting new task using RM FREE SESSION CHECK CTMS DDB SET VAL FROM OBJECT ALINK CONNECTION GTFIND FIELDCATALOG HOW TO START WITH ALV GUI HTML VIEWER RM07DOCS SAVE USER SETTINGS ABAP EXTENSIONS GROUP ALV GRID READ OBJECTS COMMIT WORK EXCHANGERATE CREATE REFRESH SELECTOPTIONS chart designer OLE2 LVC FCAT QFIELDNAME POPUP ROWMARK How to select proper configuration entry SAPGUI PROGRESS INDICATOR QUANTITY SCAN ABAP-SOURCE Field catalog - tooltip ABAP DEVELOPMENTS TOOLS Save message with attachment in Outlook's Drafts CONTROLLER METADATA GTGET ACR SCMS XSTRING BINARY REUSE DISPLAY SAP TechEd 2016 FRONTEND SERVICES EXECUTE APPEND PURCHASE REQUISITION GOS MANAGER EXTENSION Copy routing create on a base of existing one BOM PROVIDE MBM VARIANT CONTENTS Field catalog - qfieldname AiE TVCPLAK Create a nice looking chart with CL
  • 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)
  • 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
  • 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.