Twitter

Twitter timeline

Tweets by @abapblog
  • Home
  • About me
  • FALV
  • Articles
    • Tricks
    • FALV (Fast ALV Grid)
    • 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: 39 results found.

Search for:
Search Only:

Page 1 of 2

1. SAP Script error with percentages using decimal field
(Tips)
If you would ask me if I would write something about SAP Script then I would definitely answer "Hell no!". I hate SAP Script to be honest, it has for me only one advantage - speed of printou ...
Created on 03 June 2017
2. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
To continue previous two posts about re-exploding and deleting subcontracting BOM of purchase requisition item, let me describe you how to do the same thing with subcontracting BOM of purchase order line. ...
Created on 04 February 2017
3. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
In previous post I've shown how to re-explode subcontracting components of purchase requisition using FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE . Using very similar code you can delet ...
Created on 03 February 2017
4. Re-explosion of subcontracting BOM in Purchase Requisition
(Tricks)
I faced lately a small issue in one of the process in our company, I needed to re-explode the BOM of subcontracting item in purchase requisition. Normally users goes to ME52N and press "Explode ...
Created on 02 February 2017
5. Why I like to code in ABAP in Eclipse
(Thoughts)
... can be connected to many systems at once (each system has own project) and you can have code open on each of them in separate tabs. It’s also really easy and fast to do comparison of code at different ...
Created on 27 May 2016
6. How to access private or protected data and methods of CL_GUI_ALV_GRID
(Tricks)
... from CL_GUI_ALV_GRID, which is normally not possible.   When you look into the class definition you'll notice that there is only one global friend - interface IF_ALV_RM_GRID_FRIEND which has no ...
Created on 26 May 2016
7. 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
8. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
Column class was created to be able modify faster the settings of field catalog at any place and time. Each field of field catalog has it set method with only one parameter IV_VALUE which type is equal ...
Created on 10 January 2016
9. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
... L_ENABLED, SET_CELL_BUTTON, SET_CELL_HOTSPOT All above methods works only if you've previously set style field name for cells in layout. All of them has field name and row number as parameters. Demo ZDEMO_FALV0 ...
Created on 09 January 2016
10. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
... uses few of previous demo examples + at the end it calls screen 0100 which has container CC_MAIN and they are used to create last FALV. So you have choice, you can use full screen FALV or you can place ...
Created on 06 January 2016
11. FALV (Fast ALV Grid) - First blood
(FALV (Fast ALV Grid))
... but it has already some basic functions available, that's why I'm presenting you just short demo and some screen-shots of the code. I will of course put a nugget here as fast as I'll finish ...
Created on 28 December 2015
12. How to teach ABAP ???
(Thoughts)
... can developer create a program which creates purchase orders without knowing purchase organization, purchasing group or company code he can use for testing. How he can know what to fill in BAP if he never ...
Created on 24 November 2015
13. AiE (ADT) dark theme settings
(How to...)
... be probably asked to reopen all current tabs.     The view which will come will not be the best. As only Eclipse theme has changed but not the ADT color settings.     You can now ...
Created on 16 July 2015
14. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
... has dynamic text but you cannot create buttons at runtime and you always have to create GUI STATUS and GUI TITLE in SE41, which personally I don't like, as in most small reports you have to create ...
Created on 11 July 2015
15. CL_PROGRESS_INDICATOR VS direct call of SAPGUI_PROGRESS_INDICATOR
(Tips)
... example 1000) and if there was no rest from such division then I was running this FM, just to avoid calling this FM to often. The problem of this FM is that when used in background it hasn't show any ...
Created on 28 April 2015
16. Battleships game (two players)
(How to...)
... in INDX table under AB id. Additionally gui timer has started to run, and at end of the event FINISHED method to search partner for you is run. If it founds one, then you start to play, if not ...
Created on 10 January 2015
17. Mass replace popup for ALV grid
(Tips)
... user has at least one free session available. We can check that with FM RM_FREE_SESSION_CHECK. If the check is successful the we call FM from 3rd point starting new task and performing ss1001_call_end funtion at ...
Created on 27 April 2014
18. GOS - How to add business documents at creation of object
(Tricks)
... on Purchase Requisition object which is used in Z-tcode. In the main program we have define global parameters: data: g_gos_ident     type borident. data: g_banfn  ...
Created on 25 April 2014
19. GOS - Link Business Documents from PR to PO
(Tricks)
In article Link Attachments of Purchase Requisition to Purchase Order I've shown how to link standard attachments from purchase requisition to purchase orders, but to have full set of options ...
Created on 25 April 2014
20. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...        "If we have sub-assembly which is not phantom it still has to be taken into accout ...
Created on 18 April 2014
21. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
... like creation of purchase orders or purchase requisitions. This transaction is used only in some special occasion like only in case of account assignment category is equal to 'A'. In such case ...
Created on 14 April 2014
22. ESDUS, ESRUO - MM settings table - Part 2/3
(Tricks)
... 'Purchase*'. In such way you can select settings for example for Purchase Orders and Purchase Requisitions at once. Table IESDUS will contain results of the selection. data: ft_esduscom type standard table of esduscom. ...
Created on 09 April 2014
23. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... of purchase orders or purchase requisitions. This transaction is used only in some special occasion like only in case of account assignment category is equal to 'A'. In such case for all documents ...
Created on 31 March 2014
24. Reset rejection of Purchase Requisition
(How to...)
As promised today I'll put code for a method to reset the rejection of the Purchase requisition. Most of the code is the same like in the check method, in fact even the code is repeated again ...
Created on 24 March 2014
25. Other checks on purchase requisition state
(How to...)
In the previous article I've shown how to check if we can reset the rejection of the purchase requisition. In the same way you can check if rejection is allowed or if release is allowed or if ...
Created on 22 March 2014
26. 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
27. Characteristic's own input screen - Part 7 - save characteristic value to database
(How to...)
... if something has changed with BAPI_OBJCL_GETDETAIL, then save the values with BAPI_OBJCL_CHANGE. Just one remark, you have to pass all values always to that FM!   Importing: I_DATA TYPE DATA ...
Created on 17 November 2013
28. Characteristic's own input screen - Part 5 - show characteristic's own update screen
(How to...)
... to set values in update screen in case of using reference data structure CTMS_DDB_SET_VALUE_ONLINE to call the update screen CTMS_DDB_HAS_VALUES_INTERNAL to check and get the values from the update screen ...
Created on 14 November 2013
29. Characteristic's own input screen - Part 2 - Clear Initial Line
(How to...)
... refresh it in any call of FM from this function group I had to use old trick with assignment of data from program in memory. But firstly I check with FM CTMS_DDB_HAS_VALUES_INTERNAL if any values are already ...
Created on 31 August 2013
30. Custom selection-screen fields for MD07/MS07
(Tips)
... of the report to call MD07/MS07 with own material list where on selection screen you can find for example purchasing group which is not available in standard. You can also find a link to nugg file. ...
Created on 16 June 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
GUI HTML VIEWER LOAD COMPLEX TSK ECLIPSE RM07DOCS SET SCROLL INFO VIA CTMS DDB VAL FROM OBJECT CREATE COM SELSCREEN STATUS GUI TITLE Custom selection-screen fields for MD07 MS07 ABAP IN ECLIPSE
Follow @abapblog

 


