• 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 - domname - Domain name
(ALV Grid in the nutshell)
You may suspect that setting up a domain name in the field catalog will make some effect on the display, for example in data type, length, lowercase sign,  but it seems that it has no effect in ALV grid. ...
Created on 18 April 2020
2. ALV Grid in the nutshell: Field catalog - fix_column
(ALV Grid in the nutshell)
... document number. When you setup the value of this field to ‘X’, then the column(s) will be always visible. While scrolling the fields after the last field which has this flag will be moving left or right. ...
Created on 28 July 2019
3. ATC Pseudo Comments list
(Tips)
...  FM_RFC_OK Function module is not flagged as Remote Function Call FB_NO_TYPE FM_NO_TYPE Missing typing of formal parameter ...
Created on 26 September 2018
4. ZCL_FALV_LAYOUT - layout settings
(FALV (Fast ALV Grid))
...      methods set_xidirect importing value(iv_value) type flag .     methods set_s_dragdrop importing value(iv_value) type lvc_s_dd01 .     methods set_info_fname importing value(iv_value) type lvc_cifnm . ...
Created on 10 January 2016
5. 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
6. ESDUS, ESRUO - MM settings table - Part 2/3
(Tricks)
... user is used. IDB parameter gives you an option to select data from DB directly, if this flag is not set then then selection from ESDUS table is done only if in function group memory there is no data about ...
Created on 09 April 2014
7. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...  selection-screen end of block disp. selection-screen begin of block arch with frame title text-005. parameters: database like am07m-ar_flag as checkbox default 'X', shortdoc like am07m-ar_flag2 as checkbox default ' ', ...
Created on 28 March 2014
8. Enhanced MB51 Part 5 - Export from MB51
(Tricks)
...    data: ms_list type t_list.   data: mt_list type tt_list.   data: m_flag type c.   import flag to m_flag from memory id 'ZMB51_FULLLIST_EXPORT'.   if m_flag is not initial.     check it_list[] is not initial. ...
Created on 28 March 2014
9. Enhanced MB51 Part 4 - Call MB51
(Tricks)
... which I want (ALV kind) and MB51 would display its results on screen. That's why I need to export to memory some flags, first two must be set to be able to achieve form process_list in RM07DOCS and ...
Created on 27 March 2014
10. Reset rejection of Purchase Requisition
(How to...)
... -> Purchase requisition factory Exporting: E_RESET TYPE FLAG -> Reset was successful Exceptions: HEADER_COULDNT_BE_CREATED ERROR_DURING_RESET CANNOT_RESET Implementation: method reject_refusal.    ...
Created on 24 March 2014
11. How to check if for purchase requisition rejection can be reset?
(How to...)
... EBAN-BANFN ->Purchase Requisition Number Exporting: E_RESETABLE TYPE FLAG -> If rejection can be reset this parameter will be set to 'X' Changing: CO_FACTORY TYPE REF TO IF_PURCHASE_REQ_FACTORY ...
Created on 18 March 2014
12. Characteristic's own input screen - Part 5 - show characteristic's own update scre
(How to...)
... screen values table Ok, so let's starts with parameters: Importing: value( I_SET_VAL_FROM_OBJECT ) TYPE FLAG -> If set to 'X' then we get values from the classification object directly, if ...
Created on 14 November 2013
13. Characteristic's own input screen - Part 1 - Convert Values To Floa
(How to...)
...          new_value              = m_value_new *       FLAG_NO_DIALOG         = FLAG_NO_DIALOG       importing *       atwrt                  = r_value_float         atflv                  = r_value_float ...
Created on 31 August 2013
14. Endless loop in BADI ME_PROCESS_PO_CUST
(Tips)
...          data: f_cond_changed type c.         field-symbols:  type komv.         "clear cond change flag         clear f_cond_changed.         "get condition for item         f_item->get_conditions( importing ex_conditions = ft_conditions[] ). ...
Created on 06 June 2013
15. How to select proper configuration entry
(Tips)
...    "get the number of key fields   loop at ft_ddfields assigning  where keyflag eq 'X'.     add 1 to f_keys_number.   endloop.   "loop at our configuration table   loop at gt_zconf assigning . ...
Created on 31 May 2013
16. Create XLSX/MHTML file from internal table in background
(Tricks)
...  is_layout type lvc_s_layo optional -> alv control: layout structure i_xlsx type flag optional -> create xlsx file? Changing: ct_data type standard table -> our internal table Exporting: ...
Created on 12 May 2013
17. Download CV01N/2N/3N documents to PC
(How to...)
... zip file or if you want to zip them separatelly. In table ET_FILES you'll find all files that were attached to document, field "UPDATEFLAG" will be set to 'D' if file was succesfully ...
Created on 14 April 2013


Łukasz Pęgiel
CHAR VALUE CHANGE2 GUI CHART ENGINE ALV Grid in the nutshell Field catalog - key ZDEMO FALV05 - Adding Removing Disabling grid toolbar Popup with multi-select ALV How to handle CL ALV GRID events in SALV MB51 ENHANCEMENT LVC FCAT Field catalog - col pos RSFUNC TXT LOAD COMPLEX ITM CTMS DDB INIT MESSAGE HANDLER FALV IXML DOCUMENT ALV GRID IN THE NUTSHELL Enhanced MB51 Part 6 - ZMB51 program SAPGUI PROGRESS INDICATOR Field catalog - rollname SLICENSE Field catalog - no out PSEUDO COMMENTS SET TABLE FOR FIRST DISPLAY Field catalog - lzero LEARN ABAP ALV GRID GRID AiE Save message with attachment in Outlook's Drafts BOM DYNAMIC GUI STATUS KKEK CONVERT FLOAT CURR DELETE TSK STARTING NEW TASK ALINK CONNECTION POPUP ABAP STRUCTDESCR RM07DOCS GTINSERT Keywords ESRUO - MM settings table - Part 3 Enhanced MB51 Part 1 - Goal and prerequisites CVAPI DOC GETDETAIL SAVE USER OBJECTS Field catalog - reptext Heading RSDBRUNT FIELDCATALOG COM Field catalog - reprep - ALV control Value is selection criterion for rep rep intf EXPORT TO MEMORY ID IDENTITY TRANSFER FROM SLIS ABAP4 CALL TRANSACTION PERIOD AND DATE
  • 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)
  • ATC Pseudo Comments list
  • Call standard F4 search help with customized parameters
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create fieldcatalog from internal table
  • Link Attachments of Purchase Requisition to Purchase Order
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • 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
  • Subtotal lines of ALV GRID OO as content separator
  • How to handle CL_GUI_ALV_GRID events in SALV

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.