Pricing: Special Free-Of-Charge processing for Portugal

Hello,
First I will explain a legal portuguese requirement regarding VAT in free-of-charge (FOC) items:
01 - If the internal value of an FOC item is < 50 EUR, there is no VAT determined.
02 - If the internal value of an FOC item >= 50 EUR, then VAT has to be determined.
Now the reason for this post:
03 - When VAT is determined it is NOT due by the customer, so it should not to be posted to A/R . The VAT determined is due by the company that offers the goods, so only a G/L posting is required for this VAT amount. This amount is a cost for the company.
To my knowlegde, conditions types of class D (Tax) are posted to A/R (like the standard MWST ). So if VAT is determined, I need a way to override this behaviour, by making the sum of the Net Amount + VAT equal to ZERO . So, if my VAT condition type determines value X, I need a condition type of value -X:
ZWS3 (VAT for FOC Items) = X
ZWSA (Symmetrical) = -X
So far I've been using condition type ZWSA (Class A) with a formula to ensure that no VAT is posted to A/R. By using a custom accounting key in the ZWSA position of the pricing procedure, I determine the G/L account that will receive the cost. The problem with this solution is that the net value of the item becomes (-X). So far it has made no difference since this solution is not used along with the SIS (Sales Information System). Now I need to ensure that the solution works with SIS, so I need the net amount to be ZERO. Can this be achieved in any way? I'm open to solutions involving both customizing and ABAP "tricks".
I hope you understood the context and my requirement.
Regards,
Joã

Dear João,
As per your post it is understood that you have a VAT condition type ZWS3 and also a -ve condition type ZWSA which will be 100% of the ZWS3.
And since you have assigned to a/c key to ZWSA, not the negative value is getting posted to accounting.
My suggestion is to Add one more line in your pricing procedure
Current procedure
ZWS3 (VAT for FOC Items) = X
ZWSA (Symmetrical) = -X                                             A/C KEY
Proposed Procedure
STEP
100   ZWS3 (VAT for FOC Items) = X
110   ZWSA (Symmetrical) = -X                                            
120  TOTAL VAT VALUE   FROM 100 TO 119
130  ZWFL (VAT FINAL)  MAINTAIN CONDITION RECORD FOR 100%  FROM 120 TO 120                 GIVE THE A/C KEY HERE.
HENCE IF ZWS3 = 10 , ZWSA WILL BE -(100% of 10) = -10
Total vat value = 10 +(-10) = 0
ZWFL = 100% of 0 = 0
Check and revert back.
Thanks & Regards,
Hegal K Charles

