• 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

Search

Total: 38 results found.

Search for:
Search Only:

Page 1 of 2

1. ALV Grid in the nutshell: Field catalog - sp_group - Group <span class="highlight">key</span>
(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
2. Downloading Exchange Rates from Central Bank of Tur<span class="highlight">key</span>
(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
3. ALV Grid in the nutshell: Field catalog - <span class="highlight">key</span>
(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
4. ALV Grid in the nutshell: Field catalog - <span class="highlight">key</span>_sel
(ALV Grid in the nutshell)
The description of this fields claims that if you put ‘X’ inside then current field will became a key field that can be hidden, but in fact it has no effect here, as standard key field can always be hidden. ...
Created on 24 June 2019
5. Selection-Screen Function <span class="highlight">Key</span> in Form, Function Module or Method
(Tricks)
... the five custom function codes on selection-screen? Well, definitely I have and it was really annoying as I wanted to be able to dynamically assign the slection-screen function key depending if it's already ...
Created on 21 November 2018
6. <span class="highlight">Key</span>words
(Static pages)
catid=8,11,12,13,9,18,19|teaser|alpha
Created on 10 April 2013
7. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
Following the example of downloading exchange rates from Central Bank Of Turkey using transformations, please find bellow the same way for National Bank of Poland. Again, lets create an RFC destination ...
Created on 06 April 2020
8. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
...  Client CUKY Currency Key for Currency Field CURR Currency Field in BCD Format DF16_DEC ...
Created on 11 December 2019
9. ALV Grid in the nutshell: Field catalog - fix_column
(ALV Grid in the nutshell)
FIX_COLUMN can be useful when you have a lots of fields in the field catalog and you want to make sure that some of the key fields are always visible, for example sales order number and position or posting ...
Created on 28 July 2019
10. 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
11. 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
12. 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
13. 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
14. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  type lvc_expont ALV control: Exponent for float representation key type lvc_key ALV ...
Created on 24 June 2019
15. SAP Fiori - HTTP request failed403,,CSRF token validation failed
(How to...)
... to find other solution and as only Read method was possible, I've tried to use this one.  First of all I had to change the model. I've setup all the fields beside the ID of the incident to a key field. ...
Created on 06 June 2019
16. Unlock yourself on the DEV system
(Tricks)
This is funny story, I tend to lock myself many times on the DEV system because of the wrong typing of the password. Mainly it happened when I switch the layout of the keyboard in Windows from Polish to ...
Created on 15 November 2018
17. ATC Pseudo Comments list
(Tips)
...  5 W Generically Buffered Key Area not Completely Specified for Table &1 CI_GENBUFF CI_SGLSELECT CL_CI_TEST_SELECT_TAW_BYBUF 6 W SELECT on Client-Specific ...
Created on 26 September 2018
18. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...             end of t_hierarchy,            tt_hierarchy type standard table of t_hierarchy with default key.     constants: c_components type string value '&&components&&'.     data: hierarchy type tt_hierarchy. ...
Created on 20 August 2018
19. Why I like to code in ABAP in Eclipse
(Thoughts)
... your methods and magic Ctrl+1 allows you to adjust quickly all parameters .You can use some basic HTML there also.       vii.      ABAP Keywords colors – since few versions of AiE you can color as ...
Created on 27 May 2016
20. ZCL_FALV_LAYOUT - layout settings
(FALV (Fast ALV Grid))
...      methods set_no_keyfix importing value(iv_value) type lvc_nokfix .     methods set_frontend importing value(iv_value) type lvc_front .     methods set_object_key importing value(iv_value) type bds_typeid . ...
Created on 10 January 2016
21. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
...      methods set_round       importing         value(iv_value) type lvc_round .     methods set_exponent       importing         value(iv_value) type lvc_expont .     methods set_key       importing ...
Created on 10 January 2016
22. How to copy BOM using CEWB Function Modules
(How to...)
...        invalid_selection_period       = 8       key_date_required_for_ecm      = 9       others                         = 10.   check sy-subrc eq 0.     "! Load BOM Items to memory   call function 'CP_CC_S_LOAD_COMPLEX_BY_ITM' ...
Created on 28 October 2015
23. Direct access quality notification attachments from action box
(How to...)
...    assign (gos_path) to .   if  is assigned and  is not initial.     data(object) = value borident( objkey = i_viqmel-qmnum ).     select single qmtyp into data(qmtyp)     from tq80     where qmart eq i_viqmel-qmart. ...
Created on 22 October 2015
24. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
... our program to keep GUI STATUS and GUI TITLE. I will call it ZAB_DYNAMIC_GUI_STATUS. In the source code you do not need to put anything beside report keyword. "! Dummy program for keeping GUI STATUS and TITLE ...
Created on 11 July 2015
25. Popup with multi-select ALV
(How to...)
...          sort ft_row_no by row_id ascending.         create data ft_table_ref like ct_outtab.         assign ft_table_ref->* to .         [] = ct_outtab[].         loop at  assigning .           read table ft_row_no with key row_id = sy-tabix binary search transporting no fields. ...
Created on 29 April 2014
26. Mass replace popup for ALV grid
(Tips)
...      read table ft_mass_sel_columns[] with key fieldname = -fieldname transporting no fields." binary search.     if sy-subrc eq 0.       add 1 to f_num.       add_param_descr: f_num -scrtext_s. ...
Created on 27 April 2014
27. GOS - How to add business documents at creation of object
(Tricks)
... And we activate GOS with temporary object name if we're in creation mode:   clear g_gos_ident.   if g_creation_mode is initial.     g_gos_ident-objkey   = g_banfn.     clear p_no_commit.   else. ...
Created on 25 April 2014
28. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...        key_date_required_for_ecm      = 8       others                         = 9.   if sy-subrc ne 0.   endif.   call function 'CP_CC_S_LOAD_COMPLEX_BY_BOM'   exporting     i_class                              = 'P' ...
Created on 18 April 2014
29. ESDUS, ESRUO - MM settings table - Part 2/3
(Tricks)
... ACTION is responsible for the identification of program or transaction or object for which the settings are stored. ELEMENT keeps the setting key (name) and ACTIVE keeps the value.    Usage and names ...
Created on 09 April 2014
30. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... easier to understand. So ESROU table contains last used MM objects used by each user. Objects are stored by it's BUS object name, so for example last used purchase orders are kept with key USERNAME ...
Created on 31 March 2014
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
REPREP FILL MDLB FROM EBAN KKEK CONVERT FLOAT CURR BOM COVEXT RM07DOCS BAPI OBJCL GETDETAIL LOWERCASE CMD API deletes contact persons FIELDCATALOG LVC FCAT ALV Grid in the nutshell Field catalog - ifieldname CTMS CLASS DDB Why I like to code in ABAP in Eclipse Downloading Exchange Rates from NBP National Bank of Poland ABAP DEVELOPMENTS TOOLS MDPA ZDEMO FALV06 - Grid Layout settings Mark field GUI DOCKING CONTAINER COMPONENTS REFRESH FALV ATC Pseudo Comments list Enhanced MB51 Part 5 - Export from MB51 HEADER HANDLE ALV GRID SALV CONTROLLER METADATA SE41 ABAP TYPEDESCR Selection Screen - Part1 - Parameters APPEND USER OBJECTS ACR DFIELDNANE GET GLOBALS SLVC FULLSCR ALV GRID IN THE NUTSHELL EXCHANGERATE CREATE ADT PROGRESS INDICATOR Classifications - Part 2 - Get Object Details SAP TechEd 2016 Field catalog - round REDISPATCH acrTYC BATTLESHIPS JSON ESDUS PARAMETERS ABAP in Eclipse - Install COLUMNS TABLE BINARY RELATION SCROLL INFO VIA RSDBRUNT Field catalog ROUTING DELETE READ SAP DEVELOPMENT TOOLS FOR ECLIPSE Field catalog - rollname ZIP WYSIWYG HTML Editor in ABAP ALV GRID ESRUO LOAD COMPLEX
  • Laserowe usuwanie blizn Tychy
  • Laserowe usuwanie zmarszczek 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
  • Create XLSX file from internal table in background v2
  • FALV (Fast ALV Grid)
  • Call standard F4 search help with customized parameters
  • ATC Pseudo Comments list
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create fieldcatalog from internal table
  • 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
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • 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.