• 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 - col_id - ALV control: Column ID
(ALV Grid in the nutshell)
Column ID is not really a special field in ALV. It is always filled automatically by ALV and your manual entries are overwritten and set to the same value as COL_POS (Column position). I’ve prepared ...
Created on 08 June 2020
2. ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
... (‘X’) value to the field catalog, but this will only change the style of the field (content of the field is underlined) and it will fire the HOTSPOT_CLICK event. Figure 114 Setting column as hotspot ...
Created on 27 April 2020
3. ALV Grid in the nutshell: Field catalog - domname - Domain name
(ALV Grid in the nutshell)
... I gave the DOMNAME value FLAG, it didn’t changed anything in the field catalog.   Figure 108 DOMNAME in Field catalog  ...
Created on 18 April 2020
4. 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
5. ALV Grid in the nutshell: Field catalog - reptext – Heading
(ALV Grid in the nutshell)
... values of the column. Figure 99 Result of ZDEMO_AIN_CL40 with REPTEXT set to 'Test Header'        ...
Created on 13 April 2020
6. ALV Grid in the nutshell: Field catalog - lowercase - Lowercase letters allowed/not allowed
(ALV Grid in the nutshell)
The changes of this parameter are only visible in edit mode and makes sense only for character or string fields. If it is set to ABAP_TRUE (‘X’), then the ALV grid stores in internal table the value in ...
Created on 13 April 2020
7. ALV Grid in the nutshell: Field catalog - intlen - Internal Length in Bytes
(ALV Grid in the nutshell)
... then although I’ve entered the value of ‘12’ into the column, system didn’t allowed me to save it.   Figure 94 Error in edit mode caused by wrong value of field INTLEN (ZDEMO_AIN_CL38) ...
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...)
... XML from bank site into internal table, which can be then used inside your code to populate values of  BAPI_EXCHANGERATE_CREATE FM. There are few ways to download the XML to your ABAP code, I ...
Created on 06 April 2020
10. ABAP Extensions - Automatic Logon
(How to...)
... If encrypted, then on the Passwords view and in the Secure Storage preferences, you'll not be able to see the stored value. If you decide to store it with the plain text, you will see it always.  ...
Created on 04 January 2020
11. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
...  Figure 92 ZDEMO_AIN_CL36 Error after entering time format value into NUMC field      ...
Created on 11 December 2019
12. ALV Grid in the nutshell: Field catalog - tooltip
(ALV Grid in the nutshell)
... the value from TOOLTIP will be used as description used to describe the column in the change layout screen. Figure 82 ZDEMO_AIN_CL34 ABAP Code for Tooltip Figure 83 ZDEMO_AIN_CL34 ...
Created on 12 September 2019
13. 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
14. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
... no more and no less than a function modules that helps to represent the internal values into understandable or more readable values. An basic example is field MATNR which is 18 characters long in ECC and ...
Created on 29 July 2019
15. ALV Grid in the nutshell: Field catalog - outputlen
(ALV Grid in the nutshell)
OUTPUTLEN can be used to setup the width of the column (if you don’t use automatic column width optimization). When automatically created, usually it have the value of the maximum field width, but when ...
Created on 29 July 2019
16. ALV Grid in the nutshell: Field catalog - tech
(ALV Grid in the nutshell)
... you need to set its value to ‘X’.   Figure 70 ZDEMO_AIN_CL30 Setting of Field as Technical   Such setting is very helpful when you have to store some additional values ...
Created on 29 July 2019
17. ALV Grid in the nutshell: Field catalog - no_sum
(ALV Grid in the nutshell)
As you can imagine from the name, NO_SUM does mostly opposite what DO_SUM, but in more secure way. If you don’t want that the field is allowed to be summarized, then set the value of this field to ‘X’. ...
Created on 28 July 2019
18. ALV Grid in the nutshell: Field catalog - do_sum
(ALV Grid in the nutshell)
... into the value of this field in the field catalog. One remark, if you’re adding this setting to value or quantity field, make sure that you also fill the QFIELDNAME or CFIELDNAME to have the sum of ...
Created on 28 July 2019
19. ALV Grid in the nutshell: Field catalog - fix_column
(ALV Grid in the nutshell)
... document number. When you setup the value of this field to ‘X’, then the column(s) will be always visible. While scrolling the fields after the last field which has this flag will be moving left or right. ...
Created on 28 July 2019
20. ALV Grid in the nutshell: Field catalog - emphasize
(ALV Grid in the nutshell)
EMPHASIZE allows you to change the colour of the whole column if there is such need. This field can be filled with following values: Space - this means you use the standard behaviour of ALV ...
Created on 01 July 2019
21. ALV Grid in the nutshell: Field catalog - edit_mask
(ALV Grid in the nutshell)
... field   ‘LL’ on the beginning of the mask means that the underscore characters of the mask (“_”) will be replaced starting from left side, for example mask ‘LL__:__’ for value 123 will be ...
Created on 28 June 2019
22. ALV Grid in the nutshell: Field catalog - col_pos
(ALV Grid in the nutshell)
... layouts, so then the grid looks always the same for them. Personally I leave this almost always empty, but if needed just simply use INTEGER values to setup correct sorting. The demo program that can be ...
Created on 24 June 2019
23. ALV Grid in the nutshell: Field catalog - tabname
(ALV Grid in the nutshell)
The name of this field suggest to put here an internal table name, but it seems that it has no function at all. When SAP fills field catalog automatically, then value of this field is set to ‘1’. You can ...
Created on 24 June 2019
24. ALV Grid in the nutshell: Field catalog - currency
(ALV Grid in the nutshell)
When you have a field that contains an amount, for example net value of an sales order, then in order to show it correctly in the grid you should fill or this field with an value of currency key (one of ...
Created on 24 June 2019
25. ALV Grid in the nutshell: Field catalog - quantity
(ALV Grid in the nutshell)
... in SE16 Now to see the differences, please run program ZDEMO_AIN_CL10 using following units: PMR, DEG, M & empty. Figure 22 displays the values with three decimal places as PMR is setup to ...
Created on 24 June 2019
26. ALV Grid in the nutshell: Field catalog - round
(ALV Grid in the nutshell)
... changed.      Figure 29 ZDEMO_AIN_CL12 Results using 0 as P_ROUND value Now the same program is run with 3 that is inserted into ROUND. You can notice that instead of 2 571,25 ...
Created on 24 June 2019
27. ALV Grid in the nutshell: Field catalog - exponent
(ALV Grid in the nutshell)
... with P_EXP parameter value set to 2   On next picture the results of the ALV output when EXPONENT field was set to 3.   Figure 33 ZDEMO_AIN_CL13 Results with P_EXP parameter ...
Created on 24 June 2019
28. ALV Grid in the nutshell: Field catalog - icon
(ALV Grid in the nutshell)
If you want to display an icon inside the cell, then you need to setup a value of this field to ‘X’ and additionally you need to put an icon from type-pool ICON into the corresponding field of your internal ...
Created on 24 June 2019
29. ALV Grid in the nutshell: Field catalog - symbol
(ALV Grid in the nutshell)
... fieldcatalog value for field SYMBOL to ‘X’ and in the corresponding field of your internal table, you have put the value of the symbol. The corresponding field should be CHAR1 field.    ...
Created on 24 June 2019
30. ALV Grid in the nutshell: Field catalog - checkbox
(ALV Grid in the nutshell)
... or any other CHAR(1) type. If you use editable grid then once the checkbox is checked, the cell of the table behind it will be filled with value ‘X’.   Figure 41 ZDEMO_AIN_CL18 ...
Created on 24 June 2019
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
ZCL FALV LAYOUT - layout settings Mass replace popup for ALV grid PROVIDE COM OPR IXML DOCUMENT GUI FRONTEND SERVICES GTENVIRONMENT GET VARIABLE FIELDCATALOG ALV GRID Save message with attachment in Outlook's Drafts Enhanced MB51 Part 1 - Goal and prerequisites ALV GRID ALV GRID IN THE NUTSHELL RSBCS EXAMPLE EMAIL CFIELDNAME SELTEXT CREATE IDENTITY CMD CUSTOMER Enhanced MB51 Part 5 - Export from MB51 ABAP STRUCTDESCR APPEND USER SETTINGS DELETE ALINK CONNECTION GTFIND PROGRESS INDICATOR ICON LVC FCAT Selection-Screen Function Key in Form TEACH ABAP RELEASE ALLOWED Enhanced MB51 Part 2 - Structure for data AiE LOAD COMPLEX TSK CVAPI DOC GETDETAIL DYNAMIC GUI STATUS SCMS XSTRING BINARY RELEASABLE FIORI REFRESH FROM SELECTOPTIONS MS OUTLOOK SLICENSE RESET REJ Downloading Exchange Rates from NBP National Bank of Poland PURCHASE ORDER ITEM SET CONDITIONS ESRUO BAPI EXCHANGERATE ATC Pseudo Comments list REL ROWMARK SAP DEVELOPMENT TOOLS FOR ECLIPSE PARAMETERS ZDEMO FALV01 - Standard full screen FALV COL PRINTOUTS GUI TITLE COVEXT SBCS SEND MB51 DATA HTML VIEWER ABAP HTML REQUISITION
  • 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
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • ATC Pseudo Comments list
  • 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.