• 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

Search

Total: 43 results found.

Search for:
Search Only:

Page 1 of 2

1. Enhanced MB51 Part 3 - Get selection <span class="highlight">parameters</span>
(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
2. Selection Screen - Part1 - <span class="highlight">Parameters</span>
(For beginners)
Today, as a first entry in Beginners part I'd like you to show how to build parameters on selection screen. All this information you can find under F1 help but here you've got visualization of ...
Created on 08 June 2013
3. Call standard F4 search help with customized <span class="highlight">parameters</span>
(How to...)
... the search help parameters or making the SHLP parameter readonly then structure DDSHIFACE and FM F4IF_START_VALUE_REQUEST comes with a help. DDSHIFACE as you can see do not has much fields and for us the ...
Created on 07 June 2013
4. 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 to prepare ...
Created on 27 April 2020
5. ALV Grid in the nutshell: Field catalog - domname - Domain name
(ALV Grid in the nutshell)
... 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 I gave ...
Created on 18 April 2020
6. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... 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 and USING parameter of type KKBLO_REPREP_COMMUNICATION. ...
Created on 13 April 2020
7. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... contact person: parameters: p_custom type kna1-kunnr. try.     data(customer) = new zcl_cmd_customer( i_customer = p_custom ).     data(contact) = customer->add_new_contact( ).     contact->set_addr_lastname( ...
Created on 06 June 2019
8. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
... with SELECTION-SCREEN FUNCTION KEY... :-) report zdemo_ssfunc_01. parameters: p_active as checkbox user-command actfunc. at selection-screen output.   if p_active eq abap_true.     ...
Created on 21 November 2018
9. Speed-up your Eclipse installation
(How to...)
... 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'll find the parameters ...
Created on 15 November 2018
10. ATC Pseudo Comments list
(Tips)
... is no form routine 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   ...
Created on 26 September 2018
11. Retro ASCII symbols in ALV Grid table
(How to...)
... 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_container( ...
Created on 03 June 2018
12. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
... of using this two buttons :-)     report zabexpldelpobom. parameters: p_ebeln type ekpo-ebeln,             p_ebelp type ekpo-ebelp default '00010'. parameters: p_expl radiobutton group gr1 default 'X', ...
Created on 04 February 2017
13. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
...  parameters: p_banfn type eban-banfn,                         p_bnfpo type eban-bnfpo default '00010'. class lcl_subcontracting definition.   public section.     class-methods: delete_pr_bom importing value(i_requsition)    type eban-banfn ...
Created on 03 February 2017
14. Re-explosion of subcontracting BOM in Purchase Requisition
(Tricks)
... find sample code how to re-explode purchase requisition BOM in few lines.   report zabexplprbom. parameters: p_banfn type eban-banfn,                         p_bnfpo type eban-bnfpo default '00010'. ...
Created on 02 February 2017
15. Why I like to code in ABAP in Eclipse
(Thoughts)
... in a pop-up. You can easily copy the types of FM parameters or preview the ABAPDoc and standard documentation   v.      Refactoring – well, this function is really one of the nicest, select ...
Created on 27 May 2016
16. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
... It's also used in case of built-in popup screen as in case of popups grid and containers must be created directly in PBO event. Parameters have the same meaning like in method CREATE.     methods create_by_copy ...
Created on 09 January 2016
17. ZDEMO_FALV14 - Popup calls
(FALV (Fast ALV Grid))
...  report zdemo_falv14. data: sflight type standard table of sflight. parameters: p_defau  radiobutton group gr1 default 'X',             p_set    radiobutton group gr1,             p_rowst  type i, ...
Created on 06 January 2016
18. ZDEMO_FALV12 - Error log
(FALV (Fast ALV Grid))
...  data: sflight type standard table of sflight. parameters: p_embeed radiobutton group gr1 default 'X',             p_notemb radiobutton group gr1. start-of-selection.   select * up to 100 rows ...
Created on 06 January 2016
19. ZDEMO_FALV11 - Editable Grid settings
(FALV (Fast ALV Grid))
...  data: sflight type standard table of t_sflight. parameters: p_whole  radiobutton group gr1 default 'X',             p_column radiobutton group gr1,             p_cell   radiobutton group gr1. ...
Created on 06 January 2016
20. How to copy BOM using CEWB Function Modules
(How to...)
... 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 memory using 'CS_CL_P_ITM_PROVIDE', ...
Created on 28 October 2015
21. Direct access quality notification attachments from action box
(How to...)
... 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 found in stack is ...
Created on 22 October 2015
22. The SIN of progress indicator
(Tricks)
... is working you can find bellow.  report  zab_suppress_progress_demo. data: gt_sbook type standard table of sbook. data: gt_csv type truxs_t_text_data. parameters: p_supp radiobutton group gr1 , ...
Created on 19 August 2015
23. CL_PROGRESS_INDICATOR VS direct call of SAPGUI_PROGRESS_INDICATOR
(Tips)
... 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 to it , or you can pass ...
Created on 28 April 2015
24. Mass replace popup for ALV grid
(Tips)
... 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 the length, ...
Created on 27 April 2014
25. GOS - How to add business documents at creation of object
(Tricks)
... 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         type eban-banfn. data: go_gos_manager  type ref to cl_gos_manager. ...
Created on 25 April 2014
26. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...  parameters: p_path type localfile lower case modif id exc. parameters: p_rows type i modif id exc. selection-screen end of block exc. selection-screen begin of block oth with frame title text-oth. ...
Created on 18 April 2014
27. ESDUS, ESRUO - MM settings table - Part 2/3
(Tricks)
... 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 - MB5TD - ...
Created on 09 April 2014
28. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... 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 ESRUO table, if number ...
Created on 31 March 2014
29. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...  * definition of the selections screen *----------------------------------------------------------------------* selection-screen begin of block disp with frame title text-003. parameters: p_layout like disvariant-variant. ...
Created on 28 March 2014
30. 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
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
APPEND USER SETTINGS ALV GRID SAVE COVEXT ALV GRID FRIEND ALV Grid in the nutshell Field catalog - emphasize ZCL FALV DYNAMIC STATUS - for full screen or popup Secure call of starting new task using RM FREE SESSION CHECK GUI FRONTEND SERVICES GTENVIRONMENT GET VARIABLE ECLIPSE PLUGIN ESDUS MB51 ENHANCEMENT RESET REJ ALLOWED Field catalog - checkbox ALV GRID IN THE NUTSHELL FIELDCATALOG LVC FCAT INTLEN SAPGUI PROGRESS INDICATOR ZDEMO FALV10 - Color Settings SCMS STRING XSTRING LOOP ADT IFIELDNAME FIELDNAME LOWERCASE IXML DOCUMENT SALV CONTROLLER METADATA GTGET SLIS REFRESH FROM SELECTOPTIONS HTTP CLIENT ABAP TYPEDESCR BOM CHART ENGINE DELETE MTK Selection Screen - Part1 - Parameters PROVIDE COM OPR ABAP EXTENSIONS Function Module or Method Why I like to code in ABAP in Eclipse ALINK CONNECTION GTDELETE RSBCS EXAMPLE EMAIL CURRENT CELL SET SCROLL INFO VIA GTINSERT DATATYPE FILENAME SELSCREEN STATUS MAT CREATE COPY ESRUO - MM settings table - Part 3 ISOLATE
  • Laserowe usuwanie blizn Tychy
  • Laserowe usuwanie zmarszczek 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
  • Create XLSX file from internal table in background v2
  • FALV (Fast ALV Grid)
  • Call standard F4 search help with customized parameters
  • ATC Pseudo Comments list
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create fieldcatalog from internal table
  • 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
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • 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.