Similar Messages

  • Free of Charge Process in CIN Version

    Hello CIN gurus
    My CIN experience is little rusted. I  have a question around Free of charge process CIN specific.
    When I use item category YANN (copy of TANN) and the Pricing field is blank the table J_1iexcdtl is not updated with the BED . However if it is flagged as "B" the BED is updated in the table.
    I am not convinced that this is the solution as we have the free goods functionality for other countries and it would impact those processes.
    Any idea how I can achieve this requirement in CIN without the flag"B"?.
    Thanks a lot
    Sunny

    Hi,
    As per my openion don't use the TANN item categeory. Define new pricing procedure there please keep price statistical and use  R100 condition type with G/L assignment (expenditure).
    Hope you got Idea.
    Thanks

  • Free of Charge Intercompany Invoice process

    Hello Experts,
    I would like to know how the TANN, Free of Charge process works for intercompany Sales?
    When I do the F2 billing document, the system behaves as it should but when I process the IV billing document, system is finding a price maintained at the PI02 level and adding that.
    Your help will be mucj appreciated.
    Saj

    Free of Charge process in Intercompany scenario is not possible with standard configurations.  Nevertheless, refer point no.4 in the following note:-
    Note 33258 - Processing free-of-charge items 
    Also have a look at the following note:-
    Note 33382 - Free-of-charge items in intercompany billing
    Carry out the necessary modifications as recommended in the above notes and test.
    G. Lakshmipathi

  • Credit release for Free of charge orders

    Hi all ,
    the  VKM3 and VKM4 are  not  working  when  trying  to  release  the  sales  order which  is  free  of  charge.
    For  normal  orders  the credit  release  is  working  fine  but  if  the  order  is  free  of  charge,the  order  stayes  blocked  for  delivery  creation.
    What  can  be the reason  for this??
    Thanks and  best  regards
    L

    Hello,
    there  is  no  block  in  the  order.
    Its  strange  that  after  releasing  it  I get  the  credit  limit  error....
    BR
    L

  • Change G/L account for free of charge po good receipt .

    We create free of charge po for sample parts.Because its price is 0 and will decrease moving average price.
    ( Our price control is moving average price .)
    Our user hope system can support as below :
    1.No ap -- ok .
    2.Change G/L account for GR fi document
    3.Do not impect moving average price
    4.stock qty increase after GR
    I try to copy movement type 101 to another .And receive po using this movement type , but it does not work.
    Is anyone tell me how to config it?
    Thanks very much.

    Hi Jimmy
    Even MAP changes also, total stock value will be the same,
    posting freegoods won't effect the stock value.
    What exactly the necessity of restricting the moving average price change against freegoods posting.
    Through standard SAP I dont think it is possible, if you really ned this then go for custom development.
    Thanks & Regards,
    Krish

  • Delivery free of charge item control

    Hi all
    Where i can set the control "B"  for free of charge items for avoid they are copied in delivery without their parent item?
    Thanks
    Davide

    Hi,
    Go to Item Category Definition (T-Code : VOV7) and assign B to the Pricing field. This particular item category will now be treated as a free goods item.
    Coming to your other question: Free goods should be dispatched only with the main item.
    I don't think system has any such restriction for exclusive free goods. In case you have inclusive free goods, you can have the free goods without item generation in that case you will have the material dispatched with the main item.
    Thanks n Regards,
    DP

  • Subsequent delivery free of charge-SDF

    Hi,
    In SDF scenario,How to process excise invoice?
    Example:-
    Order(10 Qty)->Delivery(10 Qty)->Billing(10 Qty)->Excise invoice(10 Qty)->Return Order(2 Qty)->Return Delivery(2 Qty)->
    SDF(2 Qty)->SDF Delivery(2 Qty)-> Excise invoice(?????)
    Since Customer has already paid Excise for 10 Qty,Again for SDF  do we need to create Excise invoice???
    Pls guide Me.
    Regards,
    Mohd Azeez

    If possible define one Discount condition type which will be manual. Make its calculation type as %. And in SDF maintain the same with 100 % dis. so that even if net value comes not equal to zero, because of this manual dis. cond. type net value will become as zero
    where i have to maintain this cond type. i.e after price or after which cond type.
    As u suggested it is manual process..
    Can we do it automatically to make the net price zero
    If you are creating Proforma Invoice, then create SDF wrt this Proforma Invoice instead of Original Sales order so that system will automatically copy zero value from Proforma Invoice to SDF.
    this i didnt understood..
    My scenario is like this.....
    Order(10Qty)->Delivery(10 Qty)->Billing(10 Qty)->Excise Invoice->Returns Order(2 Qty)->Returns Delivery(2 Qty)->Excise Adjustments(J1IH)->Sub.Del Free of Charge(SDF) for 2 Qty -> Delivery(2 Qty) -> Proforma Invoice(2 Qty) -> Excise Invoice.
    Please guide me whether i am correct...
    I facing the problem in SDF...
    with regards

  • Cost centre while creating free of charge order

    Dear All,
    Our customer wants to include cost center and a G/L account in the sales order while creating Free of Charge orders.
    How to achieve this functioanlity.
    Please do explain.
    Regards,
    Mullairaja

    HI everyone!
    I'm having the same problem. I've done all that I know about Incompletion log to cost center to be mandatory and one of procedure is relating in the changes idea.
    In my case when I'm trying to sales order free of charge process and checking Incompletion Log  is not bringing cost center field as mandatory to be fill up.
    It seams the check is being done by Item, but cost center field it doesn't have in the any item table VBKD e VBAK just profit center.
    The SAP version in my client is 4.6c.
    I'd like to know if someone got to fix cost center field in sales order free of charge as mandatory only with configuration? And if Yes. How?
    Because, I think the only way to achieve that is through user-exit.
    Thanks for your attention!
    Patricia Alessandra Leite

  • Create delivery free of charge SO

    We are using FD type of sales order to create a free of charge item for customer. I would like to know, is it possible to auto create invoice after PGI. Thanks!

    Hi Friend,
    For Free of charge delivery there is no requirement to  create  BILLING DOCUMENT.
    The Freee of charge delivery is the scenario where you will send the free sample to the customer in Business.
    For further clarification goto VOV8 and click ont the document type FD and checkk int he Billing tab.
    you can find that no Billing document assigned. This is the standard process,
    regards,
    santosh

  • Issue with Brazil specific Free of Charge Delivery

    Hello Experts,
    I worked with one of our Client called ManRoland. They have their business in Brazil and so Brazil specific tax calculation and Nota Fiscal etc are come into picture.
    Recently we got an issue (ticket) from Manroland Brazil related to Notafiscal.
    The issue is that for Free of Charge orders when they are creating Invoice documents with Zero value, corresponding Notafiscal is generated without any accounting documents being created.
    However the Brazil specific tax values should flow to a specific GL automatically. The automatic posting of tax values (IPVA, ICMS etc) to a specific GL is not happening and they have to post that values manually after the Zero value invoice is created, which they do not want to continue any more.
    We have down loaded one document from SAP and in that document it is mentioned that you have to use one standard Sales Order type ORB and some standard Item Category and also Notafiscal Type which are not there in the system right now.
    We have also created one OSS message 776303 / 2011 in which you can get all the related communication I had with the consultant Ruy Castro. He has suggested some links to get some more suggestions/documents from SAP.
    Could you please reply to us if you already have some solutions for this issue.
    Regards,
    Sadhan.

    No idea on this but I am not sure whether you have checked the following note which may help you.
    Note 664676 - Brazil: Free of charge items for exempt customers
    G. Lakshmipathi

  • Item category TAK - free of charge

    Hello!
    We use item category TAK, but now face the request to send TAK items free of charge.
    Normally i would use order type FD, but this has no assigned item category for "0001 make-to-order"
    No item category available (Table T184 FD 0001  )
    Now i wonder how to continue correctly.
    In the order there's TANN as a free of charge variant for TAN
    in order type FD, there's item category KLN (only for "normal lines"!?)
    Do i need to set up a "Z"- item category or is there any standard that i don't find / understand!?
    Thanks a lot in advance for your help!
    Regards
    Markus

    Hello,
      you shoud create a Z* item category as copy of the TAK, but without billing relevance (like KLN).
    On top of that, all the customizing item-level relevant, should be the proper mix of both the items used as reference (i.e. the incompletion rule of your Z* item should have the NETWR field in the incompletion procedure).
    Best regards,
    Andrea

  • Free of charge sample

    Hi All,
       I have a very urgent requiremnet from my client.
    My client is sending free samples to the customers. For them also creating the delivery and billing document. Though these are free samples, but the values of  these samples will be shown in the output.And these samples shouldnt be released to accounting.
    How can I configure this ..Its very very urgent.
    Plz help me out.
    Rewards will be there for a helpful answer.
    Regards
    Ashis

    Hi,
    we have it in the standard functionality..for this we have sales document type FD.
    please check this.
    Free-of-Charge Delivery
    Definition
    A sales document for delivering goods to a customer free of charge.
    Use
    You can create free of charge deliveries for sending samples of your products to the customer. The system will then generate a delivery based on the free-of-charge delivery.
    Structure
    A free-of-charge delivery is a type of sales document just like the standard order. For more information on sales documents, see Working With Sales Documents
    Integration
    A free of charge delivery triggers a delivery.
    source : library
    regards
    sadhu kishore

  • FREE OF CHARGE DELIVERY pricing error

    Hi SAP SD Gurus
    I am krishna new to this forum also new to SAP SD
    I have dought about free of charge delivery subsequent process.
    Can anybody please explain about the difference between those also what are the item category and scheduling cat for both.
    i created free of charge delivery but it is showing pricing error .where I have done mistake please explain?
    Regards,
    KRISHNA
    Edited by: kris_hna on Sep 19, 2010 2:14 PM

    Hi Krishna,
    When you wantto send some Promotional Materials or Sample materials ( which do not have any commercial value), we use Order Type FD (Free-of charge Delivery) in standard SAP.
    Order Type FD does not require any reference document.
    But, suppose we had already sent 10 pieces of material to the Customer out of which let say 2 pieces are damaged and customer has returned back it to you.
    Now, you have two options, either to issue a credit memo for the 2 pieces or you need to send fresh 2 units to the customer again.
    If you want to send fresh 2 units (which we call replacement) instead of giving him a Credit memo then we process with Order Type SDF (Subsequent Free-of-charge Delivery).
    Order Type SDF always requires a reference document. It is created with ref to the Return order.
    In both the above case (FD & SDF), Pricing is not applicable.
    Ensure that Item category is KLN in the Sales order and in the Item category details, "Pricing" check box should be blank.
    Regards
    Pradyumna

  • Use Tax for Free of charge items

    Here is the scenario:
    In our Business, there is a process to give a Free item with mostly all the products sold online. In SAP, we will create regular sales order with 1 line item as TAN and other item category as TANN.
    The Business wants to calculate Use tax on the 2nd line item where Net value=0. As we use the same Pricing procedure, we cannot charge different taxes based on line item.
    The other option was to send the cost details to Vertex, so that they can store it in Vertex and use for Tax calculations. The technical issue is that whenever the Net value=0, Vertex RFC is not called.
    We have proposed to create a report in SAP which will tell them the order details with Free items but this is not acceptable to Business.
    Has anyone worked on such scenario where Use tax is calculated on the Sales side for Free of charge items.

    The basic concept in tax is seller can levy the appropriate tax on the items which they are billing.  This being the case, I am not sure, why for a free of charge item, tax should be levied.  Can you please share in which Business process, this is being followed.  Needless to mention, if at all you want to achieve this requirement, have a separate condition type for this free goods, set as statistical, so that, only tax portion would be posted to FI.
    G. Lakshmipathi

  • BOM explosion for credit memo req,free of charge,returns order types

    Hi Gurus,
    My client has the following requirement.Sales BOM with header pricing has to be configured for standard order, free of charge, credit memo req, debit memo req, returs order types. I have configured the BOM for standard order(ZOR) successfully, but for credit memo request and other orders its not picking correctly.The component items for the BOM structure is repeating twice.Pleae let me know how to maintain item category determination for credit memo request and other order types.
    For credit memo req  I have created new item category by copying the G2N and updated the structure scope as A and application SD01.so the new item category is ZG2B and I have maintained the below mentioned determination.
    ZCR ERLA  ZG2B
    ZCR ERLA ZG2B G2N
    ZCR NORM ZG2B G2N
    Regards,
    Hari Challa.

    Hi,
    That is incorrect.
    For sales order, you shoudl have used item category groups as ERLA, LUMF respectively. The resultant item categories will be TAP/TAQ etc. The same kind of configuration should be enabled for Credit memos and others also.
    There the item category group will be ERLA, or LUMF
    The document type will be CR / RE etc based on the process
    Now the resultant item category should be TAP/TAQ or you can even have RENN etc but the property of this IC should be same as TAP/TAQ based on what you are expecting, apart from the standard configurations of a return process. If you do this, then your pricing and items will come up properly.
    In specific, you have to look at the BOM configuration of the Item category in the BOM area.
    If you need any detail, pls let us know.

