• 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 - 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)
... 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, where ...
Created on 13 April 2020
4. 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
5. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
One of the standard requests that comes with every SAP implementation is automatic download of exchange rates to your system. Today I will show you on an example of Central Bank Of Turkey, how to transform ...
Created on 06 April 2020
6. 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
7. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
DATATYPE field has small influence on the way the column is displayed. You can omit this field and then ALV grid will automatically fill this field and additionally JUST, OUTPUTLEN, INTTYPE, INTLEN and ...
Created on 11 December 2019
8. ALV Grid in the nutshell: Field catalog - no_out
(ALV Grid in the nutshell)
NO_OUT is useful when you want to hide the field on the output, but still allow users to unhide it on demand. As lots of fields from field catalog, it can be filled with ‘X’ or space (default). If ...
Created on 29 July 2019
9. 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
10. 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
11. ALV Grid in the nutshell: Field catalog - fieldname
(ALV Grid in the nutshell)
... as key field, as in fact it is. If you fill this field manually, then please remember to put the field names in UPPER CASE. You have to also remember that if field catalog will not contain all fields ...
Created on 24 June 2019
12. 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
13. 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
14. ALV Grid in the nutshell: Field catalog - cfieldname
(ALV Grid in the nutshell)
... filled  As data in this table didn’t contained a line with JPY, I’ve changed in SE16 the currency key for one of the rows in order to show you the difference in output.   Figure 20 Changed ...
Created on 24 June 2019
15. ALV Grid in the nutshell: Field catalog - quantity
(ALV Grid in the nutshell)
QUANTITY field is very similar to CURRENCY. The difference here is that you don’t keep currency key here, but unit of measure, for example M for meters or KG for kilograms. Again to show you the difference ...
Created on 24 June 2019
16. ALV Grid in the nutshell: Field catalog - ifieldname
(ALV Grid in the nutshell)
Although the SAP name of this field says: “Field name of internal table field”, then I haven’t found any usage of this field. It’s also not filled by SAP when you use SALV for creating field-catalogs. ...
Created on 24 June 2019
17. 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
18. 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
19. 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 Checkbox ...
Created on 24 June 2019
20. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... class that will inherit any of the ZCL_CMD_* class (depending which you want to extend). In the constructor of ZCL_CMD_CUSTOMER fill the I_EXTENSION_CLASSES table with the type of the extension and ...
Created on 06 June 2019
21. SAP Fiori - HTTP request failed403,,CSRF token validation failed
(How to...)
... and I've used the data passed in the IT_KEY_TAB to fill the mandatory fields of my helpdesk webservice.        At the end of the method I'm filling the incident ID so I can show it to the ...
Created on 06 June 2019
22. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... security and helping hand of our receptionist Kasia, who was working in the shadow to fill all coffee and tee cups and refill plates with food.  For this, I really thank Hager Group as without saying ...
Created on 02 April 2019
23. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
...      class-methods fill_button_info       importing i_button    type i                 i_text      type gui_text optional                 i_icon      type icon_d  optional                 i_icon_text type gui_ictext  optional ...
Created on 21 November 2018
24. ATC Pseudo Comments list
(Tips)
... of a BAdI is created, the import parameter EXIT_NAME is not filled CI_BADI_GETINST   CL_CI_TEST_FIND_BADI_CALL 2 N When an instance of a BAdI is created, the import ...
Created on 26 September 2018
25. Retro ASCII symbols in ALV Grid table
(How to...)
...                    ( symbol = sym_minus_circle       name = 'SYM_MINUS_CIRCLE      ' )                   ( symbol = sym_filled_square      name = 'SYM_FILLED_SQUARE     ' )                   ( symbol = sym_half_filled_square name = 'SYM_HALF_FILLED_SQUARE' ) ...
Created on 03 June 2018
26. ABAP Favorites Eclipse plugin
(How to...)
... Alt+F8 but it does not fill the simplicity requirement. That's why I started to ask about the possibility to have favourite T-Codes view somewhere in ADT in Eclipse. I rather thought that Thomas, the product ...
Created on 29 June 2017
27. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... that if SAP table had K at the end of the name that this must be configuration of header (Kopf). I've inserted my new delivery type as target delivery type and I've filled data transfer of header ...
Created on 15 February 2017
28. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
...    The main part is again to use FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE , but this time there is no easy way to fill MDPA and MDLB structures which are needed here. So I ...
Created on 04 February 2017
29. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
...             and    bnfpo  eq i_position.     select single * from  ebkn into ebkn             where  banfn  eq i_requsition             and    bnfpo  eq i_position.     call function 'ME_FILL_MDPA_FROM_EBAN' ...
Created on 03 February 2017
30. Re-explosion of subcontracting BOM in Purchase Requisition
(Tricks)
...             and    bnfpo  eq i_position.     select single * from  ebkn into ebkn             where  banfn  eq i_requsition             and    bnfpo  eq i_position.     call function 'ME_FILL_MDPA_FROM_EBAN' ...
Created on 02 February 2017
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
ZDEMO FALV09 - Cell settings FIELDCATALOG ALV GRID IN THE NUTSHELL APPEND USER SETTINGS GUI ALV GRID BAPI CLASS READ REDISPATCH FRONTEND SERVICES EXECUTE GET SELECTED ROWS ECLIPSE PLUGIN REJECTION ALLOWED CMD API EXTRACT CONVEXIT SAP TechEd Developer Hero 2016 CHART ENGINE SALV UTIL CTMS DDB SET VALUE INTERNAL CHARACT GETDETAIL COMPONENTS MAINTAIN MB51 ALV Grid in the nutshell Field catalog - no out ADT RM07DOCS DATE TOTLINE SELSCREEN STATUS Use OUTLOOK APPLICATION TABNAME STARTING NEW TASK GOS MANAGER TSK UNLOCK Create fieldcatalog from internal table EDITOR TABLE WITH CVAPI DOC CHECKOUTVIEW Field catalog - reprep - ALV control Value is selection criterion for rep rep intf SAPGUI PROGRESS INDICATOR ALV POPUP TOTEXP TOOL ACCESS SYNTAX-CHECK LVC FCAT PLUGIN Field catalog - datatype DELETE Field catalog - outputlen cookies VAL FROM OBJECT MTK FALV DOMNAME SAP DEVELOPMENT TOOLS FOR ECLIPSE FIORI SCAN ABAP-SOURCE ABAP in Eclipse - Install F4IF SHLP DESCR Custom selection-screen fields for MD07
  • 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
  • Link Attachments of Purchase Requisition to Purchase Order
  • GOS - How to add business documents at creation of object
  • 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. 

Bootstrap is a front-end framework of Twitter, Inc. Code licensed under MIT License. Font Awesome font licensed under SIL OFL 1.1.