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

Search for:
Search Only:

1. How to...
(Category)
Have you were lacking sometimes the documentation of a FM or BAPI or a manual how to do things that should be possible to do easily but you cannot find it nowhere? If yes I hope you can find what you're ...
Created on 09 April 2013
2. GOS - How to add business <span class="highlight">document</span>s at creation of object
(Tricks)
When you open standard transaction you may be surprised sometimes that although you're able to attach standard attachments while creating document, you're not able to attach business document at ...
Created on 25 April 2014
3. GOS - Link Business <span class="highlight">Document</span>s from PR to PO
(Tricks)
... need a a method to link business documents of PR to PO. This is not so hard as we have in disposition class cl_alink_connection which allows to do such operations. Of course the time when you're copying ...
Created on 25 April 2014
4. Download CV01N/2N/3N <span class="highlight">document</span>s to PC
(How to...)
You might have a task to use or download one or all files attached to document saved via CV01N transaction. This is not a big deal really, you just need to use some FMs available in standard of SAP like  ...
Created on 14 April 2013
5. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... parse XML using for example CL_XML_DOCUMENT class, or you can create a transformation that will convert the XML into internal table. I've choosen the second option in this example, as I've never done ...
Created on 06 April 2020
6. ALV Grid in the nutshell: Field catalog - rollname
(ALV Grid in the nutshell)
The main functionality of the ROLLNAME is to provide a data element that will be responsible for showing F1 help on the grid cell. If in data element the documentation is available, then it will be shown. ...
Created on 12 September 2019
7. ALV Grid in the nutshell: Field catalog - fix_column
(ALV Grid in the nutshell)
... document number. When you setup the value of this field to ‘X’, then the column(s) will be always visible. While scrolling the fields after the last field which has this flag will be moving left or right. ...
Created on 28 July 2019
8. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... this class (and all supporting ones) with abapGit https://github.com/fidley/Customers.  As there is no much documentation about this class yet, I will extend this article in future with more details, ...
Created on 06 June 2019
9. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... documentation   {   "count": 3,   "value": [     {       "id": 297,       "rev": 1,       "fields": {         "System.AreaPath": "Fabrikam-Fiber-Git",         "System.TeamProject": "Fabrikam-Fiber-Git", ...
Created on 20 August 2018
10. Retro ASCII symbols in ALV Grid table
(How to...)
...                    ( symbol = sym_bold_x             name = 'SYM_BOLD_X            ' )                   ( symbol = sym_note               name = 'SYM_NOTE              ' )                   ( symbol = sym_document           name = 'SYM_DOCUMENT          ' ) ...
Created on 03 June 2018
11. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... to create outbound delivery without reference document.     method create_delivery_wo.     data:    error_log     type                   bapiret2_t,              dates         type standard table of bapidlvdeadln, ...
Created on 15 February 2017
12. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
...        exporting         im_tcode     = 'ME23N'         im_trtyp     = 'A'    " Transaction Type         im_aktyp     = 'A'    " Activity Category         im_po_number = i_order    " Document Number ...
Created on 04 February 2017
13. Why I like to code in ABAP in Eclipse
(Thoughts)
... in a pop-up. You can easily copy the types of FM parameters or preview the ABAPDoc and standard documentation   v.      Refactoring – well, this function is really one of the nicest, select ...
Created on 27 May 2016
14. Send 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
15. How to teach ABAP ???
(Thoughts)
... document. If you don't have it, then create it. It will take a while, but once done it's done.    After such lecture your young Padawan should be able to write "Hello World" programs ...
Created on 24 November 2015
16. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
... one of the MM t-codes like ME22N, ME51N or MIGO you see that always you got on the screen one of the latest open document there. Sometimes not last but one of the lasts and you want to make it always last. ...
Created on 14 April 2014
17. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
Let's discus following scenarios with MM standard transactions: When you open one of the MM t-codes like ME22N, ME51N or MIGO you see that always you got on the screen one of the latest open document ...
Created on 31 March 2014
18. Reset rejection of Purchase Requisition
(How to...)
...    data: fo_req        type ref to if_purchase_requisition.   data: f_document    type mepo_document.   data: fo_resetable type ref to if_releasable_mm.   data: f_success     type mmpur_bool. ...
Created on 24 March 2014
19. How to check if for purchase requisition rejection can be reset?
(How to...)
Working with Purchase Requisitions in ABAP is quite pleasant job, but sometimes it's not so easy like with other documents types. You cannot easily say if Requisition is rejected and can be reset by ...
Created on 18 March 2014
20. Characteristic's own input screen - Part 6 - move reference data to bapi structure
(How to...)
...  *         CLASSDOCUMENT        = CLASSDOCUMENT *         CLASSADDITIONAL      = CLASSADDITIONAL *         CLASSSTANDARD        = CLASSSTANDARD           return               = ms_return         tables ...
Created on 16 November 2013
21. Characteristic's own input screen - Part 5 - show characteristic's own update scre
(How to...)
...          default_values       = ' '         language             = sy-langu         document_info        = ' '         excl_knowledge       = ' '         i_called_from_ddb    = ' ' ...
Created on 14 November 2013
22. Characteristic's own input screen - Part 2 - Clear Initial Lin
(How to...)
...          document_info        = ' '         excl_knowledge       = ' '         i_called_from_ddb    = ' '       tables         imp_characteristics  = it_api_char[]         exp_values           = mt_api_vali[] ...
Created on 31 August 2013
23. Classifications - Part 1 - prepare structure for class data
(How to...)
...      importing *     CLASSBASICDATA       = CLASSBASICDATA *     CLASSDOCUMENT        = CLASSDOCUMENT *     CLASSADDITIONAL      = CLASSADDITIONAL *     CLASSSTANDARD        = CLASSSTANDARD       return               = ms_return ...
Created on 17 May 2013
24. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
(How to...)
...    data: fo_ixml_sf type ref to if_ixml_stream_factory.   data: f_ixml_data_doc   type ref to if_ixml_document.   data: f_ostream         type ref to if_ixml_ostream.   data: f_encoding        type ref to if_ixml_encoding. ...
Created on 06 May 2013
25. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 2 - Customization
(How to...)
...    data: fo_istream type ref to if_ixml_istream.   data: fo_document type ref to if_ixml_document. "create( ).     fo_streamfactory = fo_ixml->create_stream_factory( ).     fo_document = fo_ixml->create_document( ). ...
Created on 04 May 2013
26. Secure call of "starting new task" using RM_FREE_SESSION_CHECK&#160;...
(Tips)
...  *         IMPORTING *           GOODSMVT_HEADRET              = *           MATERIALDOCUMENT              = *           MATDOCUMENTYEAR               =       tables         goodsmvt_item                 = ft_goodsmvt_item ...
Created on 25 April 2013
27. Save message with attachment in Outlook's Draft
(Tricks)
... all functions for OLE & MS you can find in MSDN documents. Here is the code with f_path parameter which is used to pass path of local file to attach to message: form outlook using f_path type csequence. ...
Created on 16 April 2013
28. Zipping in IZArc with ABAP directly on PC
(Tricks)
...  *        document = f_path         application = f_apppath         parameter   = f_parameter         synchronous = f_synchro       exceptions         cntl_error = 1         error_no_gui = 2 ...
Created on 15 April 2013
29. Link Attachments of Purchase Requisition to Purchase Order
(Tricks)
If during creation of purchase requisition you've attached some documents into requisition and you convert requisition to purchase order then the attachments aren't copy to PO. But you can do it ...
Created on 12 April 2013
Łukasz Pęgiel
FIELDCATALOG ZCL CMD CUSTOMER ZDEMO FALV11 - Editable Grid settings ADT SAVE USER OBJECTS FALV CUSTOMER - Wrapper for CMD API classes ALV GRID PURCHASE ORDER ITEM SET CONDITIONS FIELDNAME BAPI EXCHANGERATE CREATE CFIELDNAME GUI ALV GRID ALV Grid in the nutshell Field catalog - no sign LZERO AT SELECTION-SCREEN OUTPUT KKB SELECTIONS READ Save message with attachment in Outlook's Drafts ALV GRID IN THE NUTSHELL TOOLTIP OUTB DELIVERY CREATENOREF VIDEO SAP SCRIPT Field catalog - key ABAP DEVELOPMENT TOOLS IN ECLIPSE RELEASE ALLOWED GET SELECTED ROWS COC1 FEATURE CHECK LVC FCAT sel Field catalog - quantity OBJCL CHANGE TVCPL Field catalog - datatype CREATED VARIANT DESCRIBE NAME ABAP ELEMDESCR Field catalog - sp group - Group key SAPGUI PROGRESS INDICATOR Basic Information FALV05 - Adding Removing Disabling grid toolbar QFIELDNAME RSBCS EXAMPLE EMAIL SIMPLE Field catalog - ifieldname Create a nice looking chart with CL CHART ENGINE - Part 2 - Customization BCS FILL MDPA FROM EBAN FRONTEND #EC API EXTRACT MEPO151 TOTEXP SALV CONTROLLER METADATA
  • 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
  • FALV (Fast ALV Grid)
  • Call standard F4 search help with customized parameters
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create XLSX file from internal table in background v2
  • ATC Pseudo Comments list
  • Create fieldcatalog from internal table
  • 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
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • 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.