• 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_RESET_RUNTIME.nugg
(Attached to Article: Extend allowed runtime of a program)
Filename: ZAB_RESET_RUNTIME.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)
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
3. ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
... to show the details of the clicked object, or to move to a transaction in which the object can be modified. As you can imagine, setting column as a HOTSPOT is very easy, you need to pass only the ABAP_TRUE ...
Created on 27 April 2020
4. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
Group key is not widely used but it has nice feature. Once you group the field catalog fields and you pass the group name into parameter IT_SPECIAL_GROUPS of method SET_TABLE_FOR_FIRST_DISPLAY, then in ...
Created on 18 April 2020
5. ALV Grid in the nutshell: Field catalog - domname - Domain name
(ALV Grid in the nutshell)
You may suspect that setting up a domain name in the field catalog will make some effect on the display, for example in data type, length, lowercase sign,  but it seems that it has no effect in ALV ...
Created on 18 April 2020
6. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... report using RRI. At the beginning I was wondering if configuration in table TRSTI and setting the parameter REPREP to ABAP_TRUE will be enough to call the interface. So I’ve started with filling TRSTI, ...
Created on 13 April 2020
7. ALV Grid in the nutshell: Field catalog - reptext – Heading
(ALV Grid in the nutshell)
This field allows us to set (or change) the header text of the column. It can consist up to 55 characters in lowercase mode. When you use data dictionary reference ( REF_FIELD, REF_TABLE ) it is populated ...
Created on 13 April 2020
8. 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
9. ALV Grid in the nutshell: Field catalog - intlen - Internal Length in Bytes
(ALV Grid in the nutshell)
As the description says, the meaning of that field is to set the internal length of the field in Bytes. During my whole career as ABAP Developer, I had never filled that field manually. Usually you’ll ...
Created on 13 April 2020
10. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
... bsp;= 6       ).     IF sy-subrc EQ 0.       client->request->set_method( if_http_request=>co_request_metho ...
Created on 06 April 2020
11. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... ;        = 6       ).     IF sy-subrc EQ 0.       client->request->set_meth ...
Created on 06 April 2020
12. ABAP Extensions - Automatic Logon
(How to...)
... r by using the install button which you can find on the right side of this page.   After installation of update will be able to set the preference if you want to do automatic logon at sta ...
Created on 04 January 2020
13. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
... type, or for example a table. Just like DATATYPE, you don’t need to fill this field manually, when you’ll leave it empty, ALV grid will automatically setup a proper type according to referenced internal ...
Created on 18 December 2019
14. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
... Data Type Table 2 Possible data types in NW 7.52 SP04 In the sample program, you can play with the settings of this field, but as mention before, the noticed changes will not be ...
Created on 11 December 2019
15. 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
16. 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
17. 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
18. ALV Grid in the nutshell: Field catalog - no_out
(ALV Grid in the nutshell)
... you set it to ‘X’, then as long as user will not unhide it and save it to the ALV variant, it will not be visible on the screen. But as said before it can be unhide using the display options.   ...
Created on 29 July 2019
19. 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
20. 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
21. 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
22. 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
23. ALV Grid in the nutshell: Field catalog - edit_mask
(ALV Grid in the nutshell)
... displayed as ‘12:3 ’.    It’s also default setting for the mask so no need to use it in fact.   ‘RR’ on the beginning of the mask means that the underscore characters of ...
Created on 28 June 2019
24. ALV Grid in the nutshell: Field catalog - col_pos
(ALV Grid in the nutshell)
This field is responsible for setting up columns in proper order while displaying the grid without using of saved layout. It may be useful if you don’t allow your users to save their own or global grid ...
Created on 24 June 2019
25. ALV Grid in the nutshell: Field catalog - fieldname
(ALV Grid in the nutshell)
... from the table and you don’t pass the dictionary name to parameter I_STRUCTURE_NAME of SET_TABLE_FOR_FIRST_DISPLAY method, then it will only display this fields, which are in field catalog.  In ...
Created on 24 June 2019
26. 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
27. 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
28. 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
29. ALV Grid in the nutshell: Field catalog - exponent
(ALV Grid in the nutshell)
This field is used to setup exponent number display for floating point decimals (F) fields. Although it’s not that commonly used field type for display, then it’s important to know that you can manipulate ...
Created on 24 June 2019
30. ALV Grid in the nutshell: Field catalog - key
(ALV Grid in the nutshell)
If you want to setup current field as a key one, you need to fill KEY with ‘X’. When you’ll do this then the field will have blue background and during horizontal scrolling the column will be fixed.  ...
Created on 24 June 2019
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
TVCPLAK ALV GRID IN THE NUTSHELL COMPONENTS MAINTAIN HOW TO START WITH ALV GUI ALV GRID OUTPUTLEN ESRUO - MM settings table - Part 1 SYMBOL ALV Grid in the nutshell Field catalog - no sign MS07 SAPGUI PROGRESS INDICATOR FALV RM07DOCS FREE SESSION CHECK Copy routing create on a base of existing one FIELDCATALOG Field catalog - fieldname SAVE LVC FCAT FILL MDLB FROM EBAN MB51 ENHANCEMENT DOCKING CONTAINER Retro ASCII symbols in ALV Grid table Field catalog - tooltip ABAP EXTENSIONS Enhanced MB51 Part 4 - Call MB51 PURCHASE REQUISITION ABAP DEVELOPMENTS TOOLS ECLIPSE STARTING NEW TASK ALINK CONNECTION GTUPDATE ALV GRID CTMS DDB SET VALUE ONLINE BCS MESSAGE DOMNAME OPR PROVIDE MTK Field catalog COC1 FEATURE Selection Screen - Part1 - Parameters PERIOD AND DATE CONVERT INPUT Field catalog - qfieldname FUNCTIONCODE KKEK FLOAT CURR COVEXT TOTLINE ATC Pseudo Comments list ATC ZDEMO FALV13 - Mix demo own screen and container Basic Information FRONTEND SERVICES GTENVIRONMENT GET VARIABLE VIRTUALBOX EWB Components allocation to routing operation multilevel BOM CREATE COM SELECTED CELLS ORDER ITEM CONDITIONS PRETTY PRINTER
  • 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.