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

Search for:
Search Only:

Page 1 of 2

1. ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
... OF CL_GUI_ALV_GRID with importing parameters E_ROW_ID, E_COLUMN_ID and ES_ROW_NO   Figure 115 Hotspot_Click event handler definition   After definition, of course you need ...
Created on 27 April 2020
2. ALV Grid in the nutshell: Field catalog - domname - Domain name
(ALV Grid in the nutshell)
... grid. Maybe just for information and for Report-Report interface, where this field is use as one of the matching criteria for selection-screen parameters. As you can see on the next image, although ...
Created on 18 April 2020
3. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... with selection data, it allows developer to modify them, by calling the form which is passed here. The form has to have two tables parameters, one of structure RSTISEL, second of structure RSTIFIELDS ...
Created on 13 April 2020
4. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... ill come soon. Contact Persons Creation of a new contact person: parameters: p_custom type kna1-kunnr. try.     data(customer) = new zcl_cmd_customer( i_customer = p_custom ). &n ...
Created on 06 June 2019
5. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
... ;zdemo_ssfunc_01. parameters: p_active as checkbox user-command actfunc. at selection-screen output.   if p_active eq abap_tru ...
Created on 21 November 2018
6. Speed-up your Eclipse installation
(How to...)
... Tube as well as some blogs where people were describing how to tweak a bit the Eclipse to work faster. All of them were pointing some of parameters that should be used in eclipse.ini file. Bellow you'l ...
Created on 15 November 2018
7. ATC Pseudo Comments list
(Tips)
... utine for this PERFORM call PERF_NO_FORM   CL_CI_TEST_EXTENDED_CHECK 101 E Wrong number of parameters for this PERFORM call PERF_NUM_ARGS   CL_CI_TEST_EXTE ...
Created on 26 September 2018
8. Retro ASCII symbols in ALV Grid table
(How to...)
... m to display all that I have found on 7.50 SP2 NW system.    report zab_alv_symbols. parameters: dummy as checkbox. initialization. data(grid) = new cl_gui_alv_grid( i_parent =  new cl_gui_docking_containe ...
Created on 03 June 2018
9. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
... was peanuts and I could get rid of using this two buttons :-)     report zabexpldelpobom. parameters: p_ebeln type ekpo-ebeln,             p_ebelp type ekpo-ebelp default '00010'. ...
Created on 04 February 2017
10. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
... sp; report zabdelprbom. parameters: p_banfn type eban-banfn,                         p_bnfpo type eban-bnfpo default '000 ...
Created on 03 February 2017
11. Re-explosion of subcontracting BOM in Purchase Requisition
(Tricks)
...  Here you can find sample code how to re-explode purchase requisition BOM in few lines.   report zabexplprbom. parameters: p_banfn type eban-banfn,       ...
Created on 02 February 2017
12. Why I like to code in ABAP in Eclipse
(Thoughts)
... table, type, etc. ) and all information about it will be fetched and shown in a pop-up. You can easily copy the types of FM parameters or preview the ABAPDoc and standard documentation   ...
Created on 27 May 2016
13. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
... opups grid and containers must be created directly in PBO event. Parameters have the same meaning like in method CREATE.     methods create_by_copy       imp ...
Created on 09 January 2016
14. ZDEMO_FALV14 - Popup calls
(FALV (Fast ALV Grid))
...  "! done by Lukasz Pegiel for http://abapblog.com report zdemo_falv14. data: sflight type standard table of sflight. parameters: p_defau  radiobutton group gr1 default 'X' ...
Created on 06 January 2016
15. ZDEMO_FALV12 - Error log
(FALV (Fast ALV Grid))
...  report zdemo_falv12. data: sflight type standard table of sflight. parameters: p_embeed radiobutton group gr1 default 'X ...
Created on 06 January 2016
16. ZDEMO_FALV11 - Editable Grid settings
(FALV (Fast ALV Grid))
...  parameters: p_whole  radiobutton group gr1 default 'X',             p_column radiobutton group gr1 ...
Created on 06 January 2016
17. How to copy BOM using CEWB Function Modules
(How to...)
... get source header data and then use its export parameters in FM 'CS_CL_S_MAT_BOM_CREATE_BY_COPY', which is doing copy of a header data. Once it's done we have to get source items from ...
Created on 28 October 2015
18. Direct access quality notification attachments from action box
(How to...)
... with your new FM name and following parameters:   This will create an action like this.     Then let's create our FM. As you can see bellow, old trick of assigning data from program ...
Created on 22 October 2015
19. The SIN of progress indicator
(Tricks)
...  data: gt_csv type truxs_t_text_data. parameters: p_supp radiobutton group gr1 ,             p_show radiobutton group gr1 default 'X'. ...
Created on 19 August 2015
20. CL_PROGRESS_INDICATOR VS direct call of SAPGUI_PROGRESS_INDICATOR
(Tips)
... a base of that messages or SAP_GUI_PROGRESS_INDICATOR is called.    When you'll open this method and look on the import parameters, then you'll notice that you can pass simply any text ...
Created on 28 April 2015
21. Mass replace popup for ALV grid
(Tips)
... it? Well, when you call dynamic selection-screen (with parameters like (variable) ) for the first time the output is ok, but the second time you do it in the same runtime of transaction or program then ...
Created on 27 April 2014
22. GOS - How to add business documents at creation of object
(Tricks)
... on Purchase Requisition object which is used in Z-tcode. In the main program we have define global parameters: data: g_gos_ident     type borident. data: g_banfn  ...
Created on 25 April 2014
23. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...  field-symbols: <plan> like line of gt_plan. selection-screen begin of block exc with frame title text-exc. parameters: p_path type localfile lower case modif id exc. ...
Created on 18 April 2014
24. ESDUS, ESRUO - MM settings table - Part 2/3
(Tricks)
... SETTINGS FMs.   ESDUS table keeps parameters mostly for MM transactions, here is the list of t-codes for which I found some entries inside ESDUS: - IA05 - MB24 - MB25 - MB51 - MB52 - MB59 ...
Created on 09 April 2014
25. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... will return you a table with a list of last used object for given user or if parameter IUNAME is not passed then for current user. Two additional parameters MAXANZ and MAXSTORE are responsible for clearing ...
Created on 31 March 2014
26. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...  parameters: p_layout like disvariant-variant. selection-screen end of block disp. selection-screen begin of block arch with frame title text-005. ...
Created on 28 March 2014
27. Enhanced MB51 Part 4 - Call MB51
(Tricks)
I've got method to get selection screen parameters to table so I can call MB51 by submitting program RM07DOCS. Of course if I do that without any changes of parameters then I would get not this list ...
Created on 27 March 2014
28. Enhanced MB51 Part 3 - Get selection parameters
(Tricks)
... If you're thinking about it's restrictions to keep only 40 characters from screen parameters then please check your system as for some of the new versions this FM contains a table parameter of ...
Created on 27 March 2014
29. Range to search in lower case fields
(Tricks)
...      refresh <tab>[].   enddo. endfunction.   Example report to use the function: report  zab_prepare_values_for_cs. parameters: f_char40 type char40. ...
Created on 13 March 2014
30. Characteristic's own input screen - Part 8 - example of use
(How to...)
...        end of fs_class. select-options: s_object for fs_class-object no intervals . parameters: p_class type klah-class obligatory . ...
Created on 17 November 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
QFIELDNAME SAP TechEd 2016 CVIC MAP CONTACT CURRENCY KEY FIELDCATALOG CTMS CLASS DDB SALV CONTROLLER METADATA GTGET LVC HEADER HANDLE FALV Save message with attachment in Outlook's Drafts ALV GRID IN THE NUTSHELL ECLIPSE RESET REJ ALLOWED IXML OSTREAM ALV Grid in the nutshell Field catalog - no convext ZIP a file using ABAP GUI ALV GRID SAP SCRIPT SAPGUI PROGRESS INDICATOR BAPI OBJCL CHANGE SLIS COMPONENTS MAINTAIN Retro ASCII symbols in ALV Grid table COMMIT WORK Field catalog - reptext Heading JSON2ABAPtype ALV GRID Extend allowed runtime of a program SET SELECTED CELLS CSRF Token INDICATOR VS direct call of SAPGUI ABAP STRUCTDESCR TEACH ABAP SELECT FCAT ADT DDSHIFACE STREAM FACTORY XML PERIOD AND DATE CONVERT INPUT VAL FROM OBJECT APPEND USER SETTINGS EXPONENT MD07 ZCL CMD CUSTOMER - Wrapper for CMD API classes COL HOW TO START WITH ALV CLAF OBJECTS DELETE LOAD COMPLEX BOM FALV Fast ALV Grid OPR PROVIDE MTK EXTEND PROGRAM RUNTIME TechEd VALUE
  • 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
  • Call standard F4 search help with customized parameters
  • FALV (Fast ALV Grid)
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create XLSX file from internal table in background v2
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • ATC Pseudo Comments list
  • Create fieldcatalog from internal table
  • GOS - How to add business documents at creation of object
  • Link Attachments of Purchase Requisition to Purchase Order
  • Subtotal lines of ALV GRID OO as content separator
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • 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.