• 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

Search

Total: 17 results found.

Search for:
Search Only:

1. WYSIWYG <span class="highlight">HTML</span> Editor in <span class="highlight">ABAP</span>
(Tricks)
I was lately trying to find an HTML WYSIWYG editor for ABAP, but I failed. I though or this was not needed so far, or the solution was not posted anywhere. So I've tried several times and thanks to ...
Created on 20 January 2016
2. Why I like to code in <span class="highlight">ABAP</span> in Eclipse
(Thoughts)
Why I like to code ABAP in Eclipse?         I was receiving this question very often in the past, but I really thought that most of the developers who can use AiE, are using it. But seems that I was wrong. ...
Created on 27 May 2016
3. Create XLSX/M<span class="highlight">HTML</span> file from internal table in background
(Tricks)
I think that any of us had meet the situation when we needed to create an Excel output from internal table in background. There is a really nice project called ABAP2XLSX which gives you to possibility ...
Created on 12 May 2013
4. ALV Grid in the nutshell: Field catalog - lowercase - Lowercase letters allowed/not allowed
(ALV Grid in the nutshell)
The changes of this parameter are only visible in edit mode and makes sense only for character or string fields. If it is set to ABAP_TRUE (‘X’), then the ALV grid stores in internal table the value in ...
Created on 13 April 2020
5. ALV Grid in the nutshell: Field catalog - intlen - Internal Length in Bytes
(ALV Grid in the nutshell)
As the description says, the meaning of that field is to set the internal length of the field in Bytes. During my whole career as ABAP Developer, I had never filled that field manually. Usually you’ll ...
Created on 13 April 2020
6. ALV Grid in the nutshell: Field catalog - tooltip
(ALV Grid in the nutshell)
... from TOOLTIP will be used as description used to describe the column in the change layout screen. Figure 82 ZDEMO_AIN_CL34 ABAP Code for Tooltip Figure 83 ZDEMO_AIN_CL34 Change ...
Created on 12 September 2019
7. ALV Grid in the nutshell: Field catalog - do_sum
(ALV Grid in the nutshell)
DO_SUM is very helpful when you want to assure that some of the numeric fields are summarized directly after the output, without interaction from the user side. In order to do so, just put the ‘X’ or ABAP_TRUE ...
Created on 28 July 2019
8. ALV Grid in the nutshell: Field catalog - icon
(ALV Grid in the nutshell)
... table. The corresponding field should be an CHAR4 field. You can use of course the domain ICON_D as well. In my example I’ve filled all rows with the same icon (ICON_ABAP) during the selection of data ...
Created on 24 June 2019
9. ALV Grid in the nutshell: Field catalog - checkbox
(ALV Grid in the nutshell)
The name of this field says almost everything about it. If you put an ‘X’ in it, then the column will be displayed as checkbox. The type of the field which is used as checkbox should be set to ABAP_BOOL ...
Created on 24 June 2019
10. ALV Grid in the nutshell: Basic Information
(ALV Grid in the nutshell)
... really simple example. (As you may read it the abapGit version can differ from here)   Figure 1 ZDEMO_AIN_CL01 example of using CL_GUI_CUSTOM_CONTAINER   Of course in order to be able ...
Created on 24 June 2019
11. Create XLSX file from internal table in background v2
(Tricks)
...        field-symbols:  type standard table.       assign lt_data->* to .       try.           cl_salv_table=>factory(           exporting             list_display = abap_false           importing ...
Created on 01 June 2018
12. 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
13. Create fieldcatalog from internal table
(How to...)
... and  CL_SALV_TABLE. Both methods are created with new ABAP 7.40 SP05 syntax.   LVC Field catalog definition   class-methods lvc_fcat_from_internal_table   importing     it_table type any table   returning value(rt_fcat) type lvc_t_fcat. ...
Created on 08 May 2015
14. Battleships game (two players)
(How to...)
I was playing a bit with CL_GUI_TIMER some time ago and I thought that this would be good to use it somewhere to have idea how it works. So I've created then a small game Battleships, which you for ...
Created on 10 January 2015
15. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
This topic was raised many times, I always found it's not possible to (or at least to hard to try) to update components allocation for routing operations. Fortunately I had to do it somehow and I manage ...
Created on 18 April 2014
16. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 2 - Customization
(How to...)
... parameters: VALUE( C_XSTRING ) TYPE XSTRING -> I'll use that in next part Implementation: method chart_customizing. *This is the code from http://abapblog.com.   data: ft_raw255 type solix_tab. ...
Created on 04 May 2013
17. Save message with attachment in Outlook's Draft
(Tricks)
In previous post I've shown how to zip file directly on PC without using CL_ABAP_ZIP, this time I will show you how easy is to use OLE2_OBJECT to create an MS Outlook message with attachment and save ...
Created on 16 April 2013


Łukasz Pęgiel
FALV Save message with attachment in Outlook's Drafts CTMS DDB HAS VALUES INTERNAL ALV Grid in the nutshell Field catalog - symbol Field catalog - col id - ALV control Column ID SAP NPL ABAP TYPEDESCR Enhanced MB51 Part 4 - Call MB51 GET SELECTED CELLS GUI ALV GRID SALV LEX FIELDCATALOG ITM PROVIDE CURRENT CELL PERIOD AND DATE CONVERT OUTPUT OLE2 OBJECT LOAD COMPLEX TSK Field catalog - no sum FRIEND LVC FCAT ALV GRID ZDEMO FALV14 - Popup calls DARK THEME #EC ESRUO ZIP CVAPI DOC CHECKOUTVIEW ALV GRID IN THE NUTSHELL REUSE DISPLAY out TRANSFER SLIS How to select proper configuration entry QM ATTACHMENTS SELECTION-SCREEN FUNCTION KEY TOOLTIP IXML PARSER COL convext Field catalog - convexit BAPI ROUTING DELETE SET VALUE ONLINE GOS SERVICE TOOLS GTMOVE LINKED OBJECTS chart designer CMD API PURCHASE ORDER GUI STATUS ZCL COLUMN - column fcat settings OBJCL GETDETAIL Delete Routing - piece of cake BOM SCAN ABAP-SOURCE SAVE USER CSRF token validation failed How to copy BOM using CEWB Function Modules
  • 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.