• 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. http://abapblog.com/files/nugg/ZAB_SELECT_CONFIGURATION.nugg
(Attached to Article: How to select proper configuration entry)
Filename: ZAB_SELECT_CONFIGURATION.nugg ...
Created on 18 August 2013
2. ALV Grid in the nutshell: Field catalog - col_id - ALV control: Column ID
(ALV Grid in the nutshell)
... a demo program (ZDEMO_AIN_CL46) to show you, how the COL_ID is changing on a base of COL_POS. On the selection screen you can find two radio-buttons.   Figure 120 ZDEMO_AIN_CL46 Selection ...
Created on 08 June 2020
3. 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
4. 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
5. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... for column CITYFROM. According to OSS notes I had to also fill ROLLNAME (Data element) or DOMNAME (Domain), as they are the criteria to assign the sender value into receiver select-option (names of the ...
Created on 13 April 2020
6. ALV Grid in the nutshell: Field catalog - reptext – Heading
(ALV Grid in the nutshell)
... manually, then if you explicitly don’t set the SELTEXT and TOOLTIP fields, ALV will automatically copy the content of REPTEXT into those fields. Figure 98 Field catalog with automatic and ...
Created on 13 April 2020
7. 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
8. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
... nbsp;   <asx:values>         <EXCHANGE_RATES>           <IMPORT_FILE>             <xsl:for-each select="/tabela_kurso ...
Created on 06 April 2020
9. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... bsp;      <ForexBuying>6.7549</ForexBuying>             <ForexSelling>6.7671</ForexSelling>      & ...
Created on 06 April 2020
10. ABAP Extensions - Automatic Logon
(How to...)
... o store more than one mandant/user for the project and allow you to do right click and select the user with which you want to logon. If you double click on the user name, you'll get the popup with  ...
Created on 04 January 2020
11. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
...    Figure 90 ZDEMO_AIN_CL36 Selection screen with data type Figure 91 ZDEMO_AIN_CL36 Result of report with TIMS data type   I’ve tried to enter data in TIME ...
Created on 11 December 2019
12. ALV Grid in the nutshell: Field catalog - rollname
(ALV Grid in the nutshell)
...  In the demo program I’ve used data element S_CONN_ID to show you how does it work. Figure 85 ZDEMO_AIN_CL35 Selection Screen   On the first sight you can notice that if you’ll ...
Created on 12 September 2019
13. 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
14. 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
15. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
...    Figure 76 ZDEMO_AIN_CL32 Conversion Exit NUMCV for field CONNID When you run the program you can select if you want to see the CONNID with or without conversion exit. In case ...
Created on 29 July 2019
16. ALV Grid in the nutshell: Field catalog - fix_column
(ALV Grid in the nutshell)
... users will only see selected fields and nothing more. When you’ll run the ZDEMO_AIN_CL26 program, you can see the behaviour of the FIX_COLUMN field. If you have wide screen, please resize the SAP GUI ...
Created on 28 July 2019
17. ALV Grid in the nutshell: Field catalog - edit_mask
(ALV Grid in the nutshell)
...    Figure 54 ZDEMO_AIN_CL24 selection screen   Figure 55 ZDEMO_AIN_CL24 Results with edit_mask 'LL__:__:__'   Figure 56 ZDEMO_AIN_CL2 ...
Created on 28 June 2019
18. ALV Grid in the nutshell: Field catalog - key_sel
(ALV Grid in the nutshell)
... As you can see also in the picture bellow, it doesn’t even mark field as a key one.   Figure 35 ZDEMO_AIN_CL15 No effect after setting KEY_SEL to 'X'     ...
Created on 24 June 2019
19. ALV Grid in the nutshell: Field catalog - icon
(ALV Grid in the nutshell)
... table. The corresponding field should be an CHAR4 field. You can use of course the domain ICON_D as well. In my example I’ve filled all rows with the same icon (ICON_ABAP) during the selection of data ...
Created on 24 June 2019
20. ALV Grid in the nutshell: Field catalog - no_sign
(ALV Grid in the nutshell)
... the distance of the flight in the demo program by multiplying it by -1.   Figure 46 ZDEMO_AIN_CL21 Select   Figure 47 ZDEMO_AIN_CL21 Without NO_SIGN option ...
Created on 24 June 2019
21. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  lvc_key ALV control: Key field key_sel type lvc_keysel ALV control: Key column that may be hidden ...
Created on 24 June 2019
22. 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
23. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... you, but I hope it will help you in your daily job.  From all available grids as the one to describe I’ve selected CL_GUI_ALV_GRID, which was, or maybe still is, called by many persons ALV OO. ...
Created on 24 June 2019
24. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
...   method new_method.   endmethod. endclass. start-of-selection.   try.       data(customer) = new lcl_customer( i_customer = p_custom ).       d ...
Created on 06 June 2019
25. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
This year I've organized ABAP Code Retreat in Tychy for the second time. In this recap I want not only tell you about the event itself, but also about how the whole organisation of the event took place ...
Created on 02 April 2019
26. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
Have you received someday an error from your ABAP object saying that "The statement SELECTION-SCREEN is not allowed within FORM routines and function modules." and you wondered why it is blocked to manipulat ...
Created on 21 November 2018
27. Unlock yourself on the DEV system
(Tricks)
This is funny story, I tend to lock myself many times on the DEV system because of the wrong typing of the password. Mainly it happened when I switch the layout of the keyboard in Windows from Polish to ...
Created on 15 November 2018
28. ATC Pseudo Comments list
(Tips)
... eudo Comment Alternative Pseudo Comment CL_CI_TEST_ANALYZE_SELECT_DIA EXISTS E Existence check. No fields used CI_ALL_FIELDS_NEEDED   CL_CI_TEST_ANALYZE_SELEC ...
Created on 26 September 2018
29. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... rchy. endclass. start-of-selection.   data(hlp) = new lcl_hlp( ).   call screen 0100. *&---------------------------------------------------------------- ...
Created on 20 August 2018
30. Retro ASCII symbols in ALV Grid table
(How to...)
The ALV Grid hides inside itself possibility to use ASCII symbols. All you need to do is to mark the one of fields in field-catalog as symbol and then use constants defined in TYPE-POOL SYM in order to ...
Created on 03 June 2018
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
AUTHORITY-CHECK ALV Grid in the nutshell Field catalog - fix column OUTPUTLEN COMPONENTS REFRESH APPEND USER OBJECTS GUI ALV GRID MB51 FIELDCATALOG Create fieldcatalog from internal table SYMBOL VARIANT CATALOG CMD API EXTRACT SET CURRENT CELL VIA Keywords BCS CONVERT SELSCREEN STATUS F4 Help for external date READY FOR INPUT FALV ALV GRID INTTYPE ZDEMO FALV13 - Mix demo own screen and container AiE ABAP STRUCTDESCR Field catalog - symbol SALV CONTROLLER METADATA ALV GRID IN THE NUTSHELL RESET REJ ALLOWED READ TEXT IDENTITY EXPORT TO MEMORY ID LVC FCAT HTTP CLIENT PROGRESS INDICATOR ABAP IN ECLIPSE SUM SAP SCRIPT SAPGUI NOLIST RM07DOCS ESRUO - MM settings table - Part 1 BAPI EXCHANGERATE CREATE Field catalog - edit mask OUT MESSAGE HANDLER PARAMETERS RELEASE PURCHASE REQUISITION Enhanced MB51 Part 5 - Export from MB51 ALINK CONNECTION GTFIND GTINSERT DARK THEME BINARY RELATION COMMIT F4IF START VALUE REQUEST HTML VIEWER Field catalog - rollname CHECKBOX DDSHIFACE REQ
  • 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
  • Call standard F4 search help with customized parameters
  • FALV (Fast ALV Grid)
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create XLSX file from internal table in background v2
  • ATC Pseudo Comments list
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • Create fieldcatalog from internal table
  • GOS - How to add business documents at creation of object
  • Link Attachments of Purchase Requisition to Purchase Order
  • Subtotal lines of ALV GRID OO as content separator
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • 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.