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

Search for:
Search Only:

1. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
As you can imagine, INTTYPE is just a presentation of DATATYPE in internal SAP format in most of cases. I wrote most of cases because it can also say if the field in internal table is a reference to other ...
Created on 18 December 2019
2. Create XLSX file from internal table in background v2
(Tricks)
...        returning value(r_xstring) type xstring. Here goes the implementation:     method create_xlsx_from_itab.     data(lt_data) = ref #( it_data ).     if it_fieldcat is initial. ...
Created on 01 June 2018
3. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...          i_table = space  "format as table in Excel         ).       catch zcx_excel.     endtry.     data:   lo_excel_writer         type ref to zif_excel_writer,           l_xstring type xstring. ...
Created on 28 March 2014
4. Create XLSX/MHTML file from internal table in background
(Tricks)
... table with sort and filter criteria if they were passed. To do that  I use class cl_salv_ex_util. At the end result table is transformed to xstring with method cl_salv_bs_tt_util=>if_salv_bs_tt_util~transform. ...
Created on 12 May 2013
5. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
(How to...)
... REF TO CL_GUI_CUSTOM_CONTAINER Implementation: method create_and_init_chart. *This is the code from http://abapblog.com.   data: f_lenght type i.   data: f_xstring type xstring.   data: fo_ixml_mf type ref to if_ixml. ...
Created on 06 May 2013
6. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 2 - Customization
(How to...)
... Then I'll paste the XML content here and save:   After it's done I can prepare a module to read the text, replace title and subtitle and to create an xstring from it. I will use this xstring in ...
Created on 04 May 2013
7. Download CV01N/2N/3N documents to PC
(How to...)
... downloaded to PC. If you don't want to download the file but you want to get it for futher use you'll have to request ET_XSTRING table. In other case do not request this parameter as it is a sign ...
Created on 14 April 2013
8. ZIP a file using ABAP
(How to...)
... I've used this class to create a method to simplify the process of zipping. First of all class CL_ABAP_ZIP is zipping xstrings so I'll provide you the possibility to pass not only xstring variables ...
Created on 13 April 2013


Łukasz Pęgiel
FALV Creating editor for dynamic code SE38 like OUT ALV Grid in the nutshell Field catalog - inttype - ABAP data type REUSE ALV GRID DISPLAY FIX COLUMN Field catalog - qfieldname SET SELSCREEN STATUS GUI SYM GOS SERVICE TOOLS GTMOVE LINKED OBJECTS REPREP ABAP IN ECLIPSE RM07DOCS REJECTION ALLOWED ABAP Extensions - Automatic Logon REFRESH DATA GET CLASS ALV GRID SE41 ALV GRID IN THE NUTSHELL Field catalog - key sel DELETE USER VARIANT CONTENTS DARKEST DARK THEME ABAP STRUCTDESCR ALINK CONNECTION GTINSERT Field catalog - no sign ZCL CMD CUSTOMER - Wrapper for CMD API classes LVC FCAT APPEND SETTINGS FILL MDPA FROM EBAN GOS - Link Business Documents from PR to PO PRINTOUTS ATC Pseudo Comments list API deletes contact persons MTK GTUPDATE IDENTITY BATTLESHIPS FIELDCATALOG REPTEXT ZDEMO FALV11 - Editable Grid settings EXPORT TO MEMORY ID LOAD COMPLEX BOM OUTLOOK APPLICATION SALV UTIL AiE SCMS DOC READ ABAP EXTENSIONS Scan program for authority-check DDIC FIELD LIST PROVIDE COM OPR Create a nice looking chart with CL CHART ENGINE - Part 1 - Chart Designer Field catalog - col
  • 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.