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

Search for:
Search Only:

Page 1 of 2

1. http://abapblog.com/files/nugg/ZAB_MB51_CALL.nugg
(Attached to Article: Enhanced MB51 Part 6 - ZMB51 program)
Filename: ZAB_MB51_CALL.nugg ...
Created on 28 March 2014
2. http://abapblog.com/files/nugg/ZAB_MB51_CALL.nugg
(Attached to Article: Enhanced MB51 Part 5 - Export from MB51)
Filename: ZAB_MB51_CALL.nugg ...
Created on 28 March 2014
3. http://abapblog.com/files/nugg/ZAB_MB51_CALL.nugg
(Attached to Article: Enhanced MB51 Part 4 - Call MB51)
Filename: ZAB_MB51_CALL.nugg ...
Created on 28 March 2014
4. http://abapblog.com/files/nugg/ZAB_MB51_CALL.nugg
(Attached to Article: Enhanced MB51 Part 3 - Get selection parameters)
Filename: ZAB_MB51_CALL.nugg ...
Created on 28 March 2014
5. http://abapblog.com/files/nugg/ZAB_MB51_CALL.nugg
(Attached to Article: Enhanced MB51 Part 2 - Structure for data)
Filename: ZAB_MB51_CALL.nugg ...
Created on 28 March 2014
6. 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
7. ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
Hotspot fields are very widely used in ALV, such fields have the behaviour and style of hyperlinks, which means they are triggering the single-click event of ALV called HOTSPOT_CLICK. It is commonly used ...
Created on 27 April 2020
8. ALV Grid in the nutshell: Field catalog - sp_group - Group key
(ALV Grid in the nutshell)
... Keys In the call of SET_TABLE_FOR_FIRST_DISPLAY I’ve added the texts for the groups. Figure 110 Call of SET_TABLE_FOR_FIRST_DISPLAY with special groups   Now, after launching ...
Created on 18 April 2020
9. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... deep dive into topic, to understand how we can use this interface and for which purpose.   Seems that, using this interface, you can call from ALV grid an BW Query, SAP Query, ABAP Report Program ...
Created on 13 April 2020
10. 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
11. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
... (lets call it here Z_DESTINATION_TO_NBP) tha will point to https://www.nbp.pl/kursy/xml/lasta.xml, where the last exchange rates are posted.   The XML behind has following ...
Created on 06 April 2020
12. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... prefer to create an RFC destination (lets call it here Z_DESTINATION_TO_TCMB), as on many servers you need to provide credentials for PROXY and it is safer to keep it saved inside RFC destination, ...
Created on 06 April 2020
13. ABAP Extensions - Automatic Logon
(How to...)
... t of Eclipse and if you want to logon automatically only to the systems, for which you have stored the password already. These are also default settings for the plugin. The logon happens in the backgrou ...
Created on 04 January 2020
14. ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
(ALV Grid in the nutshell)
... type, or for example a table. Just like DATATYPE, you don’t need to fill this field manually, when you’ll leave it empty, ALV grid will automatically setup a proper type according to referenced internal ...
Created on 18 December 2019
15. ALV Grid in the nutshell: Field catalog - datatype
(ALV Grid in the nutshell)
DATATYPE field has small influence on the way the column is displayed. You can omit this field and then ALV grid will automatically fill this field and additionally JUST, OUTPUTLEN, INTTYPE, INTLEN and ...
Created on 11 December 2019
16. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
Conversion Exit was already mentioned while describing the EDIT_MASK field, but here it is called in a bit different way. Before saying how, it is important to understand the conversion exits. They are ...
Created on 29 July 2019
17. ALV Grid in the nutshell: Field catalog - outputlen
(ALV Grid in the nutshell)
OUTPUTLEN can be used to setup the width of the column (if you don’t use automatic column width optimization). When automatically created, usually it have the value of the maximum field width, but when ...
Created on 29 July 2019
18. ALV Grid in the nutshell: Field catalog - tabname
(ALV Grid in the nutshell)
The name of this field suggest to put here an internal table name, but it seems that it has no function at all. When SAP fills field catalog automatically, then value of this field is set to ‘1’. You can ...
Created on 24 June 2019
19. ALV Grid in the nutshell: Basic Information
(ALV Grid in the nutshell)
... you don’t have to do that. You can create it also before calling the screen, like in the simple example of using CL_GUI_CUSTOM_CONTAINER that you can find in Figure 1 and in demo program ZDEMO_AIN_CL01. ...
Created on 24 June 2019
20. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... you, but I hope it will help you in your daily job.  From all available grids as the one to describe I’ve selected CL_GUI_ALV_GRID, which was, or maybe still is, called by many persons ALV OO. ...
Created on 24 June 2019
21. SAP Fiori - HTTP request failed403,,CSRF token validation failed
(How to...)
... ific credentials for logon, and here the surprise started :)   HTTP request failed403,,CSRF token validation failed error appear when I was calling oModel.create method...... & ...
Created on 06 June 2019
22. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
...  the five custom function codes on selection-screen? Well, definitely I have and it was really annoying as I wanted to be able to dynamically assign the slection-screen function key depending if it's alrea ...
Created on 21 November 2018
23. Unlock yourself on the DEV system
(Tricks)
... ABAP4_CALL_TRANSACTION FM with proper RFC target of your DEV system and transaction SU01. 2. Put your user name into proper field, switch on debugging using /h command and click on unlock button.  3. ...
Created on 15 November 2018
24. ATC Pseudo Comments list
(Tips)
... HERE 13 W &1 OR branches with different fields in the WHERE condition (without brackets) CI_CMPLX_WHERE   CL_CI_TEST_CRITICAL_STATEMENTS 1 W  ...
Created on 26 September 2018
25. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... rchy. endclass. start-of-selection.   data(hlp) = new lcl_hlp( ).   call screen 0100. *&---------------------------------------------------------------- ...
Created on 20 August 2018
26. CMD_EI_API deletes contact persons?
(Tips)
...  a while I've found out that I have to call additionally the method update_modules and now the customer was saved. But now all contact persons for customer where deleted, even when I w ...
Created on 13 August 2017
27. ABAP Favorites Eclipse plugin
(How to...)
1.Why I’ve created the plug-in?   I was always missing a small functionality in Eclipse - a Favourite SAP T-Codes which we all know form SAP Menu. I know to you can call SMEN transaction ...
Created on 29 June 2017
28. SAP Script error with percentages using decimal field
(Tips)
...  the tax percentage, was showing wrong value if the print program was called for the second time.   The first output was OK, 8,00 % as value.       But when  ...
Created on 03 June 2017
29. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... ;dates.     call function 'BAPI_OUTB_DELIVERY_CREATENOREF'       exporting         ship_point    = del_shipping_point    " Shipping&n ...
Created on 15 February 2017
30. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
... l.     class-methods: call_components_update importing value(i_order)         type ebeln                                                     value(i_position)      type eb ...
Created on 04 February 2017
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
FILL MDPA FROM EBAN GUI ALV GRID Copying is not poss RESET REL ALLOWED OPR ALLOCATION PROVIDE GUI TITLE COC1 FEATURE CHECK Custom selection-screen fields for MD07 MS07 ALV GRID IN THE NUTSHELL ALV Grid in the nutshell Field catalog - icon DOMNAME VRM SET VALUES FIELDCATALOG CURRENT CELL VIA SAVE REUSE DISPLAY Field catalog - inttype - ABAP data type FALV MEREQ GET FACTORY APPEND USER OBJECTS SAPGUI FUNCTIONCODE SLIN DFIELDNANE ESDUS GAME Field catalog - no convext SBCS SEND UPDATE SELECTED ROWS ABAP ZIP ALV GRID ZCL Secure call of starting new task using RM FREE SESSION CHECK COMMIT WORK RELEASABLE SEARCH SAP TechEd CFIELDNAME REJ GLOBALS SLVC FULLSCR LVC FCAT RSFUNC TXT ITM CREATE COPY IXML PARSER READ SETTINGS F4IF SHLP DESCR ADT QUANTITY SALV AGGREGATIONS COL POS SLICENSE MB51 ENHANCEMENT SUBTOTAL TEXT GUI HTML EDITOR SAP SCRIPT
  • 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
  • Call standard F4 search help with customized parameters
  • FALV (Fast ALV Grid)
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create XLSX file from internal table in background v2
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • ATC Pseudo Comments list
  • Create fieldcatalog from internal table
  • GOS - How to add business documents at creation of object
  • Link Attachments of Purchase Requisition to Purchase Order
  • Subtotal lines of ALV GRID OO as content separator
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • 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.