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

Search for:
Search Only:

Page 1 of 2

1. Thoughts
(Category)
Post not connected directly to any other categories. Mainly for some thoughts which goes from time to time around my head.
Created on 24 November 2015
2. How to...
(Category)
Have you were lacking sometimes the documentation of a FM or BAPI or a manual how to do things that should be possible to do easily but you cannot find it nowhere? If yes I hope you can find what you're ...
Created on 09 April 2013
3. ALV Grid in the nutshell: Field catalog - col_<span class="highlight">pos</span>
(ALV Grid in the nutshell)
... found in Figure 11 can be used to see the difference between standard sorting and own one.    Figure 11 ZDEMO_AIN_CL05 COL_POS   Own sorting firstly takes care about positions of columns ...
Created on 24 June 2019
4. Copying is not <span class="highlight">pos</span>s.because an entry is missing in Table TVCPL VL473
(How to...)
... any issues, then when I tried to do it in ABAP, I always received the error VL473 - Copying is not poss.because an entry is missing in Table TVCPL.  I thought that this is some kind of nonsense as ...
Created on 15 February 2017
5. Refresh ALV GRID and keep <span class="highlight">pos</span>ition and current cell
(Tricks)
... than oryginal one. I must have had mind eclipse at the 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 ...
Created on 22 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 - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
Before writing this part, I was never using Report-Report Interface, so probably it is not common scenario to do so, or it is not used with the systems I had possibility to use. But anyway I’ve made a ...
Created on 13 April 2020
8. 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
9. ABAP Extensions - Automatic Logon
(How to...)
... added in the ABAP category called Passwords. Here you should find all your systems clients and users. The purpose of having here a tree is to have a possibility to store more than one mandant/user ...
Created on 04 January 2020
10. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
... fields will be also field and the difference on the screen will be not that huge.   Figure 93 Fieldcatalog of the ZDEMO_AIN_CL37 for Internal ABAP type T Possible internal ABAP types ...
Created on 18 December 2019
11. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
... the data entered in edit mode will be done on a base of the real data type of the linked internal table field. Possible data types form system NW 7.52 SP04 can be found bellow. Data ...
Created on 11 December 2019
12. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
... want to see it with it, the values of the field will be represented with leading zeros. You may be wondering why it is opposite when you don’t use conversion exit as the internal value in the database ...
Created on 29 July 2019
13. ALV Grid in the nutshell: Field catalog - tech
(ALV Grid in the nutshell)
... internal table that supposed to be displayed, but you do not want to display them. Such field can be used for example during the event handling or displaying totals and subtotals. It can also be used ...
Created on 29 July 2019
14. ALV Grid in the nutshell: Field catalog - no_out
(ALV Grid in the nutshell)
...  Figure 68 ZDEMO_AIN_CL29 hiding of columns In this case I’ve also filled the REPTEXT column, in order to show you that it is possible to move the columns to display. If I wouldn’t do that, ...
Created on 29 July 2019
15. ALV Grid in the nutshell: Field catalog - no_sum
(ALV Grid in the nutshell)
As you can imagine from the name, NO_SUM does mostly opposite what DO_SUM, but in more secure way. If you don’t want that the field is allowed to be summarized, then set the value of this field to ‘X’. ...
Created on 28 July 2019
16. 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
17. ALV Grid in the nutshell: Field catalog - edit_mask
(ALV Grid in the nutshell)
... conversion-exit name.   Using manual mask, where you can use following possibilities:   Each underscore character (‘_’) in the mask will be replaced by the characters of the source field ...
Created on 28 June 2019
18. ALV Grid in the nutshell: Field catalog - round
(ALV Grid in the nutshell)
Round can be used for decimal fields that have no assigned QFIELDNAME or CFIELDNAME fields. Its purpose is to move decimal places left or right. If you want to move decimal places left, then you have to ...
Created on 24 June 2019
19. ALV Grid in the nutshell: Field catalog - symbol
(ALV Grid in the nutshell)
... 39 ZDEMO_AIN_CL17 ALV with symbols   You can check the available symbols on your system, but I doubt they vary between old and new releases. Figure 40 Possible symbols in ALV Grid   ...
Created on 24 June 2019
20. ALV Grid in the nutshell: Field catalog - no_sign
(ALV Grid in the nutshell)
NO_SIGN can be used to hide the sign of the number. For example you have negative values but you want to display it as positive. In order to show you the behaviour of this settings, I’ve manipulated ...
Created on 24 June 2019
21. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
... you’ll find description of all of them, whenever it was possible by me to check their behaviour. Click on the link on the field name (if exists) to get the deeper description and example of usage. Field ...
Created on 24 June 2019
22. ALV Grid in the nutshell: Basic Information
(ALV Grid in the nutshell)
​​​​​​ I wrote in previous post, you can’t use this class directly without any effort. First of all, the class itself will not display anything if you’ll not create a container for it. The following containers ...
Created on 24 June 2019
23. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... available in SAP. In this tutorial I will try to show you what you can do with ALV Grid. If possible I will give you an example for each functionality, so you could really understand it easily. It will ...
Created on 24 June 2019
24. SAP Fiori - HTTP request failed403,,CSRF token validation failed
(How to...)
... but the issue was that I had to make the possible to use the app without the logon to SAP. SSO is not possible yet in my company so I've setup the SICF node of the application to use specific credentials ...
Created on 06 June 2019
25. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... 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 company Hager Group, has given ...
Created on 02 April 2019
26. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
... this statement as it's not possible to use it within the method. So I've let this statement to be added manually always while using the "Favorite" and "Clear All Fields" function. Few days ago I've started ...
Created on 21 November 2018
27. Unlock yourself on the DEV system
(Tricks)
... is one. But there are two prerequisites - you need to have access to other system that has trusted RFC connection to the DEV system and you have to have debugging rights with possibility to make changes ...
Created on 15 November 2018
28. Speed-up your Eclipse installation
(How to...)
... ( even if the connection to SAP backend was fast).  So I've started to search for possibilities to speed-up at least the starting time of the Eclipse. I've found few videos on the YouTube as well ...
Created on 15 November 2018
29. ATC Pseudo Comments list
(Tips)
I was implementing ATC checks in the company I work for and wanted to find the place where the information about possible pseudo comments are stored.  In transaction ATC I could find them in the management ...
Created on 26 September 2018
30. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... here, especially that the screen and GUI status is included into Git repository. Also whole refactoring is not yet done but as an alpha version it doesn't look that bad :-)   report zjson2abaptype. ...
Created on 20 August 2018
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
ALV GRID FREE SESSION CHECK SAVE USER OBJECTS PROGRESS INDICATOR FALV CTMS DDB HAS VALUES INTERNAL MB51 NOLIST ALV Grid in the nutshell Field catalog - tooltip LVC FCAT ALV GRID IN THE NUTSHELL Field catalog - lzero GUI ALV GRID Field catalog - datatype FIELDCATALOG LOOP Keywords Field catalog - no sign ABAP IN ECLIPSE COM DELETE ALV POPUP POPUP Reset rejection of Purchase Requisition ABAP ZIP DARK THEME INTTYPE PROCESS CUST SAPGUI GET CLASS APPEND By Topic JSON2ABAPtype TOTEXP CHART ENGINE IFIELDNAME SAP TechEd Popup with multi-select ALV ZCL COLUMN - column fcat settings RSBCS EXAMPLE EMAIL SIMPLE TRANSFER FROM SLIS UPPER CASE SALV CONTROLLER METADATA GTGET LOAD COMPLEX TSK ZDEMO FALV07 - Columns field catalog IXML ENCODING Field catalog - col id - ALV control Column ID DDSHIFACE PURCHASE REQUISITION Enhanced MB51 Part 2 - Structure for data SYNTAX-CHECK INIT EDIT MASK SIGN JUST AUTOMATIC LOGON ALINK CONNECTION GTDELETE CSRF token validation failed ABAP in Eclipse - Install SET
  • 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
  • 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
  • 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.