• 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)
... 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
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...)
... e_rates = transform_xml_to_table(  ).   ENDMETHOD. ENDCLASS.   Once you have your internal table filled, you can prepare the code to use BAPI_EXCHANGE ...
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)
... CFIELDNAME 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.    ...
Created on 24 June 2019
15. ALV Grid in the nutshell: Field catalog - quantity
(ALV Grid in the nutshell)
... table, so with four decimal places.   Figure 26 ZDEMO_AIN_CL10 Results without filling unit  ...
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 ...
Created on 24 June 2019
20. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... CMD_CUSTOMER fill the I_EXTENSION_CLASSES table with the type of the extension and the name of the class which is extending it. The type of the extension you can find in ZCL_CMD_EXTENSIONS=>CLA ...
Created on 06 June 2019
21. SAP Fiori - HTTP request failed403,,CSRF token validation failed
(How to...)
... end side I've redefined the get_entity method for the inscidentSet and I've used the data passed in the IT_KEY_TAB to fill the mandatory fields of my helpdesk webservice.      ...
Created on 06 June 2019
22. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... d also a help to organize the 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 reall ...
Created on 02 April 2019
23. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
... vate_ss_button       importing i_button type i.     class-methods fill_button_info       importing i_button   &n ...
Created on 21 November 2018
24. ATC Pseudo Comments list
(Tips)
... 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_filled_square      name = 'SYM_FILLED_SQUARE    &nbs ...
Created on 03 June 2018
26. ABAP Favorites Eclipse plugin
(How to...)
... using 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 ...
Created on 29 June 2017
27. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... experience I know 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 da ...
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 ...
Created on 04 February 2017
29. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
... tion             and    bnfpo  eq i_position.     call function 'ME_FILL_MDPA_FROM ...
Created on 03 February 2017
30. Re-explosion of subcontracting BOM in Purchase Requisition
(Tricks)
...              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
KKEK CONVERT FLOAT CURR ZERO VARIANT CATALOG Download CV01N 3N documents to PC Dynamic GUI STATUS TITLE with ABAP code DELETE USER OBJECTS LVC FCAT GUI ALV GRID MS07 PERIOD AND DATE OUTPUT ALV GRID By Topic FALV BOM ALV GRID IN THE NUTSHELL SAP TechEd 2016 JUST OUTPUTLEN FIELDCATALOG COMPONENTS MAINTAIN BAPI ROUTING Download ALV Grid in the nutshell Field catalog - domname - Domain name ISOLATE SELSCREEN GET CLASS BINARY RELATION GTREAD LINKS BINRELS SCAN ABAP-SOURCE Field catalog - no sum AiE CMD API EXTRACT Field catalog - col pos Copying is not poss BCS MESSAGE Downloading Exchange Rates from NBP National Bank of Poland #EC ABAP ABAP IN ECLIPSE GUI STATUS CHECKBOX ZDEMO FALV02 - Full screen with redefinitions Load variant to single subscreen selection screen SMP DYNTXT Field catalog - inttype - ABAP data type ESDUS REPREP GOS MANAGER MEREQS EBAN LOOKUP Field catalog - exponent FALV Fast ALV Grid - First blood Field catalog - reprep - ALV control Value is selection criterion for rep rep intf FALV05 - Adding Removing Disabling grid toolbar SALV CONTROLLER METADATA GTGET PURCHASE REQUISITION ATC Pseudo Comments list
  • 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

  • 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
  • ALV Grid in the nutshell: Field catalog - rollname

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 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
  • Subtotal lines of ALV GRID OO as content separator
  • Create fieldcatalog from internal table
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • EWB Components allocation to routing operation (multilevel BOM)
  • Save message with attachment in Outlook's Drafts
  • 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.