• 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. ALV Grid in the nutshell: Field catalog - checkbox
(ALV Grid in the nutshell)
The name of this field says almost everything about it. If you put an ‘X’ in it, then the column will be displayed as checkbox. The type of the field which is used as checkbox should be set to ABAP_BOOL ...
Created on 24 June 2019
2. Other checks on purchase requisition state
(How to...)
In the previous article I've shown how to check if we can reset the rejection of the purchase requisition. In the same way you can check if rejection is allowed or if release is allowed or if reset ...
Created on 22 March 2014
3. How to <span class="highlight">check </span>if for purchase requisition rejection can be reset?
(How to...)
... checking EBAN table. You have to use OO PR objects to be able to do so. Bellow you can find a method how to check if you can reset the rejection of the requisition done in the WF.    Importing: I_BANFN TYPE ...
Created on 18 March 2014
4. Scan program for authority-check
(How to...)
Some years ago I was asked to create a report to check if in our Z-developments we are using authorization check or not. Of course not in all developments you need to have authorization check as sometimes standard ...
Created on 13 July 2013
5. Secure call of "starting new task" using RM_FREE_SESSION_CHECK&#160;...
(Tips)
... a way to avoid such risk -> easily call FM  RM_FREE_SESSION_CHECK or TH_USER_INFO directly to check if we can afford to open new session. If yes then we can call our FM in new task, if not then we can ...
Created on 25 April 2013
6. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
... the functionality. Additionally, I’ve hidden all fields that have SP_GROUP filled, so you can check the behaviour directly after running the program.   Figure 109 Field catalog with Group ...
Created on 18 April 2020
7. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
... into field CONNID, but as stated before, the check of the input data is done on a base of the type of internal table field. That is why I’ve received an error that entry is not numeric. Figure ...
Created on 11 December 2019
8. ALV Grid in the nutshell: Field catalog - tooltip
(ALV Grid in the nutshell)
TOOLTIP, as in any other places in on your PC, is responsible to show short info about the column when you hover your mouse over the column header. It’s very useful when you have a lots of fields in you ...
Created on 12 September 2019
9. ALV Grid in the nutshell: Field catalog - tech
(ALV Grid in the nutshell)
Technical field allows you to do similar thing as NO_OUT, you can hide the field on the output, the difference is that, users are not able to unhide this field. As NO_OUT, in order that TECH field work, ...
Created on 29 July 2019
10. 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
11. 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
12. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... more extensions on the same system. Please check following test program which shows how to extend ZCL_CMD_CUSTOMER with local class.   parameters: p_custom type kna1-kunnr,               ...
Created on 06 June 2019
13. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
...  to work on the created class again while users wants the favorite function to be extended, so after some refactoring and cleaning of my old bad programming, I've decided to check again if there is no reall ...
Created on 21 November 2018
14. 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
15. ATC Pseudo Comments list
(Tips)
... of priorities for check variants, but I couldn't find corresponding DB table. Seems that they are stored directly in the checks that's why after some debugging I've setup a break-point in the SCI transaction ...
Created on 26 September 2018
16. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
I'm playing lately with TFS web services in ABAP and as I'm lazy guy I wanted to make my life a bit easier while working with the JSON results. There is already a nice class /UI2/CL_JSON available ...
Created on 20 August 2018
17. Retro ASCII symbols in ALV Grid table
(How to...)
... I've not used them at work. You can check the abaulable symbols on your system, but I doubt they vary between old and new releases.     Here you can find the sample program to display ...
Created on 03 June 2018
18. Create XLSX file from internal table in background v2
(Tricks)
You may saw before the article Create XLSX/MHTML file from internal table in background and you may have use it without any issues before, but it seems that in newer releases of SAP (definitelly >= 7.50) ...
Created on 01 June 2018
19. ABAP Favorites Eclipse plugin
(How to...)
... the Favorites view you will see also additional checkbox while creating folder, named Development Objects Folder. If you’ll check it then all object which will be added to favorites will be opened in Eclipse ...
Created on 29 June 2017
20. Speed up your coding with ABAP in Eclipse (SITWRO 2017 session)
(How to...)
Bellow you can find the record of my session "Speed up your coding with ABAP in Eclipse"  at SAP Inside Track Wrocław 2017, which took place on 27th of May. During the session I was not able to cover whole ...
Created on 28 May 2017
21. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
To continue previous two posts about re-exploding and deleting subcontracting BOM of purchase requisition item, let me describe you how to do the same thing with subcontracting BOM of purchase order line. ...
Created on 04 February 2017
22. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
... the re-exploding the BOM, the difference is that FM ME_COMPONENTS_MAINTAIN is called with parameter i_vorga = 'D'  and message check at the end is bit different.     report zabdelprbom. ...
Created on 03 February 2017
23. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
... you can modify layout or field catalog settings to make it editable.   Please check following code to see example of usage: report zsalv_grid_events. class lcl_grid_trick definition   final   create public . ...
Created on 09 October 2016
24. Why I like to code in ABAP in Eclipse
(Thoughts)
...  And now let’s go end see what are the most important cons and pros of AiE (according to me of course): a.       Pros   i.      Syntax check while writing the code – one of the most important functions. ...
Created on 27 May 2016
25. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
Column class was created to be able modify faster the settings of field catalog at any place and time. Each field of field catalog has it set method with only one parameter IV_VALUE which type is equal ...
Created on 10 January 2016
26. ZCL_FALV - explanation of main methods and attributes
(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.  ZCL_FALV is the main class of ...
Created on 09 January 2016
27. ZDEMO_FALV12 - Error log
(FALV (Fast ALV Grid))
... when the errors are gone, also container of errors is hidden. Check out the video. "! This is demo for FALV with error log "! done by Lukasz Pegiel for http://abapblog.com report zdemo_falv12. ...
Created on 06 January 2016
28. ZDEMO_FALV08 - Mass replace function
(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.    I've built in the mass replace ...
Created on 06 January 2016
29. ZDEMO_FALV06 - Grid Layout settings + "Mark" fiel
(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.    When you want to change ...
Created on 06 January 2016
30. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(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.    This demos shows how to ...
Created on 06 January 2016
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
ALV GRID IN THE NUTSHELL ZCL CMD CUSTOMER ESDUS PURCHASE REQUISITION GUI ALV GRID ALINK CONNECTION GTFIND LVC FCAT ALV GRID TOOLTIP API FIELDCATALOG Enhanced MB51 Part 6 - ZMB51 program LOAD COMPLEX ITM ZDEMO FALV13 - Mix demo own screen and container ALV Grid in the nutshell Field catalog - dfieldname Fieldname for column group #SAPTechEd 2016 Barcelona REQ FACTORY COL POS COMPONENTS REFRESH HTML VIEWER TABNAME FALV SELECTION-SCREEN FUNCTION KEY HEADER HANDLE RSBCS EXAMPLE EMAIL VARIANT CATALOG SAVE USER OBJECTS GAME ECLIPSE acrTYC CALL TRANSFORMATION ECLIPSE PLUGIN TECH SET SELECTED CELLS ABAP TABLEDESCR Use KEY SEL DELETE TSK FILL MDPA FROM EBAN FALV11 - Editable Grid settings COC1 FEATURE CHECK Popup with multi-select ALV RM07DOCS GOS - Link Business Documents from PR to PO REPTEXT ATC Free global data of a program at once Field catalog - cfieldname HOTSPOT LOOP cookies COMP REQUIREMENT DATE ROWS Create a nice looking chart with CL CHART ENGINE - Part 2 - Customization GET CURRENT CELL By Topic MEREQS LOOKUP READ 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
  • 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.