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

Search for:
Search Only:

1. ALV Grid in the nutshell: Field catalog - symbol
(ALV Grid in the nutshell)
... 39 ZDEMO_AIN_CL17 ALV with symbols   You can check the available symbols on your system, but I doubt they vary between old and new releases. Figure 40 Possible symbols in ALV Grid   ...
Created on 24 June 2019
2. Retro ASCII symbols in ALV Grid table
(How to...)
... I've not used them at work. You can check the abaulable symbols on your system, but I doubt they vary between old and new releases.     Here you can find the sample program to display ...
Created on 03 June 2018
3. Create XLSX file from internal table in background v2
(Tricks)
You may saw before the article Create XLSX/MHTML file from internal table in background and you may have use it without any issues before, but it seems that in newer releases of SAP (definitelly >= 7.50) ...
Created on 01 June 2018
4. CMD_EI_API deletes contact persons?
(Tips)
... Also to update Z fields from all customer and vendor related tables. But lately after upgrade from 7.40 SP5 to 7.40 SP16 the method maintain_bapi was not saving the changes to the customers. After ...
Created on 13 August 2017
5. ABAP Favorites Eclipse plugin
(How to...)
... owner of ADT would say that they will implement this in one of next releases, but instead he encourage me to do it myself.   At first glance it was like WOW I hate Java, why I should do it ...
Created on 29 June 2017
6. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
...  *-- or from planned order and delivery date has not changed,  ----* *-- take over release date from the requisition               ----*       if schedule-banfn ne space and          ( eban-estkz = cl_mmpur_constants=>estkz_f or ...
Created on 04 February 2017
7. SAP TechEd Developer Hero 2016
(Thoughts)
This year in July I received an email from SAP Developer Relation team that I was nominate for one of thirty SAP TechEd Developer Heroes 2016.   This was quite unsuspected but at the same time very pleasure ...
Created on 09 October 2016
8. Why I like to code in ABAP in Eclipse
(Thoughts)
... and after 2-3 days I gave up.   2.       Return I’ve return to Eclipse after month or two, when Kepler release was out together with new version of AiE. I’ve said at the time: “I’ll try to work with ...
Created on 27 May 2016
9. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
...    SET_ROW_COLOR Sets a color for a a given row number. Demo ZDEMO_FALV10 shows the usage. In next releases color will be unified in all methods.     methods set_row_color importing value(iv_color) type char04 ...
Created on 09 January 2016
10. FALV (Fast ALV Grid) - First blood
(FALV (Fast ALV Grid))
... alpha release.    Basically what I try to get from this class:   Fast CL_GUI_ALV_GRID creation Replacement of REUSE_ALV_GRID_DISPLAY and REUSE_ALV_GRID_DISPLAY_LVC for a simple editable reports to omit ...
Created on 28 December 2015
11. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
... there is no possibility to create new allocation. 5) Allocation is deleted, so we can now recreate it with new values. Firstly we need to reload again operation data to memory with CP_CC_S_OPR_PROVIDE_BY_MTK ...
Created on 18 April 2014
12. Reset rejection of Purchase Requisition
(How to...)
...    data: fo_req        type ref to if_purchase_requisition.   data: f_document    type mepo_document.   data: fo_resetable type ref to if_releasable_mm.   data: f_success     type mmpur_bool. ...
Created on 24 March 2014
13. Other checks on purchase requisition state
(How to...)
In the previous article I've shown how to check if we can reset the rejection of the purchase requisition. In the same way you can check if rejection is allowed or if release is allowed or if reset ...
Created on 22 March 2014
14. How to check if for purchase requisition rejection can be reset?
(How to...)
...    data: fo_releasable type ref to if_releasable_mm.   if co_factory is initial. " Get requisition factory if we don't pass one     call function 'MEREQ_GET_FACTORY'       importing ...
Created on 18 March 2014
15. Characteristic's own input screen - Part 7 - save characteristic value to databas
(How to...)
...      sort ft_allocvalueschar by charact value_neutral.     sort ft_allocvaluescharnew by charact value_neutral.     sort ft_allocvaluesnum by charact value_from value_to value_relation  unit_from unit_to. ...
Created on 17 November 2013
16. Characteristic's own input screen - Part 6 - move reference data to bapi structure
(How to...)
...                    assign component 'OPTLOW' of structure  to .                   if sy-subrc eq 0.                     case .                       when 'EQ'.                         -value_relation = 1. ...
Created on 16 November 2013
17. Classifications - Part 2 - Get Object Details
(How to...)
...              endif.             assign component 'OPTLOW' of structure  to .             if sy-subrc eq 0.               "convert relations               case -value_relation.                 when 0 or 1 or space. ...
Created on 18 May 2013
18. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 1 - Chart Designer
(How to...)
... data depending on chart type.   When you run ChartDesigner you'll se that there is a lot of chart types available for your use, surely you'll find the one you need here.    Step 1) For my ...
Created on 03 May 2013
19. Link Attachments of Purchase Requisition to Purchase Order
(Tricks)
... attachment to PO. In that way you do not double the same content on server. Bellow you can find the code of an function module which uses 'BINARY_RELATION_CREATE' and 'BINARY_RELATION_CREATE_COMMIT'. ...
Created on 12 April 2013
Łukasz Pęgiel
LVC FCAT How to teach ABAP LOAD COMPLEX TSK DYNAMIC GUI STATUS DDSHIFACE PSEUDO COMMENTS RM07DOCS DELETE USER SETTINGS ALV GRID IN THE NUTSHELL FIELDCATALOG FALV CTMS DDB HAS VALUES INTERNAL ALV Grid in the nutshell Basic Information CVIC MAP CONTACT REPTEXT Field catalog - datatype ALV GRID Field catalog - outputlen FILL MDLB FROM EBAN TEACH ABAP Get filename and extension from full path Field catalog - lzero How to handle CL GUI ALV GRID events in SALV #EC GRID STARTING NEW TASK ITM CREATE COPY MB51 ZDEMO FALV05 - Adding Removing Disabling grid toolbar SALV CONTROLLER METADATA GTGET RECEIVE RESULTS FROM FUNCTION SAP TechEd Field catalog - seltext REFRESH SELECTOPTIONS READ OBJECTS Enhanced MB51 Part 2 - Structure for data SCMS XSTRING BINARY SET READY FOR INPUT COMPONENTS MAINTAIN MDC7 PLUGIN EXPORT TO MEMORY ID COC1 FEATURE CHECK Create a nice looking chart with CL CHART ENGINE - Part 3 - Chart Data and render DARK THEME LEX VALUE APPEND FILENAME COL CHAR CHANGE2 VRM chart designer MMIM REP CUST Secure call of starting new task using RM FREE SESSION
  • 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
  • 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
  • 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.