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

Search for:
Search Only:

1. Copy routing (create on a base of <span class="highlight">exist</span>ing one)
(Tricks)
... that there is a lot of possibilities there. For example creation of a new routing, you can do it step by step or create a routing on a base of existing one. Today I'll show how to copy existing routing ...
Created on 26 May 2013
2. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
... you’ll find description of all of them, whenever it was possible by me to check their behaviour. Click on the link on the field name (if exists) to get the deeper description and example of usage. Field ...
Created on 24 June 2019
3. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... the customer number to constructor, then the class will try to read data of existing customer, if not then it will assume that you want to create new customer.      The attributes corresponds ...
Created on 06 June 2019
4. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
...        else.         if not line_exists(  -excl[ fcode = button ] ).            append value #( fcode = button ) to  -excl.         endif.       endif.     endif.   endmethod.   method deactivate_ss_button. ...
Created on 21 November 2018
5. ATC Pseudo Comments list
(Tips)
... Comment Alternative Pseudo Comment CL_CI_TEST_ANALYZE_SELECT_DIA EXISTS E Existence check. No fields used CI_ALL_FIELDS_NEEDED   CL_CI_TEST_ANALYZE_SELECT_DIA ...
Created on 26 September 2018
6. Retro ASCII symbols in ALV Grid table
(How to...)
... display one of them. The image bellow shows few of them, of course they are not that nice like the ICONS, there is also not many of them, but it's good to know that such symbols exists, although I so far ...
Created on 03 June 2018
7. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
...              i_show_messages = i_show_messages             i_action_type   = action_explode         ).     if line_exists( messages[ msgid = 'ME' msgno = '638' ] ).       r_re_exploded = abap_true. ...
Created on 04 February 2017
8. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
...          i_number = eban-banfn       tables         t_mdlb   = mdlb_tab.     message_handler->co_handler_stop( ).     data(messages) = message_handler->get_list_for_bapi( ).     if not line_exists( messages[ msgty = 'E' ] ). ...
Created on 03 February 2017
9. Re-explosion of subcontracting BOM in Purchase Requisition
(Tricks)
...      if line_exists( messages[ msgid = 'ME' msgno = '638' ] ).       r_re_exploded = abap_true.       commit work.     endif.     if i_show_messages eq abap_true.       message_handler->show( im_amodal = abap_true ). ...
Created on 02 February 2017
10. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
... styles of the cells with SALV, and still it's just a trick, so that's why I'll still stay with FALV or standard cl_gui_alv_grid class, but If I would need to enhance existing program then I ...
Created on 09 October 2016
11. ZCL_FALV_DYNAMIC_STATUS - for full screen or popup
(FALV (Fast ALV Grid))
...                                     value(iv_allowed) type abap_bool default abap_true                         exceptions                                    button_already_filled                                    button_does_not_exists ...
Created on 10 January 2016
12. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
...        iv_qinfo               = 'Test d'       iv_allowed             = abap_true     exceptions       button_already_filled  = 1       button_does_not_exists = 2       icon_and_text_empty    = 3 ...
Created on 06 January 2016
13. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(FALV (Fast ALV Grid))
...      exceptions       button_already_filled  = 1       button_does_not_exists = 2       icon_and_text_empty    = 3       others                 = 4   ).   if sy-subrc  0.   endif.   "Add button into GUI status at for function F02 ...
Created on 06 January 2016
14. ZDEMO_FALV04 - Full Screen with fully dynamic GUI Status
(FALV (Fast ALV Grid))
...      exceptions       button_already_filled  = 1       button_does_not_exists = 2       icon_and_text_empty    = 3       others                 = 4   ).   if sy-subrc  0. *   message id sy-msgid type sy-msgty number sy-msgno ...
Created on 06 January 2016
15. ZDEMO_FALV03 - Full Screen with GUI Status Partly Dynamic
(FALV (Fast ALV Grid))
...  *      iv_allowed             = ABAP_TRUE     exceptions       button_already_filled  = 1       button_does_not_exists = 2       icon_and_text_empty    = 3       others                 = 4 ...
Created on 06 January 2016
16. How to copy BOM using CEWB Function Modules
(How to...)
...      exceptions       wrong_key        = 1       others           = 2.   check sy-subrc eq 0 and line_exists( e_bom_class_data[ 1 ] ).   c_bom_class_data-stlal = p_stlto.   c_bom_class_data-stlan = p_stnto. ...
Created on 28 October 2015
17. The SIN of progress indicator
(Tricks)
... and progress indicator will not be suppressed!     For the end, when I was looking where SIN parameter is used (I hoped there is and existing class of FM to suppress the indicator) I found one nice comment ...
Created on 19 August 2015
18. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
...                                           button_does_not_exists                                          icon_and_text_empty.     class-methods: hide_button importing value(iv_button) type sy-ucomm. ...
Created on 11 July 2015
19. Mass replace popup for ALV grid
(Tips)
... in fact Function Group which will allow you to call mass replace function from any program using cl_gui_alv_gird.  Result of the work will be like that:   1) You'll have to create or use existing ...
Created on 27 April 2014
20. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...      "check if material exists in plant     select single matnr into -matnr       from marc       where matnr eq -matnr       and werks   eq -werks.     if sy-subrc ne 0. "material not opened in plant ...
Created on 18 April 2014
21. Enhanced MB51 Part 1 - Goal and prerequisites
(Tricks)
... because it gave me possibility to do pre-selection before calling MB51, I've received completly formated results from MB51 and I can add all possible events to grid for new and existing columns.   ...
Created on 24 March 2014
22. Characteristic's own input screen - Part 5 - show characteristic's own update scre
(How to...)
... CTMS_DDB_INIT to initialize memory  CTMS_CLASS_DDB to put in memory classification settings CTMS_DDB_SET_VAL_FROM_OBJECT to set values in update screen from existing object (option) CTMS_DDB_SET_VALUE_INTERNAL ...
Created on 14 November 2013
23. Load variant to single subscreen (selection screen)
(How to...)
...      sel_variant_text           = f_text *   TABLES *     BELONGING_DYNNR            = BELONGING_DYNNR   exceptions     no_report                  = 1     report_not_existent        = 2     report_not_supplied        = 3 ...
Created on 02 May 2013
24. Save variant for single selection screen subscreen
(How to...)
... exists and you want to overwrite it then you have to use 'RS_CHANGE_CREATED_VARIANT'.  Few lines and you can use this in many developments.   Importing parameters: I_DYNNR TYPE SY-DYNNR - Current ...
Created on 23 April 2013
25. Zipping in IZArc with ABAP directly on PC
(Tricks)
... to check program files directories - concatenate file path with parameter of IZArc "-ad" - concatenate program files directories with 'IZArc\IZArc.exe' - check if IZArc exists with ...
Created on 15 April 2013
26. Download CV01N/2N/3N documents to PC
(How to...)
... line) Exceptions: ZIP_ERROR -> Error while zipping DOCUMENT_ERROR -> Error while reading document Implementation: method save_document_on_pc.   data: m_exists type abap_bool.   data: m_temp_dir(255) type c. ...
Created on 14 April 2013
27. Link Attachments of Purchase Requisition to Purchase Order
(Tricks)
... either by daily job or by the implementation of user-exit if you know how to link GOS object to PO. I faced a request to copy attachments from PR to PO, but what I did was in fact just linking existing ...
Created on 12 April 2013
28. About me
(Static pages)
... a normal user who was able to create mater data of materials, BOMs and routings. I had also an access to LSWM where I could change a bit a behaviour of some existing projects, and then for the first time ...
Created on 08 April 2013


