• 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. Classifications - Part 1 - <span class="highlight">prepare</span> structure for class data
(How to...)
Today I'll start to show you how you can prepare some methods to be able to read classification data without carrying each time about the kind of characteristics. If you follow my suggestions then ...
Created on 17 May 2013
2. ALV Grid in the nutshell: Field catalog - col_id - ALV control: Column ID
(ALV Grid in the nutshell)
Column ID is not really a special field in ALV. It is always filled automatically by ALV and your manual entries are overwritten and set to the same value as COL_POS (Column position). I’ve prepared ...
Created on 08 June 2020
3. 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
4. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
One of the standard requests that comes with every SAP implementation is automatic download of exchange rates to your system. Today I will show you on an example of Central Bank Of Turkey, how to transform ...
Created on 06 April 2020
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. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... different instances of ERP.   In order to allow you to use ZCL_CMD_CUSTOMER class with the custom fields I've prepared the logic that needs to be used. You need to create local or global ...
Created on 06 June 2019
7. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... me a possibility to organize it in the buildings of the company, as well as I got all needed resources to prepare the whole event including food, drinks and gifts. I received also a help to organize the ...
Created on 02 April 2019
8. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
...  As we have a class then we can prepare little demo for using it. As you can see bellow, I'm activating the button only if checkbox is selected, then I'm deactivating it when it's empty. Try to do this ...
Created on 21 November 2018
9. How to extend the time between SAP license installations on NPL
(Tricks)
... SAP is prepared for that, so you're not able to run your NPL instance until SAP prepares update. With this trick you can run your instance further as the VM time is still in the past :-)   Cheers ...
Created on 03 August 2018
10. A new hope for dark side with Darkest Dark Theme for Eclipse
(How to...)
...    Debugger variables:     Outline:     ABAP Element Info:   And this is how Darkest Dark looks in full screen. As lots of this icons were prepare in ...
Created on 27 February 2017
11. 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
12. 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
13. 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
14. #SAPTechEd 2016 Barcelona
(Thoughts)
Hola! although I'm still in Barcelona and the event just finished, I'd like to share with you some first thoughts I have about SAP TechEd 2016 event.       You can't imagine how was I happy ...
Created on 10 November 2016
15. The SIN of progress indicator
(Tricks)
...  So what you can do is simply SET PARAMETER ID 'SIN' FIELD '0'. And you will get rid of progress indicator in not needed places.   I've prepared also a class with single method to ...
Created on 19 August 2015
16. Popup with multi-select ALV
(How to...)
... allows multiple row selects.  1) In order to prepare such popup you'll need to firstly define some global variables in FG which you can find bellow: constants: c_ccname_grid_popup type scrfname value 'CC_GRID_POPUP'. ...
Created on 29 April 2014
17. Enhanced MB51 Part 1 - Goal and prerequisites
(Tricks)
... to time consuming to prepare same logic like in MB51 and in case of any changes in oryginal transaction I would need to adjust program again   Do implicit enhancement in RM07DOCS to add missing fields ...
Created on 24 March 2014
18. Range to search in lower case fields
(Tricks)
... report to use the function: report  zab_prepare_values_for_cs. parameters: f_char40 type char40. data: retcode, screen. ranges: r_char40 for f_char40 . field-symbols:  like line of r_char40. ...
Created on 13 March 2014
19. Characteristic's own input screen - Part 8 - example of use&#160;...
(How to...)
...  * This program was prepared by Łukasz Pęgiel for presentation purpose * at http://abapblog.com . * You can use it in your SAP instance without any warranty * for non-commercial and commercial  use but you cannot sell it as ...
Created on 17 November 2013
20. Characteristic's own input screen - Part 1 - Convert Values To Floa
(How to...)
... finally able to prepare all needed functions.   So firstly what was needed (additionally to previously presented methods): - method to show standard characteristics update screen with possibility to put ...
Created on 31 August 2013
21. Extend allowed runtime of a program
(Tricks)
... long. Also if you got one select statement which takes more than maximum runtime for your system then it will not help so you have to prepare your coding to be able to use any of this method, like spliting ...
Created on 25 June 2013
22. Custom selection-screen fields for MD07/MS07
(Tips)
... using dummy transaction codes MDC7 and MSC7. All you need to do is to prepare a table of type MDMWX, export it to memory 'START_MD07' and call dummy t-code. Bellow you can find an example of the ...
Created on 16 June 2013
23. How to select proper configuration entry
(Tips)
...        if sy-subrc ne 0. exit. endif.       "assign key field of source       assign component sy-index of structure f_sour_conf to .       if sy-subrc ne 0. exit. endif.       "prepare score value ...
Created on 31 May 2013
24. Classifications - Part 4 - example of use
(How to...)
As I promised I will show how to use the methods we've prepared in previous parts of this tread. I will write simple program that calls the method get_objects_of_class and then loops through the results ...
Created on 26 May 2013
25. Classifications - Part 2 - Get Object Details
(How to...)
  In the first part I show how to create a structure on a base of class characteristics, now I will describe how to get the characteristics values for a object and how to fill the structure we've created ...