abapblog.com
  • Laserowe usuwanie blizn Tychy
  • Laserowe usuwanie zmarszczek Tychy
  • Paznokcie hybrydowe Tychy
  • Paznokcie tytanowe Tychy
  • Salon Kosmetyczny Tychy
  • Trycholog Tychy
  • Wypadanie włosów Tychy

ABAP Favorites Eclipse plugin

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Latest Articles

  • CMD_EI_API deletes contact persons?
  • ABAP Favorites Eclipse plugin
  • SAP Script error with percentages using decimal field
  • Speed up your coding with ABAP in Eclipse (SITWRO 2017 session)
  • A new hope for dark side with Darkest Dark Theme for Eclipse
  • Copying is not poss.because an entry is missing in Table TVCPL VL473
  • Re-explode or delete purchase order line subcontracting BOM
  • Deletion of subcontracting BOM in Purchase Requisition
  • Re-explosion of subcontracting BOM in Purchase Requisition
  • #SAPTechEd 2016 Barcelona
  • SAP TechEd Developer Hero 2016
  • How to handle CL_GUI_ALV_GRID events in SALV
  • Why I like to code in ABAP in Eclipse
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • Send mail in BADI or User-Exit without commiting

Most Read

  • Create XLSX/MHTML file from internal table in background
  • Refresh ALV GRID and keep position and current cell
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • Call standard F4 search help with customized parameters
  • Link Attachments of Purchase Requisition to Purchase Order
  • Subtotal lines of ALV GRID OO as content separator
  • FALV (Fast ALV Grid)
  • Dynamic GUI STATUS & TITLE with ABAP code
  • EWB Components allocation to routing operation (multilevel BOM)
  • GOS - How to add business documents at creation of object
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • Popup with multi-select ALV
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 1 - Chart Designer
  • Secure call of "starting new task" using RM_FREE_SESSION_CHECK
  • Create fieldcatalog from internal table

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.