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

Search for:
Search Only:

1. ABAP Favorites Eclipse plugin
(How to...)
... using Alt+F8 but it does not fill the simplicity requirement. That's why I started to ask about the possibility to have favourite T-Codes view somewhere in ADT in Eclipse. I rather thought that Thomas ...
Created on 29 June 2017
2. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... experience I know that if SAP table had K at the end of the name that this must be configuration of header (Kopf). I've inserted my new delivery type as target delivery type and I've filled da ...
Created on 15 February 2017
3. 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 ...
Created on 04 February 2017
4. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
... tion             and    bnfpo  eq i_position.     call function 'ME_FILL_MDPA_FROM ...
Created on 03 February 2017
5. Re-explosion of subcontracting BOM in Purchase Requisition
(Tricks)
...              and    bnfpo  eq i_position.     call function 'ME_FILL_MDPA_FROM_EBAN' ...
Created on 02 February 2017
6. 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
7. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
... bsp;. EXCLUDE_FUNCTION Can be used to fill EXCLUDE_FUNCTIONS table which is passed to SET_TABLE_FOR_FIRST_DISPLAY. As this works only before initial display, then alternatively DELETE_BUTTON fu ...
Created on 09 January 2016
8. 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
9. 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
10. ZDEMO_FALV04 - Full Screen with fully dynamic GUI Status
(FALV (Fast ALV Grid))
... = ABAP_TRUE     exceptions       button_already_filled  = 1       button_does_not_exists = 2       icon_and_text_empty  &nb ...
Created on 06 January 2016
11. 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
12. How to teach ABAP ???
(Thoughts)
... can developer create a program which creates purchase orders without knowing purchase organization, purchasing group or company code he can use for testing. How he can know what to fill in BAP if he never ...
Created on 24 November 2015
13. How to copy BOM using CEWB Function Modules
(How to...)
... Just for the safety reasons :-) Then let's load BOM header data to FG memory. If you want to do mass transaction then you would probably want to fill selection table i_cpsc_bom_sel with ...
Created on 28 October 2015
14. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
... In fact whole trick is to create firstly a GUI STATUS in empty program which will contain only functions with dynamic texts, and then to fill properly static class attribute.   So let's begin ...
Created on 11 July 2015
15. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...      message s001(00) with 'Fill path!' display like 'E'.     g_error = 'X'.   elseif p_rows lt 2. ...
Created on 18 April 2014
16. 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
17. Enhanced MB51 Part 2 - Structure for data
(Tricks)
... filled and to get back the results.    I will need a type for the structure which will be used as a base type to all copy / move functions from MB51 to class and program. Bellow you'll find ...
Created on 27 March 2014
18. 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
19. Range to search in lower case fields
(Tricks)
... a range of the possible values to be able to fulfill the task. Here is how to do it quite fast by doing FM:   function z_ab_prep_val_for_case_search. *"-------------------------------------------------------------------- ...
Created on 13 March 2014
20. Characteristic's own input screen - Part 2 - Clear Initial Line
(How to...)
... screen with previously filled data by CTMS_DDB_SET_VALUE_INTERNAL then for multiple value characteristic I was always receiving one additional line to these which was passed by me in export parameters. ...
Created on 31 August 2013
21. Selection Screen - Part1 - Parameters
(For beginners)
...      endif.   endif. initialization.     g_paramname = 'SFLIGHT-CARRID'. *  "fill listboxes at initialization of program ...
Created on 08 June 2013
22. Call standard F4 search help with customized parameters
(How to...)
... us the most interesting will be SHLPFIELD, VALFIELD, VALUE and DISPFIELD. In SHLPFIELD we will store the name of the SHLP parameter (names you can check in SE11), VALFIELD if filled will tell FM that value ...
Created on 07 June 2013
23. Endless loop in BADI ME_PROCESS_PO_CUST
(Tips)
...            f_item->set_conditions( exporting im_conditions = ft_conditions[] ).           "fill check data and set that for this ebelp the conditions were ...
Created on 06 June 2013
24. How to select proper configuration entry
(Tips)
... Using initial fields gives us the possibility to store defaults also for part of the key, like in second line where airline is empty but the plane type is filled. In this case if we will not find configuration ...
Created on 31 May 2013
25. Copy routing (create on a base of existing one)
(Tricks)
...    f_classes_in_workarea-itm_inarea = 'X'.   f_classes_in_workarea-bom_inarea = 'X'. * fill selection conditions   concatenate 'I' 'EQ' f_plnty_s into f_tsk_plnty_selection. ...
Created on 26 May 2013
26. Classifications - Part 2 - Get Object Details
(How to...)
  In the first part I show how to create a structure on a base of class characteristics, now I will describe how to get the characteristics values for a object and how to fill the structure we've ...
Created on 18 May 2013
27. Create XLSX/MHTML file from internal table in background
(Tricks)
...  start-of-selection.   "fill table with data   select * from spfli into corresponding fields of table gt_spfli. ...
Created on 12 May 2013
28. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
(How to...)
...    f_ostream = fo_ixml_sf->create_ostream_xstring( f_xstring ).   f_ixml_data_doc->render( f_ostream ). "here f_xstring is filled ...
Created on 06 May 2013
29. 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
30. Delete Routing - piece of cake
(How to...)
...    f_classes_in_workarea-itm_inarea = 'X'.   f_classes_in_workarea-bom_inarea = 'X'. * fill selection conditions   concatenate 'I' 'EQ' f_plnty into f_tsk_plnty_selection. ...
Created on 18 April 2013
MEREQ GET FACTORY SAPGUI PROGRESS INDICATOR Load variant to single subscreen selection screen SEARCH FALV Extend allowed runtime of a program OUTLOOK APPLICATION IXML ELEMENT ABAP TYPEDESCR GUI FRONTEND SERVICES EXECUTE BOM COPY REUSE ALV VARIANT
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.