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

Search for:
Search Only:

Page 1 of 2

1. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
...  This time I've entered item category which was visible in error details and I user routine 302 for data transfer of item data without reference order.    Once saved I rerun the pro ...
Created on 15 February 2017
2. Re-explosion of subcontracting BOM in Purchase Requisition
(Tricks)
I faced lately a small issue in one of the process in our company, I needed to re-explode the BOM of subcontracting item in purchase requisition. Normally users goes to ME52N and press "Explode ...
Created on 02 February 2017
3. Send mail in BADI or User-Exit without commiting
(Tricks)
... not only when sending emails but also during adding of attachments. In this case it's really not safe to use this class in BADIs or User-Exits, but there is one replacement for CL_BCS -> CL_BCS_MESSAGE. ...
Created on 22 February 2016
4. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
...  SET_CELL_BUTTON SET_CELL_HOTSPOT SET_ROW_COLOR SET_CELL_COLOR MASS_REPLACE EVT_BUTTON_CLICK_FALV EVT_USER_COMMAND EVT_HOTSPOT_CLICK EVT_DATA_CHANGED EVT_DATA_CHANGED_FINISHED ...
Created on 09 January 2016
5. ZDEMO_FALV06 - Grid Layout settings + "Mark" field
(FALV (Fast ALV Grid))
... ARK' ).   endif.   "user Layout option save changed to user-specific only   falv->layout_save = 'U'.   "Display full  ...
Created on 06 January 2016
6. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(FALV (Fast ALV Grid))
...    public section.   protected section.     "redefinition of event handler     methods evt_user_command redefinition ...
Created on 06 January 2016
7. ZDEMO_FALV04 - Full Screen with fully dynamic GUI Status
(FALV (Fast ALV Grid))
...    public section.   protected section.     "redefinition of event handler     methods evt_user_command redefinitio ...
Created on 06 January 2016
8. ZDEMO_FALV03 - Full Screen with GUI Status Partly Dynamic
(FALV (Fast ALV Grid))
...    public section.   protected section.     "redefinition of event handler     methods evt_user_command redefinition ...
Created on 06 January 2016
9. FALV (Fast ALV Grid)
(FALV (Fast ALV Grid))
... lways worked with cl_gui_alv_grid class so then whenever users decided that they need one of the field to be editable then I can do it in few seconds/minutes.   But there is a way to make SALV edi ...
Created on 04 January 2016
10. FALV (Fast ALV Grid) - First blood
(FALV (Fast ALV Grid))
... and copy between popup, full screen and container version Easy toolbar handling (in grid and in full screen/popup using Dynamic GUI STATUS & TITLE with ABAP code ) One place to handle user ...
Created on 28 December 2015
11. How to teach ABAP ???
(Thoughts)
... one is really important. Newcomers cannot handle unclear specifications, they cannot work with the end-users directly from the beginning as they don't understand what end-users are doing, and what ...
Created on 24 November 2015
12. CL_PROGRESS_INDICATOR VS direct call of SAPGUI_PROGRESS_INDICATOR
(Tips)
... but often we're putting it into code, when program runtime is quite long ( more than 1 minute) and we want to show the users that program is running and we're currently at step m of n.  Since ...
Created on 28 April 2015
13. Popup with multi-select ALV
(How to...)
... which will be passed to the users. Just to be able to call it from any place.     5) Next step would be to create proper flow logic for this screen. In fact we need only PBO and PAI, in which ...
Created on 29 April 2014
14. Mass replace popup for ALV grid
(Tips)
... to the screen of generated) or you can create a FM to call selection-screen in separate task (disadvantage is that user can click on original window and hide your popup). I've used all of these possibilities ...
Created on 27 April 2014
15. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...  *      user_action             = user_action *      file_encoding           = file_encoding ...
Created on 18 April 2014
16. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
...    read table ft_esruo index 1 into fs_esruo.   concatenate fs_esruo-object_id 'A' into f_active. call function 'ES_READ_USER_SETTINGS' ...
Created on 14 April 2014
17. ESDUS, ESRUO - MM settings table - Part 2/3
(Tricks)
... ME80FN - ME80RN - MIGO - MIRO - ML81N - SA38 - SE38 As you see the list contains some important transactions and knowing about ESDUS can help a bit in the life of abaper. In all ES_*USER_SETTINGS ...
Created on 09 April 2014
18. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... this document then your document appears on the screen (of course if in the meantime user haven't created anything new) You have created your own transaction to handle standard process, like creation ...
Created on 31 March 2014
19. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...  archive  like am07m-ar_flag1 as checkbox default ' ' user-command us_archive. * parameter for the archive info structure                  "n732471 ...
Created on 28 March 2014
20. Enhanced MB51 Part 1 - Goal and prerequisites
(Tricks)
... add missing fields to the field catalog and then fill them during the call of MB51 - this would solve the first part of the request but users will have to do additional two clicks to go to ALV grid which ...
Created on 24 March 2014
21. Characteristic's own input screen - Part 5 - show characteristic's own update screen
(How to...)
... after user action zcl_abapblog_com_classific=>create_structure_for_class to create reference data structure zcl_abapblog_com_classific=>move_screen_val_to_ref_data to move screen values to reference ...
Created on 14 November 2013
22. Characteristic's own input screen - Part 2 - Clear Initial Line
(How to...)
... The funny thing was that it wasn't the case when CTMS_DDB_SET_VAL_FROM_OBJECT was used. Of course this line was initial but the values were treated after as imputed by user. So as always I started ...
Created on 31 August 2013
23. Custom selection-screen fields for MD07/MS07
(Tips)
You may noticed that standard transaction MD07 and MS07 offers basic filters on selection-screen which allows user to select materials they are responsible for, the problem comes when in your company users ...
Created on 16 June 2013
24. Selection Screen - Part1 - Parameters
(For beginners)
...  *"listbox parameter parameters: p_name4  type char2 as listbox visible length 25 modif id gr1. *"listobx parameter with user-command ...
Created on 08 June 2013
25. Call standard F4 search help with customized parameters
(How to...)
... of this SHLP parameter should be returned to the user (value isn't important in our case so i'll put 'X' ). VALUE if filled set the value of SHLP parameter before showing the results of ...
Created on 07 June 2013
26. Create XLSX/MHTML file from internal table in background
(Tricks)
... the user, or save it on local PC (like in the example found at the end). The most important is that you can use this method in a background so you can prepare some jobs for your programs and send results ...
Created on 12 May 2013
27. Load variant to single subscreen (selection screen)
(How to...)
... a method to fill only fields from one subscreen. I will use here FM RS_VARIANT_CATALOG to allow user to select variant for subscreen, FM RS_VARIANT_CONTENTS to read it's content, FM RS_ISOLATE_1_SELSCREEN to ...
Created on 02 May 2013
28. Subtotal lines of ALV GRID OO as content separator
(Tricks)
ALV Grid gives us some possibilities for easier reading of the grid content like "zebra" or colored rows. But when this is not enough and you want to make sure that users will focus on part ...
Created on 28 April 2013
29. Secure call of "starting new task" using RM_FREE_SESSION_CHECK
(Tips)
When you need to call a FM with option starting new task there is always a risk that user already has maximum number of sessions opened, so there is a risk that our call will be unsuccessful. There ...
Created on 25 April 2013
30. Save variant for single selection screen subscreen
(How to...)
...    if sy-subrc eq 7. *variant already exists so ask if user wants to overwrite it     call function 'POPUP_TO_CONFIRM_WITH_MESSAGE'       exporting ...
Created on 23 April 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
ABAP DEVELOPMENTS TOOLS COMPONENTS UPDATE PREPARE GAME EXTENSION SCMS XSTRING BINARY ABAP RM07DOCS ZDEMO FALV01 - Standard full screen FALV IXML STREAM FACTORY Create XLSX MHTML file from internal table in background ZCL Custom selection-screen fields for MD07 MS07 ALV GRID FRIEND LOAD
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.