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

Search for:
Search Only:

1. ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
... implementation of the method. In my example I simply read the clicked cell content and I display a message on the screen. The index of row of clicked cell you’ll find in structure E_ROW_ID in the field ...
Created on 27 April 2020
2. ATC Pseudo Comments list
(Tips)
... &1) CI_TABL_EXCEPTN   CL_CI_TEST_DDIC_TABLES 30 N Table has unique Secondary Index CI_TABL_EXCEPTN   CL_CI_TEST_DDIC_TABLES 31 N Table ...
Created on 26 September 2018
3. ZDEMO_FALV11 - Editable Grid settings
(FALV (Fast ALV Grid))
...        falv->set_cell_enabled(         exporting           iv_fieldname = 'FLDATE'           iv_row       = 2 * sy-index           ).     enddo.   endif.   "Change grid to edit mode   falv->set_editable( iv_modify = abap_true ). ...
Created on 06 January 2016
4. ZDEMO_FALV10 - Color Settings
(FALV (Fast ALV Grid))
...        exporting         iv_color = 'C300'         iv_row   = 2 * sy-index     ).   enddo.   "change some cell colors.   do 10 times.     falv->set_cell_color(       exporting         iv_fieldname = 'PLANETYPE' ...
Created on 06 January 2016
5. CL_PROGRESS_INDICATOR VS direct call of SAPGUI_PROGRESS_INDICATOR
(Tips)
...      i_processed          = sy-index    " Number of Objects Already Processed     i_total              = p_times1    " Total Number of Objects to Be Processed     i_output_immediately = abap_true    " X = Display Progress Immediately ...
Created on 28 April 2015
6. Popup with multi-select ALV
(How to...)
...          importing           "et_index_rows = et_index_rows           et_row_no     = ft_row_no              ).       if ft_row_no[] is initial.         refresh ct_outtab[].       else. ...
Created on 29 April 2014
7. Mass replace popup for ALV grid
(Tips)
...    data: f_num(2) type n.   data: f_index type i.   data: f_field type string.   data: f_changed type flag.   data: f_tabix type i.   data: ft_filtered type lvc_t_fidx.   data: ft_selected_rows type lvc_t_roid. ...
Created on 27 April 2014
8. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...      error_no_gui            = 3     not_supported_by_gui    = 4     others                  = 5     ).   if sy-subrc eq 0.     read table ft_filetable index 1.     if sy-subrc eq 0.       p_path = ft_filetable. ...
Created on 18 April 2014
9. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
...    from esruo   where uname eq sy-uname   and   object_typ eq 'BUS2105'.      sort ft_esruo by timestamp descending.   read table ft_esruo index 1 into fs_esruo.   concatenate fs_esruo-object_id 'A' into f_active. ...
Created on 14 April 2014
10. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...  parameters : pa_aistr    like aind_str1-archindex                     default 'YOUR_ARCHIVE_HERE'.            "n732471 selection-screen : end of line.                             "n732471 ...
Created on 28 March 2014
11. Enhanced MB51 Part 1 - Goal and prerequisites
(Tricks)
... MSEG Enhancement & Redesign MB51/MB5B After implementation you'll have some additional fields from MKPF directly in MSEG table which connected with additional index on MSEG and proper configuration ...
Created on 24 March 2014
12. Range to search in lower case fields
(Tricks)
...    do f_times times.     f_insidel2 = sy-index - 1.     loop at er_range assigning .       assign component 'LOW' of structure  to .       check sy-subrc eq 0.       if f_text+f_insidel2(1) ca '*+' and ( i_option eq 'CP' or i_option eq 'NP' ). ...
Created on 13 March 2014
13. Extend allowed runtime of a program
(Tricks)
...      call function 'SAPGUI_PROGRESS_INDICATOR'      exporting *       PERCENTAGE       = 0        text             = sy-index               .     if sy-index eq 1000.       exit.     endif. ...
Created on 25 June 2013
14. How to select proper configuration entry
(Tips)
...      clear f_current_score. "clear score.     "we will check key fields only     do f_keys_number times.       "assign key field of configuration       assign component sy-index of structure  to . ...
Created on 31 May 2013
15. Refresh ALV GRID and keep position and current cell
(Tricks)
...    grid->get_selected_rows(   importing     et_index_rows = mt_rows *            et_row_no     = et_row_no     ).   if mt_rows[] is initial.     grid->get_selected_cells_id(     importing  et_cells = mt_cells ). ...
Created on 22 April 2013
16. Download CV01N/2N/3N documents to PC
(How to...)
...          if sy-subrc eq 0.           read table   mt_accessinf into ms_accessinf index 1.           m_size = ms_accessinf-comp_size.           if sy-subrc eq 0.             z_my_special_class=>get_filename_from_path( ...
Created on 14 April 2013
17. Free global data of a program at once
(Tricks)
... some hours on that I gave up. But it returned someday I just simply saw FM 'RS_PROGRAM_INDEX' and that was enough to create fast a method to free all global data for me.  So let's start with ...
Created on 10 April 2013


Łukasz Pęgiel
SYM SET SCROLL INFO VIA FIELDCATALOG ALV GRID SALV CONTROLLER METADATA GTGET LVC ABAP STRUCTDESCR READ USER SETTINGS CTMS DDB HAS VALUES INTERNAL AiE FALV Fast ALV Grid ABAP IN ECLIPSE SAVE HTTP CLIENT KKEK CONVERT FLOAT CURR FILENAME Enhanced MB51 Part 4 - Call MB51 ZERO ALV GRID IN THE NUTSHELL Copying is not poss BOM GET FRONTEND ALV Grid in the nutshell Field catalog - reptext Heading ADT STARTING NEW TASK SAP CSV FORMAT CHANGE CREATED VARIANT IXML OSTREAM ECLIPSE Field catalog - rollname POPUP OUTPUTLEN SAP TechEd Developer Hero 2016 VAL FROM OBJECT OUTLOOK APPLICATION SBCS SEND Unlock yourself on the DEV system AUTOMATIC LOGON QUANTITY LOWERCASE GUI ALV GRID BAPI CLASS PERIOD AND DATE OUTPUT RM07DOCS REFRESH SELECTOPTIONS Free global data of a program at once PARSER MEREQ FACTORY PROCESS CUST ABAP DEVELOPMENTS TOOLS CONTENTS INTTYPE ISTREAM FALV CHARACT GETDETAIL GOS SERVICE TOOLS GTMOVE LINKED
  • 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)
  • Call standard F4 search help with customized parameters
  • Create XLSX file from internal table in background v2
  • 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.