• 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: Field catalog - domname - Domain name
(ALV Grid in the nutshell)
... grid. 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 ...
Created on 18 April 2020
2. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... the ALV grid, which interface to call. Figure 102 Activation of interface   Additionally to the sender information (S_RPRP_ID), I’ve filled callback report and callback form name. ...
Created on 13 April 2020
3. 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
4. ALV Grid in the nutshell: Field catalog - rollname
(ALV Grid in the nutshell)
... F1 Help for CONNID 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
5. 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
6. 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
7. 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
8. ALV Grid in the nutshell: Basic Information
(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
9. ALV Grid in the nutshell
(ALV Grid in the nutshell)
...   Basic Information  Field catalog  Layout  Events  Drag & Drop  Aggregation  Sorting  User-commands ...
Created on 24 June 2019
10. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... e with more details, 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 importan ...
Created on 06 June 2019
11. SAP Fiori - HTTP request failed403,,CSRF token validation failed
(How to...)
... bsp; Trying to get the security 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 allow ...
Created on 06 June 2019
12. 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
13. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
... RENT_SCREEN and CURRENT_SCR.  CURRENT_SCREEN contained the information about active function keys and CURRENT_SCR together with lots other information - the table which is used to exclude functio ...
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 ...
Created on 26 September 2018
15. CMD_EI_API deletes contact persons?
(Tips)
... re is a table CVIC_MAP_CONTACT 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 o ...
Created on 13 August 2017
16. ABAP Favorites Eclipse plugin
(How to...)
... ks to the blogs from SCN. Additionally 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 thi ...
Created on 29 June 2017
17. A new hope for dark side with Darkest Dark Theme for Eclipse
(How to...)
... bsp;   Problems:   Templates:   Breakpoints:   Debugger variables:     Outline:     ABAP Element Info: ...
Created on 27 February 2017
18. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... ut when I double clicked 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.  ...
Created on 15 February 2017
19. SAP TechEd Developer Hero 2016
(Thoughts)
... very pleasure 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 ...
Created on 09 October 2016
20. Why I like to code in ABAP in Eclipse
(Thoughts)
... table, type, etc. ) and all information about it will be fetched and shown in a pop-up. You can easily copy the types of FM parameters or preview the ABAPDoc and standard documentation   ...
Created on 27 May 2016
21. ZCL_FALV_DYNAMIC_STATUS - for full screen or popup
(FALV (Fast ALV Grid))
...  Button function code, please use one of constants B_xx. IV_TEXT Optional - button text IV_ICON Optional - button icon IV_QINFO Optional - tooltip ...
Created on 10 January 2016
22. ZCL_FALV_LAYOUT - layout settings
(FALV (Fast ALV Grid))
...      methods set_info_fname importing value(iv_value) type lvc_cifnm .     methods set_ctab_fname importing value(iv_value) type lvc_ctfnm  ...
Created on 10 January 2016
23. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
... e ICON_ABC IV_QUICKINFO Tooltip for button IV_BUTN_TYPE Button type, you can use predefined constants BUTTON_xxx IV_DISABLED Should the button be dis ...
Created on 09 January 2016
24. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
... resh       iv_qinfo               = 'Test d'       iv_allowed             = aba ...
Created on 06 January 2016
25. ZDEMO_FALV10 - Color Settings
(FALV (Fast ALV Grid))
...  ).   falv->layout->set_info_fname( 'ROW_COLOR'  ).   "change some row colors   do 10 times.     falv->set ...
Created on 06 January 2016
26. ZDEMO_FALV08 - Mass replace function
(FALV (Fast ALV Grid))
... replace *      iv_quickinfo = *      iv_butn_type = *      iv_disabled  =        iv_text      = 'Mass  ...
Created on 06 January 2016
27. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(FALV (Fast ALV Grid))
... ctivate *      iv_qinfo               = *      iv_allowed             = A ...
Created on 06 January 2016
28. ZDEMO_FALV04 - Full Screen with fully dynamic GUI Status
(FALV (Fast ALV Grid))
... ;= icon_abc *      iv_qinfo               = *      iv_allowed              ...
Created on 06 January 2016
29. ZDEMO_FALV03 - Full Screen with GUI Status Partly Dynamic
(FALV (Fast ALV Grid))
...  icon_abc *      iv_qinfo               = *      iv_allowed             = ...
Created on 06 January 2016
30. How to teach ABAP ???
(Thoughts)
... teaching 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 ...
Created on 24 November 2015
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
Create a nice looking chart with CL GUI CHART ENGINE - Part 2 - Customization PRINTOUTS APPEND USER SETTINGS ALV GRID ECLIPSE SAVE LOAD COMPLEX ITM ALV GRID IN THE NUTSHELL VRM SET VALUES INFO SELTEXT FIELDCATALOG GET FRONTEND Endless loop in BADI ME PROCESS CUST TSK ABAP Code Retreat Tychy 2019 - Organizer Recap DDSHIFACE LVC FCAT FALV BATTLESHIPS ZDEMO FALV05 - Adding Removing Disabling grid toolbar REUSE VARIANT By Topic PURCHASE REQUISITION ALV GRID ESDUS COMP REQUIREMENT DATE Keywords EXPONENT COMPONENTS REFRESH MEREQ FACTORY DESCRIBE NAME ALV POPUP LOOP AT SCREEN TOOLTIP SALV UTIL MS OUTLOOK MERGE INTTYPE BCS CONVERT TRANSFER FROM SLIS SCAN ABAP-SOURCE ADT ESRUO CTMS DDB VAL OBJECT COL TABLE IDENTITY BINARY RELATION GTREAD LINKS BINRELS How to handle CL GRID events in SALV Selection Screen - Part1 - Parameters MDC7 ENGINE MAT BOM CREATE COPY ESRUO - MM settings table - Part 1 DARK THEME SCMS XSTRING CMD API EXTRACT
  • 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)
  • Call standard F4 search help with customized parameters
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create XLSX file from internal table in background v2
  • ATC Pseudo Comments list
  • Create fieldcatalog from internal table
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • GOS - How to add business documents at creation of object
  • Link Attachments of Purchase Requisition to Purchase Order
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • 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.