• 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

Search

Total: 12 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. 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
9. 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
10. 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
11. 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
12. 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


Łukasz Pęgiel
ALV GRID LVC FCAT ALV Grid in the nutshell Field catalog - outputlen ALV GRID IN THE NUTSHELL ZDEMO FALV10 - Color Settings GUI ALV GRID Field catalog - col pos SALV CONTROLLER METADATA AiE ADT dark theme settings ABAP Code Retreat Tychy 2019 - Organizer Recap FALV OUT SCMS XSTRING BINARY SAP Fiori - HTTP request failed403 LEX Other checks on purchase requisition state DATE IFIELDNAME LOAD COMPLEX TSK Field catalog - rollname RELEASABLE ABAP in Eclipse - Install PRETTY PRINTER IXML DOCUMENT CTMS DDB SET VAL FROM OBJECT FIORI STARTING NEW TASK AiE ABAP ZIP FILENAME OPR PROVIDE MTK id - ALV control Column ID VIRTUALBOX DELETE HEADER HANDLE MM- GTGET GOS MANAGER TECH SAP NPL TOTEXP Classifications - Part 4 - example of use FALV12 - Error log STRUCTDESCR ESDUS DARK THEME MEPO151 ATC Pseudo Comments list COM ABAP DEVELOPMENTS TOOLS FRIEND FREE SESSION CHECK FIELDCATALOG Field catalog - round COL POS SAP DEVELOPMENT TOOLS FOR ECLIPSE SELECT ITM CREATE COPY MS OUTLOOK Basic Information GET GLOBALS SLVC FULLSCR PURCHASE REQUISITION USER INFO
  • 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)
  • Call standard F4 search help with customized parameters
  • ATC Pseudo Comments list
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create fieldcatalog from internal table
  • Link Attachments of Purchase Requisition to Purchase Order
  • GOS - How to add business documents at creation of object
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • 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
  • 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. 

Bootstrap is a front-end framework of Twitter, Inc. Code licensed under MIT License. Font Awesome font licensed under SIL OFL 1.1.