• 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...)
... "/>               </TABLE_NUMBER>               <DATE_OF_PUBLISHING>             ...
Created on 06 April 2020
2. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... has following structure: <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="/isokur.xsl"?> <Tarih_Date Tarih="06.04.2020" Date="04/06/2020"  Bulten_No="2020/ ...
Created on 06 April 2020
3. ABAP Extensions - Automatic Logon
(How to...)
... r by using the install button which you can find on the right side of this page.   After installation of update will be able to set the preference if you want to do automatic logon at sta ...
Created on 04 January 2020
4. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
... Digits Only D Date (Date: YYYYMMDD) T Time (Time: HHMMSS) X Byte Seq. (heXadecimal), ...
Created on 18 December 2019
5. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
... Stored as Binary Number DF34_SCL Decimal Floating Point with Scaling (obsolete) DATS Date in Format YYYYMMDD DEC ...
Created on 11 December 2019
6. 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
7. 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
8. ATC Pseudo Comments list
(Tips)
... xceptions are ignored FM_SUBRC_OK   CL_CI_TEST_EXTENDED_CHECK 1010 W Update module with invalid statement FM_UPDATE_OK   CL_CI_TEST_EXTE ...
Created on 26 September 2018
9. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... ": "New",         "System.Reason": "New backlog item",         "System.CreatedDate": "2014-12-29T20:49:20.77Z",         "System.CreatedB ...
Created on 20 August 2018
10. How to extend the time between SAP license installations on NPL
(Tricks)
... h SAP* user and update the license in SLICENSE transaction. This sometimes makes me a bit nervous. That's why I've setup my installation this way, that the time between OpenSuse and Windows host is ...
Created on 03 August 2018
11. Create XLSX file from internal table in background v2
(Tricks)
... >= 7.50) this way makes corrupted XLSX files.  So I've rechecked again how it is done in ALV grid in the new NW releases and I've updated the code, so now the issue with corrupted file  ...
Created on 01 June 2018
12. CMD_EI_API deletes contact persons?
(Tips)
I'm big fan of CMD_EI_API and VMD_EI_API classes. I use them to create, update and delete customer and vendor master data, including contact persons, partners and all data you have in XD02/XK02 transaction ...
Created on 13 August 2017
13. SAP Script error with percentages using decimal field
(Tips)
... of decimal field.       I used CHAR8 type as this had the same length as the previous type.        Then I've updated the calculation of ...
Created on 03 June 2017
14. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... _t,              dates         type standard table of bapidlvdeadln,              dlv_items     type standard table of bapidlvnorefi ...
Created on 15 February 2017
15. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
...    The main part is again to use FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE , but this time there is no easy way to fill MDPA and MDLB structures which are ...
Created on 04 February 2017
16. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
In previous post I've shown how to re-explode subcontracting components of purchase requisition using FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE . Using very similar code you can delet ...
Created on 03 February 2017
17. Re-explosion of subcontracting BOM in Purchase Requisition
(Tricks)
... I have figure out how to do this in backgroud. The solution was to run FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE in correct way together with message handler to not interrupt whole process. ...
Created on 02 February 2017
18. Why I like to code in ABAP in Eclipse
(Thoughts)
... updates are frequent, then not all AiE features are available for all version of SAP. Unfortunatelly there are no SP's to be able to use them         That would be all from cons ...
Created on 27 May 2016
19. Send mail in BADI or User-Exit without commiting
(Tricks)
... This class only collects the data, and when send method is run then calling a FM SBCS_SEND with destination NONE, or SBCS_SEND_UPDATE in update task, depending what attributes are passed to the class. ...
Created on 22 February 2016
20. WYSIWYG HTML Editor in ABAP
(Tricks)
... file which must be uploaded to MIME repository (for ex. via SE80), then you need to update constant mime_path to be able to use editor.           Enjoy!  ...
Created on 20 January 2016
21. ZCL_FALV_DYNAMIC_STATUS - for full screen or popup
(FALV (Fast ALV Grid))
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.    This class ...
Created on 10 January 2016
22. ZCL_FALV_LAYOUT - layout settings
(FALV (Fast ALV Grid))
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.    Layout class ...
Created on 10 January 2016
23. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
... look into ZCL_FALV class then you'll see that you have direct access fcat table where all field catalog settings are store.  When you'll update this table before using display method then ...
Created on 10 January 2016
24. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.  ZCL_FALV is the main ...
Created on 09 January 2016
25. ZDEMO_FALV14 - Popup calls
(FALV (Fast ALV Grid))
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.    You can call ...
Created on 06 January 2016
26. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.    This demo ...
Created on 06 January 2016
27. ZDEMO_FALV12 - Error log
(FALV (Fast ALV Grid))
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.    In standard ...
Created on 06 January 2016
28. ZDEMO_FALV11 - Editable Grid settings
(FALV (Fast ALV Grid))
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.    There are ...
Created on 06 January 2016
29. ZDEMO_FALV10 - Color Settings
(FALV (Fast ALV Grid))
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.    This example ...
Created on 06 January 2016
30. ZDEMO_FALV09 - Cell settings
(FALV (Fast ALV Grid))
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.    Cell settings ...
Created on 06 January 2016
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
PLUGIN ALV GRID IN THE NUTSHELL ROUND MEPO DOCUMENT Mass replace popup for ALV grid ALV GRID CHAR VALUE CHANGE2 GUI ALV GRID FALV EXPONENT BINARY RELATION GTREAD LINKS BINRELS FIELDCATALOG PURCHASE REQ FACTORY GET GLOBALS FROM SLVC FULLSCR KKEK CONVERT FLOAT CURR SCMS STRING XSTRING BAPI EXCHANGERATE CREATE ABAP LVC FCAT APPEND USER OBJECTS ALV Grid in the nutshell Field catalog - lzero Field catalog - currency DATATYPE #SAPTechEd 2016 Barcelona PRETTY PRINTER QFIELDNAME DELETE MTK Field catalog - rollname MB51 ENHANCEMENT COMPONENTS MAINTAIN CHART ENGINE PRAGMA F4 Help for external date EXTENSION SALV CONTROLLER METADATA GTGET SLIS Field catalog - sp group - Group key ESRUO SAP WebIDE MB51 ZDEMO FALV13 - Mix demo own screen and container ALINK CONNECTION GTDELETE ABAP DEVELOPMENT TOOLS IN ECLIPSE OPR PROVIDE HEADER HANDLE VL473 CHECKBOX SET CURRENT CELL VIA How to handle CL GRID events in SALV IXML STREAM REFRESH TABLE DISPLAY ESDUS EXPORT TO MEMORY ID
  • 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.