• 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'r ...
Created on 09 April 2013
2. Downloading Exchange Rates from Central Bank of Turkey
(How to...)
... 856</CrossRateOther>     </Currency> </Tarih_Date>   Now there are two main ways to convert XML, you can parse XML using for example CL_XML_DOCUMENT clas ...
Created on 06 April 2020
3. 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
4. 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
5. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... n instal 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 futu ...
Created on 06 June 2019
6. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... lass.   In the example of usage I'll use sample JSON from TFS API documentation   {   "count": 3,   "value": [     {       "id": ...
Created on 20 August 2018
7. Retro ASCII symbols in ALV Grid table
(How to...)
... sp; ' )                   ( symbol = sym_document           name = 'SYM_DOCUMENT        & ...
Created on 03 June 2018
8. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... nal settings :-)    Bellow you can find piece of code which I used to create outbound delivery without reference document.     method create_delivery_wo.     data:    error_log     type                   bapiret ...
Created on 15 February 2017
9. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
... Category         im_po_number = i_order    " Document Number       importing         ex_result    = data(po_ ...
Created on 04 February 2017
10. Why I like to code in ABAP in Eclipse
(Thoughts)
... table, type, etc. ) and all information about it will be fetched and shown in a pop-up. You can easily copy the types of FM parameters or preview the ABAPDoc and standard documentation   ...
Created on 27 May 2016
11. 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 ...
Created on 22 February 2016
12. How to teach ABAP ???
(Thoughts)
... really useful to have such 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 ...
Created on 24 November 2015
13. GOS - How to add business documents 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
14. GOS - Link Business Documents from PR to PO
(Tricks)
... we also 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 ...
Created on 25 April 2014
15. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
... 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 there. Sometimes not last but one of the lasts and you want to make it ...
Created on 14 April 2014
16. 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
17. Reset rejection of Purchase Requisition
(How to...)
...       data: fo_req        type ref to if_purchase_requisition.   data: f_document    type mepo_document. ...
Created on 24 March 2014
18. 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 ...
Created on 18 March 2014
19. Characteristic's own input screen - Part 6 - move reference data to bapi structures
(How to...)
...          importing *         CLASSBASICDATA       = CLASSBASICDATA *         CLASSDOCUMENT        = CLASSDOCUMENT ...
Created on 16 November 2013
20. Characteristic's own input screen - Part 5 - show characteristic's own update screen
(How to...)
...          document_info        = ' '         excl_knowledge       = ' ' ...
Created on 14 November 2013
21. Characteristic's own input screen - Part 2 - Clear Initial Line
(How to...)
...          language             = sy-langu         document_info        = ' ' ...
Created on 31 August 2013
22. Classifications - Part 1 - prepare structure for class data
(How to...)
...  *     CLASSDOCUMENT        = CLASSDOCUMENT *     CLASSADDITIONAL      = CLASSADDITIONAL ...
Created on 17 May 2013
23. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
(How to...)
...    data: f_ixml_data_doc   type ref to if_ixml_document.   data: f_ostream         type ref to if_ixml_ostream. ...
Created on 06 May 2013
24. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 2 - Customization
(How to...)
...    data: fo_document type ref to if_ixml_document. "<=== here is IF_IXML_DOCUMENT   data: fo_parser type ref to if_ixml_parser. ...
Created on 04 May 2013
25. Secure call of "starting new task" using RM_FREE_SESSION_CHECK
(Tips)
...  *           GOODSMVT_HEADRET              = *           MATERIALDOCUMENT              = ...
Created on 25 April 2013
26. Save message with attachment in Outlook's Drafts
(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
27. Zipping in IZArc with ABAP directly on PC
(Tricks)
... yes then execute compression cl_gui_frontend_services=>execute(       exporting *        document = f_path         application = f_apppath ...
Created on 15 April 2013
28. Download CV01N/2N/3N documents 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
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 ...
Created on 12 April 2013
Łukasz Pęgiel
DATATYPE ALV Grid in the nutshell Field catalog - fieldname COMPONENTS UPDATE PREPARE ALV GRID IN THE NUTSHELL SBCS SEND ALV GRID GUI DOCKING CONTAINER REFRESH TABLE DISPLAY ALV GRID FRIEND OUT FALV KKEK CONVERT FLOAT CURR SAPGUI SET FUNCTIONCODE SAP TechEd 2016 MAT BOM CREATE COPY SAP TechEd Extend allowed runtime of a program GET CURRENT CELL Create a nice looking chart with CL CHART ENGINE - Part 3 - Chart Data and render FREE SESSION CHECK Field catalog - key Create fieldcatalog from internal table PURCHASE REQUISITION CSRF token validation failed Mass replace popup for ALV grid HTTP CLIENT FIELDCATALOG FROM SELECTOPTIONS MB51 ENHANCEMENT LVC FCAT REUSE ZDEMO FALV05 - Adding Removing Disabling grid toolbar PARAMETERS MEREQ FACTORY HOTSPOT ADT CTMS DDB INIT #EC LOOP SALV AGGREGATIONS PERIOD AND DATE OUTPUT CALL TRANSFORMATION FILL MDLB EBAN #SAPTechEd 2016 Barcelona ZERO SAVE TVCPL MDPA CONVEXIT IXML ENCODING SMP DYNTXT JUST PROGRESS INDICATOR IFIELDNAME DOCUMENT 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

  • 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
  • ALV Grid in the nutshell: Field catalog - rollname

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 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
  • Subtotal lines of ALV GRID OO as content separator
  • Create fieldcatalog from internal table
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • EWB Components allocation to routing operation (multilevel BOM)
  • ATC Pseudo Comments list
  • 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.