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

Search for:
Search Only:

Page 1 of 2

1. ALV Grid in the nutshell: Field catalog - col_id - ALV control: Column ID
(ALV Grid in the nutshell)
... screen   When you select the first option - “COL_ID filled”,  the FCAT will be created with manual COL_ID.   Figure 121 ZDEMO_AIN_CL46 FCAT with manual COL_ID   As you will ...
Created on 08 June 2020
2. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
... selection of fields to display in layout change window, you’ll be able to choose to see all hidden fields or the hidden fields from the group you’ve created. If you don’t pass the group name into IT_SPECIAL_GROUPS, ...
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)
... activation of Report-Report Interface I’ve created a double click handler in order to run the interface, but you can also use standard toolbar button “Call Up Report” once you select a line or cell in ...
Created on 13 April 2020
4. ALV Grid in the nutshell: Field catalog - outputlen
(ALV Grid in the nutshell)
OUTPUTLEN can be used to setup the width of the column (if you don’t use automatic column width optimization). When automatically created, usually it have the value of the maximum field width, but when ...
Created on 29 July 2019
5. ALV Grid in the nutshell: Field catalog - fieldname
(ALV Grid in the nutshell)
... 14 you can see that, the field catalog is created manually with only field names inside. I also do not pass I_STRUCTURE_NAME parameter, so then only field catalog will be used to prepare the display of ...
Created on 24 June 2019
6. 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
7. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
...  to work on the created class again while users wants the favorite function to be extended, so after some refactoring and cleaning of my old bad programming, I've decided to check again if there is no reall ...
Created on 21 November 2018
8. ATC Pseudo Comments list
(Tips)
... of a BAdI is created, the import parameter EXIT_NAME is not filled CI_BADI_GETINST   CL_CI_TEST_FIND_BADI_CALL 2 N When an instance of a BAdI is created, the import ...
Created on 26 September 2018
9. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...          "System.IterationPath": "Fabrikam-Fiber-Git",         "System.WorkItemType": "Product Backlog Item",         "System.State": "New",         "System.Reason": "New backlog item",         "System.CreatedDate" ...
Created on 20 August 2018
10. ABAP Favorites Eclipse plugin
(How to...)
1.Why I’ve created the plug-in?   I was always missing a small functionality in Eclipse - a Favourite SAP T-Codes which we all know form SAP Menu. I know to you can call SMEN transaction using ...
Created on 29 June 2017
11. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
...               dlv_items     type standard table of bapidlvnorefitem,              created_items type standard table of bapidlvitemcreated,              timestamp     type                   timestamp. ...
Created on 15 February 2017
12. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
...              im_bnfpo = schedule-bnfpo           importing             ex_eban  = eban           exceptions             failure  = 1.       endif. *-- if requisition is created from prod. order                ----* ...
Created on 04 February 2017
13. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
Column class was created to be able modify faster the settings of field catalog at any place and time. Each field of field catalog has it set method with only one parameter IV_VALUE which type is equal ...
Created on 10 January 2016
14. 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
15. FALV (Fast ALV Grid)
(FALV (Fast ALV Grid))
  Finally I've finished to work under FALV. You can find FALV classes in attachment and description under the links. But firstly let's go through few following points:   Why I've created ...
