Incorrect PO price vs. tax requirement in Poland

Please advice how to handle situations in SAP, where the Purchase Order price is incorrect at the time of Goods Receipt.
1.     Legal tax requirement: invoice quantity and value must match
There are situations when the Buyer enters an incorrect price in the Purchase Order (for example mistyping- human error). Later the Goods Receipt is posted and then the vendoru2019s invoice is received. It contains the correct price, different than the one on the PO.
In our US locations, Accounts Payable is able to post the invoice. It is blocked for payment because it fails the automatic three-way match, but the Buyer then corrects the Purchase Order and the system unblocks the invoice.
Theoretical example:
US Process
1.     Create Purchase Order: 1 ton, 2 PLN/ton
2.     Goods Receipt: 1 ton
3.     Post Invoice: 1 ton, 3 PLN/ton
4.     Purchase Order correction to: 1 ton, 3PLN/ton
Unfortunately, in our Polish location, this process would violate government rules. The Tax Office would question that Purchase Order History would show a different Goods Receipt value than invoice value (u201CAmount in LCu201D field)
Instead, the Polish users are forced to use a much more complicated process:
1.     Create Purchase Order: 1 ton, 2 PLN/ton
2.     Goods Receipt: 1 ton
3.     Park Invoice: 1 ton, 3 PLN/ton
4.     Reverse Goods Receipt
5.     Purchase Order correction to: 1 ton, 3PLN/ton
6.     Goods Receipt: 1 ton
7.     Post Invoice: 1 ton, 3 PLN/ton
Bottom line: We would be very much interested in finding out if any Polish SAP users have a way of satisfying the requirement of having the invoice value (quantity) match the Goods Receipt value (quantity) in a situation where the Purchase Order price was incorrect at the time of Goods Receipt. We are trying to be able to post the invoice immediately and avoid reversing and later re-posting the Goods Receipt.
2.     In the same scenario, the price difference (1 PLN in the example above) is posted to u201CMat Cost PPVu201D account which is presented in P&L.
Part of PPV should be presented in Balance Sheet (material could be still on stock) while currently total amount goes directly to P&L. Is there any solution to automatically book PPV at the end of the month between 2 different accounts: one in Balance Sheet and P&L?
If any other Polish company is willing to discuss this with us directly, we can provide example and communicate in Polish.

Raghavan,
Already replication in Q environment done but the results are not same as similar to P environment. Due to this my confusion gets even more bigger.
Please let me know whether the price in layout gets appear from item detail of condition tab page (pricing procedure) or it gets determined from smarform.
Regards,
Kumar S

