• 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
LVC FCAT READ USER OBJECTS ESDUS AT SELECTION-SCREEN OUTPUT COMP REQUIREMENT DATE CMD API PURCHASE ORDER CVAPI DOC CHECKOUTVIEW ALV GRID IN THE NUTSHELL REQ FACTORY GUI ALV GRID ROWMARK ABAP Extensions - Automatic Logon ALV GRID PROGRESS INDICATOR FIELDCATALOG REFRESH DATA ABAP FAVORITES LZERO F4IF GET SHLP DESCR BATTLESHIPS Retro ASCII symbols in ALV Grid table IXML ELEMENT ALV Grid in the nutshell Field catalog - exponent TVCPLAP TIMER BOM CONVEXIT FALV SALV AGGREGATIONS Field catalog - round SAVE ALV POPUP Field catalog - col pos Secure call of starting new task using RM FREE SESSION CHECK TRANSFER FROM SLIS MB51 SET SELSCREEN STATUS ADT FIELDNAME STARTING NEW TASK OPR PROVIDE MTK ITEM CONDITIONS #SAPTechEd 2016 Barcelona AUTHORITY-CHECK SELECTED ROWS OUT RM07DOCS Convert date to and from external date type Field catalog - tabname Free global data of a program at once TOTEXP ITM SCROLL INFO VIA ZDEMO FALV01 - Standard full screen FALV BCS MESSAGE SEARCH SCAN ABAP-SOURCE TSK UNLOCK CONTROLLER METADATA
  • 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.