• 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 - Hotspot - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
... to show the details of the clicked object, or to move to a transaction in which the object can be modified. As you can imagine, setting column as a HOTSPOT is very easy, you need to pass only the ABAP_TRUE ...
Created on 27 April 2020
2. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
... to data object a Decimal Floating Point Number, 16 Digits e Decimal Floating Point Number, 34 Digits j ...
Created on 18 December 2019
3. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  lvc_ddid ALV control: Drag&Drop handle for DragDrop object mac type char01 Character Field Length ...
Created on 24 June 2019
4. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
Have you received someday an error from your ABAP object saying that "The statement SELECTION-SCREEN is not allowed within FORM routines and function modules." and you wondered why it is blocked to manipulat ...
Created on 21 November 2018
5. ATC Pseudo Comments list
(Tips)
... d missing AUTH_FLD_MISSING   CL_CI_TEST_EXTENDED_CHECK 301 W Authorization object not entered in table TOBJ AUTH_OBJ_OK   CL_CI_TEST_EXTE ...
Created on 26 September 2018
6. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... sp;i.     methods check_object       importing         value(i_data)   type ref to&nbs ...
Created on 20 August 2018
7. ABAP Favorites Eclipse plugin
(How to...)
... nbsp;   3.What are the features of the plugin? a.Available views The plugin contains two separate views Favorites and Favorties Dev Objects. The difference between then is that in Fav ...
Created on 29 June 2017
8. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
... you can make your SALV editable and you can handle all the events you want from underlying cl_gui_alv_grid object.   What you need to do, is to set handler for event after_refresh for all instances ...
Created on 09 October 2016
9. Why I like to code in ABAP in Eclipse
(Thoughts)
... source codes open at the same time – no limits ( at least I haven’t found any ) for opening tabs for code. When you imagine your 5-7 gui screens and navigation between the objects in code then ...
Created on 27 May 2016
10. ZCL_FALV_LAYOUT - layout settings
(FALV (Fast ALV Grid))
...      methods set_object_key importing value(iv_value) type bds_typeid .     methods set_doc_id importing value(iv_value) type bds_docid  ...
Created on 10 January 2016
11. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
... it would work as you expected but once you've displayed results and you modify fcat table then you need to use method set_frontend_fieldcatalog to affect grid object. That's why if you'll use ...
Created on 10 January 2016
12. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
...  BUILT_IN_SCREEN APPLICATION_LOG_EMBEDDED SUBCLASS_TYPE   CREATE This is a factory method which you need to use to create FALV object.      I_PARENT ...
Created on 09 January 2016
13. ZDEMO_FALV07 - Columns (field catalog) settings
(FALV (Fast ALV Grid))
... to adapt fieldcatalog the we can use standard old technique of getting frontend field catalog and then manipulating the entries or we can use column method which returns zcl_falv_column object and then ...
Created on 06 January 2016
14. ZDEMO_FALV06 - Grid Layout settings + "Mark" field
(FALV (Fast ALV Grid))
... want to change some layout settings - like zebra, then you can use layout object which contains setters for all layout fields. Additionally in this object we have "Mark field" which changes behaviur o ...
Created on 06 January 2016
15. How to teach ABAP ???
(Thoughts)
... in small steps: procedural programming, selection-screens,  screens,  dictionary objects, object oriented programming, alv grid, FM, FG, and so on.  After person is familiar with all of ...
Created on 24 November 2015
16. Direct access quality notification attachments from action box
(How to...)
...      data(object) = value borident( objkey = i_viqmel-qmnum ).     select single qmtyp into data(qmtyp) ...
Created on 22 October 2015
17. CL_PROGRESS_INDICATOR VS direct call of SAPGUI_PROGRESS_INDICATOR
(Tips)
...      i_processed          = sy-index    " Number of Objects Already Processed ...
Created on 28 April 2015
18. Popup with multi-select ALV
(How to...)
... creation of custom container and ALV object will take place and user command will be handled.     PBO / PAI code belllow: module pbo_0501 output.   set pf-status 'STATUS_0501'. ...
Created on 29 April 2014
19. Mass replace popup for ALV grid
(Tips)
... will be called directly from ALV. As import parameter we need cl_gui_alv_grid object and as a changing parameter we need out output table to be able to update it directly.  Firstly after calling this ...
Created on 27 April 2014
20. GOS - How to add business documents at creation of object
(Tricks)
... this time. It's because business documents needs to have specified an object to which it is linked and in case of GOS for standard transactions it's always called without object id (in creation ...
Created on 25 April 2014
21. GOS - Link Business Documents from PR to PO
(Tricks)
... after the PO is save with your some background job or you can try to insert the object directly to the GOS of purchase order.  I didn't do direct attachment to GOS of PO but as I mention in the ...
Created on 25 April 2014
22. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...    append fs_mbm_werks to fs_mbm_sel_type-werks. * objects for loading   fs_classes_in_workarea-mtk_inarea = 'X'.   fs_classes_in_workarea-tsk_inarea = 'X'. ...
Created on 18 April 2014
23. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
... always last.   To be sure you get last document you have to select data from ESRUO table directly, sort it by timestamp and get last object. Then update setting of default document for transaction, ...
Created on 14 April 2014
24. ESDUS, ESRUO - MM settings table - Part 2/3
(Tricks)
... ESDUS table. ACTION is responsible for the identification of program or transaction or object for which the settings are stored. ELEMENT keeps the setting key (name) and ACTIVE keeps the value.  ...
Created on 09 April 2014
25. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... this cases you'll want to look at tables: ESRUO (MM: Recently Used Objects) ESDUS (MM: Dynamic User Settings)  and to function group MLSO which provides you few nice FM to handle entries ...
Created on 31 March 2014
26. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...  *-- selection-screen begin of block mseg with frame title text-001. select-options matnr for mseg-matnr memory id mat matchcode object mat1. ...
Created on 28 March 2014
27. Reset rejection of Purchase Requisition
(How to...)
...    endif. * Create header object   clear fo_req.   f_document-trtyp = 'V'. "Change mode   f_document-doc_key+0(10) = i_banfn. ...
Created on 24 March 2014
28. How to check if for purchase requisition rejection can be reset?
(How to...)
... by 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: ...
Created on 18 March 2014
29. Characteristic's own input screen - Part 8 - example of use
(How to...)
...  * *--------------------------------------------------------------------* data: begin of fs_class ,         object type objnum, ...
Created on 17 November 2013
30. Characteristic's own input screen - Part 7 - save characteristic value to database
(How to...)
...      data: f_objectkey type bapi1003_key-object.     data: f_objecttable type bapi1003_key-objecttable.     data: f_classnum type bapi1003_key-classnum. ...
Created on 17 November 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
Reset rejection of Purchase Requisition GUI HTML VIEWER ALV GRID IN THE NUTSHELL SMP DYNTXT ALV GRID FIELDCATALOG ROUND SALV TABLE SLICENSE BAPI CLASS READ MDC7 ISOLATE SELSCREEN SLIN Create XLSX MHTML file from internal table in background ALV Grid in the nutshell Basic Information LVC FCAT Speed up your coding with ABAP in Eclipse SITWRO 2017 session Keywords CREATE VARIANT CONTROLLER METADATA PSEUDO COMMENTS Field catalog - edit mask SYM ALINK CONNECTION GTINSERT ALV GRID COMPONENTS UPDATE PREPARE AiE ADT dark theme settings ESRUO - MM settings table - Part 1 COLUMNS TECH ABAP STRUCTDESCR The SIN of progress indicator DOMNAME CMD API deletes contact persons SIGN EDIT MASK Field catalog - checkbox PERIOD AND DATE CONVERT OUTPUT MEPO151 RSFUNC TXT GOS MANAGER ZCL CUSTOMER SEARCH DARK THEME Field catalog - no zero OUTLOOK APPLICATION About me ABAP Code Retreat Tychy 2019 - Organizer Recap ROUTING DELETE USER SETTINGS INPUT REPREP ZIP a file using ABAP Field catalog - dfieldname Fieldname for column group CALL TRANSFORMATION QUANTITY How to copy BOM using CEWB Function Modules DOCKING CONTAINER Configure sum FILL MDLB FROM
  • 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
  • GOS - How to add business documents at creation of object
  • Link Attachments of Purchase Requisition to Purchase Order
  • 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.