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

Search for:
Search Only:

1. 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
2. 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
3. ALV Grid in the nutshell: Field catalog - icon
(ALV Grid in the nutshell)
... to SE16 or SE16N and display the content of a table ICON. You’ll see then how icons looks in your current SAP GUI theme.   Figure 38 Content of ICON table     ...
Created on 24 June 2019
4. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... t perfect) class to handle the creation or update of customer master data with CMD_EI_API=>MAINTAIN_BAPI method. The whole source code is available as current version on Github, from where you c ...
Created on 06 June 2019
5. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... d with the organisation of such event in the company you give the company possibility to be visible on this hard employee market, that we see currently in most of the countries. As previously, my  ...
Created on 02 April 2019
6. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
... tion-screen then program RSDBRUNT is called which is manipulating the output of the selection screen and also the GUI status.  After some debugging I found interesting global variables there: CU ...
Created on 21 November 2018
7. ATC Pseudo Comments list
(Tips)
... Component &2 (&1) type conflict &3 -> &4 CI_FLDEXT_OK   CL_CI_TEST_FIELD_EXT NOEVAL N Evaluation aborted. (&1) used in current statement. CI ...
Created on 26 September 2018
8. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... ring.   private section.     data: current_id type i.     methods check_component       imp ...
Created on 20 August 2018
9. How to extend the time between SAP license installations on NPL
(Tricks)
... irtual machine will use current BIOS time, so it is crucial to always close VM using this option! PS: One of the advantage of this trick is that once a year the license on DB level expires and not ...
Created on 03 August 2018
10. ABAP Favorites Eclipse plugin
(How to...)
... ption you can setup a folder to be project independent. This will make that doesn’t matter on which SAP system you have currently active editor/GUI, the folder will be visible. If you’ll make your folder p ...
Created on 29 June 2017
11. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
... of cl_gui_alv_grid and to force refreshing of SALV just after creation of the object.  Then inside the handler for after_refresh event you can set up handlers for other events just for current instance ...
Created on 09 October 2016
12. Why I like to code in ABAP in Eclipse
(Thoughts)
... 4.       Cons and Pros of current version And now let’s go end see what are the most important cons and pros of AiE (according to me of course): a.       ...
Created on 27 May 2016
13. FALV (Fast ALV Grid) - First blood
(FALV (Fast ALV Grid))
On one of my last tweets I have mentioned, that I'm working currently on some fast ALV Grid creation class. I know that we have SALV classes which does many of this what I'm trying to achieve here ...
Created on 28 December 2015
14. AiE (ADT) dark theme settings
(How to...)
... be probably asked to reopen all current tabs.     The view which will come will not be the best. As only Eclipse theme has changed but not the ADT color settings.     You can now ...
Created on 16 July 2015
15. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
... etc. Each of this function code should have dynamic function text with pattern ZCA_AB_DYNAMIC_GUI=>BUTTONS-Fxx where Fxx you have to replace by current function code. Additionally to application ...
Created on 11 July 2015
16. CL_PROGRESS_INDICATOR VS direct call of SAPGUI_PROGRESS_INDICATOR
(Tips)
... but often we're putting it into code, when program runtime is quite long ( more than 1 minute) and we want to show the users that program is running and we're currently at step m of n.  Since ...
Created on 28 April 2015
17. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
... current allocation of components (CP_CL_P_OPR_ALLOCATION_PROVIDE). We need to do it in order to delete current allocation. 4) Deletion is done with CM_CL_P_COM_DELETE and saved with CP_CC_S_SAVE. Deletion ...
Created on 18 April 2014
18. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... will return you a table with a list of last used object for given user or if parameter IUNAME is not passed then for current user. Two additional parameters MAXANZ and MAXSTORE are responsible for clearing ...
Created on 31 March 2014
19. Characteristic's own input screen - Part 7 - save characteristic value to database
(How to...)
...                .     "compare old and current entries     sort ft_allocvalueschar by charact value_neutral. ...
Created on 17 November 2013
20. Endless loop in BADI ME_PROCESS_PO_CUST
(Tips)
...        fo_header = f_item->get_header( ).       "get current header data       f_checkheader_curr = fo_header->get_data( ). ...
Created on 06 June 2013
21. How to select proper configuration entry
(Tips)
...    field-symbols: <conf> type zconf.   data: f_current_score type i.   data: f_best_score type i.   "loop at our configuration table ...
Created on 31 May 2013
22. Load variant to single subscreen (selection screen)
(How to...)
...          sort ft_sscr by name ascending.         " clear current content of selection fields ...
Created on 02 May 2013
23. Secure call of "starting new task" using RM_FREE_SESSION_CHECK
(Tips)
... if not then we can raise an error message and stop processing of the function we're currently doing. This is very helpful when you need to call a FM in new task inside user-exit.   Here is ...
Created on 25 April 2013
24. Save variant for single selection screen subscreen
(How to...)
... SY-DYNNR - Current Screen Number I_VARNAME TYPE RSVAR-VARIANT - Variant Name I_VARTEXT TYPE VARIT-VTEXT - Program variant short text Implementation: method create_variant_for_ss. ...
Created on 23 April 2013
25. Refresh ALV GRID and keep position and current cell
(Tricks)
... time :-) . Excuse me for that. So to keep scroll position and current cell we will need to use  following methods of CL_GUI_ALV_GRID: get_scroll_info_via_id - gets current scroll information get_current_cell         ...
Created on 22 April 2013
Łukasz Pęgiel
GUI ALV GRID LVC FCAT SALV TABLE Get filename and extension from full path SAP TechEd 2016 Other checks on purchase requisition state ALV GRID IN THE NUTSHELL GET SELECTED ROWS ALV GRID GOS MANAGER HTTP CLIENT SCMS XSTRING BINARY MESSAGE HANDLER IFIELDNAME MB51 ENHANCEMENT ALV Grid in the nutshell Field catalog - just cookies OUTLOOK APPLICATION ZCL CMD CUSTOMER RM07DOCS and Enhance Your ADT PURCHASE REQ FACTORY LZERO TABNAME ZERO SELECTION-SCREEN FUNCTION KEY DESCRIBE NAME FIELDCATALOG ATC INTTYPE Load variant to single subscreen selection screen Field catalog - col pos STARTING NEW TASK ABAP4 CALL TRANSACTION Field catalog - datatype Selection Screen - Part1 - Parameters Selection-Screen Function Key in Form ESDUS PERIOD AND DATE CONVERT OUTPUT LOAD COMPLEX BOM TOTLINE FILENAME AiE ADT dark theme settings SCAN ABAP-SOURCE CHECKBOX CTMS DDB SET VALUE INTERNAL UPPER CASE Field catalog - sp group - Group key ESRUO - MM settings table - Part 2 FALV SBCS SEND READ USER OBJECTS ORDER SAP TechEd Developer Hero 2016 IXML ELEMENT REFRESH DATA Field catalog - fieldname INFO ZDEMO FALV06 - Grid Layout settings
  • 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.