How to add purchase amount & delivery cost in Bills of Ladding

According to my client i want to use biils of lading while picking bills of lading system should pick delivery cost and purchase amount. Is it way using BADI/Exit Or Implicit Enhancement is there. Please let me know.
Moderator message : Spec dumping not allowed, duplicate post locked. Non-adherence of forum rules will lead to deletion of user-id.
Edited by: Vinod Kumar on Aug 5, 2011 1:47 PM

Hi Thomas,
What about using the "Last Calculated Pricelist".  Would'nt that carry forward the Valuation Price?  You would need to run a "Update Parent Prices Globally" to update the latest Valuation of the Item.  Please check on this as I am not 100% sure of it.
So try this as it may work.
- Create a pricelist called "Valuation Pricelist" and base this pricelist on the "Last Calculated Pricelist" and at a factor of 1.
- Set your Components Item's Pricelist as the "Valuation Pricelist" on your Item's BOM.
- Set your Parent's Item Pricelist also to the "Valuation Priclist" on you Item's BOM and click the orange arrow/triangle button to update the "Parent Product Price" value.
- Update the BOM
- Run a full Production cycle and see what your results are and this should have a "Total Variance" (between your "Actual Components Cost" and your "Actual Product Cost") to zero $0.00
If I am correct, this should carry the total components' values over to that manufactured parent's value.
But every time you purchase a component ("Recieve"), you will need to do an "Update Parent Item Prices Globally".
Try this and let me know what your results are.
Thanks
Message was edited by: Noor Jooma

