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

Search for:
Search Only:

1. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  Conversion Routine seltext type lvc_txt ALV control: Column identifier for dialog functions tooltip ...
Created on 24 June 2019
2. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
...      if sy-subrc eq 0.       assign component |FUNCTXT_0| of structure  to field-symbol().       if sy-subrc eq 0.          =  value smp_dyntxt( icon_id = i_icon                                icon_text = i_icon_text ...
Created on 21 November 2018
3. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...          error_cntl_call_method = 1         others                 = 3     ).     if sy-subrc eq 0.       converter->build_structure(         exporting           i_data = /ui2/cl_json=>generate( json = cl_bcs_convert=>txt_to_string( it_soli   = source ) pretty_name = 'Y' ) ...
Created on 20 August 2018
4. Send mail in BADI or User-Exit without commiting
(Tricks)
...  *       iv_fax_country  = iv_fax_country    " Country for Telephone/Fax Number    ).    msg->set_main_doc(      exporting        iv_contents_txt = | TEST MESSAGE |                         && |sample from ABAPblog.com| ...
Created on 22 February 2016
5. ZCL_FALV_DYNAMIC_STATUS - for full screen or popup
(FALV (Fast ALV Grid))
...                                     value(iv_text)    type smp_dyntxt-text optional                                    value(iv_icon)    type smp_dyntxt-icon_id optional                                    value(iv_qinfo)   type smp_dyntxt-quickinfo optional ...
Created on 10 January 2016
6. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
...        importing         value(iv_value) type lvc_txt .     methods set_tooltip       importing         value(iv_value) type lvc_tip .     methods set_rollname       importing         value(iv_value) type lvc_roll . ...
Created on 10 January 2016
7. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
...    public section.     types: begin of t_buttons,              f01 type rsfunc_txt,              f02 type rsfunc_txt,              f03 type rsfunc_txt,              f04 type rsfunc_txt,              f05 type rsfunc_txt, ...
Created on 11 July 2015
8. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...         rows type epsssrows,        vendor_name type mepo_vendor,        grtxt like t157e-grtxt,        xabln like mkpf-xabln,        bldat type mkpf-bldat,       end of t_alv. Selection-options ...
Created on 28 March 2014
9. Enhanced MB51 Part 2 - Structure for data
(Tricks)
...           anln2 type  anln2,          aplzl type  cim_count,          aufnr type  aufnr,          aufpl type  co_aufpl,          bktxt type  bktxt,          bpmng type  bpmng,          bprme type  bbprm, ...
Created on 27 March 2014
10. Custom selection-screen fields for MD07/MS07
(Tips)
...  data: rm61r like rm61r. data smp_dyntxt type smp_dyntxt. types: begin of t_vendor,   matnr like eina-matnr,   lifnr like eina-lifnr, end of t_vendor. data: g_vendor type t_vendor. ...
Created on 16 June 2013
11. Endless loop in BADI ME_PROCESS_PO_CUST
(Tips)
...    data: f_ekkotxt type string.   data: begin of fs_condcheck,         set type c,         ebelp type ekpo-ebelp,   end of fs_condcheck.   data: ft_condcheck like standard table of fs_condcheck. ...
Created on 06 June 2013
12. Subtotal lines of ALV GRID OO as content separator
(Tricks)
...        es_subtottxt_info       ep_subtot_line       e_event_data.   and the implementation in which I'm clearing all descriptions from subtotals: method subtotal_text.     field-symbols:  type any. ...
Created on 28 April 2013
13. Download CV01N/2N/3N documents to PC
(How to...)
...        if ms_drat-dktxt is initial.         if i_filename is not initial.           m_filenamefull = i_filename.         else.           concatenate sy-datum sy-uzeit into m_filenamefull.         endif. ...
Created on 14 April 2013


Łukasz Pęgiel
AiE LVC FCAT ALV Grid in the nutshell Field catalog - Hotspot - ALV control SingleClick-sensitive REFRESH FROM SELECTOPTIONS COMPONENTS Enhanced MB51 Part 4 - Call MB51 GOS SERVICE TOOLS GTMOVE LINKED OBJECTS APPEND USER SETTINGS FALV CVAPI DOC GETDETAIL Popup with multi-select ALV BAPI OBJCL CHANGE GET SELECTED ROWS GUI ALV GRID ALINK CONNECTION GTINSERT BCS CONVERT Classifications - Part 4 - example of use RECEIVE RESULTS FROM FUNCTION LOAD COMPLEX TSK ABAP ELEMDESCR Field catalog - reprep - ALV control Value is selection criterion for rep rep intf SET CELLS Dynamic GUI STATUS TITLE with ABAP code Field catalog - do sum ALV GRID OPR PROVIDE MTK MB51 MAINTAIN CALL TRANSFORMATION Create a nice looking chart with CL CHART ENGINE - Part 3 - Chart Data and render FILENAME ZDEMO FALV06 - Grid Layout settings Mark field SAVE JSON2ABAPtype ALV GRID IN THE NUTSHELL HTML VIEWER Field catalog - col pos FALV02 - Full screen with redefinitions READ CLAF CLASS FIELDCATALOG ICON SAP NPL GUI TITLE Field catalog - domname - Domain name SMP DYNTXT SALV COLUMNS TABLE IXML PARSER STARTING NEW TASK LZERO Field catalog - reptext Heading 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)
  • 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
  • How to handle CL_GUI_ALV_GRID events in SALV
  • Subtotal lines of ALV GRID OO as content separator

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.