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

Search for:
Search Only:

Page 1 of 2

1. Characteristic's own input screen - Part 5 - show characteristic's own <span class="highlight">update</span> scre
(How to...)
Now we're ready to build the data for screen output, call the update screen and then move the data back from screen to reference data. We will use here: COC1_FEATURE_CHECK to get characteristic ID ...
Created on 14 November 2013
2. ABAP Extensions - Automatic Logon
(How to...)
... by using the install button which you can find on the right side of this page.   After installation of update will be able to set the preference if you want to do automatic logon at start of Eclipse ...
Created on 04 January 2020
3. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
Field catalog is one of most important tables that is used in ALV Grid. In most cases you’ll create it manually or at least after automatic creation, you’ll update its content, as most of the columns settings ...
Created on 24 June 2019
4. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... perfect) class to handle the creation or update of customer master data with CMD_EI_API=>MAINTAIN_BAPI method. The whole source code is available as current version on Github, from where you can instal ...
Created on 06 June 2019
5. ATC Pseudo Comments list
(Tips)
...  Update module with invalid statement FM_UPDATE_OK   CL_CI_TEST_EXTENDED_CHECK 1025 W Function module exception missing ARG_OK   CL_CI_TEST_EXTENDED_CHECK ...
Created on 26 September 2018
6. How to extend the time between SAP license installations on NPL
(Tricks)
... user and update the license in SLICENSE transaction. This sometimes makes me a bit nervous. That's why I've setup my installation this way, that the time between OpenSuse and Windows host is not synchronized. ...
Created on 03 August 2018
7. Create XLSX file from internal table in background v2
(Tricks)
... this way makes corrupted XLSX files.  So I've rechecked again how it is done in ALV grid in the new NW releases and I've updated the code, so now the issue with corrupted file is solved. The mothod ...
Created on 01 June 2018
8. CMD_EI_API deletes contact persons?
(Tips)
I'm big fan of CMD_EI_API and VMD_EI_API classes. I use them to create, update and delete customer and vendor master data, including contact persons, partners and all data you have in XD02/XK02 transaction. ...
Created on 13 August 2017
9. SAP Script error with percentages using decimal field
(Tips)
... type.        Then I've updated the calculation of the field to the one shown bellow. The arithmetic calculation is still the same but I've used string expressions to format the value correctly.  ...
Created on 03 June 2017
10. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
...    The main part is again to use FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE , but this time there is no easy way to fill MDPA and MDLB structures which are needed here. So I ...
Created on 04 February 2017
11. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
In previous post I've shown how to re-explode subcontracting components of purchase requisition using FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE . Using very similar code you can delete ...
Created on 03 February 2017
12. Re-explosion of subcontracting BOM in Purchase Requisition
(Tricks)
... how to do this in backgroud. The solution was to run FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE in correct way together with message handler to not interrupt whole process. Here you can ...
Created on 02 February 2017
13. Why I like to code in ABAP in Eclipse
(Thoughts)
... LiveCycle Designer in separate window then it still hangs iii.     Even if the updates are frequent, then not all AiE features are available for all version of SAP. Unfortunatelly there are no SP's ...
Created on 27 May 2016
14. Send mail in BADI or User-Exit without commiting
(Tricks)
... This class only collects the data, and when send method is run then calling a FM SBCS_SEND with destination NONE, or SBCS_SEND_UPDATE in update task, depending what attributes are passed to the class. ...
Created on 22 February 2016
15. WYSIWYG HTML Editor in ABAP
(Tricks)
I was lately trying to find an HTML WYSIWYG editor for ABAP, but I failed. I though or this was not needed so far, or the solution was not posted anywhere. So I've tried several times and thanks to ...
Created on 20 January 2016
16. ZCL_FALV_DYNAMIC_STATUS - for full screen or popup
(FALV (Fast ALV Grid))
... about Dynamic GUI Status & Tittle but was included directly into FALV and updated to keep the logic of it. in ZDEMO_FALV03 and ZDEMO_FALV04 you can find example of usage of fully and partly dynamic GUI. ...
Created on 10 January 2016
17. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
... into ZCL_FALV class then you'll see that you have direct access fcat table where all field catalog settings are store.  When you'll update this table before using display method then it would work ...
Created on 10 January 2016
18. ZDEMO_FALV07 - Columns (field catalog) settings
(FALV (Fast ALV Grid))
... can set all fieldcatalog settings. We can do it in two ways which shows this demo program. "! This is demo for FALV full screen with fieldcatalog update "! done by Lukasz Pegiel for http://abapblog.com ...
Created on 06 January 2016
19. ZDEMO_FALV01 - Standard full screen FALV
(FALV (Fast ALV Grid))
... and simple is to use FALV. A table is passed to factory method , title is updated and then full screen grid displayed   "! This is demo for FALV standard fast call "! done by Lukasz Pegiel for http://abapblog.com ...
Created on 05 January 2016
20. FALV (Fast ALV Grid)
(FALV (Fast ALV Grid))
...  UPDATE: Thanks to Santi Moreno we have now 7.31 version, you can find it here as an attachment ZFALV_V1.1.0.zip. Also GitHub repository is now available here https://github.com/fidley/falv so if ...
Created on 04 January 2016
21. AiE (ADT) dark theme settings
(How to...)
... then I want to share with you my settings and the steps to achieve the same look like I have on my installation. Of course you can update it by your own, but at least you have a starting point.   Probably ...
Created on 16 July 2015
22. Popup with multi-select ALV
(How to...)
...    clear g_okcode. endfunction. I've updated demo program which can be found in attached NUGG file and now also popup usage can be found there. In user_command_0100 module you can find the call ...
Created on 29 April 2014
23. Mass replace popup for ALV grid
(Tips)
...    4) Last needed FM is the one which 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.  ...
Created on 27 April 2014
24. GOS - How to add business documents at creation of object
(Tricks)
... I look for particular or all dummy links older than 1 day and then I set deletion date for the file to tomorrow with cl_alink_connection=>update. So next archiving run not needed files will be deleted. ...
Created on 25 April 2014
25. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
This topic was raised many times, I always found it's not possible to (or at least to hard to try) to update components allocation for routing operations. Fortunately I had to do it somehow and I manage ...
Created on 18 April 2014
26. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
...   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, in my example for ...
Created on 14 April 2014
27. Characteristic's own input screen - Part 8 - example of use&#160;...
(How to...)
We got all needed functions, so I'll give you an example how to call the methods correctly to get characteristics update window like this:   Program bellow is reading firstly the info about stored ...
Created on 17 November 2013
28. Characteristic's own input screen - Part 6 - move reference data to bapi structure
(How to...)
Our characteristics update screen was displayed, data was changes so we need to read the reference data and put the values into BAPI structures in order to be able to save the values to database. I will ...
Created on 16 November 2013
29. Characteristic's own input screen - Part 4 - Move screen values to reference dat
(How to...)
In previous article I've shown how to move characteristics from reference data to screen values table, this method is doing opposite way from screen values table to reference data structure.   Importing: ...
Created on 14 November 2013
30. Characteristic's own input screen - Part 1 - Convert Values To Floa
(How to...)
... update some characteristic values from ALV grid, this would be not a problem at all if the characteristics would be defined from the begriming, but they weren't. In that case I couldn't just add ...
Created on 31 August 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
GUI ALV GRID COMPONENTS MAINTAIN FALV Fast ALV Grid - First blood FALV PROGRESS INDICATOR FIX COLUMN ALV GRID IN THE NUTSHELL SAP Fiori - HTTP request failed403 SYNTAX-CHECK ALV GRID LVC FCAT Enhanced MB51 Part 1 - Goal and prerequisites CMD API deletes contact persons SMP DYNTXT Scan program for authority-check REFRESH FROM SELECTOPTIONS CHART ENGINE BCS MESSAGE Save message with attachment in Outlook's Drafts ALV Grid in the nutshell Field catalog - no out ZCL LAYOUT - layout settings MB51 PROGRAM INDEX FIELDCATALOG QFIELDNAME LOOP BOM PROVIDE MBM DELETE USER SETTINGS LOAD COMPLEX ITM SCMS STRING XSTRING Create XLSX MHTML file from internal table in background BAPI EXCHANGERATE CREATE PURCHASE ORDER ITEM SET CONDITIONS READ OBJECTS FRONTEND SERVICES GTFILE EXIST ZDEMO FALV06 - Grid Layout settings Mark field SALV LEX GOS SERVICE TOOLS AiE SAVE ABAP EXTENSIONS MEPO151 Create a nice looking chart with CL ENGINE - Part 2 - Customization AT SELECTION-SCREEN OUTPUT SIGN API ABAP HTML F4 Help for external date TEXT ABAP Code Retreat MS07 SAP SCRIPT CSRF Token ABAP in Eclipse Field catalog - edit
  • 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.