• 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. http://abapblog.com/files/nugg/ZAB_AUTHORIZATION_CHECK.nugg
(Attached to Article: Scan program for authority-check)
Filename: ZAB_AUTHORIZATION_CHECK.nugg ...
Created on 18 August 2013
2. 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
3. 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 ...
Created on 11 December 2019
4. 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
5. ALV Grid in the nutshell: Field catalog - tech
(ALV Grid in the nutshell)
... be used 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
6. ALV Grid in the nutshell: Field catalog - symbol
(ALV Grid in the nutshell)
...  Figure 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 ...
Created on 24 June 2019
7. 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
8. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
... but bellow 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 ...
Created on 24 June 2019
9. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... S_EXTENSIONS constant. Such way of creating extensions allows you to do either one or more extensions on the same system. Please check following test program which shows how to extend ZCL_CMD_CUSTOM ...
Created on 06 June 2019
10. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
... 've decided to check again if there is no really possibility to show or hide the function key on the selection-screen dynamically from method call.    I knew already that whenever you handle sele ...
Created on 21 November 2018
11. Unlock yourself on the DEV system
(Tricks)
... When the debugger 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 ...
Created on 15 November 2018
12. 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 ...
Created on 26 September 2018
13. 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
14. 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 progr ...
Created on 03 June 2018
15. Create XLSX file from internal table in background v2
(Tricks)
... >= 7.50) 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  ...
Created on 01 June 2018
16. ABAP Favorites Eclipse plugin
(How to...)
... oject dependent then it will appear on the list only if your active editor/GUI is linked to the same SAP system.   On the Favorites view you will see also additional checkbox while creating f ...
Created on 29 June 2017
17. Speed up your coding with ABAP in Eclipse (SITWRO 2017 session)
(How to...)
...  cover whole 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 voi ...
Created on 28 May 2017
18. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
... ;).     check mdpa is not initial and mdlb is not initial.     append mdlb to mdlb_tab.     call function 'ME_COMPONENTS_MAIN ...
Created on 04 February 2017
19. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
... ng 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.   &n ...
Created on 03 February 2017
20. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
... and 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 ...
Created on 09 October 2016
21. Why I like to code in ABAP in Eclipse
(Thoughts)
... Pros   i.      Syntax check while writing the code – one of the most important functions. With it you feel like writing in other development languages ( VB, C#, Java ...
Created on 27 May 2016
22. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
...          value(iv_value) type lvc_symbol .     methods set_checkbox       importing         value(iv_value) type lvc_checkb . ...
Created on 10 January 2016
23. 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
24. ZDEMO_FALV12 - Error log
(FALV (Fast ALV Grid))
...  and directly 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.co ...
Created on 06 January 2016
25. ZDEMO_FALV08 - Mass replace function
(FALV (Fast ALV Grid))
... replace' *      iv_checked   =   ).   "Display full screen grid   falv->display( ).  ...
Created on 06 January 2016
26. ZDEMO_FALV06 - Grid Layout settings + "Mark" field
(FALV (Fast ALV Grid))
...  types: end of t_sflight. data: sflight type standard table of t_sflight. parameter: p_usemar as checkbox. start-of-selection ...
Created on 06 January 2016
27. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(FALV (Fast ALV Grid))
... e Print' *      iv_checked   =   ).   "we Add buttons to ALV grid toolbar, I'll use same function like in  ...
Created on 06 January 2016
28. How to teach ABAP ???
(Thoughts)
... teaching the basic programming stuff here.     1. Start with basic info about ABAP   When you switch to new programming language you firstly check what types are built-in, what is the syntax ...
Created on 24 November 2015
29. How to copy BOM using CEWB Function Modules
(How to...)
...    where matnr eq @p_matnr   and   werks eq @p_werks   and   stlal eq @p_stlal.   check sy-subrc eq 0. ...
Created on 28 October 2015
30. The SIN of progress indicator
(Tricks)
...      check sin_oryginal ne '0'. "no need to set anything     set parameter id sin field sin_0. ...
Created on 19 August 2015
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
COMPONENTS MAINTAIN GUI ALV GRID SALV TABLE SIGN ALV GRID IN THE NUTSHELL ALV Grid in the nutshell Field catalog - col id - ALV control Column ID RESET REL ALLOWED SELTEXT SCMS XSTRING BINARY ESDUS CHART ENGINE ALV GRID READ USER SETTINGS ZDEMO FALV13 - Mix demo own screen and container ADT Delete Routing - piece of cake Classifications - Part 2 - Get Object Details RELEASABLE FALV REUSE DISPLAY MB51 NOLIST Field catalog ZCL CMD CUSTOMER SAVE CREATE COM FIELDCATALOG ECLIPSE SE41 REFRESH FROM SELECTOPTIONS SAPGUI SET FUNCTIONCODE RELEASE Field catalog - no sum CONTROLLER METADATA GTGET LVC Basic Information RSBCS EXAMPLE EMAIL MERGE REPTEXT AGGREGATIONS UPDATE PREPARE Get filename and extension from full path ISOLATE SELSCREEN FOR FIRST OUTLOOK APPLICATION VARIANT BOM PROVIDE MBM FCAT REJECTION APPEND OBJECTS GOS - Link Business Documents from PR to PO FALV12 - Error log ROLLNAME FILL MDPA EBAN GET GLOBALS SLVC FULLSCR DYNAMIC GUI STATUS zero ABAP4 CALL
  • 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

  • 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
  • ALV Grid in the nutshell: Field catalog - rollname

Most Read

  • Create XLSX/MHTML file from internal table in background
  • Refresh ALV GRID and keep position and current cell
  • Call standard F4 search help with customized parameters
  • FALV (Fast ALV Grid)
  • Dynamic GUI STATUS & TITLE with ABAP code
  • 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
  • Subtotal lines of ALV GRID OO as content separator
  • Create fieldcatalog from internal table
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • EWB Components allocation to routing operation (multilevel BOM)
  • Save message with attachment in Outlook's Drafts
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • 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.