Similar Messages

  • NET PRICE WITH TAXES TABLE

    Hi,
    I am using IS-OIL and SAP ECC 6.0 system.In my company, I have a field in conditions during/after creating quotation called Z013.This field gives the rate base price + tax = total net price. I want to know is there any table or report which shows us all net delivered prices if i input SHIP TOS and SOLD TOS for a specific date i.e
    Inputs:Sold to, Ship To,Date
    Output:Net Delivered Price including taxes.
    Right now i have to go to create quotation, input all the information for each SHIP TO and then go to conditions and copy delivered price to Excel to generate one report for all SHIP TOs.
    Thanks,
    Andrew

    Hello,
    You may exlpore using "Customer Price List' . Required configuration shall be found under "IS-Oil Downstream >> Marketing Account and Pricing".
    Regards,

  • Tax Requirement - with different base value

    Hi,
    We have material (Service) for which the tax calculation should be as follows:
    If the quantity is 6, say the per unit value is 100 $. Then the first 4 will have tax calculation of 15 % (GST) on 100 $  and the rest of 2 will have 60 % of total value = 60 (X).  And the tax value will be 15 % 0n X = 9.
    So the total value will be - 100 (Basic Price) + 15 (tax for qty 4) + 9 (for qty - 2) = 124 $.
    Is it possible in standard ? Also, the above is for Newzealand government , is there any specific requirement for that ?
    Please Help !
    Regards

    Hi Chidambaram,
    Can you please give me more details on how we achieve this requirement.
    Any document on this would be more helpful to me. Removed by Moderator
    Please help !!!
    Regards
    Edited by: Lakshmipathi on Sep 3, 2010 7:02 PM
    Please dont deviate the forum rules by asking to share any SAP related information to personal mail through this forum

  • What determines the price and tax for consignment stock?

    Hi All,
    anyone knows how the price and tax are calculated for consignment stock? in other word, among the info record , contract or material master, what determines the price and the tax calculation for consignment stock?
    please advise, your input will be rewarded.
    thanks,

    Ravi,
    I have almost same Nancy's problem. I change tax code indicator on ME12 from N0 to N2, after that, I made the invoice verification on MRKO for a consignment material, however tax code N0 (original) was taked for the withdrawal.
    I followed up notes:
    Note 87860 - Consignment: determining tax code as of 4.0
    140675 - Consignment: Determination of tax code transition
    But these notes doesn't apply for 4.7. Do you know any note that apply on this version?
    Thanks in advance.
    Myriam

  • What determines the price and tax calculation for consignment stock?

    Hi All,
    anyone knows how the price and tax are calculated for consignment stock? in other word, among the info record , contract or material master, what determines the price and the tax calculation for consignment stock?
    please advise, your input will be rewarded.
    thanks,

    First preceeding is taken by contract and then info records of consginment

  • Price and Tax info is not update in the Order Repository

    Hi All,
    I just try to complete a check out flow with all details and submit the order .
    But It's not updating  few details like Price and Tax information in the Order repository.That's reason my order shows Incomplete status.
    Can any help me to complete this flow.?
    Regards,
    Raj Jaiswal

    Hi,
    Yes I am extending CreateCreditFormHandler and adding this code getPaymentGroupManager().addPaymentGroupToOrder(order, creditCardPaymentGroup); As you said previously.
    This is the code I have written In my template.
    User is filling credit card details from the UI.
    Please validate the following approach.
    <br>FirstName:<dsp:input bean="CreateCreditCardFormHandler.creditCard.billingAddress.firstName" beanvalue="Profile.billingAddress.firstName" size="30" type="text"/>
    <br>MiddleName:<dsp:input bean="CreateCreditCardFormHandler.creditCard.billingAddress.middleName" beanvalue="Profile.billingAddress.middleName" size="30" type="text"/>
    <br>LastName:<dsp:input bean="CreateCreditCardFormHandler.creditCard.billingAddress.lastName" beanvalue="Profile.billingAddress.lastName" size="30" type="text"/>
    <br>EmailAddress:<dsp:input bean="CreateCreditCardFormHandler.creditCard.billingAddress.email" beanvalue="Profile.email" size="30" type="text"/>
    <br>PhoneNumber:<dsp:input bean="CreateCreditCardFormHandler.creditCard.billingAddress.phoneNumber" beanvalue="Profile.billingAddress.phoneNumber" size="30" type="text"/>
    <br>Address:<dsp:input bean="CreateCreditCardFormHandler.creditCard.billingAddress.address1" beanvalue="Profile.billingAddress.address1" size="30" type="text"/>
    <br>Address (line 2):<dsp:input bean="CreateCreditCardFormHandler.creditCard.billingAddress.address2" beanvalue="Profile.billingAddress.address2" size="30" type="text"/>
                 <dsp:input bean="CreateCreditCardFormHandler.newCreditCardSuccessURL" type="hidden" value="co_confirm.jsp"/>
                <dsp:input bean="CreateCreditCardFormHandler.newCreditCardErrorURL" type="hidden" value="co_confirm.jsp"/>
                <dsp:input bean="CreateCreditCardFormHandler.newCreditCard" type="hidden" value="Enter Credit Card"/>
                  <dsp:input bean="AuctionPaymentGroup.order1" type="hidden" beanvalue="ShoppingCart.current.Id"/>
                <dsp:input bean="AuctionPaymentGroup.AddPaymentDetailsToOrder" type="submit" value=" Continue -->"/>
                <dsp:input bean="AuctionPaymentGroup.paymentGroupSuccessURL" type="hidden" value="co_confirm.jsp"/>
                <dsp:input bean="AuctionPaymentGroup.paymentGroupErrorURL" type="hidden" value="error.jsp"/>
    I have customized CreateCreditCardFormHandler and added below code.
    public boolean handleAddPaymentDetailsToOrder(DynamoHttpServletRequest pRequest,DynamoHttpServletResponse pResponse) throws ServletException,
                IOException {
             String pOrder=getOrder1();
            try{
                OrderManager orderManager=(OrderManager)pRequest.resolveName("/atg/commerce/order/OrderManager");
                Order order = orderManager.loadOrder(pOrder);
                System.out.println("orderManager----"+order.getId());
                PaymentGroupManager paymentGroupManager=(PaymentGroupManager)pRequest.resolveName("/atg/commerce/order/PaymentGroupManager");
                System.out.println("paymentGroupManager----"+paymentGroupManager.getAbsoluteName());
                //Create the PaymentGroup
                PaymentGroup paymentGroup = paymentGroupManager.createPaymentGroup();
                //Add the PaymentGroup to the Order
                paymentGroupManager.addPaymentGroupToOrder(order, paymentGroup);
            }catch(Exception ex)
                ex.printStackTrace();
            return true;
    In the next templates I just want to display  billing details which added by the user .
    regards,
    Raj jaiswal

  • Funny Tax Requirement

    Hi,
    I have a funny tax requirement where the taxes have to be paid first separately and the AP invoice amt will have to paid separately after that. So its like this :-
    Invoice amt = $1000
    Vat at 7% = $70
    If the user has to post the vat first as an AP invoice so that he can make payment then the only option he has is to post the tax amount manually to the vat gl account instead of using the automatic tax posting. It will be like this :-
    First posting for the tax :-
    Debit vendor  70
    Credit vat account 70
    Second posting for invoice amt after 1 month :-
    Debit vendor  1000
    Credit vat account 1000
    However if he post in the above way then take note that the above vat of 70 will not be booked into the tax amt field of the BSEG table. Hence his tax reports will not show this amt as a tax.
    How can we solve this problem?

    hi,
    I am afraid both solutions will not solve the problem because of the following reasons :-
    First Solution : What will be my tax base amount? The system will not allow posting unless a tax base amount is entered in FB60. You can try it yourself. I think you are asking me to debit vendor and credit vat account using F-02, yes i can do that and treat it as a simple journal posting but the problem is the special tax amount field WMWST will not be updated if i directly enter the tax amount to the vat account. Thats why we have to either have the system calculate the tax for us automatically or enter the tax amt in the special field WMWST labelled as (Tax amount in the fb60 screen). If the tax amount is not written into the WMWST field then your tax return report will not show this tax amount.
    Second solution : Same problem above. The WMWST field will not be updated with the tax amount.

  • As I bought my iPhone 5 16GB,White in the USA from Sprint, full price with tax,unlocked ,it was excepted to be a global phone. But now I come across with some problems in Chinausing local carrier, everything is working properly except sending text message

    Dear AppleCare,
    As I bought my iPhone 5 16GB,White in the USA from Sprint, full price with tax,unlocked ,it was excepted to be a global phone. But now I come across with some problems in Chinausing local carrier, everything is working properly except sending text message, and iMessage and Facetime also seem not to work.This is very serious for Apple and me! Will I have the chance to fix this?
    I tried all the possible solutions from the Internet, and the Official solution offered by Apple (http://support.apple.com/kb/TS4459), but it doesn't seem to work.
    Will Apple help me with this issue? Please do.
    Information of my iPhone:
    SN:F1*******8GJ
    IMEI: ****
    MEID: ****
    ICCID: ****
    My Apple ID account:****
    <Personal Information Edited By Host>

    I had the same problem.  Kept getting message of waiting for activation or check network connections.  I also tried every solution out there and nothing worked.  This did though:  I download the newest version of itunes (through Internet Explorer - Google Chrome wouldn't work).  It pulled in my entire library thank goodness and then I plugged my iphone 4s into the computer.  I let itunes find it, did a complete backup in icloud, then did a restore.  Entire process took a couple of hours, but I now have imessage and facetime back.  I was about ready to give up on Apple and go get a different phone ~

  • Basic price and Tax in credit value

    In case if we want include basic price and tax in credit value, how do you do it?

    Hi Gopala.,
                     In that case as i have given example yesterday you place the subtotal A after Tax condition type,So the credit limit takes in to consideration price as well as tax also
    REWARD if helpfull
    Thanks & Regards
    Narayana

  • ABAP MM: In ME21N which internal table holds Actual Price (Including Taxes)

    Using tcode  ME21N, while creating new PO, which internal table holds Actual price (Including Taxes) of whole PO (not by item) , assuming PO is not saved.
    In the program, I want to capture the total cost of whole PO including taxes as soon as user enter the items. So that I can make some processing according to the total amount of PO.
    Thanks,

    Check the internal table lt_mepoaccounts field netpr.

  • Quarterly Tax Check Incorrect Due to Wrong Tax Authority

    I have a quarterly tax check that will need to be voided because it printed with the incorrect tax authority info for local service tax.
    In the Third Party Config I have checked the table T51RH and the tax authority information is correct. Is there another table or is maintenance required in another location of the IMG that pertains to third party processing of quarterly tax checks?
    Thanks,

    Thanks Sanjoo for the reply.
    Here my worry is the all the postings have been made in SAP in Production Client.
    The User has already done the postings for MIRO & J1IEX without informing to us, and the volume of transactions is huge.
    We are in the back-log mode and at this stage, we can't go for any reversal . I am Just exploring the alternatives.
    Our MM & FI Users are little bit smart, when ever they do some mistake, they simply say "we will pass a JV" and we are not able to educate them that the JV is not a Solution. Please guide.
    Regards,
    PK

  • How we caluclated price based on MRP not a base price in  taxes

    please give me the sugession
    Regards
    Ram

    Hi,
    You need to adjust the step in the Pricing Procedure like,
    Basic Price
    MRP
    ED                      should be based on MRP
    Taxes                 
    This should be done thru the From and To columns in the pricing procedure and finally in the total u will be doing it with the basic price.  MRP is required in the pricing procedure only to calculate the Excise duty as per the CEX. 
    Hence you need to adjust your pricing procedure in such a way as it applies only for a few materials under CEX.
    Thanks
    Krishna.

  • PO price grey mode required from all type of PO's

    hi,
    We have created different PO types. We have the info record for all the materials. If we select PO type and processed the material, the rate is coming under grey field. This is we required. If we process the same material through standard PO, system is allowing to change the price. This we don't want. If we maintained price in info record, either processed through correct  PO type or standard PO, system wants to give the price with Grey mode only. This is the requirement. How it be solved? can any one guide me on this.
    govind.

    hi
    Goto M/06,
    select your condition type
    and in CHANGES CAN BE MADE AREA
    make MANUAL ENTRIES D Not possible to process manually
    Also make condition type as mandatory in M/08
    Regards

  • Discount Gross Price but Tax on Gross Price

    Hello All,
    We are trading in equipment and the vendor is giving us a discount on the Gross Price of new equipment, however we need to pay tax on the gross price and take the discount after the tax. 
    Example: 
    Gross Price(PBXX)                             $1,000
    After tax Discount (copy RB00)              100
      Net Incl Disc.                                           900 (price due to vendor in Miro)
    Tax(NAVS)                  Calculating based on net including discount.  -  $900
    Need the tax to calculate based on $1,000 
    Need the amount due to vendor in MIRO to be $900. 
    Thanks for your help!!
    DF

    Hi Diwakar,
    Thanks for confirming our research! 
    We are thinking we may need to enhance the 'CALCULATE_TAX_ITEM' FM. 
    Note 501054:  Moreover, you have to take into account that the non-deductible tax amount is calculated with function module 'CALCULATE_TAX_ITEM' program-internally. The calculation does not occur within the price determination. As a result of this, the tax amount is only calculated after you have returned from the condition screen and is not calculated on the condition screen when you change the price.
    Have you ever done this?
    Thanks for you help!
    DF

  • Duty/Tax Requirements in different sales scenarios.

    Hi,
    Could anyone please tell me what are the statutaory requirements in terms of excise duty, LST, CST, VAT for sales/stock transfers between-
    1- A factory and a factory in the same state in India
    2- A factory and a factory in another state in India
    3- A factory and a depot (distribution plant) in the same state in India
    4-A factory and a depot (distribution plant) in another state in India
    5- For exports from India.
    Pl also tell about different registers and the major provisions to avail exemption of these taxes/duties.
    Broadly, please also tell how to configure these in SAP
    Would appreciate the help.
    Jayant

    Hi Dear,
    1- A factory and a factory in the same state in India - JLST (VAT)
    2- A factory and a factory in another state in India - JCST (CST)
    3- A factory and a depot (distribution plant) in the same state in India - Only excise duty is applicable no tax here  because no sales will happen its only stock transfer
    4-A factory and a depot (distribution plant) in another state in India - same as above Only excise duty is applicable no tax here  because no sales will happen its only stock transfer
    5- For exports from India. - Excise duty is applicable after excise invoice refered ARE documents are closed excise duties will taken back
    Hope it is helpful for u
    Please reward if this is informative for u
    Regards,
    Jay

Maybe you are looking for

  • Satellite A110-195 PSAB0E - sound card has stopped working

    Hello, My sound card has stopped working it was working fine but suddenly the sound quality started to faint and finally it stopped working i have tried the following methods: Realtek is default audio Control Panel/ Sound & Audio Devices/ Audio tab/

  • Error message trying to synchronise audio and midi sample rate 42463

    I have a Rode Podcaster mic that is terrific. It has been working fine in GB. suddenly I am getting this when I try to record my podcast: 'Error message trying to synchronise audio and midi sample rate 42463 recognised. Check conflict between Garageb

  • Do I need to uninstall apps when getting service for a new hard drive?

    My second (home) computer is part of Apple's defective hard drive recall. Do I need to uninstall my creative cloud apps before I take it in to get the new hard drive, or will they just get wiped and then can I install again when it comes back with th

  • Pictures of me, who does not know how i look in Re...

    Hello skype team, i just wanted to say that a virus is trying to send me pictures of me from freinds, who don't even know me from the Reallife. i am pretty sure that it is a virrus, because my father klicked on it on hois own PC and now he has to fig

  • A few random questions- email, internet, etc.

    Hello. I'm a new Mac owner...and a little frustrated. I've been reading forums and help pages for the last two months. I have several questions. What's the most effective way to receive answers? Post all, hope for the best? or one question at a time?