Freight Charges Break up in PLD

Dear all,
Can any one help me in showing the freight charges break up in PLD. My client is putting Packing and Forwarding charges along with the freight charges in the freight
for example,
freight = 100
P&F = 20
but in document it will display as freight = 120
how can i show this break up in PLD
please help me experts..
thanks and regards,
Yeshwanth Prakash

Dear Yeshwanth,
This could be possible via UDF and FMS. Please try the following:
1. Create UDFs on Marketing Document header level - number of UDF
   depending on the max number of Additional Expenses from the OEXD
2. Use query like below for UDF1:
   SELECT T2.EXPNSNAME + ' ' + STR(T1.LINETOTAL) + ' ' +
          STR(T1.VATSUM) + ' ' + STR(T1.VATPRCNT)
          + ' ' + STR(T1.LINEVAT)
   FROM   OINV T0
     INNER JOIN INV3 T1
       ON T0.DOCENTRY = T1.DOCENTRY
     INNER JOIN OEXD T2
       ON T1.EXPNSCODE = T2.EXPNSCODE
   WHERE  T0.DOCNUM = $OINV.DocNum
     AND T1.LINENUM = 0
   Use query like below for UDF2:
   SELECT T2.EXPNSNAME + ' ' + STR(T1.LINETOTAL) + ' ' +
          STR(T1.VATSUM) + ' ' + STR(T1.VATPRCNT)
          + ' ' + STR(T1.LINEVAT)
   FROM   OINV T0
     INNER JOIN INV3 T1
       ON T0.DOCENTRY = T1.DOCENTRY
     INNER JOIN OEXD T2
       ON T1.EXPNSCODE = T2.EXPNSCODE
   WHERE  T0.DOCNUM = $OINV.DocNum
     AND T1.LINENUM = 1
and so on.
NOTE: The line number is important as there can be more than
one additional expense for the same Document Number;
Note that the query draws the details of one single record per
from the Add Expenses Table. You can make the amendments in the
query as required by either removing or adding more fields;
like increase space between the fields etc
3. Add the UDF to the Layout.
Hope this will help.
Regards,
Gagan Thareja
SAP Business One Forums Team
Edited by: Gagan Thareja on Mar 24, 2009 2:27 PM

