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

Search for:
Search Only:

Page 1 of 2

1. Tips
(Category)
When you create the code sometimes you forget about optimizing of your code or you don't know how to properly use a statement. This is category for you.
Created on 08 April 2013
2. ALV Grid in the nutshell: Field catalog - <span class="highlight">out</span>putlen
(ALV Grid in the nutshell)
OUTPUTLEN can be used to setup the width of the column (if you don’t use automatic column width optimization). When automatically created, usually it have the value of the maximum field width, but when ...
Created on 29 July 2019
3. ALV Grid in the nutshell: Field catalog - no_<span class="highlight">out</span>
(ALV Grid in the nutshell)
NO_OUT is useful when you want to hide the field on the output, but still allow users to unhide it on demand. As lots of fields from field catalog, it can be filled with ‘X’ or space (default). If ...
Created on 29 July 2019
4. Send mail in BADI or User-Exit with<span class="highlight">out</span> commiting
(Tricks)
Everybody sends mails from SAP, some are still using old FM SO_NEW_DOCUMENT_ATT_SEND_API1 but some CL_BCS class. This class is really powerful but it has one disadvantage - it does commit work, and not ...
Created on 22 February 2016
5. ZCL_FALV_LAY<span class="highlight">OUT</span> - layout settings
(FALV (Fast ALV Grid))
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.    Layout class is based on ...
Created on 10 January 2016
6. ZDEMO_FALV06 - Grid Lay<span class="highlight">out</span> settings + "Mark" fiel
(FALV (Fast ALV Grid))
... some layout settings - like zebra, then you can use layout object which contains setters for all layout fields. Additionally in this object we have "Mark field" which changes behaviur of standard select ...
Created on 06 January 2016
7. EWB Components allocation to r<span class="highlight">out</span>ing 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
8. Copy r<span class="highlight">out</span>ing (create on a base of existing one)
(Tricks)
In article Delete Routing - piece of cake I've shown you how to use FM from CEWB transaction to delete routings. If you go through all FM that are inside function groups of CEWB then you'll see ...
Created on 26 May 2013
9. Delete R<span class="highlight">out</span>ing - piece of cake
(How to...)
Not once, not twice I've search for a solution to do changes in routings (task lists) in some wise way. I hate BDC but in this case I thought that there is no other solution. Fortunately I was wrong ...
Created on 18 April 2013
10. Save message with attachment in <span class="highlight">Out</span>look'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
11. Ab<span class="highlight">out</span> me
(Static pages)
Thank you for visiting my blog, if you're interested in who I am, then please read this few words about me.   I'm working with SAP systems since 2004 when I joined Hager Group. I started as ...
Created on 08 April 2013
12. ABAP in Eclipse - Install, Configure, Use, and Enhance Your ADT
(Thoughts)
If you follow me on social media, you probably already know that I have written a book about ABAP in Eclipse. The full title is: ABAP in Eclipse - Install, Configure, Use, and Enhance Your ADT and it is ...
Created on 11 June 2021
13. ALV Grid in the nutshell: Field catalog - col_id - ALV control: Column ID
(ALV Grid in the nutshell)
Column ID is not really a special field in ALV. It is always filled automatically by ALV and your manual entries are overwritten and set to the same value as COL_POS (Column position). I’ve prepared ...
Created on 08 June 2020
14. ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
...  Once done, you should create handler for the event and notify ALV grid about it. To do so, you need to declare a method (named hotspot_click in my example) with the addition FOR EVENT HOTSPOT_CLICK ...
Created on 27 April 2020
15. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
... selection of fields to display in layout change window, you’ll be able to choose to see all hidden fields or the hidden fields from the group you’ve created. If you don’t pass the group name into IT_SPECIAL_GROUPS, ...
Created on 18 April 2020
16. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... the grid. Figure 105 Calling up RRI   Once used, the second program (ZDEMO_AIN_CL41R) is called without selection-screen and the value of CITYFROM column is passed to it. Figure ...
Created on 13 April 2020
17. ALV Grid in the nutshell: Field catalog - intlen - Internal Length in Bytes
(ALV Grid in the nutshell)
... not bother yourself about it. But if you do, then take into consideration following information: Length is in Bytes, so remember that it doesn’t mean, that one character takes one Byte In display ...
Created on 13 April 2020
18. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
...                       http_invalid_state         = 2                      http_processing_failed     = 3                      http_invalid_timeout       = 4                      OTHERS                     = 5 ...
Created on 06 April 2020
19. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
...                       http_invalid_state         = 2                      http_processing_failed     = 3                      http_invalid_timeout       = 4                      OTHERS                     = 5 ...
Created on 06 April 2020
20. ABAP Extensions - Automatic Logon
(How to...)
... right-click on the user node, you'll be able to use the credential to do the logon (without chaging the project data).       If you are already logged into the project, you'll have possibility ...
Created on 04 January 2020
21. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
... table field. But if you’ll have unstoppable need of filling it, then the behaviour of the column will be exactly the same like you would use DATATYPE field, means JUST, OUTPUTLEN, INTTYPE, INTLEN and DD_OUTLEN ...
Created on 18 December 2019
22. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
DATATYPE field has small influence on the way the column is displayed. You can omit this field and then ALV grid will automatically fill this field and additionally JUST, OUTPUTLEN, INTTYPE, INTLEN and ...
Created on 11 December 2019
23. ALV Grid in the nutshell: Field catalog - rollname
(ALV Grid in the nutshell)
... Change layout screen   Additionally to this, the main behaviour is also there. F1 shows the documentation from the data element.   Figure 88 ZDEMO_AIN_CL35 F1 Help for CONNID ...
Created on 12 September 2019
24. ALV Grid in the nutshell: Field catalog - tooltip
(ALV Grid in the nutshell)
TOOLTIP, as in any other places in on your PC, is responsible to show short info about the column when you hover your mouse over the column header. It’s very useful when you have a lots of fields in you ...
Created on 12 September 2019
25. ALV Grid in the nutshell: Field catalog - seltext
(ALV Grid in the nutshell)
  SELTEXT is one of the fields that are linked to the texts of the grid columns. This particular one is responsible for displaying the name of the column in the change/display of layout popup. ...
