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

Search for:
Search Only:

Page 1 of 2

1. <span class="highlight">Refresh</span> ALV GRID and keep position and current cell
(Tricks)
When you use CL_GUI_ALV_GRID in edit mode or you change your internal table used to display data on ALV grid it may happen that after refreshing the grid using refresh_table_display your cursor or scroll ...
Created on 22 April 2013
2. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...      check_object( i_abap_type = abap_type i_level = level i_data = i_data i_parent = '' ).     e_data = create_types( ).   endmethod.   method init.     refresh: hierarchy.     clear current_id. ...
Created on 20 August 2018
3. ABAP Favorites Eclipse plugin
(How to...)
... in the linked SAP system, not currently active. Additionally while the linking is active, each change of active system will refresh the entries of the tree to be able to display entries linked with ...
Created on 29 June 2017
4. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
...      call function 'ME_COMPONENTS_REFRESH'.     data: ekpo     type                   ekpo,           mdpa     type                   mdpa,           mdlb     type                   mdlb,           mdlb_tab type standard table of mdlb. ...
Created on 04 February 2017
5. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
...      message_handler->set_config_for_bapi( ).     call function 'ME_COMPONENTS_REFRESH'.     data: ebkn     type                   ebkn,           eban     type                   eban,           mdpa     type                   mdpa, ...
Created on 03 February 2017
6. Re-explosion of subcontracting BOM in Purchase Requisition
(Tricks)
...      call function 'ME_COMPONENTS_REFRESH'.     data: ebkn     type                   ebkn,           eban     type                   eban,           mdpa     type                   mdpa, ...
Created on 02 February 2017
7. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
... you can make your SALV editable and you can handle all the events you want from underlying cl_gui_alv_grid object.   What you need to do, is to set handler for event after_refresh for all instances of ...
Created on 09 October 2016
8. 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
9. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
...                                changing ct_table = sflight    ) .   falv_redef->add_button(     exporting       iv_function  = 'F111'       iv_icon      = icon_refresh       iv_butn_type = zcl_falv=>button_normal ...
Created on 06 January 2016
10. ZDEMO_FALV09 - Cell settings
(FALV (Fast ALV Grid))
...              iv_fieldname = 'CARRID'             iv_row       = es_row_no-row_id         ).         me->soft_refresh( ).     endcase.   endmethod. endclass. start-of-selection.  ...
Created on 06 January 2016
11. How to copy BOM using CEWB Function Modules
(How to...)
... of the sample program to copy BOM then you'll see it's reasonable.    At the beginning let's clear Function Group memory using FM 'CP_CC_S_REFRESH_DATA'. Just for the safety reasons ...
Created on 28 October 2015
12. Popup with multi-select ALV
(How to...)
... selecting any row this table will be refreshed.   function z_ab_popup_grid_multi_sel. *"---------------------------------------------------------------------- *"*"Local Interface: *"  IMPORTING ...
Created on 29 April 2014
13. Mass replace popup for ALV grid
(Tips)
... and selected columns, then it displays selection-screen 1001. After pressing button "Confirm" or "Cancel" using FM RS_REFRESH_FROM_SELECTOPTIONS I'm retrieving table with parameters ...
Created on 27 April 2014
14. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...  selection-screen end of block oth. at selection-screen on value-request for p_path.   perform open_file_dialog changing p_path. initialization. start-of-selection.   refresh: gt_plan[], gt_assignment[], gt_return[]. ...
Created on 18 April 2014
15. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... if you leave it empty then you'll have to call FM ES_SAVE_USER_OBJECTS to save all the changes to DB. I_NO_REFRESH parameter is used to leave internal table of objects in Function Group MLSO without ...
Created on 31 March 2014
16. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...          and mbew~bklas in s_bklas.     refresh matnr[].     loop at gt_marc assigning .       clear matnr.       matnr-sign = 'I'.       matnr-option = 'EQ'.       matnr-low = -matnr. ...
Created on 28 March 2014
17. 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
18. Enhanced MB51 Part 3 - Get selection parameters
(Tricks)
As I have needed types I can start to create methods which I need. Firstly fast method the read select-option data from any program which will call our class. I will use here FM RS_REFRESH_FROM_SELECTOPTIONS . ...
Created on 27 March 2014
19. Range to search in lower case fields
(Tricks)
...          translate f_textnew to lower case.         +f_insidel2(1) = f_textnew.       endif.     endloop.     append lines of  to er_range.     refresh [].   enddo. endfunction.   Example ...
Created on 13 March 2014
20. Characteristic's own input screen - Part 6 - move reference data to bapi structure
(How to...)
...      data: ms_return type bapiret2.     if i_data is initial.       raise no_data_to_pass.     endif.     refresh: ct_objvalueschar[], ct_objvaluescurr[], ct_objvaluesnum[].     assign i_data->* to . ...
Created on 16 November 2013
21. Characteristic's own input screen - Part 5 - show characteristic's own update scre
(How to...)
...      data: ms_data type ref to data.     data: mo_structure type ref to cl_abap_structdescr.     data: mo_table     type ref to cl_abap_tabledescr.     refresh et_values[].     "get characteristic ID ...
Created on 14 November 2013
22. Characteristic's own input screen - Part 4 - Move screen values to reference dat
(How to...)
...      endif.     assign m_p to .     assign c_data->* to .     if sy-subrc eq 0.       assign component i_atnam of structure  to .       if sy-subrc eq 0.         refresh .         loop at it_values assigning . ...
Created on 14 November 2013
23. Characteristic's own input screen - Part 3 - Move reference data values to scree
(How to...)
...          others                      = 6.     if sy-subrc  0. *   Error *    raise characteristic_unknown.     endif.     refresh ct_values[].     assign i_data->* to .     if sy-subrc eq 0. ...
Created on 14 November 2013
24. Characteristic's own input screen - Part 2 - Clear Initial Lin
(How to...)
... code to see why it's happening. Finally I found that internal table WS in the function group CTMS was not refreshed during the call of CTMS_DDB_SET_VALUE_INTERNAL.  As I couldn't refresh it in ...
Created on 31 August 2013
25. Call standard F4 search help with customized parameters
(How to...)
...    read table ft_values with key fieldname = 'CARRID' assigning .   if sy-subrc eq 0.     move -fieldval to p_carrid.   endif.   "send dummy ok_code to refresh screen data   call function 'SAPGUI_SET_FUNCTIONCODE' ...
Created on 07 June 2013
26. Endless loop in BADI ME_PROCESS_PO_CUST
(Tips)
...        if f_checkheader_curr  f_checkheader.         "if different then we've got new PO         refresh ft_condcheck[].         f_checkheader = f_checkheader_curr.         "clear cond wa and set ebelp ...
Created on 06 June 2013
27. Classifications - Part 1 - prepare structure for class data
(How to...)
...        "check if we have error       loop at mt_return into ms_return where type ca 'AE'.         raise characteristics_error.       endloop.       refresh mt_comp[].       clear: ms_comp. ...
Created on 17 May 2013
28. Load variant to single subscreen (selection screen)
(How to...)
...                concatenate f_fieldname '[]' into f_fieldname.               assign (f_fieldname) to .               if sy-subrc eq 0.                 refresh .               endif.             when 'P'. ...
Created on 02 May 2013
29. Save variant for single selection screen subscreen
(How to...)
... to firstly use FM 'RS_REFRESH_FROM_SELECTOPTIONS' to get all fields and values for all select-options, then you need to use FM 'RS_ISOLATE_1_SELSCREEN' to get the fieldnames for selected ...
Created on 23 April 2013
30. Download CV01N/2N/3N documents to PC
(How to...)
...          append  to et_files.         continue.       else.         clear mt_bintab.         clear ms_bindata.         refresh: mt_bintab, mt_accessinf.         call function 'SCMS_DOC_READ' ...
Created on 14 April 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
ALV Grid in the nutshell Field catalog - tech HEADER HANDLE SALV TABLE READ TEXT Classifications - Part 2 - Get Object Details COMPONENTS REFRESH ECLIPSE SELECTION-SCREEN FUNCTION KEY FALV UPDATE PREPARE ALV GRID IN THE NUTSHELL LVC FCAT ABAP IN ECLIPSE Convert date to and from external date type IXML STREAM FACTORY FIELDCATALOG DELETE TSK STARTING NEW TASK SAVE CSRF Token DISPLAY ALV GRID CALL TRANSFORMATION GUI CUSTOM CONTAINER TRANSFER SLIS CSRF token validation failed ROWMARK ADT EDIT MASK #EC MB51 GUI TITLE FROM SELECTOPTIONS SE41 UNLOCK ABAP ABAP DEVELOPMENT TOOLS IN ECLIPSE ATC Pseudo Comments list F4IF START VALUE REQUEST CMD API ALV GRID USER SETTINGS RSFUNC TXT SYNTAX-CHECK MMIM REP CUST GET DDIC FIELD LIST Field catalog - lzero BOM COPY CTMS DDB HAS VALUES INTERNAL KEY SEL PERIOD AND DATE CONVERT OUTPUT SELECTED CELLS SHLP DESCR ZIP UPPER CASE FILL MDLB EBAN HOTSPOT ENCODING LEX ZDEMO
  • 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)
  • Create XLSX file from internal table in background v2
  • Call standard F4 search help with customized parameters
  • Dynamic GUI STATUS & TITLE with ABAP code
  • ATC Pseudo Comments list
  • Create fieldcatalog from internal table
  • Link Attachments of Purchase Requisition to Purchase Order
  • GOS - How to add business documents at creation of object
  • 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
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • 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.