• 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: 47 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)
... 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
2. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
... then this setting of field catalog has no impact on display.   For my demo program ZDEMO_AIN_CL43, I’ve created a field catalog with REF_TABLE filled for all fields, so it is easier to understand ...
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)
... select-option and column name doesn’t need to be the same). Figure 101 Fieldcatalog of ZDEMO_AIN_CL41S   Selection-screen of receiver program is defined as follows: Figure ...
Created on 13 April 2020
4. ALV Grid in the nutshell: Field catalog - reptext – Heading
(ALV Grid in the nutshell)
... manual REPTEXT in ZDEMO_AIN_CL40     As you can see, grid looks much better with the column headers, also proper naming of the columns will help the users to better understand the ...
Created on 13 April 2020
5. ALV Grid in the nutshell: Field catalog - lowercase - Lowercase letters allowed/not allowed
(ALV Grid in the nutshell)
... lowercase, if the value of the parameter is empty, then it will always convert the entered value to uppercase.   Figure 96 Results of zdemo_ain_cl39 with lowercase turned on   ...
Created on 13 April 2020
6. 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
7. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
... fields will be also field and the difference on the screen will be not that huge.   Figure 93 Fieldcatalog of the ZDEMO_AIN_CL37 for Internal ABAP type T Possible internal ABAP ...
Created on 18 December 2019
8. 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
9. 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
10. ALV Grid in the nutshell: Field catalog - tooltip
(ALV Grid in the nutshell)
... very helpful for explaining the user the meaning of the column. Figure 81 ZDEMO_AIN_CL34 Tooltip of an column     Additionally if you’ll not use SELTEXT field, then ...
Created on 12 September 2019
11. 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
12. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
... of Conversion Exits In the example program ZDEMO_AIN_CL32 I’ve setup column CONNID to use conversion exit NUMCV. As you see you don’t put the full name of the FM into the CONVEXIT field, it only assumes ...
Created on 29 July 2019
13. ALV Grid in the nutshell: Field catalog - outputlen
(ALV Grid in the nutshell)
... you create it manually you can setup it to whatever value you want.   Figure 72 ZDEMO_AIN_CL31 Output length for field CITYFROM   My experience shows that it is useful ...
Created on 29 July 2019
14. 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
15. ALV Grid in the nutshell: Field catalog - no_out
(ALV Grid in the nutshell)
...  Figure 68 ZDEMO_AIN_CL29 hiding of columns In this case I’ve also filled the REPTEXT column, in order to show you that it is possible to move the columns to display. If I wouldn’t do that, ...
Created on 29 July 2019
16. ALV Grid in the nutshell: Field catalog - no_sum
(ALV Grid in the nutshell)
... It will not only not show the sum, but also it will forbid to set it the GUI.   Figure 66 ZDEMO_AIN_CL28 DO_SUM for DISTANCE field   Once user will try to summarize ...
Created on 28 July 2019
17. ALV Grid in the nutshell: Field catalog - do_sum
(ALV Grid in the nutshell)
... each unit or currency separately. In other case the values will be summarized without taking in consideration differences in the units.   Figure 64 ZDEMO_AIN_CL27 DO_SUM set for ...
Created on 28 July 2019
18. ALV Grid in the nutshell: Field catalog - fix_column
(ALV Grid in the nutshell)
... work correctly. Figure 61 ZDEMO_AIN_CL26 Setting FIX_COLUMN     Just make sure that you do not setup too much field like this, as it can happen that on small screens ...
Created on 28 July 2019
19. ALV Grid in the nutshell: Field catalog - emphasize
(ALV Grid in the nutshell)
... are intensified (‘1’) or not (‘0’) z – is saying if the colours should be inverted (‘1’) or not (‘0’)     Figure 59 ZDEMO_AIN_CL25 Emphasize set for columns   ...
Created on 01 July 2019
20. ALV Grid in the nutshell: Field catalog - edit_mask
(ALV Grid in the nutshell)
... outputs, for example mask ‘Flight Number is: ____’ for the SFLIGHT-CONNID field will bring following result: ‘Flight Number is: 0017’. Figure 53 ZDEMO_AIN_CL24 hardcoded edit_mask ...
Created on 28 June 2019
21. ALV Grid in the nutshell: Field catalog - col_pos
(ALV Grid in the nutshell)
... found in Figure 11 can be used to see the difference between standard sorting and own one.    Figure 11 ZDEMO_AIN_CL05 COL_POS   Own sorting firstly takes care about ...
Created on 24 June 2019
22. ALV Grid in the nutshell: Field catalog - fieldname
(ALV Grid in the nutshell)
... any formatting or search helps.     Figure 14 ZDEMO_AIN_CL06 Field catalog with only field names   Figure 15 ZDEMO_AI_CL06 Results  ...
Created on 24 June 2019
23. ALV Grid in the nutshell: Field catalog - tabname
(ALV Grid in the nutshell)
... completely omit this field, as if you fill it then nothing will happen, even if you use different values for each field in field catalog. Figure 16 ZDEMO_AIN_CL07 Tabname filled  ...
Created on 24 June 2019
24. ALV Grid in the nutshell: Field catalog - currency
(ALV Grid in the nutshell)
... 422,94. If we use ZDEMO_AIN_CL08 program with USD currency then as you seen in Figure 18, the value shown is equal to 422,94. Both outputs are correct as long as the currency of the corresponding line ...
Created on 24 June 2019
25. ALV Grid in the nutshell: Field catalog - cfieldname
(ALV Grid in the nutshell)
... should place its name here. The output of the cell will be then based on a currency key kept in the same row of the internal table, in the corresponding field.  In the sample program ZDEMO_AIN_CL09 ...
Created on 24 June 2019
26. 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
27. 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
28. ALV Grid in the nutshell: Field catalog - qfieldname
(ALV Grid in the nutshell)
... the base of that information, data can be displayed differently in each row, as in comparison to QUANTITY the unit is not set for the whole column. In program ZDEMO_AIN_CL11 I’ve setup column DISTID to ...
Created on 24 June 2019
29. ALV Grid in the nutshell: Field catalog - exponent
(ALV Grid in the nutshell)
... how the field is displayed in ALV grid. For example, the picture below, shows the results of the ALV output when EXPONENT field was set to 2.   Figure 32 ZDEMON_AIN_CL13 Results ...
Created on 24 June 2019
30. ALV Grid in the nutshell: Field catalog - key
(ALV Grid in the nutshell)
...    Figure 34 ZDEMO_AIN_CL14 Results with CARRID field set as key one      ...
Created on 24 June 2019
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
COMPONENTS REFRESH GUI ALV GRID SELECT DELETE USER OBJECTS SAP DEVELOPMENT TOOLS FOR ECLIPSE GROUP LVC FCAT ADT HTTP CLIENT FIELDCATALOG RM07DOCS PARAMETERS IXML OSTREAM TABLE DISPLAY DATE Create a nice looking chart with CL CHART ENGINE - Part 1 - Chart Designer MS OUTLOOK COMP REQUIREMENT PURCHASE ORDER SAPGUI SET FUNCTIONCODE FRONTEND SERVICES GTENVIRONMENT GET VARIABLE ALV GRID Function Module or Method ENGINE HEADER HANDLE GOS MANAGER RSDBRUNT FILL MDLB FROM EBAN ALV Grid in the nutshell Field catalog - quantity CURRENT CELL ALV GRID IN THE NUTSHELL RELEASABLE TECH ZDEMO FALV07 - Columns field catalog settings EXECUTE How to select proper configuration entry MESSAGE HANDLER AiE REDISPATCH Extend allowed runtime of a program SLICENSE GLOBALS SLVC FULLSCR COPY TSK AUTOMATIC LOGON Popup with multi-select ALV LOAD COMPLEX ALINK CONNECTION CLASS DDIC FIELD LIST Field catalog - sp group - Group key EMPHASIZE COM Field catalog - reprep - ALV control Value is selection criterion for rep rep intf ELEMENT FIORI ESRUO - MM settings table - Part 2 ESRUO MEREQ FACTORY
  • 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.