Created on 18 May 2013
26. Create XLSX/MHTML file from internal table in background
(Tricks)
... most important is that you can use this method in a background so you can prepare some jobs for your programs and send results of them to the users!   Importing: it_fieldcat type lvc_t_fcat ...
Created on 12 May 2013
27. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
(How to...)
... it to chart engine, then I will run the method prepared in previous part (Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 2 - Customization ) to read the customization of the chart and I will ...
Created on 06 May 2013
28. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 2 - Customization
(How to...)
... Then I'll paste the XML content here and save:   After it's done I can prepare a module to read the text, replace title and subtitle and to create an xstring from it. I will use this xstring in ...
Created on 04 May 2013
29. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 1 - Chart Designer
(How to...)
... run one of the versions available there (640 or 700) depending on your GUI version. All files which you'll find in the package are shown below, XML Format.pdf file will tell you how to prepare chart ...
Created on 03 May 2013
30. Load variant to single subscreen (selection screen)
(How to...)
... If you use method shown there it may happen that when you're loading a variant to a screen it overrides also values from other fields. To avoid that I've prepared a method to fill only fields from ...
Created on 02 May 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
MB51 FIELDCATALOG IXML STREAM FACTORY FALV GUI ALV GRID ZDEMO FALV08 - Mass replace function ALV Grid in the nutshell Field catalog - do sum JUST Field catalog - qfieldname VIDEO ALV GRID Download PROCESS CUST REFRESH FROM SELECTOPTIONS LVC FCAT ABAP ESRUO - MM settings table - Part 3 ABAP in Eclipse ADT CTMS DDB SET VAL OBJECT ABAP IN ECLIPSE DESCRIBE NAME Custom selection-screen fields for MD07 MS07 TOTLINE ZCL DARK THEME HOW TO START WITH ALV ALV GRID IN THE NUTSHELL COMPONENTS MAINTAIN SLIN FRONTEND SERVICES EXECUTE RM07DOCS OSTREAM PLUGIN Field catalog - currency ALINK CONNECTION GTINSERT ATC Pseudo Comments list SAVE USER OBJECTS ESRUO SAPGUI FUNCTIONCODE chart designer DELETE CMD API deletes contact persons SAP DEVELOPMENT TOOLS FOR ECLIPSE Scan program for authority-check CUSTOM CONTAINER BAPI OUTB DELIVERY CREATENOREF Enhanced MB51 Part 4 - Call MB51 GET SELECTED ROWS TABLE DISPLAY READ MS OUTLOOK How to teach ABAP EXPONENT Field catalog - round HEADER HANDLE AiE Field catalog - cfieldname LOAD COMPLEX TSK FALV09 - Cell settings ITM CREATE COPY How to copy BOM using CEWB Function Modules
  • 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.