Similar Messages

  • I need to pick po amount+ delivery cost  for bill of lading in miro

    i have a requirement from customer by using miro tcode when they select use bill of lading it shoud pick po amount and delivery cost default it is picking delivery cost.plz give me solution for picking both amounts
    can anyone suggest me an idea can go for badi/ exit or implict enhancement.plz give a solution
    Moderator Message: You have asked the same question with a different UID here: Re: Facing a problem in miro Well, looks like its time ban you from SCN.
    Edited by: kishan P on Aug 5, 2011 11:43 AM

    i have a requirement from customer by using miro tcode when they select use bill of lading it shoud pick po amount and delivery cost default it is picking delivery cost.plz give me solution for picking both amounts
    can anyone suggest me an idea can go for badi/ exit or implict enhancement.plz give a solution
    Moderator Message: You have asked the same question with a different UID here: Re: Facing a problem in miro Well, looks like its time ban you from SCN.
    Edited by: kishan P on Aug 5, 2011 11:43 AM

  • How do I confirm which delivery cost of MIRO has done or not?

    Dear SAP Guru,
    Please give me suggestion, how do I know which delivery cost has completed the Invoice Verification or not.
    Thanks
    Shoyeb

    Dear,
    I would suggest you to use table EKBZ "History per Purchasing Document: Delivery Costs"
    This table stores all the data related to delivery cost which we have mentioned in PO (i.e GR,MIRO etc)
    Say in your PO for a line item you have 3 freight charges (FRA1,FRB1,FRC1)
    So when you perform MIGO ->  EKAB table will store those 3 freight charges along with the condition type with amount
    Similarly when you perform MIRO for these costs it will create entries for those as well
    So by entering the PO no and item no you can easily compare for which costs MIRO is pending
    In EKBZ table  use EBELN (Po no.) EBELP (Po item no ) and ZAEHK (Counter ) and find for which lines
    VGABE =1 is  there but VGABE =2  not there
    {VGABE = 1 MIGO (I.e goods recept)   2 = MIRO (Invoice receipt) and KSCHL = Condition type (FRB1)}
    Like this you can get the list of the Pending delivery cost for MIRO
    Edited by: redriver on Jan 3, 2012 9:30 AM

  • How to change purchase order's cost center in batch

    Dear all :
    how to change purchase order's cost center in batch?

    Dear Manish :
    thanks so much for you reply.
    the filed which i wanted to change it's content is cost center (KOSTL) in table EKKN.
    i couldn't find it in this t-code when i select fields.

  • How to get rid of "Delivery costs have not been cleared" status = MM_EKKO

    Hi dear experts,
    During pretreatment of MM_EKKO archiving object (TA: SARA), I get an amazing huge amount of PO position which can not be archived due to "*Delivery costs have not been cleared*".
    I tried several ways to find out how to solve this issue but without any success.
    Point is that we do not clear delivery cost regarding those PO positions, but delivery cost are transfered directly to a global account.
    It means that those PO's won't never be cleared.
    Any ideas about how I can fix this issue?
    Best regards,
    Daniel

    Yep,
    no idea why, but when I uncheck the "Final Invoice" box save and went back into the same PO and check again the same "Final Invoice" box, then, as a miracle, SARA=>MM_EKKO=> Pretreatment knows that this document is cleared and can be archived.
    It is just that for now, really old PO's are located in the present residence time
    I hope this slyness will help someone else one day.
    Regards,
    Daniel
    Edited by: Daniel Putzschler on Jul 28, 2009 2:02 PM

  • Purchase Order Delivery Cost

    Hi all,
    when i created PO and enter  freight value,at the point of entering migo an error message "Balance not zero: 99,749.85- debit: 34,197,149.85 credit: 34,296,899.70"
    was displayed ,Please how can i resolve this issue.

    Hi
    when i created PO and enter freight value,at the point of entering migo an error message
    can explain in which tab you enter fright value?  befor posting migo ,how you simulte it
    I think its Miro trasnction,If you value is plant delivery cost then choose deliver+plant delivery cost in miro layout
    or Its unplanned then enter in details tab in unplanned field
    Regards
    Kailas Ugale

  • How to add Purchase Order entry using B1WS?

    Hi,
    I have implemented B1WS in DI server, I am trying to add purchase order entry, but after adding it via B1WS, I am not able to find entry in SAP;
    My code using B1WS:
    public void SAPPurchaseOrder(string _SID)
                _PIService = new PurchaseInvoicesService();
                Document doc = new Document();
                doc.Address ="ab";
                doc.AgentCode = "ab";
                doc.BaseAmountSCSpecified = false;
                doc.CardCode = "VEND7";
                doc.CardName = "Baker & Taylor";
                doc.DocDate = DateTime.Now.Date;
                doc.CreationDate = DateTime.Now.Date;
                doc.DocType = DocumentDocType.dDocument_Items;
                doc.DocumentStatus = DocumentDocumentStatus.bost_Open;
                doc.BaseAmount = 100000;
                doc.DocCurrency = "USD";
                MsgHeader msgHeader = new MsgHeader();
                msgHeader.SessionID = _SID;
                msgHeader.ServiceName = MsgHeaderServiceName.PurchaseInvoicesService;
                msgHeader.ServiceNameSpecified = true;
                _PIService.MsgHeaderValue = msgHeader;
                _PIService.Add(doc);
    Also, I found error while I have use "ADD FUNCTION" as;
    can not empty list of tables, doc1, doc3 and doc10
    Please suggest me a proper entry flow or code to implement.
    Thank you.
    Piyush
    (Rob IT team - Parabox Media Group)

    Hello,
    Just like DI API, you need add doc lines to purcahse order, here is a sample to add a purchase order.
    Public Function Add() As DocumentParams
                Dim myPOParams As DocumentParams = Nothing
                Try               
                    ' Create Input parameters
                    Dim poDoc As Document = New Document
                    poDoc.DocDueDate = Date.Now
                    poDoc.CardCode = "V10000"
                    Dim docLine1 As DocumentDocumentLine = New DocumentDocumentLine
                    docLine1.ItemCode = "A00001"
                    docLine1.Quantity = 1
                    docLine1.TaxCode = "NY"
                    poDoc.DocumentLines = Array.CreateInstance(docLine1.GetType(), 2)
                    poDoc.DocumentLines.SetValue(docLine1, 0)
                    Dim docLine2 As DocumentDocumentLine = New DocumentDocumentLine
                    docLine2.ItemCode = "A00002"
                    docLine2.Quantity = 1
                    docLine2.TaxCode = "NY"
                    poDoc.DocumentLines.SetValue(docLine2, 1)
                    ' Create Service
                    myPOService = New PurchaseOrdersService
                    ' Create Header
                    Dim msgHeader As MsgHeader = New MsgHeader()
                    msgHeader.SessionID = GlbData.sessionID
                    msgHeader.ServiceName = MsgHeaderServiceName.PurchaseOrdersService
                    msgHeader.ServiceNameSpecified = True
                    myPOService.MsgHeaderValue = msgHeader
                    ' Call command with output return
                    myPOParams = myPOService.Add(poDoc)
                    MsgBox("Purhcase Order added: " + myPOParams.DocEntry.ToString(), MsgBoxStyle.DefaultButton2)
                Catch ex As System.Exception
                    MsgBox(ex.Message, MsgBoxStyle.DefaultButton2)
                End Try
                Return myPOParams
            End Function
    Kind Regards
    -Yatsea

  • How to add imort cash delivery duty to material cost

    Dear Friends,
    The requirement is like this:
    We pay some import duties on cash on delivery basis. How could it be added to the material cost?We can not add it on PO as we get the invoice (like courrier charges) on delivery basis. Can we put it during IV.
    Regards,
    ASK

    In SPRO,Activate direct postings in LIV,now material tab is activated in MIRO,You can directly debit
    material to value of courier charges etc.
    Based on invoice you can pay vendor in mode of cash.

  • How To Add Freight Amount in Invoice Before the Invoice is Posted Through SDK

    Dear All,
    I have a requirement in SAP B1 9.0 where the user want to add the freight amount in the freight window based on an udf value automatically .
    So if there is an possibility of adding the freight amount based on an udf calculated value though SDK before the Invoice get added in the Database.
    Please suggest if this is possible through SDK or any work around for this scenario in SAP.
    Thanks & Regards,
    Amit

    Hi Amit,
    Here is a way to do it via UIAPI:
    Setting a Freight by the UI API ?
    If you need to do it via DIAPI, have a look here:
    How to update amount in freight column(INV3) of A|RInvoice through SDK
    DI Copy AP(AP Invoice) from PO(Purchase Order)
    Populating Freight Charges on Sales Order
    Freight in A/R Invoice
    Hope it helps.
    Thanks & Regards
    Ankit Chauhan

  • How to add CST in item cost

    Hello friend,
    I m facing one problem that my Central Sales Tax is adding to raw material account but not add to item cost.
    Pls suggest me how can i add this Tax to my item cost?
    Anticipatory Thanks
    rohit

    Hi Rohit
    Go to  Admin -
    > Financials----->Tax--
    >Tax Types
    Click on CST  Assign Rate as   '4'
    And Again click on CST  And Assign   Effective From Date And its Rate and it will effect the item cost in line level .
    I think this will solve Ur problem
    Cheers
    Regards
    Jenny

  • How to add purchased filter to Photoshop CC? [was:filter]

    как добавить купленный  фильтр в Photoshop cc?
    How can i add bought filter at photoshop cc?

    Which filter?
    3rd party vendors normally provide installation instructions for their products.

  • How to add warehouse in Delivery?

    Hi, in a outbound delivery, in the header picking tab, I am not able to select a warehouse (locked). Is this transferred over from somewhere in the sales order? How would I assign a warehouse to this DN?
    Thanks
    MR

    This question should have been posted in sales forum.
    Ensure that you have assigned the warehouse number to plant/storate location in IMG
    thanks
    G. Lakshmipathi

  • FBL3N - how to add Purchase Organization in the FBL3N output

    Hi,
    We need to add below fields in the FBL3N.
    User Name - who has created the Purchase Order, Purchase organization and Sales organization.
    Can you please let me know is there any user exit or BTE available to add the above fields in the FBL3N output? Please share your thoughts.
    Thank you,
    Rams N

    Hi
    See these notes:
    SAP Note 368310 - LI: Open FI: long text for special G/L transacs
    SAP Note 215798 - FBL*N: Special fields are not displayed
    and related notes
    I hope this helps you
    Regards
    Eduardo

  • How to Add new fields in Cost element Master data transaction: KA01/02/03?

    New fields ZORGUNIT(CHAR 4) is needed to be added in a separate tab. The data should be updated in cost element master data trx.

    >
    Sr!^^ wrote:
    > Hi
    >
    > try with PM01
    Is there any relevancy in your answer?
    Have you read the question?

  • How to post Unplanned Delivery Cost before the actual invoice

    Hello Experts
    Our client has a scenario when they received the unplanned Delivery cost before the actual invoice of that purchase.
    We are handling the Unplanned Delivery cost by entering on the header level on the regular scenario.
    Can somebody give there exert thought how we handle the Unplanned Delivery Cost Invoice before the actual Invoice.

    Hello,
    It is a process issue and I have seen similar situtations. Here is a possible solution.
    1. You should estimate the standard freight and put this as part of Material Cost.
        This can be a condition type or it can come from PIR, depending upon how you
        calculate the material cost.
    2. At the purchasing level, add a condition type for Freight. So, at the time of GR,
        system will automatically accrue the freight amount. This will be based on the
        esitmated amount and not the actual amount. You can capture the offset  
        account in a separate accrued freight payable account.
    3. At the time of processing the actual freight invoice, debit the accrued freight
       payable account.
    4. On regular basis watch your estimated and actual freight expenses and make  
        necessary adjustments.
    Hope this helps.

