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

Search for:
Search Only:

Page 1 of 2

1. 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
2. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
... types in NW 7.52 SP04 ABAP Type Description C Character String N Character String with ...
Created on 18 December 2019
3. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
... Type Short Description ACCP Posting Period YYYYMM CHAR Character String CLNT  ...
Created on 11 December 2019
4. ALV Grid in the nutshell: Field catalog - rollname
(ALV Grid in the nutshell)
... use ROLLNAME, then the column description, tooltip and column short and long texts are taken from the data element. Figure 86 ZDEMO_AIN_CL35 Results with ROLLNAME Figure 87 ...
Created on 12 September 2019
5. ALV Grid in the nutshell: Field catalog - tooltip
(ALV Grid in the nutshell)
... grid and you’re optimizing the width of the column by minimizing the description of the column itself. It is common behaviour for example for checkboxes or for icon columns. In this case the Tooltip is ...
Created on 12 September 2019
6. ALV Grid in the nutshell: Field catalog - seltext
(ALV Grid in the nutshell)
...  Figure 79 ZDEMO_AIN_CL33 Column description in the layout popup   In case the TOOLTIP field is empty, the value from SELTEXT will be also used as tooltip and will appear when ...
Created on 12 September 2019
7. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
Conversion Exit was already mentioned while describing the EDIT_MASK field, but here it is called in a bit different way. Before saying how, it is important to understand the conversion exits. They are ...
Created on 29 July 2019
8. ALV Grid in the nutshell: Field catalog - outputlen
(ALV Grid in the nutshell)
... when you have a field that have maximum length of few characters but the description of the column is long. In such case with OUTPUTLEN you can decide if you want to adjust the column width to the width ...
Created on 29 July 2019
9. ALV Grid in the nutshell: Field catalog - no_out
(ALV Grid in the nutshell)
... then description would be empty.   Figure 69 ZDEMO_AIN_CL29 Change of the layout            ...
Created on 29 July 2019
10. ALV Grid in the nutshell: Field catalog - fieldname
(ALV Grid in the nutshell)
... of internal table. As I haven’t filled anything in there beside the name of the field, the output will be really poor. We will have data displayed in our grid, but without any descriptions in header, without ...
Created on 24 June 2019
11. ALV Grid in the nutshell: Field catalog - key_sel
(ALV Grid in the nutshell)
The description of this fields claims that if you put ‘X’ inside then current field will became a key field that can be hidden, but in fact it has no effect here, as standard key field can always be hidden. ...
Created on 24 June 2019
12. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
... method. In table below you’ll find the list of all fields used in field catalog with its dictionary type and description. Some of the fields are quite simple to explain, some are harder, ...
Created on 24 June 2019
13. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... easily. It will not be a story, it will be a journey through the good old ABAP days. It will not be easy to read, as this will be in most parts a technical description of possibilities that ALV Grid gives ...
Created on 24 June 2019
14. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... icipants per ticket type, as well as give some description and information about the event (which should be also visible on the Wiki page of your event). 6. Environment There are few steps here,  ...
Created on 02 April 2019
15. Speed-up your Eclipse installation
(How to...)
... Tube as well as some blogs where people were describing how to tweak a bit the Eclipse to work faster. All of them were pointing some of parameters that should be used in eclipse.ini file. Bellow you'l ...
Created on 15 November 2018
16. ATC Pseudo Comments list
(Tips)
... FIELD_EXT CONCATO W Old Concatenate (&1) length conflict &2 -> &3 CI_FLDEXT_OK   CL_CI_TEST_FIELD_EXT DESCRIBE N DESCRIBE FIELD (&1) CI ...
Created on 26 September 2018
17. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... rting         i_comp          type abap_compdescr         value(i_data)   type ref to&nbs ...
Created on 20 August 2018
18. ABAP Favorites Eclipse plugin
(How to...)
...  “Add folder” button from the view toolbar. Depending on the view type you can get one of the two screens:     Folders are containers for your favorites. Beside name and descr ...
Created on 29 June 2017
19. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
To continue previous two posts about re-exploding and deleting subcontracting BOM of purchase requisition item, let me describe you how to do the same thing with subcontracting BOM of purchase order line. ...
Created on 04 February 2017
20. Why I like to code in ABAP in Eclipse
(Thoughts)
... the same time. No more Ctrl+H.     vi.      ABAPDoc – this function is really nice also, you can easily describe your methods and magic Ctrl+1 allows you to ...
Created on 27 May 2016
21. ZCL_FALV_DYNAMIC_STATUS - for full screen or popup
(FALV (Fast ALV Grid))
... of fully and partly dynamic GUI. Bellow short description of some attributes and methods.   Constants ADD_BUTTON HIDE_BUTTON SHOW_BUTTON ADD_SEPARATOR FULLY_DYNAMIC   ...
Created on 10 January 2016
22. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
... class of whole FALV. Everything starts here. Bellow you can find some description of main methods and attributes which are made in this class. Methods:  CREATE CREATE_BY_COPY LVC_FCAT_FROM_ITAB ...
Created on 09 January 2016
23. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
...    falv_redef ?= lcl_test=>create( exporting i_applog_embedded = abap_false  i_popup = abap_true                               i_subclass = cl_abap_classdescr=>describe_by_name( p_name = 'LCL_TEST'  ...
Created on 06 January 2016
24. ZDEMO_FALV09 - Cell settings
(FALV (Fast ALV Grid))
... est.   falv ?= lcl_test=>create( exporting  i_subclass = cl_abap_classdescr=>describe_by_name( p_name = 'LCL_TEST' )                               changing ct_table = sflight    )& ...
Created on 06 January 2016
25. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(FALV (Fast ALV Grid))
... n   data falv type ref to lcl_test.   falv ?= lcl_test=>create( exporting  i_subclass = cl_abap_classdescr=>describe_by_name( p_name = 'LCL_TEST'&nbs ...
Created on 06 January 2016
26. ZDEMO_FALV04 - Full Screen with fully dynamic GUI Status
(FALV (Fast ALV Grid))
... definition   data falv type ref to lcl_test.   falv ?= lcl_test=>create( exporting  i_subclass = cl_abap_classdescr=>describe_by_name( p_name = 'LCL_ ...
Created on 06 January 2016
27. ZDEMO_FALV03 - Full Screen with GUI Status Partly Dynamic
(FALV (Fast ALV Grid))
... efinition   data falv type ref to lcl_test.   falv ?= lcl_test=>create( exporting  i_subclass = cl_abap_classdescr=>describe_by_name( p_name = 'LCL_T ...
Created on 06 January 2016
28. ZDEMO_FALV02 - Full screen with redefinitions
(FALV (Fast ALV Grid))
... flight   from sflight.   "creation of falv with local redefinition   data falv type ref to lcl_test.   falv ?= lcl_test=>create( exporting  i_subclass = cl_abap_classdescr=>describe_by_name( p_name = 'LCL_TES ...
Created on 05 January 2016
29. FALV (Fast ALV Grid)
(FALV (Fast ALV Grid))
  Finally I've finished to work under FALV. You can find FALV classes in attachment and description under the links. But firstly let's go through few following points:   Why I ...
Created on 04 January 2016
30. How to teach ABAP ???
(Thoughts)
... to create a function or method and this is what you should start with when you teach ABAP. I have created some basic description about types, basic syntax, tables,  etc. for my master’s thesis ...
Created on 24 November 2015
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
MESSAGE HANDLER FALV SET TABLE FOR FIRST DISPLAY CSRF token validation failed FIELDCATALOG ALV GRID IN THE NUTSHELL LVC FCAT ADT LEARN ABAP Enhanced MB51 Part 6 - ZMB51 program ALV Grid in the nutshell Field catalog - do sum SAVE LOAD COMPLEX TSK GUI FRONTEND SERVICES GTFILE EXIST ACR Unlock yourself on the DEV system ALV GRID ABAP STRUCTDESCR ALV GRID ISOLATE SELSCREEN APPEND USER OBJECTS SLICENSE Retro ASCII symbols in ALV Grid table PURCHASE ORDER ITEM CONDITIONS BCS BAPI CHARACT GETDETAIL DELETE MEREQ GET FACTORY ZDEMO FALV05 - Adding Removing Disabling grid toolbar #SAPTechEd 2016 Barcelona Delete Routing - piece of cake IDENTITY RECEIVE RESULTS FROM FUNCTION SAPGUI FUNCTIONCODE TOOLTIP CTMS CLASS DDB CHART ENGINE CUSTOM CONTAINER MB51 COL RM07DOCS TRANSFER FROM SLIS SETTINGS ABAP4 CALL TRANSACTION OBJCL CHANGE ECLIPSE FALV10 - Color Settings VIDEO TOTEXP PROGRESS INDICATOR ATC SUM COM ESRUO - MM settings table - Part 3 ESDUS SELECTED CELLS CMD API JUST
  • 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

  • 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
  • ALV Grid in the nutshell: Field catalog - rollname

Most Read

  • Create XLSX/MHTML file from internal table in background
  • Refresh ALV GRID and keep position and current cell
  • Call standard F4 search help with customized parameters
  • FALV (Fast ALV Grid)
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • Link Attachments of Purchase Requisition to Purchase Order
  • GOS - How to add business documents at creation of object
  • Subtotal lines of ALV GRID OO as content separator
  • Create fieldcatalog from internal table
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • EWB Components allocation to routing operation (multilevel BOM)
  • ATC Pseudo Comments list
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • 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.