• 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)
... in NW 7.52 SP04 ABAP Type Description C Character String N Character String with Digits ...
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)
... 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 ZDEMO_AIN_CL35 ...
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 you ...
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)
... 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 of the ...
Created on 29 July 2019
9. ALV Grid in the nutshell: Field catalog - no_out
(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
10. ALV Grid in the nutshell: Field catalog - fieldname
(ALV Grid in the nutshell)
... 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, but bellow ...
Created on 24 June 2019
13. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... 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 you, but I hope ...
Created on 24 June 2019
14. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
...  that it will be easier and better to use Eventbrite, which is free for free of charge event. You can setup there the maximum of participants per ticket type, as well as give some description and informatio ...
Created on 02 April 2019
15. Speed-up your Eclipse installation
(How to...)
... 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'll find the parameters ...
Created on 15 November 2018
16. ATC Pseudo Comments list
(Tips)
...  DESCRIBE N DESCRIBE FIELD (&1) CI_FLDEXT_OK   CL_CI_TEST_FIELD_EXT DYN_ASS N Dynamic Assign -> (&1) CI_FLDEXT_OK   CL_CI_TEST_FIELD_EXT ...
Created on 26 September 2018
17. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...        importing         i_comp          type abap_compdescr         value(i_data)   type ref to data         value(i_parent) type  abap_abstypename         i_level         type i.     methods check_object ...
Created on 20 August 2018
18. ABAP Favorites Eclipse plugin
(How to...)
...      Folders are containers for your favorites. Beside name and description you can setup a folder to be project independent. This will make that doesn’t matter on which SAP system you have currently ...
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)
... variable or method, Ctrl+1 , choose rename option and everywhere in your code is done in the same time. No more Ctrl+H.     vi.      ABAPDoc – this function is really nice also, you can easily describe ...
Created on 27 May 2016
21. ZCL_FALV_DYNAMIC_STATUS - for full screen or popup
(FALV (Fast ALV Grid))
... Bellow short description of some attributes and methods.   Constants ADD_BUTTON HIDE_BUTTON SHOW_BUTTON ADD_SEPARATOR FULLY_DYNAMIC   Constants Please use this constants ...
Created on 10 January 2016
22. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
... 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))
...    "creation of falv with local redefinition   data falv_redef type ref to lcl_test.   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))
...    select * up to 100 rows   into corresponding fields of table @sflight   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_TEST' ) ...
Created on 06 January 2016
25. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(FALV (Fast ALV Grid))
...    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_TEST' ) ...
Created on 06 January 2016
26. ZDEMO_FALV04 - Full Screen with fully dynamic GUI Status
(FALV (Fast ALV Grid))
...    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_TEST' ) ...
Created on 06 January 2016
27. ZDEMO_FALV03 - Full Screen with GUI Status Partly Dynamic
(FALV (Fast ALV Grid))
...    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_TEST' ) ...
Created on 06 January 2016
28. ZDEMO_FALV02 - Full screen with redefinitions
(FALV (Fast ALV Grid))
...    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_TEST' ) ...
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've created ...
Created on 04 January 2016
30. How to teach ABAP ???
(Thoughts)
... 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 and give it always to newcomers ...
Created on 24 November 2015
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
Creating editor for dynamic code SE38 like IXML STREAM FACTORY MB51 ENHANCEMENT RECEIVE RESULTS FROM FUNCTION TVCPLAP Enhanced MB51 Part 2 - Structure for data SCMS BINARY XSTRING TechEd QUANTITY KEY SEL REUSE ALV GRID DISPLAY HOTSPOT FIELDCATALOG LVC FCAT ZDEMO FALV06 - Grid Layout settings Mark field HTTP CLIENT ALV GRID IN THE NUTSHELL GET SELECTED ROWS GUI COL POS ABAP TEST COCKPIT SALV CONTROLLER METADATA SE41 BAPI OBJCL GETDETAIL PURCHASE ORDER ESDUS ISOLATE SELSCREEN STARTING NEW TASK ALV Grid in the nutshell Field catalog - cfieldname ALV GRID Field catalog - col pos OLE2 OBJECT FALV ABAP ZIP SAPGUI SET FUNCTIONCODE #EC EXPONENT ZCL COLUMN - column fcat settings USER INFO SAVE DATE ABAP FAVORITES CHARACT ELEMDESCR ZIP a file using ABAP Field catalog - convexit Field catalog - fieldname Field catalog - ifieldname Create a nice looking chart with CL CHART ENGINE - Part 2 - Customization CTMS DDB VALUE ONLINE Field catalog - fix column COMMIT WORK PERIOD AND CONVERT OUTPUT CREATE VARIANT ENGINE - Part 3 - Chart Data and render Mass replace popup for ALV grid
  • 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.