Maybe you are looking for

  • Final Cut Express vs. Final Cut Pro

    I assume a topic like this has already been discussed, but I would like to know what to do in my scenario. I'm currently a high school junior, and I'm taking a media course in school where I have learned to use Final Cut Pro. Next year, I'll be takin

  • Why won't my iTunes automatically open?

    Until recently, my iTunes account has automatically opened whenever I connected my iPod. This is not a matter of hardware; I have tried with two cables, both of which work. Is this a sign of some type of failure to communticate between my iPod and iT

  • Citrix Metaframe1.8 implementation with Oracle Apps 11i.

    We are considering implementing Citrix Metaframe 1.8 with our existing 11i implementation. As Oracle does not support Citrix as a platform to run Jinitiator, could anyone share their experience with a similar implementation, and maybe advice me on ke

  • Owb 10g release 1 HP Unix Version

    Dear All, Can i know the suitable version for owb 10g release 1 for HP UX Itanium matched for owb 10.1.0.4 windows client version?sh regards raje

  • Multiple war file in single ear in ATG10.1.1 with JBoss

    Hi All, Is it possible to have multiple war files in single ear in ATG? I tried to deploy one but got some errors when. I tried this so that I can have a new site without altering existing crs. I have an ATG10.1.1 instance (Windows 7, JBoss-eap-5.1,