Created on 04 January 2016
16. How to teach ABAP ???
(Thoughts)
... or method and this is what you should start with when you teach ABAP. I have created some basic description about types, basic syntax, tables,  etc. for my master’s thesis and give it always to newcomers ...
Created on 24 November 2015
17. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
... all for ZAB_DYNAMIC_GUI_STATUS program. Now it's time to create class with static methods to be able to use created STATUS and TITLE everywhere we need.   Class is called ZCA_AB_DYNAMIC_GUI. Once created ...
Created on 11 July 2015
18. Create fieldcatalog from internal table
(How to...)
... and  CL_SALV_TABLE. Both methods are created with new ABAP 7.40 SP05 syntax.   LVC Field catalog definition   class-methods lvc_fcat_from_internal_table   importing     it_table type any table   returning value(rt_fcat) type lvc_t_fcat. ...
Created on 08 May 2015
19. Battleships game (two players)
(How to...)
I was playing a bit with CL_GUI_TIMER some time ago and I thought that this would be good to use it somewhere to have idea how it works. So I've created then a small game Battleships, which you for ...
Created on 10 January 2015
20. Mass replace popup for ALV grid
(Tips)
... but you can allow more if needed. As parameters are created dynamically I used macros to not repeat the same part of code. Macro add_param_descr changes description of the parameters and "WITH" ...
Created on 27 April 2014
21. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
... on the screen (of course if in the meantime user haven't created anything new).   Example of setting document that will be open by default in ME52N/53N/54N call function 'ES_READ_USER_SETTINGS' ...
Created on 14 April 2014
22. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... document then your document appears on the screen (of course if in the meantime user haven't created anything new) You have created your own transaction to handle standard process, like creation of ...
Created on 31 March 2014
23. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
We have all needed methods and implicit enhancement is also created so we can create a program to call MB51. We have to create a structure for ALV and include in it type t_list from our class which I've ...
Created on 28 March 2014
24. Enhanced MB51 Part 5 - Export from MB51
(Tricks)
I can already call MB51 from previously created method but still I need to add an implicit enhancement into RM07DOCS so I'll be able to export results from MB51 and leave the program without displaying ...
Created on 28 March 2014
25. Reset rejection of Purchase Requisition
(How to...)
... -> Purchase requisition factory Exporting: E_RESET TYPE FLAG -> Reset was successful Exceptions: HEADER_COULDNT_BE_CREATED ERROR_DURING_RESET CANNOT_RESET Implementation: method reject_refusal.    ...
Created on 24 March 2014
26. How to check if for purchase requisition rejection can be reset?
(How to...)
... -> Purchase requisition factory Exception: HEADER_COULDNT_BE_CREATED Implementation: method check_requisition_resetable.   data: fo_req        type ref to if_purchase_requisition.   data: f_document    type mepo_document. ...
Created on 18 March 2014
27. Characteristic's own input screen - Part 7 - save characteristic value to databas
(How to...)
Now it's time to save the values entered into database. I will use here previously created method to move data from reference structure to BAPI tables, then I will read values from database to see ...
Created on 17 November 2013
28. Endless loop in BADI ME_PROCESS_PO_CUST
(Tips)
... I've created simple structure with ebelp and "set" fields on a base which I know if I had to run setting of conditions or not.  Maybe it's not the nicest solution but it works quite well ...
Created on 06 June 2013
29. Classifications - Part 4 - example of use
(How to...)
... of created work area in method get_object_details, you can see here that we have some key fields like object_number or class_type and also a tables with all values for each characteristic (as you can have ...
Created on 26 May 2013
30. Classifications - Part 3 - get all objects assigned to class
(How to...)
In previous article ( Classifications - Part 2 - Get Object Details ) I've created a method to get characteristics values for an object to our dynamic structure, in this part I will show how to use ...
Created on 18 May 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
FIELDCATALOG ALV GRID IN THE NUTSHELL GOS SERVICE TOOLS GTMOVE LINKED OBJECTS ABAP STRUCTDESCR GUI CUSTOM CONTAINER RELEASABLE ECLIPSE APPEND USER Get filename and extension from full path ABAP Favorites Eclipse plugin ALV GRID ALV GRID COM DELETE Selection-Screen Function Key in Form ABAP in Eclipse - Install ADT COL CTMS DDB SET VALUE ONLINE ZDEMO FALV11 - Editable Grid settings SCROLL INFO VIA SYM GET CURRENT CELL IXML PARSER ALV Grid in the nutshell SYMBOL PURCHASE ORDER DOCUMENT Field catalog - reprep - ALV control Value is selection criterion for rep rep intf Field catalog - col id - ALV control Column ID LVC FCAT SCAN ABAP-SOURCE REUSE DISPLAY ENCODING WYSIWYG HTML Editor in ABAP EXPONENT TOTLINE Use FALV JSON chart designer MS07 LOAD COMPLEX TSK OPR ALLOCATION PROVIDE FRONTEND SERVICES EXECUTE TVCPLAP DYNAMIC GUI STATUS SAVE Popup with multi-select ALV DFIELDNANE RSDBRUNT COMPONENTS REFRESH MEREQS EBAN LOOKUP ZCL COLUMN - column fcat settings ESRUO SUM SALV CONTROLLER METADATA SELSCREEN
  • 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)
  • ATC Pseudo Comments list
  • Call standard F4 search help with customized parameters
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create fieldcatalog from internal table
  • Link Attachments of Purchase Requisition to Purchase Order
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • GOS - How to add business documents at creation of object
  • 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
  • How to handle CL_GUI_ALV_GRID events in SALV

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.