• 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. ZDEMO_FALV14 - Popup <span class="highlight">call</span>s
(FALV (Fast ALV Grid))
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.    You can call FALV also as ...
Created on 06 January 2016
2. CL_PROGRESS_INDICATOR VS direct <span class="highlight">call</span> of SAPGUI_PROGRESS_INDICATOR
(Tips)
... and if there was no rest from such division then I was running this FM, just to avoid calling this FM to often. The problem of this FM is that when used in background it hasn't show any info in job ...
Created on 28 April 2015
3. Enhanced MB51 Part 4 - <span class="highlight">Call</span> MB51
(Tricks)
I've got method to get selection screen parameters to table so I can call MB51 by submitting program RM07DOCS. Of course if I do that without any changes of parameters then I would get not this list ...
Created on 27 March 2014
4. <span class="highlight">Call</span> standard F4 search help with customized parameters
(How to...)
... call so we can directly restrict searched range with some data. Finally DISPFIELD if set makes the parameter on SHLP display only .     So now lets go to the code. To be able to reuse it please create ...
Created on 07 June 2013
5. Secure <span class="highlight">call</span> of "starting new task" using RM_FREE_SESSION_CHECK&#160;...
(Tips)
When you need to call a FM with option starting new task there is always a risk that user already has maximum number of sessions opened, so there is a risk that our call will be unsuccessful. There is ...
Created on 25 April 2013
6. 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
7. ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
Hotspot fields are very widely used in ALV, such fields have the behaviour and style of hyperlinks, which means they are triggering the single-click event of ALV called HOTSPOT_CLICK. It is commonly used ...
Created on 27 April 2020
8. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
... Keys In the call of SET_TABLE_FOR_FIRST_DISPLAY I’ve added the texts for the groups. Figure 110 Call of SET_TABLE_FOR_FIRST_DISPLAY with special groups   Now, after launching the ...
Created on 18 April 2020
9. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... deep dive into topic, to understand how we can use this interface and for which purpose.   Seems that, using this interface, you can call from ALV grid an BW Query, SAP Query, ABAP Report Program or ...
Created on 13 April 2020
10. ALV Grid in the nutshell: Field catalog - reptext – Heading
(ALV Grid in the nutshell)
... automatically from the data element of the referenced field. Figure 97 Texts of Data Element S_FROMAIRP   When you do not use reference to data dictionary and you set REPTEXT manually, ...
Created on 13 April 2020
11. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
... (lets call it here Z_DESTINATION_TO_NBP) tha will point to https://www.nbp.pl/kursy/xml/lasta.xml, where the last exchange rates are posted.   The XML behind has following structure:  ...
Created on 06 April 2020
12. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... to create an RFC destination (lets call it here Z_DESTINATION_TO_TCMB), as on many servers you need to provide credentials for PROXY and it is safer to keep it saved inside RFC destination, than in your ...
Created on 06 April 2020
13. ABAP Extensions - Automatic Logon
(How to...)
... and if you want to logon automatically only to the systems, for which you have stored the password already. These are also default settings for the plugin. The logon happens in the background job. So if ...
Created on 04 January 2020
14. 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
15. 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
16. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
Conversion Exit was already mentioned while describing the EDIT_MASK field, but here it is called in a bit different way. Before saying how, it is important to understand the conversion exits. They are ...
Created on 29 July 2019
17. ALV Grid in the nutshell: Field catalog - outputlen
(ALV Grid in the nutshell)
OUTPUTLEN can be used to setup the width of the column (if you don’t use automatic column width optimization). When automatically created, usually it have the value of the maximum field width, but when ...
Created on 29 July 2019
18. 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
19. ALV Grid in the nutshell: Basic Information
(ALV Grid in the nutshell)
... you don’t have to do that. You can create it also before calling the screen, like in the simple example of using CL_GUI_CUSTOM_CONTAINER that you can find in Figure 1 and in demo program ZDEMO_AIN_CL01. ...
Created on 24 June 2019
20. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... it will help you in your daily job.  From all available grids as the one to describe I’ve selected CL_GUI_ALV_GRID, which was, or maybe still is, called by many persons ALV OO. I’m doing this of ...
Created on 24 June 2019
21. SAP Fiori - HTTP request failed403,,CSRF token validation failed
(How to...)
... for logon, and here the surprise started :)   HTTP request failed403,,CSRF token validation failed error appear when I was calling oModel.create method......   Trying to get the security ...
Created on 06 June 2019
22. 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 already ...
Created on 21 November 2018
23. Unlock yourself on the DEV system
(Tricks)
... during debugging. In most cases I think this is standard for developer :)   OK, so here are the steps: 1. On system to which you have access go to SE37/SE80 and run ABAP4_CALL_TRANSACTION FM ...
Created on 15 November 2018
24. ATC Pseudo Comments list
(Tips)
... (without brackets) CI_CMPLX_WHERE   CL_CI_TEST_CRITICAL_STATEMENTS 1 W Call System Function: &1 CI_CCALL   CL_CI_TEST_CRITICAL_STATEMENTS 2 ...
Created on 26 September 2018
25. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...        init,       get_internal_types         changing           value(c_type) type t_hierarchy. endclass. start-of-selection.   data(hlp) = new lcl_hlp( ).   call screen 0100.  ...
Created on 20 August 2018
26. CMD_EI_API deletes contact persons?
(Tips)
... a while I've found out that I have to call additionally the method update_modules and now the customer was saved. But now all contact persons for customer where deleted, even when I was not passing ...
Created on 13 August 2017
27. ABAP Favorites Eclipse plugin
(How to...)
1.Why I’ve created the plug-in?   I was always missing a small functionality in Eclipse - a Favourite SAP T-Codes which we all know form SAP Menu. I know to you can call SMEN transaction using ...
Created on 29 June 2017
28. SAP Script error with percentages using decimal field
(Tips)
... wrong value if the print program was called for the second time.   The first output was OK, 8,00 % as value.       But when I directly show again the preview of the same invoice ...
Created on 03 June 2017
29. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
...                        timezone  = sy-zonlo                     ) into table dates.     call function 'BAPI_OUTB_DELIVERY_CREATENOREF'       exporting         ship_point    = del_shipping_point    " Shipping Point ...
Created on 15 February 2017
30. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
...                                             value(i_show_messages) type abap_bool default abap_false                                  returning value(r_deleted)       type abap_bool.     class-methods: call_components_update importing value(i_order)         type ebeln ...
Created on 04 February 2017
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
ALV Grid in the nutshell Field catalog - currency GUI ALV GRID ESDUS FILENAME ALV GRID IN THE NUTSHELL Customer BAPI REPREP ABAP ZIP ADT Enhanced MB51 Part 1 - Goal and prerequisites SMP DYNTXT SCMS STRING XSTRING TVCPL DARK THEME SALV UTIL Downloading Exchange Rates from NBP National Bank of Poland cookies Field catalog - no sign JSON2ABAPtype MB51 TEACH ABAP BINARY RELATION CREATE REFRESH TABLE DISPLAY Field catalog - icon DOC READ ZDEMO FALV02 - Full screen with redefinitions How to handle CL GRID events in SALV ALV GRID GET SELECTED ROWS DELETE USER OBJECTS FIELDCATALOG CMD API EXTRACT UI2 JSON KEY SEL AiE IFIELDNAME LVC FCAT ABAP EXTENSIONS ALINK CONNECTION XML COMPONENTS BCS RELEASABLE QUANTITY Speed up your coding with ABAP in Eclipse SITWRO 2017 session CTMS DDB SET VALUE ONLINE Field catalog - quantity ABAP DEVELOPMENT TOOLS IN ECLIPSE Download ABAP TEST COCKPIT BOM PROVIDE MBM EDITOR WITH STATUS COC1 FEATURE CHECK REUSE MAT COPY SETTINGS ROLLNAME Field catalog - outputlen FALV PROGRAM INDEX
  • 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)
  • ATC Pseudo Comments list
  • Call standard F4 search help with customized parameters
  • 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.