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

Search for:
Search Only:

Page 1 of 2

1. CMD_EI_API <span class="highlight">delete</span>s contact persons?
(Tips)
I'm big fan of CMD_EI_API and VMD_EI_API classes. I use them to create, update and delete customer and vendor master data, including contact persons, partners and all data you have in XD02/XK02 transaction. ...
Created on 13 August 2017
2. Re-explode or <span class="highlight">delete</span> purchase order line subcontracting BOM
(Tricks)
...              p_del radiobutton group gr1. class lcl_subcontracting definition.   public section.     constants: action_delete  type c value 'D',                action_explode type c value 'M'. ...
Created on 04 February 2017
3. <span class="highlight">Delete</span> Routing - piece of cake
(How to...)
... in CEWB, so we can create/change/delete bom and routings. The example available in the note shows how to change an routing operation description. The rest you have to figure out alone but once you start ...
Created on 18 April 2013
4. ABAP Extensions - Automatic Logon
(How to...)
... node, you are able to add new client to the list.   When you right-click on client node, then you can create additional users or you can delete the client node.        When you ...
Created on 04 January 2020
5. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
... easier than 000000000000000123, that’s why field MATNR uses conversion exit ALPHA which deletes the leading zeros in case there are only numbers inside the fields. There are many standard conversion ...
Created on 29 July 2019
6. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
...   data(customer) = new zcl_cmd_customer( i_customer = p_custom ).     data(contact) = customer->delete_contact( p_cont ).     customer->save( ).   catch zcx_cmd_customer. endtry.   Extension ...
Created on 06 June 2019
7. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
...      field-symbols:  type SYDB0_SCR_STACK_LINE.     assign (current_scr) to .     if sy-subrc eq 0 and i_button between 1 and 5.       data(button) = |FC0|.       if i_visible eq abap_true.         delete -excl where fcode eq button. ...
Created on 21 November 2018
8. ATC Pseudo Comments list
(Tips)
...  10 N Read a report/text pool CI_READ_REP   CL_CI_TEST_CRITICAL_STATEMENTS 11 W Write/delete a report/text pool CI_TABL_EXCEPTN   CL_CI_TEST_CRITICAL_STATEMENTS ...
Created on 26 September 2018
9. Retro ASCII symbols in ALV Grid table
(How to...)
...                    ( symbol = sym_sorted_down        name = 'SYM_SORTED_DOWN       ' )                   ( symbol = sym_cumulated          name = 'SYM_CUMULATED         ' )                   ( symbol = sym_delete             name = 'SYM_DELETE            '  ...
Created on 03 June 2018
10. ABAP Favorites Eclipse plugin
(How to...)
... editor at double-click. If this will be unchecked at double click the object will be run (F8). Once you add folder or object to favorites, then you’ll be able to delete it or edit.   d.Filtering ...
Created on 29 June 2017
11. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
In previous post I've shown how to re-explode subcontracting components of purchase requisition using FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE . Using very similar code you can delete ...
Created on 03 February 2017
12. Why I like to code in ABAP in Eclipse
(Thoughts)
... you want the keywords, making for example select, insert, delete, modify or method more visible. Just a simple thing but changes that much!     viii.      Going out of the brackets – when you write something ...
Created on 27 May 2016
13. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
...  DISPLAY EXCLUDE_FUNCTION COLUMN SOFT_REFRESH SET_MARK_FIELD SET_EDITABLE SET_READONLY ADD_BUTTON DISABLE_BUTTON ENABLE_BUTTON DELETE_BUTTON SET_CELL_DISABLED SET_CELL_ENABLED ...
Created on 09 January 2016
14. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
...    ).   falv_redef->delete_button( zcl_falv=>mc_fc_detail ).   falv_redef->display( ).   "creation of standard falv   data(falv_stand) = zcl_falv=>create( exporting i_applog_embedded = abap_true changing ct_table = sflight   ). ...
Created on 06 January 2016
15. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(FALV (Fast ALV Grid))
...          me->delete_button( zcl_falv_dynamic_status=>b_03 ).     endcase.   endmethod. endclass. start-of-selection.   select * up to 100 rows   into corresponding fields of table @sflight ...
Created on 06 January 2016
16. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
...  "! Used by ZCA_AB_DYNAMIC_GUI "! Do not delete it!!! report zab_dynamic_gui_status. Yes, that's all from the code point of view in this program. As said it's only to keep GUI STATUS ...
Created on 11 July 2015
17. Popup with multi-select ALV
(How to...)
...            if sy-subrc ne 0.             delete ct_outtab index sy-tabix.           endif.         endloop.       endif.     when 'CANCEL'.       refresh ct_outtab[].   endcase. ...
Created on 29 April 2014
18. Mass replace popup for ALV grid
(Tips)
...      ).   sort ft_selected_rows by row_id.   "remove not editable fields   delete gt_fcat_mass where edit eq abap_false.   if gt_fcat_mass[] is initial.     message s001(00) display like 'W' with 'No editable fields in the grid'. ...
Created on 27 April 2014
19. GOS - How to add business documents at creation of object
(Tricks)
... object but you will not save the document at the end? The document itself will be kept so you have to be sure that it will be deleted next archiving run.    I will show you an example on Purchase Requisition ...
Created on 25 April 2014
20. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
... (CP_CL_P_OPR_ALLOCATION_PROVIDE). We need to do it in order to delete current allocation. 4) Deletion is done with CM_CL_P_COM_DELETE and saved with CP_CC_S_SAVE. Deletion is committed as in other case ...
Created on 18 April 2014
21. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
...     . call function 'ES_DELETE_USER_SETTINGS'  exporting   iaction        = 'MEPO'   ielement       = 'Application         Req_Process' *  iactive        = *  IUNAME          = IUNAME ...
Created on 14 April 2014
22. ESDUS, ESRUO - MM settings table - Part 2/3
(Tricks)
...  * TABLES *   IESDUS         = IESDUS           .   Same way as you can add the configuration you can delete it. Parameters are the same.  call function 'ES_DELETE_USER_SETTINGS'  exporting ...
Created on 09 April 2014
23. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... ES_READ_USER_OBJECTS ES_APPEND_USER_OBJECTS ES_DELETE_USER_OBJECTS ES_SAVE_USER_OBJECTS ES_READ_USER_SETTINGS ES_APPEND_USER_SETTINGS ES_SAVE_USER_SETTINGS ES_DELETE_USER_SETTINGS As you can ...
Created on 31 March 2014
24. Enhanced MB51 Part 5 - Export from MB51
(Tricks)
...      loop at it_list assigning .       move-corresponding  to ms_list.       delete table it_list from .       append ms_list to mt_list.     endloop.     refresh: it_list[].     export export from mt_list to memory id 'ZMB51_FULLLIST_EXPORT'. ...
Created on 28 March 2014
25. Enhanced MB51 Part 4 - Call MB51
(Tricks)
...    assign mt_exlist->* to .   assign ms_exlist->* to .   loop at mt_list assigning .     move-corresponding  to .     append  to ct_list.".     clear .     delete table mt_list from . ...
Created on 27 March 2014
26. Characteristic's own input screen - Part 5 - show characteristic's own update scre
(How to...)
... zcl_abapblog_com_classific=>clear_initial_line_api_vari to delete initial line for multiple values characteristics zcl_abapblog_com_classific=>move_ref_data_to_screen_val to move reference data to update ...
Created on 14 November 2013
27. Custom selection-screen fields for MD07/MS07
(Tips)
...    delete adjacent duplicates from gt_mdma comparing all fields.   "check if we want to filter material on a base of inforecords   " for vendor   if gt_mdma[] is not initial and s_lifnr[] is not initial. ...
Created on 16 June 2013
28. Endless loop in BADI ME_PROCESS_PO_CUST
(Tips)
...          if sy-subrc ne 0.           "if not then we can delete entries from table to be able to run check           "in the next change of item           delete ft_condcheck where ebelp = f_mepoitem-ebelp. ...
Created on 06 June 2013
29. Copy routing (create on a base of existing one)
(Tricks)
In article Delete Routing - piece of cake I've shown you how to use FM from CEWB transaction to delete routings. If you go through all FM that are inside function groups of CEWB then you'll see ...
Created on 26 May 2013
30. Load variant to single subscreen (selection screen)
(How to...)
...                  if sy-subrc ne 0.                   delete table  from .                 elseif  is initial.                   delete table  from .                 endif.               endif. ...
Created on 02 May 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
COL SUM GOS MANAGER LVC FCAT CTMS DDB SET VALUE ONLINE CMD API EXTRACT ALV GRID IN THE NUTSHELL and Enhance Your ADT FALV Speed-up your Eclipse installation READ USER OBJECTS FIELDCATALOG SETTINGS TEACH ABAP APPEND JUST GUI ALV GRID ALV GRID BCS CONVERT SALV CONTROLLER METADATA Zipping in IZArc with ABAP directly on PC MEREQ GET FACTORY BATTLESHIPS ATC Pseudo Comments list ALV Grid in the nutshell Field catalog - qfieldname TABLE FOR FIRST DISPLAY MD07 TABNAME IXML OSTREAM COMPONENTS MAINTAIN PROGRESS INDICATOR PROVIDE COM OPR EWB Components allocation to routing operation multilevel BOM Field catalog - no sum RM07DOCS Field catalog - exponent Field catalog - sp group - Group key Retro ASCII symbols in ALV Grid table SIGN ZDEMO FALV05 - Adding Removing Disabling grid toolbar RSDBRUNT FALV Fast ALV Grid PROCESS CUST Enhanced MB51 Part 4 - Call MB51 Field catalog - dfieldname Fieldname for column group SELECTED COLUMNS KEY ZIP a file using ABAP GROUP COC1 FEATURE CHECK Field catalog - seltext SAVE ZCL LAYOUT - layout settings - First blood SCMS BINARY XSTRING CHART ENGINE LEARN ABAP MB51 ENHANCEMENT
  • 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)
  • Call standard F4 search help with customized parameters
  • ATC Pseudo Comments list
  • 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.