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

Search for:
Search Only:

1. Send mail in BADI or User-Exit without <span class="highlight">commit</span>ing
(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. ATC Pseudo Comments list
(Tips)
...  RAISE_NO_FM RAISE statement outside a function group RC_AFT_COM SUBRC_AFTER_COMMIT SY-SUBRC handling after COMMIT ...
Created on 26 September 2018
3. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
This time the problem which I solved was not an ABAP problem, although at the beginning I thought it is, as while creating of deliveries without reference in standard transaction were done correctly without ...
Created on 15 February 2017
4. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
...      r_messages = message_handler->get_list_for_bapi( ).     commit work.     if i_show_messages eq abap_true.       message_handler->show( im_amodal = abap_true ).     endif.   endmethod. ...
Created on 04 February 2017
5. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
...        r_deleted = abap_true.       commit work.     endif.     if i_show_messages eq abap_true.       message_handler->show( im_amodal = abap_true ).     endif.   endmethod. endclass ...
Created on 03 February 2017
6. Re-explosion of subcontracting BOM in Purchase Requisition
(Tricks)
...      if line_exists( messages[ msgid = 'ME' msgno = '638' ] ).       r_re_exploded = abap_true.       commit work.     endif.     if i_show_messages eq abap_true.       message_handler->show( im_amodal = abap_true ). ...
Created on 02 February 2017
7. How to copy BOM using CEWB Function Modules
(How to...)
... and then use it for copying items to our target BOM in 'CS_CL_S_ITM_CREATE_BY_COPY'. At the end, when everything is fine, use FM 'CP_CC_S_SAVE' to save your changes and commit your work. ...
Created on 28 October 2015
8. GOS - How to add business documents at creation of object
(Tricks)
... And we activate GOS with temporary object name if we're in creation mode:   clear g_gos_ident.   if g_creation_mode is initial.     g_gos_ident-objkey   = g_banfn.     clear p_no_commit.   else. ...
Created on 25 April 2014
9. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
... (CP_CL_P_OPR_ALLOCATION_PROVIDE). We need to do it in order to delete current allocation. 4) Deletion is done with CM_CL_P_COM_DELETE and saved with CP_CC_S_SAVE. Deletion is committed as in other case ...
Created on 18 April 2014
10. Reset rejection of Purchase Requisition
(How to...)
...    call method fo_req->post     exporting       im_uncomplete = mmpur_no     importing       ex_success    = f_success.   "commit changes   if f_success eq mmpur_yes.     call method c_factory->commit( im_no_commit = mmpur_no ). ...
Created on 24 March 2014
11. Extend allowed runtime of a program
(Tricks)
... Call commit work whenever you want to reset the counter of running time for your transaction (especially if you haven't done any update into database tables) If commit work doesn't work or you ...
Created on 25 June 2013
12. Copy routing (create on a base of existing one)
(Tricks)
...      call function 'CP_CC_S_SAVE'       exceptions         error_at_save = 1         others        = 2.     if sy-subrc  0.       rollback work.     else.       commit work.     endif. ...
Created on 26 May 2013
13. Secure call of "starting new task" using RM_FREE_SESSION_CHECK&#160;...
(Tips)
... standard one iside to be able to do commit & rollback       call function 'Z_BAPI_GOODSMVT_CREATE'        starting new task 'NEW_TASK'        performing check_return on end of task ...
Created on 25 April 2013
14. Delete Routing - piece of cake
(How to...)
...          exceptions           error_at_save = 1           others        = 2.       if sy-subrc eq 0.         commit work.       else.         rollback work.       endif.     endif. ...
Created on 18 April 2013
15. Link Attachments of Purchase Requisition to Purchase Order
(Tricks)
... attachment to PO. In that way you do not double the same content on server. Bellow you can find the code of an function module which uses 'BINARY_RELATION_CREATE' and 'BINARY_RELATION_CREATE_COMMIT'. ...
Created on 12 April 2013


Łukasz Pęgiel
SEARCH chart designer Get filename and extension from full path ALV Grid in the nutshell Field catalog - emphasize LVC FCAT MD07 OUT ABAP ELEMDESCR RELEASABLE SAPGUI SET FUNCTIONCODE ALV GRID IN THE NUTSHELL CURRENT CELL VIA JSON2ABAPtype ECLIPSE CVAPI DOC CHECKOUTVIEW LOAD COMPLEX BOM FIELDCATALOG STRUCTDESCR Field catalog - qfieldname TSK SAP DEVELOPMENT TOOLS FOR ECLIPSE AT SELECTION-SCREEN OUTPUT GUI ALV GRID GET GLOBALS FROM SLVC FULLSCR ESDUS FALV SAP TechEd Use AiE ADT dark theme settings REUSE DISPLAY ALV GRID Field catalog - domname - Domain name TOOL ACCESS ESRUO - MM settings table - Part 2 ICON PROVIDE MBM BINARY RELATION GTREAD LINKS BINRELS not allowed SALV CONTROLLER METADATA MDC7 Reset rejection of Purchase Requisition SUBTOTAL TEXT ACR Retro ASCII symbols in ALV Grid table SYM Field catalog - col pos PROGRESS INDICATOR ZDEMO FALV12 - Error log PURCHASE REQ FACTORY SAP WebIDE APPEND USER OBJECTS SAVE SETTINGS COMPONENTS REFRESH SAP TechEd Developer Hero 2016 Field catalog - currency MAINTAIN SMP DYNTXT Field catalog - key sel FALV05 - Adding Removing
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
  • How to handle CL_GUI_ALV_GRID events in SALV
  • Subtotal lines of ALV GRID OO as content separator

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.