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

Search for:
Search Only:

Page 1 of 2

1. ALV Grid in the nutshell: Basic <span class="highlight">Info</span>rmation
(ALV Grid in the nutshell)
​​​​​​ I wrote in previous post, you can’t use this class directly without any effort. First of all, the class itself will not display anything if you’ll not create a container for it. The following containers ...
Created on 24 June 2019
2. ALV Grid in the nutshell: Field catalog - domname - Domain name
(ALV Grid in the nutshell)
... Maybe just for information and for Report-Report interface, where this field is use as one of the matching criteria for selection-screen parameters. As you can see on the next image, although I gave ...
Created on 18 April 2020
3. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... to call. Figure 102 Activation of interface   Additionally to the sender information (S_RPRP_ID), I’ve filled callback report and callback form name. If you’re familiar with REUSE_ALV_GRID_DISPLAY, ...
Created on 13 April 2020
4. 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
5. ALV Grid in the nutshell: Field catalog - rollname
(ALV Grid in the nutshell)
... column     Just to show you where this information comes from, here it comes the view from SE11 and data element S_CONN_ID. Figure 89 SE11 for S_CONN_ID      ...
Created on 12 September 2019
6. 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
7. ALV Grid in the nutshell: Field catalog - edit_mask
(ALV Grid in the nutshell)
... of field catalog as well. Using Conversion-Exit, for example ‘==ALPHA’, where ‘==’ sings represents the information that we’re using conversion-exit, and the next 5 characters are reserved for the ...
Created on 28 June 2019
8. ALV Grid in the nutshell: Field catalog - qfieldname
(ALV Grid in the nutshell)
QFIELDNAME has the same meaning for quantity fields, like CFIELDNAME for amount fields. This means that we can setup in which column of internal table the information about unit of measure is kept. On ...
Created on 24 June 2019
9. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... Information  Field catalog  Layout  Events  Drag & Drop  Aggregation  Sorting  User-commands  Toolbar  Built-in ...
Created on 24 June 2019
10. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... for now just the basics information how to start with it.  As you can see on the image bellow, there are few methods and attributes there but the constructor is most important, when you will pass ...
Created on 06 June 2019
11. SAP Fiori - HTTP request failed403,,CSRF token validation failed
(How to...)
... token didn't helped as as I finally found the info that in case there is no explicit logon to SAP Fiori Frontend Server, the token is given and the create method is not allowed.... So I was trying ...
Created on 06 June 2019
12. 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
13. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
... the information about active function keys and CURRENT_SCR together with lots other information - the table which is used to exclude function codes from GUI Status.   So I've started to change ...
Created on 21 November 2018
14. ATC Pseudo Comments list
(Tips)
I was implementing ATC checks in the company I work for and wanted to find the place where the information about possible pseudo comments are stored.  In transaction ATC I could find them in the management ...
Created on 26 September 2018
15. CMD_EI_API deletes contact persons?
(Tips)
... which is responsible to give an info to the class if contact persons should be deleted or not.     Knowing table name, I searched for OSS note once again, this time successful and I found ...
Created on 13 August 2017
16. ABAP Favorites Eclipse plugin
(How to...)
... I've started to search the web for the eclipse plug-in developments so I could get some more information about it. It was hard time for me, I've stopped this few times until I said, no this cannot be that ...
Created on 29 June 2017
17. A new hope for dark side with Darkest Dark Theme for Eclipse
(How to...)
...    Debugger variables:     Outline:     ABAP Element Info:   And this is how Darkest Dark looks in full screen. As lots of this icons were prepare in ...
Created on 27 February 2017
18. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... on details I saw that there is now additional info beside delivery type.    I guessed that I have to open the second view now and this was what I did. This time I've entered item category ...
Created on 15 February 2017
19. SAP TechEd Developer Hero 2016
(Thoughts)
... information. I was nominated for Contributing to ABAP and OS projects, I guess because of FALV project ( my part in abap2xlsx is too small ). To be honest there are many other developers who should get ...
Created on 09 October 2016
20. Why I like to code in ABAP in Eclipse
(Thoughts)
... or separate window to see the signature of it. In Eclipse you can just press F2 on any element ( method, class, FM, variable, table, type, etc. ) and all information about it will be fetched and shown ...
Created on 27 May 2016
21. ZCL_FALV_DYNAMIC_STATUS - for full screen or popup
(FALV (Fast ALV Grid))
...  Optional - button icon IV_QINFO Optional - tooltip for button IV_ALLOWED Optional - Button is enabled (in default abap_true)     methods: add_button importing  value(iv_button)  type sy-ucomm ...
Created on 10 January 2016
22. ZCL_FALV_LAYOUT - layout settings
(FALV (Fast ALV Grid))
...      methods set_xidirect importing value(iv_value) type flag .     methods set_s_dragdrop importing value(iv_value) type lvc_s_dd01 .     methods set_info_fname importing value(iv_value) type lvc_cifnm . ...
Created on 10 January 2016
23. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
... in ZDEMO_FALV05.  IV_FUNCTION User command IV_ICON Icon for button, for examle ICON_ABC IV_QUICKINFO Tooltip for button IV_BUTN_TYPE ...
Created on 09 January 2016
24. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
...        iv_qinfo               = 'Test d'       iv_allowed             = abap_true     exceptions       button_already_filled  = 1       button_does_not_exists = 2       icon_and_text_empty    = 3 ...
Created on 06 January 2016
25. ZDEMO_FALV10 - Color Settings
(FALV (Fast ALV Grid))
...    "set_row_colors or set_cell_color   falv->layout->set_ctab_fname( 'CELL_COLOR' ).   falv->layout->set_info_fname( 'ROW_COLOR'  ).   "change some row colors   do 10 times.     falv->set_row_color( ...
Created on 06 January 2016
26. ZDEMO_FALV08 - Mass replace function
(FALV (Fast ALV Grid))
...    falv->add_button(     exporting       iv_function  = falv->fc_mass_replace        iv_icon      = icon_replace *      iv_quickinfo = *      iv_butn_type = *      iv_disabled  =        iv_text      = 'Mass replace' ...
Created on 06 January 2016
27. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(FALV (Fast ALV Grid))
...        iv_button              = zcl_falv_dynamic_status=>b_01       iv_text                = 'Enable Print'       iv_icon                = icon_activate *      iv_qinfo               = *      iv_allowed             = ABAP_TRUE ...
Created on 06 January 2016
28. ZDEMO_FALV04 - Full Screen with fully dynamic GUI Status
(FALV (Fast ALV Grid))
...        iv_button              = zcl_falv_dynamic_status=>b_01       iv_text                = 'POPUP 01'       iv_icon                = icon_abc *      iv_qinfo               = *      iv_allowed             = ABAP_TRUE ...
Created on 06 January 2016
29. ZDEMO_FALV03 - Full Screen with GUI Status Partly Dynamic
(FALV (Fast ALV Grid))
...    falv->gui_status->add_button(     exporting       iv_button              = zcl_falv_dynamic_status=>b_01       iv_text                = 'POPUP 01'       iv_icon                = icon_abc *      iv_qinfo               = ...
Created on 06 January 2016
30. How to teach ABAP ???
(Thoughts)
... the basic programming stuff here.     1. Start with basic info about ABAP   When you switch to new programming language you firstly check what types are built-in, what is the syntax to create a function ...
Created on 24 November 2015
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
GUI ALV GRID Endless loop in BADI ME PROCESS CUST ZDEMO FALV07 - Columns field catalog settings VRM SET VALUES ALINK CONNECTION CVAPI DOC CHECKOUTVIEW BOM COPY ESDUS LVC FCAT VL473 FIX COLUMN CVIC MAP CONTACT SAP CONVERT CSV FORMAT SELSCREEN STATUS BOM FIELDCATALOG FALV ALV GRID IN THE NUTSHELL CALL TRANSFORMATION PURCHASE ORDER By Topic ADT CTMS CLASS DDB QUANTITY RELEASE ALLOWED ALV Grid in the nutshell Field catalog - cfieldname PARAMETERS SAPGUI PROGRESS INDICATOR GUI TITLE ABAP ELEMDESCR GTDELETE VALUE INTERNAL Field catalog - reptext Heading ALV GRID ABAP EXTENSIONS SCMS BINARY XSTRING CHART ENGINE #SAPTechEd 2016 Barcelona GOS MANAGER COL CMD API SMP DYNTXT Field catalog - convexit Field catalog - Hotspot - ALV control SingleClick-sensitive BAPI CHARACT GETDETAIL SCAN ABAP-SOURCE Basic Information Field catalog - currency Use REUSE DISPLAY Field catalog - inttype - ABAP data type ITM CREATE COPY Field catalog - no sign Field catalog - tabname DELETE USER SETTINGS
  • 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.