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

Search for:
Search Only:

1. <span class="highlight">Send</span> mail in BADI or User-Exit without commiting
(Tricks)
Everybody sends mails from SAP, some are still using old FM SO_NEW_DOCUMENT_ATT_SEND_API1 but some CL_BCS class. This class is really powerful but it has one disadvantage - it does commit work, and not ...
Created on 22 February 2016
2. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... I’ve set sender and receiver, both as RT (ABAP Report Program). Figure 100 TRSTI entry for sender program   I’ve also adapted the field catalog, setting REPREP to ABAP_TRUE for column ...
Created on 13 April 2020
3. Downloading Exchange Rates from NBP (National Bank of Poland)
(How to...)
...            OTHERS                   = 6       ).     IF sy-subrc EQ 0.       client->request->set_method( if_http_request=>co_request_method_get ).       client->send( EXCEPTIONS                      http_communication_failure = 1 ...
Created on 06 April 2020
4. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
...            OTHERS                   = 6       ).     IF sy-subrc EQ 0.       client->request->set_method( if_http_request=>co_request_method_get ).       client->send( EXCEPTIONS                      http_communication_failure = 1 ...
Created on 06 April 2020
5. How to extend the time between SAP license installations on NPL
(Tricks)
... it's the time to shut down your virtual machine. Please power it off or send the shutdown signal.   Now go to the location where your virtual machine is stored at the host machine and ...
Created on 03 August 2018
6. Create XLSX file from internal table in background v2
(Tricks)
...        importing         er_result_file       = r_xstring ).   endmethod.   Now you can use the result XSTRING do download data to application server, local pc or use it to send via e-mail. ...
Created on 01 June 2018
7. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
...      methods: evh_after_refresh for event after_refresh of cl_gui_alv_grid importing sender,       evh_del_change_selection for event delayed_changed_sel_callback of cl_gui_alv_grid.   private section. ...
Created on 09 October 2016
8. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...        dp_error_send             = 12       dp_error_write            = 13       unknown_dp_error          = 14       access_denied             = 15       dp_out_of_memory          = 16       disk_full                 = 17 ...
Created on 28 March 2014
9. Call standard F4 search help with customized parameters
(How to...)
...    read table ft_values with key fieldname = 'CARRID' assigning .   if sy-subrc eq 0.     move -fieldval to p_carrid.   endif.   "send dummy ok_code to refresh screen data   call function 'SAPGUI_SET_FUNCTIONCODE' ...
Created on 07 June 2013
10. Create XLSX/MHTML file from internal table in background
(Tricks)
... So you're receiving at the end of the method an xstring file so you can do what you want with it, for example send via mail to the user, or save it on local PC (like in the example found at the end). The ...
Created on 12 May 2013
11. Save message with attachment in Outlook's Draft
(Tricks)
... to create and send the message directly from SAP, but in a situation when you're working on local files then It may be better to do it with Outlook. This is of course just a short sample of the possibilities, ...
Created on 16 April 2013
12. Download CV01N/2N/3N documents to PC
(How to...)
...                    dp_error_create           = 11                   dp_error_send             = 12                   dp_error_write            = 13                   unknown_dp_error          = 14 ...
Created on 14 April 2013


Łukasz Pęgiel
GUI ALV GRID GOS MANAGER DELETE USER OBJECTS JUST Secure call of starting new task using RM FREE SESSION CHECK ALV Grid in the nutshell Field catalog - exponent GET DDIC FIELD LIST FIELDCATALOG REFRESH TABLE DISPLAY SALV ALV GRID PERIOD AND DATE CONVERT OUTPUT CMD API and Enhance Your ADT ALV GRID IN THE NUTSHELL ABAP HTML Field catalog - dfieldname Fieldname for column group LOWERCASE OPR PROVIDE MTK SEARCH Field catalog - inttype - ABAP data type ZDEMO FALV06 - Grid Layout settings Mark field APPEND SETTINGS ALINK CONNECTION By Topic SET FOR FIRST INPUT PROCESS CUST BAPI EXCHANGERATE CREATE BCS LVC FCAT EXTEND PROGRAM RUNTIME SELECTED ROWS CURRENT CELL VIA ABAP TYPEDESCR TECH AiE Create a nice looking chart with CL CHART ENGINE - Part 2 - Customization FALV ADT Enhanced MB51 Part 6 - ZMB51 program SCAN ABAP-SOURCE DARK THEME DATATYPE ITM RSBCS EXAMPLE EMAIL MB51 SAP CSV FORMAT STARTING NEW TASK Field catalog - no sign CTMS DDB HAS
  • Laserowe usuwanie blizn Tychy
  • Laserowe usuwanie zmarszczek 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
  • Create XLSX file from internal table in background v2
  • FALV (Fast ALV Grid)
  • ATC Pseudo Comments list
  • Call standard F4 search help with customized parameters
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create fieldcatalog from internal table
  • Link Attachments of Purchase Requisition to Purchase Order
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • GOS - How to add business documents at creation of object
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • Subtotal lines of ALV GRID OO as content separator
  • How to handle CL_GUI_ALV_GRID events in SALV

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.