Łukasz Pęgiel
GUI ALV GRID LVC FCAT Classifications - Part 2 - Get Object Details FIELDCATALOG CTMS DDB SET VALUE ONLINE RECEIVE RESULTS FROM FUNCTION HOTSPOT ESRUO - MM settings table - Part 3 ALV GRID IN THE NUTSHELL IDENTITY ABAP DEVELOPMENTS TOOLS SEARCH TechEd VARIANT CATALOG MB51 NOLIST FALV SAP CONVERT CSV FORMAT OPR ALLOCATION PROVIDE AUTOMATIC LOGON Keywords PURCHASE REQ FACTORY CHART ENGINE CVAPI DOC CHECKOUTVIEW Free global data of a program at once SUBTOTAL TEXT BINARY RELATION CREATE COMMIT ALV GRID COM DELETE DOMNAME SAVE USER SETTINGS CALL TRANSFORMATION ALINK CONNECTION APPEND OBJECTS CLASS SCMS READ GOS MANAGER cookies AiE REPREP COL SAP DEVELOPMENT TOOLS FOR ECLIPSE FRONTEND SERVICES GTENVIRONMENT GET VARIABLE OUTLOOK APPLICATION ATC Pseudo Comments list MEREQS EBAN LOOKUP ORDER KKB SELECTIONS CSRF token validation failed FREE SESSION CHECK ABAP EXTENSIONS ECLIPSE XSTRING COMPONENTS MAINTAIN ZDEMO RELEASABLE BAPI OBJCL CHANGE ALV Grid in the nutshell
  • Laserowe usuwanie blizn Tychy
  • Laserowe usuwanie zmarszczek 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
  • Create XLSX file from internal table in background v2
  • FALV (Fast ALV Grid)
  • ATC Pseudo Comments list
  • Call standard F4 search help with customized parameters
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create fieldcatalog from internal table
  • 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
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • 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.