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

Search for:
Search Only:

Page 1 of 2

1. ABAP in Eclipse - Install, Configure, Use, and Enhance Your ADT
(Thoughts)
If you follow me on social media, you probably already know that I have written a book about ABAP in Eclipse. The full title is: ABAP in Eclipse - Install, Configure, Use, and Enhance Your ADT ...
Created on 11 June 2021
2. ABAP Extensions - Automatic Logon
(How to...)
... t of Eclipse and if you want to logon automatically only to the systems, for which you have stored the password already. These are also default settings for the plugin. The logon happens in the backgrou ...
Created on 04 January 2020
3. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
Conversion Exit was already mentioned while describing the EDIT_MASK field, but here it is called in a bit different way. Before saying how, it is important to understand the conversion exits. They are ...
Created on 29 July 2019
4. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  lvc_edit ALV control: Ready for input tech_col type lvc_tcol ALV control: Internal use tech_form ...
Created on 24 June 2019
5. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... that are already available in SAP. In this tutorial I will try to show you what you can do with ALV Grid. If possible I will give you an example for each functionality, so you could really understand it ...
Created on 24 June 2019
6. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... d.  After that I was ready to go.     ABAP Code Retreat in Tychy on March, 30th 2019 has started around 9:10 a.m.  We had in the agenda two knowledge  ...
Created on 02 April 2019
7. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
...  the five custom function codes on selection-screen? Well, definitely I have and it was really annoying as I wanted to be able to dynamically assign the slection-screen function key depending if it's alrea ...
Created on 21 November 2018
8. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
I'm playing lately with TFS web services in ABAP and as I'm lazy guy I wanted to make my life a bit easier while working with the JSON results. There is already a nice class /UI2/CL_JSON available whi ...
Created on 20 August 2018
9. How to extend the time between SAP license installations on NPL
(Tricks)
... nd run the machine again. You will be already able to see the time differences.​​​​​​​   Please remember that if you shot down your machine without saving it state, then  ...
Created on 03 August 2018
10. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
... needed here. So I had to use CL_PO_HEADER_HANDLE_MM and IF_PURCHASE_ORDER_MM to fetch all data from purchase order and to move them to MDPA and MDLB structures. Once it was ready the rest ...
Created on 04 February 2017
11. SAP TechEd Developer Hero 2016
(Thoughts)
... hero is a banner with your name which is placed on the hallways in TechEd events in Las Vegas, Bangalore and Barcelona. This year we already had TechEd in Las Vegas and Bangalore, from which I received ...
Created on 09 October 2016
12. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
...  *                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.     endif.     sender->set_ready_for_input( ...
Created on 09 October 2016
13. ZCL_FALV_DYNAMIC_STATUS - for full screen or popup
(FALV (Fast ALV Grid))
... p_bool default abap_true                         exceptions                                 &nbs ...
Created on 10 January 2016
14. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
... rk_field       importing         value(iv_fieldname) type lvc_s_fcat-fieldname . SET_EDITABLE Set's gri ...
Created on 09 January 2016
15. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
... _true     exceptions       button_already_filled  = 1       button_does_not_exists = 2       icon_and_text_empty    =& ...
Created on 06 January 2016
16. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(FALV (Fast ALV Grid))
... AP_TRUE     exceptions       button_already_filled  = 1       button_does_not_exists = 2       icon_and_text_empty     ...
Created on 06 January 2016
17. ZDEMO_FALV04 - Full Screen with fully dynamic GUI Status
(FALV (Fast ALV Grid))
... fully dynamic GUI Status in case of full screen FALV. When you use full dynamic GUI status then you're allowed to use up to 35 button slots. Default buttons like SAVE, BACK, UP, EXIT, PRINT,... are alread ...
Created on 06 January 2016
18. ZDEMO_FALV03 - Full Screen with GUI Status Partly Dynamic
(FALV (Fast ALV Grid))
... nbsp;ABAP_TRUE     exceptions       button_already_filled  = 1       button_does_not_exists = 2       icon_and_text_empty    ...
Created on 06 January 2016
19. FALV (Fast ALV Grid)
(FALV (Fast ALV Grid))
... le editable reports to omit screen creation All events are already handled and with redefinition of method I can faster use it Faster setting of layout and field catalog attributes  Eas ...
Created on 04 January 2016
20. FALV (Fast ALV Grid) - First blood
(FALV (Fast ALV Grid))
... but it has already some basic functions available, that's why I'm presenting you just short demo and some screen-shots of the code. I will of course put a nugget here as fast as I'll finish ...
Created on 28 December 2015
21. How to teach ABAP ???
(Thoughts)
... "Hello World" programs and should be familiar with really basics of the ABAP.   Just as remark, as long as you don't have really trusted and up to date source, don't use ready documents ...
Created on 24 November 2015
22. How to copy BOM using CEWB Function Modules
(How to...)
...        no_valid_usage         = 7       alternative_overflow   = 8       ident_already_exists   = 9 ...
Created on 28 October 2015
23. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
...                                exceptions                                          button_already_filled ...
Created on 11 July 2015
24. Create fieldcatalog from internal table
(How to...)
... my article Create XLSX/MHTML file from internal table in background and probably also somewhere in the net. To make it easier here are ready methods to create LVC and SLIS field catalogs from ...
Created on 08 May 2015
25. CL_PROGRESS_INDICATOR VS direct call of SAPGUI_PROGRESS_INDICATOR
(Tips)
...      i_processed          = sy-index    " Number of Objects Already Processed ...
Created on 28 April 2015
26. Battleships game (two players)
(How to...)
... other player did any hits already. You'll notice that if opponent hits the ship on the left map (which is yours) a cancel icon will appear on a place of your ship. If opponent hits water then you'll ...
Created on 10 January 2015
27. Popup with multi-select ALV
(How to...)
...        with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.     else.       call method go_popup_grid->set_ready_for_input ...
Created on 29 April 2014
28. Mass replace popup for ALV grid
(Tips)
...    field-symbols: <stylet> type lvc_t_styl.   field-symbols: <style> type lvc_s_styl.   if io_grid->is_ready_for_input( ) eq 0. ...
Created on 27 April 2014
29. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...              operation_already_locked        = 4             item_already_locked             = 5 ...
Created on 18 April 2014
30. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
... to your Z-Transaction call FM ES_DELETE_USER_SETTINGS, in most cases internal table of FG are filled already so you don't need to call ES_READ_USER_SETTINGS before. Like here for Purchase order number ...
Created on 14 April 2014
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
ALV Grid in the nutshell Field catalog - fieldname Extend allowed runtime of a program GUI ALV GRID Enhanced MB51 Part 6 - ZMB51 program ABAP ZIP SALV TABLE ALV GRID PURCHASE REQUISITION GET CURRENT CELL F4IF START VALUE REQUEST SET SCROLL INFO VIA ESDUS COMMIT WORK PERIOD AND DATE CONVERT OUTPUT READ TEXT OPR ALLOCATION PROVIDE Other checks on purchase requisition state ABAP in Eclipse - Install FIELDCATALOG COMPONENTS REFRESH COLUMNS TVCPL ALV GRID IN THE NUTSHELL AUTOMATIC LOGON INPUT ZCL Field catalog - tech AiE LVC FCAT SAP Community Events DFIELDNANE HTML VIEWER OUTPUTLEN USER OBJECTS Convert date to and from external date type TOTEXP FALV COL COLUMN - column fcat settings PRINTOUTS BOM MBM ABAP in Eclipse SAP SCRIPT ABAP4 CALL TRANSACTION DYNAMIC STATUS - for full screen or popup LZERO SAPGUI PROGRESS INDICATOR ZDEMO FALV07 - Columns field catalog VARIANT CATALOG TECH Field catalog - col pos CTMS DDB INTERNAL MESSAGE HANDLER Field catalog - domname - Domain name ABAP Code Retreat Tychy 2019 - Organizer Recap ESRUO - MM settings table - Part 3 CMD API Create a nice looking chart with CL CHART
  • 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.