Created on 12 September 2019
26. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
... _OUTPUT. _INPUT and _OUTPUT describes if the FM is responsible for converting external value into internal (INPUT) or form internal value into external (OUTPUT).   Figure 75 Search of ...
Created on 29 July 2019
27. ALV Grid in the nutshell: Field catalog - tech
(ALV Grid in the nutshell)
Technical field allows you to do similar thing as NO_OUT, you can hide the field on the output, the difference is that, users are not able to unhide this field. As NO_OUT, in order that TECH field work, ...
Created on 29 July 2019
28. 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
29. ALV Grid in the nutshell: Field catalog - edit_mask
(ALV Grid in the nutshell)
If you are familiar with the WRITE statement, then probably you know the EDIT_MASK addition which allows us to do formatting of the output in two different ways, you can apply the same to the EDIT_MASK ...
Created on 28 June 2019
30. ALV Grid in the nutshell: Field catalog - col_pos
(ALV Grid in the nutshell)
This field is responsible for setting up columns in proper order while displaying the grid without using of saved layout. It may be useful if you don’t allow your users to save their own or global grid ...
Created on 24 June 2019
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
ALV GRID BCS SCMS STRING XSTRING ECLIPSE ABAP Extensions - Automatic Logon SLIN FALV BOM ZCL LAYOUT - layout settings TEACH ABAP MB51 FLAG FIELDCATALOG ESDUS GET SELECTED CELLS ISOLATE SELSCREEN ALV Grid in the nutshell Field catalog - sp group - Group key ALV GRID IN THE NUTSHELL Endless loop in BADI ME PROCESS CUST READ TEXT Enhanced MB51 Part 5 - Export from MB51 RSBCS EXAMPLE EMAIL SIMPLE QM ATTACHMENTS GUI ALV GRID FILL MDLB FROM EBAN RM07DOCS SAP WebIDE SLICENSE CMD API Create fieldcatalog from internal table Field catalog - lzero Speed up your coding with ABAP in Eclipse SITWRO 2017 session LVC FCAT MDC7 CHART ENGINE RELEASABLE Save message with attachment in Outlook's Drafts MDPA APPEND USER SETTINGS Free global data of a program at once PRINTOUTS LZERO POPUP Field catalog - inttype - ABAP data type BAPI OBJCL GETDETAIL About me ABAP ZIP ZDEMO FALV09 - Cell settings HEADER HANDLE VL473 Create a nice looking chart with CL ENGINE - Part 2 - Customization F4IF SHLP DESCR IXML ISTREAM CHECKBOX ZIP a file using ABAP SUM Field catalog - outputlen RELEASE ALLOWED TIMER DELETE MTK CTMS DDB SET VALUE
  • Laserowe usuwanie blizn Tychy
  • Laserowe usuwanie zmarszczek Tychy
  • Paznokcie hybrydowe Tychy
  • Paznokcie tytanowe 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
  • FALV (Fast ALV Grid)
  • Create XLSX file from internal table in background v2
  • Call standard F4 search help with customized parameters
  • Dynamic GUI STATUS & TITLE with ABAP code
  • ATC Pseudo Comments list
  • Create fieldcatalog from internal table
  • Link Attachments of Purchase Requisition to Purchase Order
  • 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
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • 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.