Printout of the Freight Purchase Order

Hi
I have standard scenario wherein I use Freight Condition and in details of the Condition I input the Freight Vendor.
Now if I want toprint the Purchase Order forthe materials it works fine,however in case of freight Vendor I am not able to print the PO for freight Vendor.
Is there any way so that I can paring the same PO and capture the Freight Vendor.
Regards

Hi,
You are placing Purchase Order with main vendor  where you have material cost with taxes with Freight cost. Freight  cost may be added to material cost or may not added to material cost by charging to separate account. In some cases Freight  cost not known at the time of placing the purchase order & can be paid AT ACTUAL (printed at PO) during goods receipt & can be captured directly in the MIRO to separate G/L acccount. So may be material & Freight  vendor may be same Or material vendor & Freight  vendor may be diffrent but purchase Order will placed to material vendor only(main).
If you want print Freight  Vendor in main PO print out, just take help from ABAPer( Freight  vendor links to Freight  condition type) to print Freight  vendor name some where speecified  in the PO PRINT OUT or cretae a text ID and you can maintaioned the Freight  name & same text ID can be taken to PO print.
Regards,
Biju K

Similar Messages

  • Freight cost condition for the whole purchase order (Header relation)

    Maybe you could help me out with the following difficulty regarding freight costs for the whole purchase orders from the mass maintenance transaction MEK1 for pricing conditions.
    I try to have one freight condition for the whole purchase order.
    For instance, I maintained in the transaction MEK1 for the condition FRA1 the key combination vendor and purchasing organization (table 44) and entered an absolute value of X EUR.
    Unfortunately this condition will not pulled as header costs in the purchase order, because I would have had defined an access sequence in the condition type, but this is not allowed for header conditions in general.
    Do you have any workaround to maintain an item condition, which works like a header condition, so that I am allowed to have an access sequence and be able to maintain MEK1?
    Any comments and help are very welcome.
    Many thanks in advance
    Sabrina

    Hi,
    Fright and discount conditions are called supplement conditon type and  they are always matained with main condition type.
    Please check PB00 condition type in m/06 transaction. You will find pricing procedure assinged as RM0002 to PB00 condtion type.
    So you can maintain fra1 and other supplement condtions in main condtion only in MEk1 trasnaction.
    By selecting the line item and then shift + F7 you can maintain fright or discount condtions for PB00 condition types with out having access sequence for supplement condtion types.
    Regards,
    shailesh Mackwan

  • Freight purchase order 2

    Hi, All,
    In order to settle shipment cost documents, it is necessary to have a
    freight purchase order already exist or have the system create one at
    time of settlement. To have the system create one at time of settlement
    is a configuration setting for the Shipment Cost Item Category.
    Configuration is as below:
    1. Assign a Company Code to each Transportation Planning Point
    Enterprise Structure > Definition > LE > Maintain TPPT
    2. Assign Purchasing Data for Shipment costs
    LE > Transportation > Shipment Costs > Settlement > Assign Purchasing Data
    Enter Purchasing Org, Purchasing Group, and plant for each TPPT and Shipment Cost Type
    The issue is that the combination TPPT and shipment cost only apply for one plant! But the business want to apply for multiple plants. The error message 'An entry already exists with the same key'.
    How to solve this issue.
    Thank you very much

    Hi JC,
    I am also facing the same issue. Did it got solved for u. If yes please provide ur valuable suggestion.
    And could u pls explain the scenario of this freight order, as i am new to this.
    pls i need ur help.

  • Downloading the open purchase order list

    HI Friends,
    Please let me know how to download the open purchase order list from SAP aong vth buyer codes.
    Regards,
    A.S.kumar

    Hii
    Go to ME2N, give the details what ever u want in that screen and in Scope of list - select ALV.
    If u select ALV , it will show in the format of excel sheet , so u download as lik that .
    In selection parameters - u mention WE101/WE102 ...etc , according ur requirement.
    Any clarification , let us know
    Thanks
    SAP-MM
    Edited by: MM group on Feb 19, 2010 6:04 AM

  • R12 - How to customize the seeded Purchase Order PDF report

    Hi,
    We need to customize the layout AND the data of the seeded Purchase Order pdf report that is generated in PO Summary form when user picks drop-down menu Inquire->View Document. I know how to set up the Document Type with a customized layout but I do not know how to update the XML data that feeds the layout.
    Thanks, Mike

    Mike,
    Please review the following documents.
    Note: 374165.1 - How To Customize The PDF Output For Printed Purchase Order Report (Portrait) ?
    Note: 406094.1 - How To Diagnose Issues Within Oracle Purchasing PDF File Creation for Printing
    Regards,
    Hussein

  • Error while closing the open purchase order for MRP run

    HI expets,
                     We are facing issue while closing the old purchase order(18.12.2007) for MRP run, if we are clicking delivery completed for the particular line item ,system is showing the error NET PRICE MUST BE GREATER THAN ZEROthough we have made GR and IR aganist the line item an value is also showing in the purchase order history tab, but in the condition tab there is no value showing for the particular line item .Kindly suggest the way forward.
    regards
    Karthick sundaram

    one thing for sure, you cannot proceed without maintaining proper conditions in the PO.
    Why they are not there or not anymore there is probably caused by customizing or vendor master data changes.

  • Report  showing the open Purchase orders

    Hi Experts,
               Is there any standard report to view the open Purchase orders.
    Developing a new report is the only solution.
    Thanks

    Hi,
    You need not create Zreport.
    Either you can use ME2N with selection parameter WE101 & Scope of list BEST
    or
    Go to SE16
    Use Table EKPO
    Use Filed name ELIKZ
    If you give X list of all the delivery completed items.
    If you leave blank list of all Open PO items will display.
    Reward points if found useful.
    Regards,
    Vengat

  • Wanted To Channge The Standsrd Purchase Order Template with Customized Temp

    Hi ALL,
    I m using oracle 11.5.10.2. I want to change the template attached with the Standard Purchase Order(PO_STANDARD_XSLFO) which is in XSL-FO Formatt.I want to use my customized template for printing Purchase order.I attached one template with the same Data definition which the standard template is having.
    But still it is taking the standard template not the customized one. Can u tell me how i can attch the customized template with the standard Purchase Order. And one thing more if i want to update the exisiting Standard template then how i can update it bcoz the update is disabled for that template.
    Thanx
    Ravi

    Hi Klause,
    Thanx, for ur Reply. I did the same thing.....i copied the xsl-fo for standard template and i just removed the braces from there, which was for printing purpose only. this is the change what i did....
    <fo:inline xsl:use-attribute-sets="legal_details_style">
    <xsl:value-of select="TOTAL_AMOUNT" />
    <fo:leader leader-pattern="space" leader-length="2.0pt" />
    ( --------------i removed this brace
    <xsl:value-of select="CURRENCY_CODE" />
    ) --------------i removed this brace
    </fo:inline>
    and the rest is similar to the standard template.. But it has given me that error....
    Error while generating the PDForacle.apps.xdo.XDOException genDoc() : Exceptionjava.lang.Exception: Error while generating PDF :null java.lang.Exception: Error while generating PDF :null java.lang.Exception: Error while generating PDF :null at oracle.apps.po.communicate.PoGenerateDocument.genDoc(PoGenerateDocument.java:2084) at oracle.apps.po.communicate.PoGenerateDocumentCP.runProgram(PoGenerateDocumentCP.java:302) at oracle.apps.fnd.cp.request.Run.main(Run.java:148)
    Thts the error...which i m getting..... Can u help me out.....
    Thanx
    Ravi

  • How to create the Copy icon in the change Purchase order functionality

    Hi,
    In the shopping cart creation screen, there has a option to copy one Item in the Items in Shopping Cart section.This functionality is supplied by standard SAP.
    Now I will have to build the same logic ( Copy Icon with the copy and paste logic)  in the Cahnge Purchase Order functionality.
    So anybody told me how this can happen?
    Also want to know the BADI or some Function Module name from where standard  SAP did the same thing ?
    Thanks for your help in advance.

    Hi. You could add a new button by amending the template, then use the BBP_DOC_CHANGE_BADI to copy the item when it is pressed.
    Just copy all the details for the line to be copied in the BADI. I think you will have to generate new GUIDs for the new lines using function GUID_CREATE. All the other GUIDs, header, partner etc could be copied from what was already there.
    Alternatively, still using BBP_DOC_CHANGE_BADI, you could add a new custom field, see note 672960, called "Copy Item" and the user could enter an X or something in there to indicate they want to copy.
    Or how about a number of copies, they could enter 1 for 1 copy, 10 for 10 and so on?
    When the user presses check the BADI runs and you copy the lines.
    It would not be as neat to look at as the copy button, but it would actually give more functionality and would mean you would not have to mess around with templates.
    Regards,
    Dave.

  • How to report Invoice details and also the related Purchase order details

    Hello,
    Any suggestions on How to Report both Invoice details and the related Purchase Order details.
    Ex:
    INvoice Line items Amounts /Qty
    PO Line Items Amounts /Qty
    Thanks in advance
    Jagadish

    Hello,
    Any suggestions on How to Report both Invoice details and the related Purchase Order details.
    Ex:
    INvoice Line items Amounts /Qty
    PO Line Items Amounts /Qty
    Thanks in advance
    Jagadish

  • Table name for shipping details for the given purchase order

    Hi,
    Table name for shipping details for the given purchase order
    regards,
    vijay

    Had anybody seen that this question was raised 5 years ago?
    And the question was about where are the shipping details of a purchase order stored.
    The discussion owner hat marked the the discussion a year ago as solved, but did not mark any correct answer and did not tell himself what the solution was.
    The correct answer was given by Amitkumar yesterday, it is EKPV
    I am locking the discussion to avoid that even more wrong answers are added to this particualr question

  • How to see the customer purchase order acknowledgement ?

    How to see the customer purchase order acknowledgement ?
    in that PO ACK where we see the UOM and Qty ?
    thanks & regards,
    Srikanth.

    hi
    Customer Purchase Order is nothing but the Sales Order in your system
    Customer Po acknowledgement is nothing but the Acknowledgement that is sent out (output type BA00) to the Customer after the Sales Order has been created.
    Note: Purchase is to Customer - Sales is to you as the Vendor.
    cheers
    Nandu
    Edited by: Nanda Kumar Veeraraghavan on Apr 1, 2008 12:11 AM

  • Return Purchase Order against the original purchase order

    Dear guru ,
    I need to create a return purchase order.
    Can I create this po against the original purchase order ?
    Where I maintain this info in me21n ?
    Thanks in advance.

    Hi
    You can use the Tracking number field - Requiremnt number for this if you are not using this.
    You can create new custom field and get it filled with the PO and item number.
    There is an user exit for mainatining customfields MM06E005  Customer fields in purchasing document
    Thanks & Regards
    Kishore

  • Is ther any std report to know the overdue purchase order?

    Hi,
    Is ther any std report to know the overdue purchase order based on the delivery date.
    regards,
    vimal

    hi,
    I don't think there is any report for your requirement...Pls contact ABAPer for the requirement...and refer the following reports and tables:
    reports: ME2N/ME2M/ME2L
    tables : EKET: delivery schedules for PO...
    Regards
    Priyanka.P

  • HOW TO KNOW THE  EACH PURCHASE ORDERS GROSS INVOICE  VALUE

    HI SIR,
    ANY  BODY PLESAE TELL ME
    HOW TO KNOW THE  EACH PURCHASE ORDERS GROSS INVOICE  VALUE BY GROUP WISE PER SPECIFIC TIME PERIOD.

    hi
    try ME80FN
    regards
    vijay

Maybe you are looking for

  • BADI in ECC 6.0

    Hi Experts, I had implemented a BADI in ECC 6.0. It is having some warnings. <b>But i am not able to activate the implementaion.</b> This badi is basically to copy the PO reference for Repair, Rework & Refurb to vendors to all documents. For this i f

  • Using TC as external hd in windows xp

    Hi. I am trying to get my TC to let me access files on ifrom windows xp running under vmware fusion. How do I set this up? Thanks muchly.

  • IPhone 3GS is stuck in recovery mode after update

    I just synced my iPhone to my computer and installed the newest iPhone update using iTunes. After the sync/update was finished (all but my photos because for some reason iTunes has never backed up my photos from my phone) I was prompted to restart my

  • PO collaboration material not able to transfer to SNC under DR environment

    Dear all, I have a question. The demand of our PO collaboration (i.e. CMI) material does not get transfer to SNC (i.e. we are using the Dynamic Replenishment, DR) even if we will to run the RSMIPROACT program. I check all the necessary setup in IDOC,

  • Clarification in Depreciation

    Hi, I have gone to live on 01.10.2008 and i have uploaded asset and depreciation amount also its tallied,now in year end i want to post the depreciation for rest of the months ( Nov to March) at that time system has not allowed to post the depreciati