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

Search for:
Search Only:

1. http://abapblog.com/files/nugg/ZAB_CUSTOMIZED_F4.nugg
(Attached to Article: Call standard F4 search help with customized parameters)
Filename: ZAB_CUSTOMIZED_F4.nugg ...
Created on 18 August 2013
2. http://abapblog.com/files/nugg/ZAB_CHART_STACKEDCOLUMNS_CUST.xml
(Attached to Article: Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render)
Filename: ZAB_CHART_STACKEDCOLUMNS_CUST.xml ...
Created on 28 April 2015
3. ALV Grid in the nutshell: Basic Information
(ALV Grid in the nutshell)
... can be used: Custom container Splitter container Docking container Dialogbox container   1. Custom container Custom container can be created with a class CL_GUI_CUSTOM_CONTAINER, ...
Created on 24 June 2019
4. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... class in their programs. This is of course OK for the start but later on it happens very often that our customers (internal or external) want to have some additional functionalities of the grid and due ...
Created on 24 June 2019
5. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
If you know CMD_EI_API class, you are aware of its power. It's very helpful for the manipulation of customer master data, all master data including contacts. I have played with this class many times an ...
Created on 06 June 2019
6. 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 alrea ...
Created on 21 November 2018
7. ATC Pseudo Comments list
(Tips)
... ITH parameters MG_TYPE_UN MG_TYPE_UNDEF Incorrect type for MESSAGE command MG_USER MG_USER Mess ...
Created on 26 September 2018
8. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... ;initial.       results_editor = new #( parent = new cl_gui_custom_container( container_name = 'CC_OUTPUT' ) ) .    & ...
Created on 20 August 2018
9. CMD_EI_API deletes contact persons?
(Tips)
I'm big fan of CMD_EI_API and VMD_EI_API classes. I use them to create, update and delete ;customer and vendor master data, including contact persons, partners and all data you have in XD02/XK02 transaction ...
Created on 13 August 2017
10. A new hope for dark side with Darkest Dark Theme for Eclipse
(How to...)
...  to customise all icons in eclipse! Your changes after synchronisation with Genuitec accounts can be used as a default settings for Darkest Dark theme (of course they must be accepted by moderator first ...
Created on 27 February 2017
11. ZDEMO_FALV14 - Popup calls
(FALV (Fast ALV Grid))
... FALV also as popup. When you mark FALV as popup version then you can use default size or you can customize size. This demo shows how. "! This is demo for FALV standard fast call of pppup ...
Created on 06 January 2016
12. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
... of program 'SAPLZFALV'.   if falv_screen is initial.     falv_screen ?= lcl_test=>create( exporting       i_parent = new cl_gui_custom_container( containe ...
Created on 06 January 2016
13. ZDEMO_FALV03 - Full Screen with GUI Status Partly Dynamic
(FALV (Fast ALV Grid))
... adding custom buttons to GUI status (in case of full screen display). Screen contains default grid buttons + 19 empty slots for custom buttons.   "! This is demo for FALV full screen with partly dynamic GUI STATUS ...
Created on 06 January 2016
14. Direct access quality notification attachments from action box
(How to...)
...  *"*"Local Interface: *"  IMPORTING *"     VALUE(I_VIQMEL) LIKE  VIQMEL STRUCTURE  VIQMEL *"     VALUE(I_CUSTOMIZING) LIKE  V_TQ85 STRUCTURE  V_TQ85 ...
Created on 22 October 2015
15. AiE (ADT) dark theme settings
(How to...)
Today I've got a question from Custodio de Oliveira (hope you don't mind mentioning) about Dark Eclipse settings which I'm using. As I know that settings colors in Eclipse for ADT is a ...
Created on 16 July 2015
16. Popup with multi-select ALV
(How to...)
...  data: go_popup_custom_cont      type ref to cl_gui_custom_container. data: go_popup_grid             type ref to cl_gui_alv_grid. ...
Created on 29 April 2014
17. Mass replace popup for ALV grid
(Tips)
... if you select different column in ALV grid.   Demo report (please create screen 0100 with custom container called 'CC_0100', add gui status with at least function 'MASS_REPLA' ...
Created on 27 April 2014
18. GOS - Link Business Documents from PR to PO
(Tricks)
... comments of Attachments article you can connect to GOS from class CL_PO_HEADER_HANDLE_MM which contains method GET_GOS_MANAGER. You can do it for example in PROCESS_ITEM method of ME_PROCESS_PO_CUST . You'll ...
Created on 25 April 2014
19. Enhanced MB51 Part 1 - Goal and prerequisites
(Tricks)
... index on MSEG and proper configuration in configuration table MMIM_REP_CUST will give you really big difference on the speed of MB51.      ...
Created on 24 March 2014
20. Custom selection-screen fields for MD07/MS07
(Tips)
You may noticed that standard transaction MD07 and MS07 offers basic filters on selection-screen which allows user to select materials they are responsible for, the problem comes when in your company users ...
Created on 16 June 2013
21. Call standard F4 search help with customized parameters
(How to...)
... Return Selected Values Implementation: method f4_with_customized_params. *This is the code from http://abapblog.com.   field-symbols: <iface> type ddshiface,                  <sface> type ddshiface. ...
Created on 07 June 2013
22. Endless loop in BADI ME_PROCESS_PO_CUST
(Tips)
If you have to adjust conditions for your purchase order line and if during the use of method if_purchase_order_item_mm~set_conditions in BADI ME_PROCESS_PO_CUST you receive an error MEPO151 "Data ...
Created on 06 June 2013
23. How to select proper configuration entry
(Tips)
When you will want to create a customization table for your program but you want to do it that way that you want to have many key fields and some of them can be empty which would mean that this is valid ...
Created on 31 May 2013
24. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
(How to...)
... table. In the method provided bellow I firstly create custom container object (cl_gui_custom_container) to place the chart in it, then I create chart engine (cl_gui_chart_engine), then using if_xml I ...
Created on 06 May 2013
25. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 2 - Customization
(How to...)
In part one for this tutorial I quickly shown you how to create a chart customizing using Chart Designer, in this part I will show how I store and use such customizing. For the beginning I'll tell ...
Created on 04 May 2013
26. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 1 - Chart Designer
(How to...)
... then it's no longer a problem as we can use CL_GUI_CHART_ENGINE together with chart designer provided by SAP. Chart designer is a tool which allows you to create a customizing for your chart and save ...
Created on 03 May 2013
27. Free global data of a program at once
(Tricks)
...  types: t_scompo_name type line of tt_ra_scompo_name .       type-pools abap . constants cname_cl_gui_custom_container type abap_abstypename value '\CLASS=CL_GUI_CUSTOM_CONTAINER'.  ...
Created on 10 April 2013
Łukasz Pęgiel
TVCPLAP Enhanced MB51 Part 5 - Export from MB51 ALV Grid in the nutshell Field catalog - dfieldname Fieldname for column group LVC FCAT GUI ALV GRID AT SELECTION-SCREEN OUTPUT ESRUO ALV GRID EXTEND PROGRAM RUNTIME SALV CONTROLLER METADATA GTGET FIELDCATALOG HTML VIEWER ABAP ZIP RSBCS EXAMPLE EMAIL FALV BCS CONVERT IXML ISTREAM TABNAME Dynamic GUI STATUS TITLE with ABAP code STARTING NEW TASK How to copy BOM using CEWB Function Modules SELTEXT EDITOR TABLE WITH STATUS IDENTITY ELEMDESCR APPEND USER SETTINGS MEREQS EBAN LOOKUP BOM SAPGUI SET FUNCTIONCODE COMPONENTS MAINTAIN JSON2ABAPtype ALV GRID IN THE NUTSHELL Field catalog - do sum Field catalog - tabname PURCHASE ORDER AGGREGATIONS GET SCROLL INFO VIA ABAP HTML SIGN ISOLATE SELSCREEN ADT ABAP Code Retreat Tychy 2019 - Organizer Recap WYSIWYG HTML Editor in ABAP UPDATE PREPARE ZDEMO FILL MDPA FROM Field catalog - col id - ALV control Column ID UI2 JSON CURRENCY FALV06 - Grid Layout settings Mark field #EC PRAGMA KEY BAPI ROUTING DELETE HOTSPOT COL CTMS DDB
  • 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.