• 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 - <span class="highlight">check</span>box
(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 <span class="highlight">check</span>s 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-<span class="highlight">check</span>
(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_<span class="highlight">CHECK</span>&#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)
... DD_OUTLEN on a base of the type of the output table field.   But if you decide to fill it, then on a base of DATATYPE you’ll notice different justification or output length. But still all checks of ...
Created on 11 December 2019
8. ALV Grid in the nutshell: Field catalog - tooltip
(ALV Grid in the nutshell)
... grid and you’re optimizing the width of the column by minimizing the description of the column itself. It is common behaviour for example for checkboxes or for icon columns. In this case the Tooltip is ...
Created on 12 September 2019
9. ALV Grid in the nutshell: Field catalog - tech
(ALV Grid in the nutshell)
... with the AUTHORITY-CHECK, just assume that you want to display one or two columns only to specific users that have the authorization for it ( like simple sales margin). After checking the authorization, ...
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)
... window will appear, add new break-point for class CL_IDENTITY and method NODE_AUTHORITY_CHECK  and press F8  4. Once the debugger stops, press F7 to go out from the method and then change the value of ...
Created on 15 November 2018
15. 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
16. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...      methods: build_structure importing i_data type ref to data                              exporting e_data type string.   private section.     data: current_id type i.     methods check_component ...
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)
... this way makes corrupted XLSX files.  So I've rechecked again how it is done in ALV grid in the new NW releases and I've updated the code, so now the issue with corrupted file is solved. The mothod ...
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...)
... topic although the session last 10 minutes longer than it should be, as I received lots of question during the session.  I haven't watched whole video, I just checked if the voice was recorded correctly, ...
Created on 28 May 2017
21. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
...                       importing e_mdpa = mdpa e_mdlb = mdlb ).     check mdpa is not initial and mdlb is not initial.     append mdlb to mdlb_tab.     call function 'ME_COMPONENTS_MAINTAIN' ...
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))
...      methods set_symbol       importing         value(iv_value) type lvc_symbol .     methods set_checkbox       importing         value(iv_value) type lvc_checkb .     methods set_just       importing ...
Created on 10 January 2016
26. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
...  BUTTON_NORMAL BUTTON_MENU_DEFAULT BUTTON_MENU BUTTON_SEPARATOR BUTTON_RADIOBUTTON BUTTON_CHECKBOX BUTTON_MENU_ENTRY MAIN_CONTAINER SPLIT_CONTAINER VARIANT LAYOUT_SAVE EXCLUDE_FUNCTIONS ...
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))
...          include type sflight. types: end of t_sflight. data: sflight type standard table of t_sflight. parameter: p_usemar as checkbox. start-of-selection.   select * up to 100 rows ...
Created on 06 January 2016
30. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(FALV (Fast ALV Grid))
...  *      iv_checked   =   ).   "we Add buttons to ALV grid toolbar, I'll use same function like in GUI status   falv->add_button(     exporting       iv_function  = zcl_falv_dynamic_status=>b_0 ...
Created on 06 January 2016
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
ALV GRID GUI ALV GRID DARK THEME IXML STREAM FACTORY MB51 DELETE USER OBJECTS VIRTUALBOX LVC FCAT ALV GRID IN THE NUTSHELL BAPI OBJCL CHANGE QFIELDNAME ROWMARK Dynamic GUI STATUS TITLE with ABAP code RSFUNC TXT REFRESH TABLE DISPLAY SAPGUI PROGRESS INDICATOR ESDUS FIELDCATALOG ALV Grid in the nutshell Field catalog - symbol Field catalog - key sel COL POS ABAP STRUCTDESCR EDITOR WITH STATUS CTMS DDB HAS VALUES INTERNAL ESRUO - MM settings table - Part 1 Field catalog - convexit ZDEMO FALV11 - Editable Grid settings COC1 FEATURE CHECK MEREQ GET JUST not allowed ABAP IN ECLIPSE PLUGIN FALV Field catalog - lzero KKEK CONVERT FLOAT CURR TRANSFER SLIS DOCUMENT FALV07 - Columns field catalog settings Field catalog - fix column SET FOR FIRST DATA READ SELECTED COLUMNS #EC PURCHASE ORDER TOTEXP HTML VIEWER FIX COLUMN CURRENT CELL Field catalog - Hotspot - ALV control SingleClick-sensitive CREATED VARIANT SAVE INTTYPE REUSE
  • 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.