• 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. Characteristic's own input screen - Part 5 - show characteristic's own up<span class="highlight">date</span> scre
(How to...)
Now we're ready to build the data for screen output, call the update screen and then move the data back from screen to reference data. We will use here: COC1_FEATURE_CHECK to get characteristic ID ...
Created on 14 November 2013
2. F4 Help for external <span class="highlight">date</span>
(How to...)
In one of the previous articles I described how to Convert date to and from external date type, so we can display in grid or in screen field properly formated date. Today I will show how to create a F4 ...
Created on 24 April 2013
3. Convert <span class="highlight">date</span> to and from external date type
(How to...)
You've seen many times that in standard SAP transactions the dates can be presented in days, weeks and months although in database it's saved as normal DATS type. For sure in same table you can ...
Created on 11 April 2013
4. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
...               table_number       TYPE string,              date_of_publishing TYPE string,              currencies         TYPE STANDARD TABLE OF currency WITH DEFAULT KEY,            END OF exchange_rate, ...
Created on 06 April 2020
5. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
...               tarih      TYPE string,              date       TYPE string,              bulten_no  TYPE string,              currencies TYPE STANDARD TABLE OF currency WITH DEFAULT KEY,            END OF exchange_rate, ...
Created on 06 April 2020
6. ABAP Extensions - Automatic Logon
(How to...)
... 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 start of Eclipse ...
Created on 04 January 2020
7. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
... Only D Date (Date: YYYYMMDD) T Time (Time: HHMMSS) X Byte Seq. (heXadecimal), in ...
Created on 18 December 2019
8. 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
9. 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
10. 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
11. ATC Pseudo Comments list
(Tips)
...  Update module with invalid statement FM_UPDATE_OK   CL_CI_TEST_EXTENDED_CHECK 1025 W Function module exception missing ARG_OK   CL_CI_TEST_EXTENDED_CHECK ...
Created on 26 September 2018
12. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...          "System.IterationPath": "Fabrikam-Fiber-Git",         "System.WorkItemType": "Product Backlog Item",         "System.State": "New",         "System.Reason": "New backlog item",         "System.CreatedDate" ...
Created on 20 August 2018
13. How to extend the time between SAP license installations on NPL
(Tricks)
... 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 not synchronized. ...
Created on 03 August 2018
14. Create XLSX file from internal table in background v2
(Tricks)
... 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 is solved. The mothod ...
Created on 01 June 2018
15. 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
16. SAP Script error with percentages using decimal field
(Tips)
... type.        Then I've updated the calculation of the field to the one shown bellow. The arithmetic calculation is still the same but I've used string expressions to format the value correctly.  ...
Created on 03 June 2017
17. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... to create outbound delivery without reference document.     method create_delivery_wo.     data:    error_log     type                   bapiret2_t,              dates         type standard table of bapidlvdeadln, ...
Created on 15 February 2017
18. 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 needed here. So I ...
Created on 04 February 2017
19. 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 delete ...
Created on 03 February 2017
20. Re-explosion of subcontracting BOM in Purchase Requisition
(Tricks)
... 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. Here you can ...
Created on 02 February 2017
21. Why I like to code in ABAP in Eclipse
(Thoughts)
... LiveCycle Designer in separate window then it still hangs iii.     Even if the updates are frequent, then not all AiE features are available for all version of SAP. Unfortunatelly there are no SP's ...
Created on 27 May 2016
22. 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
23. WYSIWYG HTML Editor in ABAP
(Tricks)
I was lately trying to find an HTML WYSIWYG editor for ABAP, but I failed. I though or this was not needed so far, or the solution was not posted anywhere. So I've tried several times and thanks to ...
Created on 20 January 2016
24. 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 is based on article ...
Created on 10 January 2016
25. 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 is based on ...
Created on 10 January 2016
26. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
... 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 it would work ...
Created on 10 January 2016
27. 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 class of ...
Created on 09 January 2016
28. 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 FALV also as ...
Created on 06 January 2016
29. 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 uses few of previous ...
Created on 06 January 2016
30. 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 ALV when you ...
Created on 06 January 2016
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
SAP DEVELOPMENT TOOLS FOR ECLIPSE ABAP TABLEDESCR ROWMARK SCMS XSTRING BINARY GET OBJECTS CLASS Customer BAPI LVC FCAT COMPONENTS UPDATE PREPARE GUI CHART ENGINE ALINK CONNECTION ZCL CMD CUSTOMER FALV Fast ALV Grid - First blood ALV Grid in the nutshell Field catalog - fieldname ALV GRID GAME ALV GRID IN THE NUTSHELL GTFIND IXML STREAM FACTORY MEREQ SET READY FOR INPUT DFIELDNANE Save message with attachment in Outlook's Drafts HOTSPOT FIELDCATALOG PROCESS CUST FALV Field catalog - fix column MESSAGE HANDLER PROGRESS INDICATOR VS direct call of SAPGUI INDICATOR BAPI CHARACT GETDETAIL DELETE TSK Why I like to code in ABAP in Eclipse About me MAT BOM CREATE COPY VRM VALUES ABAP DEVELOPMENTS TOOLS RM07DOCS USER INFO ESRUO REFRESH DATA ALV GRID READ SETTINGS ABAP Extensions - Automatic Logon CSRF Token SE41 MEPO DOCUMENT GOS SERVICE TOOLS By Topic REUSE DISPLAY GUI STATUS FILL MDLB FROM EBAN How to handle CL GRID events in SALV PRETTY PRINTER Battleships game
  • 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.