• 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: 38 results found.

Search for:
Search Only:

Page 1 of 2

1. 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
2. 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
3. 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
4. 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
5. 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
6. 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
7. 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
8. 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
9. 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
10. 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
11. ALV Grid in the nutshell: Field catalog - key_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
12. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
... control: ROUND value exponent type lvc_expont ALV control: Exponent for float representation key type ...
Created on 24 June 2019
13. SAP Fiori - HTTP request failed403,,CSRF token validation failed
(How to...)
...  the ID of the incident to a key field.   Then in WebIDE I've changed the call of the function behind the save button to use Read method.      On the bac ...
Created on 06 June 2019
14. Selection-Screen Function Key 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 alrea ...
Created on 21 November 2018
15. 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
16. 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-S ...
Created on 26 September 2018
17. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... rchy,            tt_hierarchy type standard table of t_hierarchy with default key.     constants: c_components type string value '&&components&& ...
Created on 20 August 2018
18. Why I like to code in ABAP in Eclipse
(Thoughts)
... adjust quickly all parameters .You can use some basic HTML there also.       vii.      ABAP Keywords colors – since few versions of AiE you can color ...
Created on 27 May 2016
19. 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  ...
Created on 10 January 2016
20. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
...          value(iv_value) type lvc_expont .     methods set_key       importing         value(iv_value) type lvc_key . ...
Created on 10 January 2016
21. How to copy BOM using CEWB Function Modules
(How to...)
...        key_date_required_for_ecm      = 9       others                         = 10. ...
Created on 28 October 2015
22. Direct access quality notification attachments from action box
(How to...)
...      data(object) = value borident( objkey = i_viqmel-qmnum ).     select single qmtyp into data(qmtyp) ...
Created on 22 October 2015
23. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
... with creating 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
24. Popup with multi-select ALV
(How to...)
...          loop at <temptable> assigning <structure>.           read table ft_row_no with key row_id = sy-tabix binary search transporting no fields. ...
Created on 29 April 2014
25. Mass replace popup for ALV grid
(Tips)
...      read table ft_mass_sel_columns[] with key fieldname = <fcat>-fieldname transporting no fields." binary search. ...
Created on 27 April 2014
26. GOS - How to add business documents at creation of object
(Tricks)
... clear g_gos_ident.   if g_creation_mode is initial.     g_gos_ident-objkey   = g_banfn.     clear p_no_commit. ...
Created on 25 April 2014
27. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...        invalid_selection_period       = 7       key_date_required_for_ecm      = 8 ...
Created on 18 April 2014
28. ESDUS, ESRUO - MM settings table - Part 2/3
(Tricks)
... ESDUS table. 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.  ...
Created on 09 April 2014
29. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... with key USERNAME BUS2012. So if you have a need then you can easily check and use last used objects for each user.   Let's go more in details for the OBJECTS FM. First one ES_READ_USER_OBJECTS ...
Created on 31 March 2014
30. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...        on mbew~mandt eq marc~mandt       and mbew~matnr eq marc~matnr       and mbew~bwkey eq marc~werks ...
Created on 28 March 2014
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
GUI ALV GRID Free global data of a program at once ABAP IN ECLIPSE ALV GRID KKEK CONVERT FLOAT CURR Keywords READ USER SETTINGS SALV TABLE ACR Copy routing create on a base of existing one ALV GRID IN THE NUTSHELL FIELDCATALOG SEARCH HEADER HANDLE IXML PARSER BCS LVC FCAT DARK THEME CMD API REUSE DISPLAY VARIANT FALV SCMS XSTRING BINARY STRING RM07DOCS ALV Grid in the nutshell Field catalog - tooltip OUTLOOK APPLICATION ZERO Field catalog - icon KKB SELECTIONS ABAP ZIP ZDEMO FALV02 - Full screen with redefinitions ABAP EXTENSIONS SET CURRENT CELL VIA DELETE OBJECTS REJECTION ALLOWED SAVE Selection-Screen Function Key in Form CTMS DDB INIT VAL FROM OBJECT ABAP FAVORITES COMPONENTS MAINTAIN SELECTED CELLS PROCESS CUST ESRUO - MM settings table - Part 3 Create XLSX MHTML file from internal table in background ABAP DEVELOPMENTS TOOLS Field catalog - col id - ALV control Column ID LEARN ABAP Scan program for authority-check ECLIPSE MD07 REFRESH RELEASE UTIL FALV07 - Columns field catalog settings FALV08 - Mass replace function SAP NPL MEREQ GET FACTORY ADT
  • 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.