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

Search for:
Search Only:

Page 1 of 2

1. http://abapblog.com/files/nugg/ZAB_MASS_REPLACE.nugg
(Attached to Article: Mass replace popup for ALV grid)
Filename: ZAB_MASS_REPLACE.nugg ...
Created on 29 April 2014
2. http://abapblog.com/files/nugg/ZAB_MASS_REPLACE.nugg
(Attached to Article: Popup with multi-select ALV)
Filename: ZAB_MASS_REPLACE.nugg ...
Created on 30 April 2014
3. 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
4. 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
5. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
...   Figure 112 Group From columns set      Figure 113 Group To columns set   This functionality can be very helpful in reports which has many columns ...
Created on 18 April 2020
6. ALV Grid in the nutshell: Field catalog - domname - Domain name
(ALV Grid in the nutshell)
... grid. Maybe just for information and for Report-Report interface, where this field is use as one of the matching criteria for selection-screen parameters. As you can see on the next image, although ...
Created on 18 April 2020
7. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
Before writing this part, I was never using Report-Report Interface, so probably it is not common scenario to do so, or it is not used with the systems I had possibility to use. But anyway I’ve made a ...
Created on 13 April 2020
8. ALV Grid in the nutshell: Field catalog - reptext – Heading
(ALV Grid in the nutshell)
... automatically from the data element of the referenced field. Figure 97 Texts of Data Element S_FROMAIRP   When you do not use reference to data dictionary and you set REPTEXT ...
Created on 13 April 2020
9. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
... ;   <nazwa_waluty>rand (Republika Południowej Afryki)</nazwa_waluty>       <przelicznik>1</przelicznik>       <kod_waluty>ZAR</kod_waluty&g ...
Created on 06 April 2020
10. 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
11. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
...    Figure 90 ZDEMO_AIN_CL36 Selection screen with data type Figure 91 ZDEMO_AIN_CL36 Result of report with TIMS data type   I’ve tried to enter data in TIME ...
Created on 11 December 2019
12. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
... no more and no less than a function modules that helps to represent the internal values into understandable or more readable values. An basic example is field MATNR which is 18 characters long in ECC and ...
Created on 29 July 2019
13. ALV Grid in the nutshell: Field catalog - no_out
(ALV Grid in the nutshell)
...  Figure 68 ZDEMO_AIN_CL29 hiding of columns In this case I’ve also filled the REPTEXT column, in order to show you that it is possible to move the columns to display. If I wouldn’t do that, ...
Created on 29 July 2019
14. ALV Grid in the nutshell: Field catalog - edit_mask
(ALV Grid in the nutshell)
... of field catalog as well. Using Conversion-Exit, for example ‘==ALPHA’, where ‘==’ sings represents the information that we’re using conversion-exit, and the next 5 characters are reserved for the ...
Created on 28 June 2019
15. 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
16. ALV Grid in the nutshell: Field catalog - cfieldname
(ALV Grid in the nutshell)
CFIELDNAME can be read as currency field name. When you have in your internal table a field that represents the currency for the amount stored in a field kept under FIELDNAME in field catalog, then you ...
Created on 24 June 2019
17. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
... control: ROUND value exponent type lvc_expont ALV control: Exponent for float representation key type ...
Created on 24 June 2019
18. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... next generation of UI in SAP world and I was thinking about when SAP will kill old ALVs. This so far didn’t happened and as there are dozens of ABAP developers who still creates reports and transactions ...
Created on 24 June 2019
19. 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
20. 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
21. 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
22. Unlock yourself on the DEV system
(Tricks)
... and then change the value of the variable LS_MSG-MSGTY or LV_MSG_DATA-MSGTY from 'E' to empty. Presss F8.   5. Repeat the step 4 after pressing the unlock button. Yo ...
Created on 15 November 2018
23. ATC Pseudo Comments list
(Tips)
... ENTS 9 N Dynamic Programming with GENERATE &1 CI_GENERATE   CL_CI_TEST_CRITICAL_STATEMENTS 10 N Read a report/text pool CI_READ_REP & ...
Created on 26 September 2018
24. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... e structure of JSON.  Instead of spending time on creating manually all needed types, I've decided to create a small report that will do the work for me. Once done it will serve for long time.  ...
Created on 20 August 2018
25. 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
26. Retro ASCII symbols in ALV Grid table
(How to...)
... m to display all that I have found on 7.50 SP2 NW system.    report zab_alv_symbols. parameters: dummy as checkbox. initialization. data(grid) = new cl_gui_alv_grid( i_parent =  new cl_gui_docking_containe ...
Created on 03 June 2018
27. SAP Script error with percentages using decimal field
(Tips)
...         I was changing the format of the field in the SAP Script form, but without effect. I was also trying to repeat this on different installations and funny fac ...
Created on 03 June 2017
28. 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
29. 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
30. 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
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
JSON2ABAPtype SALV CONTROLLER METADATA GTGET LVC FIELDCATALOG Copy routing create on a base of existing one GUI ALV GRID PLUGIN ZDEMO FALV12 - Error log MEPO DOCUMENT READ USER OBJECTS ALV GRID IN THE NUTSHELL ALV Grid in the nutshell Field catalog - rollname UI2 JSON FALV Field catalog - cfieldname IFIELDNAME SUBTOTAL TEXT DELETE FCAT APPEND SETTINGS ZCL PRINTOUTS AiE ADT dark theme settings FILL MDLB FROM EBAN UTIL ECLIPSE ABAP RESET REL ALLOWED ALV GRID IXML ELEMENT Reset rejection of Purchase Requisition Field catalog - quantity SELECT STARTING NEW TASK SAPGUI SET FUNCTIONCODE ITM PROVIDE ZERO EWB Components allocation to routing operation multilevel BOM Custom selection-screen fields for MD07 MS07 WYSIWYG HTML Editor in ABAP HTML VIEWER ESRUO - MM settings table - Part 1 ESDUS Field catalog - col pos TABLE TRANSFER SLIS FRONTEND SERVICES GTENVIRONMENT GET VARIABLE ALV POPUP MB51 COC1 FEATURE CHECK Load variant to single subscreen selection screen FRIEND GUI HTML EDITOR HEADER HANDLE DATATYPE CLASS EDIT MASK SELTEXT BAPI ROUTING CALL TRANSFORMATION
  • 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
  • ATC Pseudo Comments list
  • EWB Components allocation to routing operation (multilevel BOM)
  • 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.