Twitter

Twitter timeline

Tweets by @abapblog
  • Home
  • About me
  • FALV
  • Articles
    • Tricks
    • FALV (Fast ALV Grid)
    • 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: 14 results found.

Search for:
Search Only:

1. The SIN of progress indicator
(Tricks)
... when using standard SAP FM we can see that progress showing is taking too much time (like SAP_CONVERT_TO_CSV_FORMAT for example), and as we should not do any modification of the system code then we need ...
Created on 19 August 2015
2. Create fieldcatalog from internal table
(How to...)
... LVC_TRANSFER_FROM_SLIS or LVC_TRANSFER_TO_SLIS to convert LVC and SLIS field catalogs between themselves.   ...
Created on 08 May 2015
3. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...      free: lo_excel, lo_worksheet, lo_excel_writer.     f_xlen = xstrlen( l_xstring ).     lt_solix = cl_bcs_convert=>xstring_to_solix( iv_xstring  = l_xstring ...
Created on 28 March 2014
4. Characteristic's own input screen - Part 6 - move reference data to bapi structures
(How to...)
...                    if sy-subrc eq 0.                     <num>-value_from = zcl_abapblog_com_classific=>convert_char_value( ...
Created on 16 November 2013
5. Characteristic's own input screen - Part 4 - Move screen values to reference data
(How to...)
...                    endif.                   call function 'KKEK_CONVERT_FLOAT_TO_CURR' ...
Created on 14 November 2013
6. Characteristic's own input screen - Part 3 - Move reference data values to screen
(How to...)
Before we can call the screen with the characteristic value to change we need to convert data from our reference data structure to table of type TT_API_VALI. Following method shows how to do it.   ...
Created on 14 November 2013
7. Characteristic's own input screen - Part 2 - Clear Initial Line
(How to...)
We've got method to convert internal value to float, now it's time for next one which I didn't suppose it would be needed but when I was calling CTMS_DDB_SET_VALUE_ONLINE to show input ...
Created on 31 August 2013
8. Characteristic's own input screen - Part 1 - Convert Values To Float
(How to...)
... data from 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 ...
Created on 31 August 2013
9. Classifications - Part 2 - Get Object Details
(How to...)
... also cl_abap_typedescr 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.   ...
Created on 18 May 2013
10. F4 Help for external date
(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 ...
Created on 24 April 2013
11. Download CV01N/2N/3N documents to PC
(How to...)
...                    refresh mt_bintab[]. *   Convert the XSTRING to Binary table ...
Created on 14 April 2013
12. ZIP a file using ABAP
(How to...)
...    elseif i_solix[] is not initial.     try.         m_xstring = cl_bcs_convert=>solix_to_xstring( ...
Created on 13 April 2013
13. Link Attachments of Purchase Requisition to Purchase Order
(Tricks)
If during creation of purchase requisition you've attached some documents into requisition and you convert requisition to purchase order then the attachments aren't copy to PO. But you can ...
Created on 12 April 2013
14. Convert date to and from external date type
(How to...)
... find the field called "External date type" which is used to convert standard date to external one. If you're designing a program in which you want to use same functionallity then FM ...
Created on 11 April 2013
Extend allowed runtime of a program AT SELECTION-SCREEN OUTPUT GUI ALV GRID ITM PROVIDE ECLIPSE PLUGIN Other checks on purchase requisition state ABAP IN ECLIPSE STARTING NEW TASK REFRESH FROM SELECTOPTIONS APPEND USER OBJECTS REUSE DISPLAY MEPO151 OUTLOOK APPLICATION SALV COLUMNS TABLE
Follow @abapblog

 


abapblog.com
  • Laserowe usuwanie blizn Tychy
  • Laserowe usuwanie zmarszczek Tychy
  • Paznokcie hybrydowe Tychy
  • Paznokcie tytanowe Tychy
  • Salon Kosmetyczny Tychy
  • Trycholog Tychy
  • Wypadanie włosów Tychy

ABAP Favorites Eclipse plugin

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Latest Articles

  • CMD_EI_API deletes contact persons?
  • ABAP Favorites Eclipse plugin
  • SAP Script error with percentages using decimal field
  • Speed up your coding with ABAP in Eclipse (SITWRO 2017 session)
  • A new hope for dark side with Darkest Dark Theme for Eclipse
  • Copying is not poss.because an entry is missing in Table TVCPL VL473
  • Re-explode or delete purchase order line subcontracting BOM
  • Deletion of subcontracting BOM in Purchase Requisition
  • Re-explosion of subcontracting BOM in Purchase Requisition
  • #SAPTechEd 2016 Barcelona
  • SAP TechEd Developer Hero 2016
  • How to handle CL_GUI_ALV_GRID events in SALV
  • Why I like to code in ABAP in Eclipse
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • Send mail in BADI or User-Exit without commiting

Most Read

  • Create XLSX/MHTML file from internal table in background
  • Refresh ALV GRID and keep position and current cell
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • Call standard F4 search help with customized parameters
  • Link Attachments of Purchase Requisition to Purchase Order
  • Subtotal lines of ALV GRID OO as content separator
  • FALV (Fast ALV Grid)
  • Dynamic GUI STATUS & TITLE with ABAP code
  • EWB Components allocation to routing operation (multilevel BOM)
  • GOS - How to add business documents at creation of object
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • Popup with multi-select ALV
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 1 - Chart Designer
  • Secure call of "starting new task" using RM_FREE_SESSION_CHECK
  • Create fieldcatalog from internal table

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.