Maybe you are looking for

  • Handle special character in mapping

    Hi Experts, I have requirement to handle special character in mapping. ö this tiny special charcter comes in I/O file and we cant avoid. Refering the given blog:  http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9420 [original link is broken] FIL

  • Side server include coding problem with multiple websites

    How can I use an address bar across multiple websites? When I access my web sites all the sites are in separate folders in the account, ie site1 folder, site2 folder etc. I placed the following code on a page in site2 <!--#include virtual="/Navigatio

  • Pie SVG chart question

    Depending on number of different values, often most important values are shown with light colours which are not so brightly shown. Of some minor values are shown with dark good seen colours. How to put exact colors on some serious values...or how to

  • Trying to Load PRE8 on Win7 but i get a data1.cab error

    Hi everyone I bought a bundle Premier and Photoshop 8 through education department. i have tried to load both on my laptop.  Photoshop worked but Premier Elements 8 keeps getting an error saying - Error 1335. the cabinet file 'Data1.cab' required for

  • HTML & SWF placement in Web Dyanmic Project in eclipse

    Hi, I have developed a web project using web dynamic project in eclipse3.3. In that i have one welcome page called Login.jsp which is placed in the web.xml< welcome-list >/Jsp/Login.jsp</Welcome-list> , this is because Login.jsp is going to be the de