• 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. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
...     <xsl:value-of select="data_publikacji"/>               </DATE_OF_PUBLISHING>               <;CURREN ...
Created on 06 April 2020
2. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... 8" >     <Currency CrossOrder="0" Kod="USD" CurrencyCode="USD">             <Unit>1</Unit>      & ...
Created on 06 April 2020
3. 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
4. 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 ...
Created on 28 July 2019
5. ALV Grid in the nutshell: Field catalog - currency
(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
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 - 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
9. 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
10. ALV Grid in the nutshell: Field catalog - icon
(ALV Grid in the nutshell)
... to SE16 or SE16N and display the content of a table ICON. You’ll see then how icons looks in your current SAP GUI theme.   Figure 38 Content of ICON table     ...
Created on 24 June 2019
11. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  LVC tab name currency type lvc_curr ALV control: Currency unit cfieldname type ...
Created on 24 June 2019
12. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... t 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 c ...
Created on 06 June 2019
13. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... d with the organisation of 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  ...
Created on 02 April 2019
14. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
... tion-screen then program RSDBRUNT is called which is manipulating the output of the selection screen and also the GUI status.  After some debugging I found interesting global variables there: CU ...
Created on 21 November 2018
15. ATC Pseudo Comments list
(Tips)
... DED_CHECK 1025 W Function module exception missing ARG_OK   CL_CI_TEST_EXTENDED_CHECK 1400 N CURR field produced without CURRENCY Addition  ...
Created on 26 September 2018
16. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... ring.   private section.     data: current_id type i.     methods check_component       imp ...
Created on 20 August 2018
17. How to extend the time between SAP license installations on NPL
(Tricks)
... irtual 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 ...
Created on 03 August 2018
18. ABAP Favorites Eclipse plugin
(How to...)
... ption you can setup a folder to be project independent. This will make that doesn’t matter on which SAP system you have currently active editor/GUI, the folder will be visible. If you’ll make your folder p ...
Created on 29 June 2017
19. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
... of 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 ...
Created on 09 October 2016
20. Why I like to code in ABAP in Eclipse
(Thoughts)
... 4.       Cons and Pros of current version And now let’s go end see what are the most important cons and pros of AiE (according to me of course): a.       ...
Created on 27 May 2016
21. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
...      methods set_tabname       importing         value(iv_value) type lvc_tname .     methods set_currency ...
Created on 10 January 2016
22. 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
23. AiE (ADT) dark theme settings
(How to...)
... be probably asked to reopen all current tabs.     The view which will come will not be the best. As only Eclipse theme has changed but not the ADT color settings.     You can now ...
Created on 16 July 2015
24. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
... etc. Each of this function code should have dynamic function text with pattern ZCA_AB_DYNAMIC_GUI=>BUTTONS-Fxx where Fxx you have to replace by current function code. Additionally to application ...
Created on 11 July 2015
25. 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 ...
Created on 28 April 2015
26. Mass replace popup for ALV grid
(Tips)
...    call function 'RS_REFRESH_FROM_SELECTOPTIONS'     exporting       curr_report           = sy-repid ...
Created on 27 April 2014
27. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
... current allocation of components (CP_CL_P_OPR_ALLOCATION_PROVIDE). We need to do it in order to delete current allocation. 4) Deletion is done with CM_CL_P_COM_DELETE and saved with CP_CC_S_SAVE. Deletion ...
Created on 18 April 2014
28. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... will return you a table 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 ...
Created on 31 March 2014
29. Enhanced MB51 Part 3 - Get selection parameters
(Tricks)
...      call function 'RS_REFRESH_FROM_SELECTOPTIONS'          exporting       curr_report     = i_progname ...
Created on 27 March 2014
30. Characteristic's own input screen - Part 8 - example of use
(How to...)
...  *    et_objvalueschar   = et_objvalueschar *    et_objvaluescurr   = et_objvaluescurr     e_data             = fs_class-data ...
Created on 17 November 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
BAPI CHARACT GETDETAIL ZCL FALV DYNAMIC STATUS - for full screen or popup FREE SESSION CHECK REUSE ALV VARIANT ALV GRID IN THE NUTSHELL LVC FCAT ALV GRID GUI GRID DELETE MTK cookies ALV Grid in the nutshell Field catalog - fix column Create fieldcatalog from internal table FIX COLUMN Copying is not poss SCMS XSTRING BINARY ABAP Favorites Eclipse plugin DARK THEME GET SELECTED ROWS QFIELDNAME SAVE USER SETTINGS How to copy BOM using CEWB Function Modules SUBTOTAL TEXT SAP NPL DISPLAY PRAGMA Free global data of a program at once PLUGIN Copy routing create on a base of existing one REFRESH FROM SELECTOPTIONS Field catalog - no out MESSAGE HANDLER RM07DOCS TEACH ABAP OBJECTS EXPORT TO MEMORY ID ALINK CONNECTION GTUPDATE ECLIPSE CVAPI DOC CHECKOUTVIEW VIDEO ABAP TEST COCKPIT ESRUO ZDEMO FALV06 - Grid Layout settings Mark field SYM SAPGUI SET FUNCTIONCODE ESDUS SAP TechEd F4 Help for external date MEREQ FACTORY FILL MDLB EBAN FIELDCATALOG Speed-up your Eclipse installation Field catalog - sp group - Group key RELEASABLE RSBCS EXAMPLE EMAIL SIMPLE BOM MEPO
  • 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

  • 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
  • ALV Grid in the nutshell: Field catalog - rollname

Most Read

  • Create XLSX/MHTML file from internal table in background
  • Refresh ALV GRID and keep position and current cell
  • Call standard F4 search help with customized parameters
  • FALV (Fast ALV Grid)
  • Dynamic GUI STATUS & TITLE with ABAP code
  • 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
  • Subtotal lines of ALV GRID OO as content separator
  • Create fieldcatalog from internal table
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • EWB Components allocation to routing operation (multilevel BOM)
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • Popup with multi-select ALV
  • Save message with attachment in Outlook's Drafts

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.