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. ...
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 delete ...
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 BOM" ...
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 so you ...
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 reset ...
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 ...
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 ...
... 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 saw ME21N. Share ...
... object but you will not save the document at the end? The document itself will be kept so you have to be sure that it will be deleted next archiving run. I will show you an example on Purchase Requisition ...
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 we also ...
...
isave = 'X'
* TABLES
* IESDUS = IESDUS
. 3. You have created your own transaction to handle standard process, like creation of purchase orders or purchase requisitions. ...
... searched config. ILIKE parameter gives you possibility to use patterns, if this flag is set then selection from DB or FG memory is based on the pattern IACTION* for example 'Purchase*'. In such ...
... 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 ...
If you have to adjust conditions for your purchase order line and if during the use of method if_purchase_order_item_mm~set_conditions in BADI ME_PROCESS_PO_CUST you receive an error MEPO151 "Data ...