• 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)
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
2. ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
... to prepare implementation of the method. In my example I simply read the clicked cell content and I display a message on the screen. The index of row of clicked cell you’ll find in structure E_ROW_ID in ...
Created on 27 April 2020
3. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... e_rates = transform_xml_to_table(  ).   ENDMETHOD. ENDCLASS.   Once you have your internal table filled, you can prepare the code to use BAPI_EXCHANGE ...
Created on 06 April 2020
4. ALV Grid in the nutshell: Field catalog - fieldname
(ALV Grid in the nutshell)
... Figure 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 ...
Created on 24 June 2019
5. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
...  as you may have for example different extensions to customer master data on your different instances of ERP.   In order to allow you to use ZCL_CMD_CUSTOMER class with the custom fields  ...
Created on 06 June 2019
6. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... ompany Hager Group, has given 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 receiv ...
Created on 02 April 2019
7. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
...   ).       endif.     endif.   endmethod. ENDCLASS.sleeted As we have a class then we can prepare little demo for using ...
Created on 21 November 2018
8. How to extend the time between SAP license installations on NPL
(Tricks)
... always 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 :-)    ...
Created on 03 August 2018
9. A new hope for dark side with Darkest Dark Theme for Eclipse
(How to...)
...    And this is how Darkest Dark looks in full screen. As lots of this icons were prepare in icon designer by me and they are not yet synchronised with Genuitec and moder ...
Created on 27 February 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 ...
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 delet ...
Created on 03 February 2017
12. Re-explosion of subcontracting BOM in Purchase Requisition
(Tricks)
... I have figure out 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. ...
Created on 02 February 2017
13. #SAPTechEd 2016 Barcelona
(Thoughts)
... fun and pleasure to meet everyone on TechEd, hope we can meet again not only next year but also somewhere in between!   PS: Next time I'll be better prepared for Jam Band :-) PS2: Some more pictures ...
Created on 10 November 2016
14. 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 ...
Created on 19 August 2015
15. Popup with multi-select ALV
(How to...)
... which 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
16. Enhanced MB51 Part 1 - Goal and prerequisites
(Tricks)
... would be 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 ...
Created on 24 March 2014
17. Range to search in lower case fields
(Tricks)
...      refresh <tab>[].   enddo. endfunction.   Example report to use the function: report  zab_prepare_values_for_cs. parameters: f_char40 type char40. ...
Created on 13 March 2014
18. Characteristic's own input screen - Part 8 - example of use
(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 ...
Created on 17 November 2013
19. Characteristic's own input screen - Part 1 - Convert Values To Float
(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 ...
Created on 31 August 2013
20. 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
21. 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 ...
Created on 16 June 2013
22. How to select proper configuration entry
(Tips)
...        if sy-subrc ne 0. exit. endif.       "prepare score value       f_score = 1. ...
Created on 31 May 2013
23. 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 ...
Created on 26 May 2013
24. Classifications - Part 2 - Get Object Details
(How to...)
...  endmethod.   Previous Part -> Classifications - Part 1 - prepare structure for class data, Next One Classifications - Part 3 - get all objects assigned to class Enjoy!  ...
Created on 18 May 2013
25. Classifications - Part 1 - prepare 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
26. Create XLSX/MHTML file from internal table in background
(Tricks)
...  The 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 ...
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 ...
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 ...
Created on 04 May 2013
29. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 1 - Chart Designer
(How to...)
... to prepare chart 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.  ...
Created on 03 May 2013
30. Load variant to single subscreen (selection screen)
(How to...)
... & RS_CREATE_VARIANT. 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 ...
Created on 02 May 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
ALV GRID IN THE NUTSHELL GUI ALV GRID LOOP AT SCREEN ROUND PLUGIN ALINK CONNECTION GTDELETE BOM HTTP CLIENT RM07DOCS SYM BAPI OUTB DELIVERY CREATENOREF LVC FCAT PROGRAM INDEX SAPGUI PROGRESS INDICATOR MAT CREATE COPY FIELDCATALOG DATATYPE ALV GRID GET DDIC FIELD LIST Battleships game two players PSEUDO COMMENTS LOAD COMPLEX TSK JUST SALV AGGREGATIONS ALV Grid in the nutshell Field catalog CHARACT GETDETAIL SEARCH COMP REQUIREMENT DATE MEREQS EBAN LOOKUP READ USER SETTINGS ESRUO Zipping in IZArc with ABAP directly on PC Copy routing create on a base of existing one PROVIDE ITM PATH The SIN of progress indicator Enhanced MB51 Part 1 - Goal and prerequisites MEPO DOCUMENT REDISPATCH MB51 CSRF token validation failed HTML VIEWER BCS ABAP KKB SELECTIONS CVIC MAP CONTACT Field catalog - fix column VIRTUALBOX Field catalog - emphasize GTFIND PRETTY PRINTER ESDUS ABAP Code Retreat GTINSERT SAP SCRIPT IXML ELEMENT FALV QFIELDNAME FREE SESSION CHECK
  • 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

  • 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
  • ALV Grid in the nutshell: Field catalog - rollname

Most Read

  • Create XLSX/MHTML file from internal table in background
  • Refresh ALV GRID and keep position and current cell
  • Call standard F4 search help with customized parameters
  • FALV (Fast ALV Grid)
  • Dynamic GUI STATUS & TITLE with ABAP code
  • 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
  • Subtotal lines of ALV GRID OO as content separator
  • Create fieldcatalog from internal table
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • EWB Components allocation to routing operation (multilevel BOM)
  • ATC Pseudo Comments list
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • 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.