Similar Messages

  • How to get Freight Break-up in PLDs?

    My Client requirement is to display various freight break-up in PLDs.They are using Insurance,Transport,Loading etc as various freight category.
    I need to know is there any formula to make a break-up of freight in PLDs that shd mention Insurance Charges,Transport Charges in respective field.
    Although the data & run time value of freight is being stored in INV3 but there is no link available for INV3 in PLD(eg AR Invoice).So I hve nt been able to pick up the run value from INV3.
    PL get some solution for these.
    Regards
    Khushwant

    Hi Khushwant,
    What version of SBO are you using? In SBO 2005A SP1 and 2007A there is a system layout that includes a break down of freight expenses. For example, for a purchase order, you can look at the design of the 'Purchase Order (DIN) (System)' layout. This uses a separate repetitive area and system variables to show freight charges, including any taxes.
    Kind Regards,
    Owen

  • FREE PO WITH FREIGHT CHARGES

    I HAD A PO SCENARIO WHERE I AM GETTING THE MATERIAL AT FREE OF COST.
    FOR THAT I HAVE TO PAY FREIGHT CHARGES.
    FURTHER WE NEED TO UPDATE GOODS RECEIPT , STOCKS AND ISSUES ALSO.
    PLEASE ADVISE IN THIS REGARD FOR CREATION OF PO .

    One way is removing GR based I/V tick and keep FOC indicator in PO  and finally book frieght cost as unplanned delivery cost but like this GR valuation will still be zero.
    Another method is do not use FOC and feed a minimum basic price  say 0.01 Rs and feed actuall freight charges. Finally clear 0.01 Rs entry manually thru MR11 (GR/IR maintenance). I prefer second method if freight charges are considerable.
    Regards
    Avinash

  • Urgent-Freight charges report

    Hi gurus,
    My client have to handle lots of freight charges and they want report for each freight charge paid.
    1.Freight charges divided into transporter,loader man and unloader man etc.
    2.When material comes to godown transporter,unloading and loading charges to be paid.
    3.When these material transfer from godown to other branches also these freight charges are paid.
    4.When sales and dispatch done also its paid.
    So,How would I get report of these freight charges for 1.Material receipt freight charge,2.Material freight charge for material transfer from branch to branch,3.Also for dispatch freight.
    Means, every stock transfer there are freight charges.So how would I track & get report as there are daily lots of stock transfer .
    its urgent
    will award points for every appreciable help.....

    Hi,
    It is a pure Z- report development.
    Usually client looks for how much freight he has paid for particluar activities.
    say yoy have freight condition ZFRL- for local freight charges, ZFRI for import freight, ZUNL- for unloading charges.
    these conditions will be hitting accounts associated with them.
    when ever there will be GR, you can pick the data from material documents.
    for giving you an idea, you can have the report like this with information on:
    PO, material document,material number, qty, freight.
    Your client must have told you that what information he want in reports.
    Regards
    Rajesh

  • Purchase Analysis Excluding Freight Charges

    Dear Expert,
    Our purchase analysis report by ap invoice is exclusive freight charges, is it the norm?  Is there anyway to include freight in the purchase analysis so that we can reconcile it against our purchase report?
    Regards,
    Ng

    Hi
    In purchase analysis report you got Accessable value only.  I think there is no way to add frieght charges in that report.
    With Regards
    Balaji Sampath

  • Freight charges on sales orders

    Hi,
    The system has been maintained to process freight charges, what would be the transaction code to see the freight charges applied to a sale order?
    Thanks

    In T-Code VA02, Go-To [Conditions] and you can view the freight charge(s).
    Standard SAP for Freight condition is HD00

  • How to include Freight charges and unloading charges in Material price.

    Hi All,
    Can you pls. advice how we can include freight charges & unloading charges in Material price (MAP) when receive in system.
    Current Situation :
    We buy Switchgears from vendor, which transported with special vehicle arrangement from different service provider and gets unloaded at warehouse by another service provider. Currently business create seperate PO for Material vendor, Freight Vendor and for unloading service provider. But MAP is only updated with Material cost only. How can I include delivery cost and unloading cost in MAP thro standard SAP process.
    Your solution will help business heaps.
    Regards,

    Hi,
    Create three condition types namely basic material price, freight charges & unloading charges.
    For  basic material price , you can copy PB00 and rename your basic material price condition type.Now freight charges & unloading charges condition type in M/06 , do not maintain condition category ( keep it blank ), so that it will added to inventory cost .For freight charges & unloading charges do not maintain account key & accrual key in Pricing procedure.
    Cretae PO , now you will see all cost added to NET price in PO and you can for doing GR where all cost are inventoried as materisl cost.
    Regards,
    Biju K

  • Regarding additon of Freight charges and Revised Delivery date in Z Trans

    Hi All,
    My client is using Z Transaction ZSales_Book(Billing report) and he wants to add  two extra fields Freight Charges and Revised Delivery date to this report as it is related to VBAP saled document line item and how can we connect it to VBRP Billing document line item can i know the connecting fileds.
    As i passed it to ABAPER as a requirement he asked me the same question..........

    Hi
    Is it is a revised or request delivery date? Assuming it is a request delivery date i am using request terminology
    As you want to add two extra feilds freight charges and Request delivery date.
    For Freight Charges - If they are item level freight charges then you give the following tables data - VBAP,KOMV
    For Revised Delivery Date -  use the following data  - VBAP, RV45A-ETDAT also
    Regards
    Srinath

  • Regarding Freight Charges and Discounts in Depo Excise Invoice

    Hi All,
    I got a requirement from my client for the customization of depo excise invoice in his own format in this invoice i got fields like Freight charges and Dscounts and now i want to know from which table system had to pick these charges if it is normal invoice we can take it by using condition recor number but in a Excise invoice how it shoud be picked and what is the technical information i have to share with abaper for DISCOUNTS and FREIGHT CHARGES to get display in EXCISE INVOICE.
    Regards
    Sunil

    Hi
    Thanks for your reply and i am having one more doubt regarding the customization of excise invoice, in the excise invoice there is one filed Purchase order number and Purchase order date.I checked the fields of this in table VBKD and now i want  to fetch these values using J_1iRG23D according to my ABAPER.
    How can i fetch this and what is the logic involved.
    Regards
    Sunil

  • Freight Charges

    hello Experts,
    There is a scenario that US client maintaining SAP R/3, and They have there Warehouse Geographically Located in Mexico which is a 3rd party and not maintaining SAP R/3, Now in Mexico Warehouse a clerk was sitting to take the Freight Charges for the Goods Delivered which is variable not constant and the same should be reflected in the sales process of US location which they maintain SAP R/3.And also from US location the invoice with serial punch no should be generated and should be revert it back in Mexico Warehouse so that the clerk can give it to the customer at the time of dispatch of goods.
    How u can achieve it?
    Case:
    1: The clerk in warehouse has not given any authorization to logon into US SAP system.
    Assumptions:
    1: As Mexico Warehouse is not maintaining SAP, let us assume that it was maintaining some other Non SAP system.
    Regards,
    Srinivasa Anil Kumar

    here i thing we can achieve using Cross Application tools using EDI.
    i dont know about EDI configuration.. from NON SAP to SAP.
    canany body help in this regard.
    Regards,
    Srinivasa Anil Kumar

  • How to avoid freight charge in sales order and not to invoice with frieght?

    Hi Experts.
    The customer group 5 indicates that the customer does not pay freight - ZLF5 condition, but still the freight is invoiced.
    Here i don want to invoice the customer with freight charge.
    Please advice me regarding this.
    Thanks
    Raghu

    Do the analysis of the pricing and check out if the condition record is maintianed for some other key combination(Access). I tihnk it must have maintained.
    If the frieght condition needs to be populated based on the customer ggroup. maintain that access/Combination on top so that it gets the highest priority
    Rregards
    Nithin

  • Freight charge with tax in sales order

    Hi all
    my company must implement a particular management of freight charges:
    in some cases to the customer sales order my company, a part the product cost, add the freight charges (made by a carrier vendor which will send after a vendor invoice to my company) to item value, but these aren't managed like overprice to product cost, but as a true service sales with how proper VAT tax.
    At example:
    I sell to customer A the product B with unit price 100 and quantity 10 (net value for product 1000) and VAT for product 10% (total value with tax 1100). We add a freight charge (estimated) of 200 euro (net value 1000 + 200 = 1200) with own proper tax percentage (example 20%). The total document value will be 1000 (product net) + 200 (freight charge) + 100 (vat 10% over 1000) + 40 (vat 20% over 200) = 1340 euro with two different VAT tax code.
    You know if exist something in the standard for manage this or I must play with the normal conditions?
    thanks
    Davide

    Dear ,
    Please check the Variant assigned to Sales document type in Tcode: VOV8 and select the document type being used
    and click on detail tab and check the variant field under Transaction Flow Tab.
    And further check the Variant in Tcode: SHD0,if the field is grayed out.
    Regards,
    Ajit K Singh

  • Scenario on Purchasing Process - Freight Charges to Different Vendor

    Hi Experts,
    We have a business scenario here that we want to implement on the MM - Purchasing Process.
    My Client's industry is on Selling Mixed Concrete. Every time they make Contract with Scheduling Agreements, for Raw Materials like Cement 20MM or DUST, on each available Plant from a partner company on a different location. Some of the Location are not inside the country as well.
    When we do Scheduling Agreement, we do a blank quantity for example, 30,000 for 20MM on Plant A and 10,000 for 20MM on Plant B. During the creation of Schedule Lines, we key in differect schedules of delivery (incl PGR). Then by the end of the Period, we create a Vendor Invoice.
    However on some delivery item, we have a scenario where from a specific Vendor A, we have a Vendor B that delivers our Materials to our Plant (Transporter Vendor). So we have to create another Invoice for them. We have to have 1 Invoice for the Supplier and 1 Invoice for the Transporter Vendor.
    I understand that SAP can do 2 Vendor assignment on PO, 1 for Material Goods and 1 for Freight Charge. The Amount will sum up per Ordered Item and during PGI, the Material Cost will be based on this amount. I'm okay with the first statement but the summed amount is not okay with some scenarios.
    The problem with some scenarios is that we should not base the Freight Charge on the schedule quantity. We agreed that the Quantity to be considered for Freight Charge is based on their Shipment Tonnage Agreement (which is weighed on the Vendor 2's side). Then for the Schedule Line Qty, we have to take the Average Weight from our side and from their side, and that should be the Schedule Line Qty. The Amount to be posted in PGR line item should be the amount from the Schedule Line Qty and the Freight Charge based on the Shipment Tonnage Agreement and the Material Cost will be valuated with the sum of these values. At the end of the Month, we create an Invoice for the 2 Vendors at the same time: one with Freight Charge the other on is the Stock Amount.
    So for this requirement, is there a way we can add another Quantity, based on the Shipment Tonnage Agreement to calculate the Freight Charge inside, And the Transporter Vendor, in the Schedule Line Conditions to be included in the PGR?
    Please suggest me configurations to do this also.
    Thanks a lot for your suggestions.

    Hi Cruz,
    If your requirement is to bill on the monthly average basis for the freight vendor, you can create new condition type for freight based on quantity. Use the calculation type 'M' - Quantity monthly price, in conjunction with the scales and use the scale basis 'C' if the freight cost is fixed based on your shipment agreement.
    If your agreement is based on no.of shipments use the scale basis 'S' - no. of shipping units.
    Even if these two are not suiting use the scal basis 'G' - formula and define the calculation based on your requirement.
    Once this is configured for the condition type. Then maintain the conditiona values accordingly.
    Hope this is helpful.
    Thansk,
    Satya

  • Freight Charges posted to vendor Recon., Account

    Dear All,
    Issue is regarding the freight charges borne by the company.
    As we treat freight forwarder as vendor, and enter vendor at sales order level.
    However, how to make the posting of this freight charges to vendor reconciliation account.
    If any inputs required do revert back.
    Inputs will be of great help and rewarded too. 
    with regards,
    Vijayashree

    Hi,
    Is you people using the transportation module?, if your using then freight cost is posted through shipment cost document as a liability in vendor account automatically.
    But in case of transportation module is not using then
    1.  Create Freight condition type and activate the condition type as accrual condition.
    2. Maintain Account key in pricing procedure for Freight condition.
    3. Do the VKOA setting
    4. During the order creation, assign the vendor in header assignment or reference field of sales order
    5. Freight condtion is determined if you maintain conditon record automatically or maintain manually
    6. During the billing document, system creates the liability in the system as a accrual entry.
    7. Vendor number is visible in FBL3N, FBL1N if we store in assignment or reference fireld of header.
    8. Run FBL3N with accrual GL Account, system shows the liabilities which are due for a particular vendor.
    Please consult with your FI Consultant further more to do the process.
    Rewards if it helps
    Regards
    Goutham

  • Freight charges borne by the company

    Dear All,
    Issue is regarding the freight charges borne by the company.
    As we treat freight forwarder as vendor, and enter vendor at sales order level.
    However, how to make the posting of this freight charges to vendor reconciliation account.
    If any inputs required do revert back.
    Inputs will be of great help and rewarded too.
    with regards,
    Vijayashree

    hi Laxmipathi,
    yes, u r right, to click on Answered option. however, msg box pop up to enter the reason to close the issue.
    kindly, guide me accordingly.
    Sorry for the inconvenience caused.
    Regards,
    vijayashree

Maybe you are looking for

  • Cisco ASA 5505 site to site IPSec VPN with RV220W issue

    I have a ASA5505 connected to RV220W through IPSec VPN. When  using SMB to transfer large file, the ASA5505 will show error message: CTM ERROR: Invalid input parameters, ctm_get_scb_prot_stats:1561 The error message from the debug crypto engine. When

  • URL Opens in new window but the window is teeny tiny - why?

    I've successfully used a button in Captivate 3 to launch another published Captivate in a separate window. I set the button options to Open URL and give the absolute filename. I set the window to "New". Now in Captivate 4 the correct file launches wh

  • Nokia Lumia 1320 data coonection problem!

    since update to 8.1 i can't use data connection on phone, but internet sharing works. so APN works no problems with calls, wifi, just data connection on phone! I do not want hard reset!!! Nokia Lumia 1320 OS v.: 8.10.12393.890 firm.: 3058.50000.1424.

  • Aspect ratio changes on crop, squishing images.

    Win XPMCE, Latest LR I'm working with JPG images from a specific event, that were taken by the same camera as thousands of other normal images organized through lightroom. These images were sorted and processed in picasa up until two months ago when

  • Button change color on select, then change back

    I have 3 buttons, named but,but2,but3. What I want is if you click a button it changes color to show what page your on. But when you click a different button now that one is highlighted and the original one goes back to the original color. Here's the