Tax rates in import PO

Hi All,
Is their any configuartion for import PO, so that I need not to enter percentage manualy for import conditions every time?
Every time in import PO I had to enter CVD percentage manually and their are total 8 conditions in import PO. Thats why I need this percentage comes in automaticlly while creating import PO.
Thanks in advance.

Hi
Try the follwing,Txn code M/07  in the Dev./testserver,Use the Access sequecne LF01-vendor and link the access to the existing table 017-Material Info Record (Plant-Specific) , later assign the tabke fields also  to the access seq. Now your access seq. LF01 is having link with two tables 1. 44 & 17.
Check you calculation schema for the CVDand other tax conditions , remove the manual chk box if any one is having that.(Txn M/08)
Assign the access sequence LF01 to all the Tax condition types you wish to bring automatically insode the details in TXn code M/06
Chek the Schema grooup ofthe vendor involved in the vendor master if it is assigned to the import schema.
Create condition types in MEK1, use the key combination vendor/or the material info record (plant specific) for creatingthe condition records
Now try to create the PO, you will be able to get the details as you wanted. please check the net pricing, ot should be ok also.
Regards

Similar Messages

  • Function Module to get the GST tax rate on basis of posting date

    Hi Guys,
    Can somebody suggest any function module to get GST tax rate (Canada) according to the posting date. I have already tried GET_TAX_PERCENTAGE. It is not giving me any results.
    Is there any other functions modules.?
    What is the the name of table for finding the tax?

    hi,
    CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET'
          EXPORTING
            I_GJAHR        = GV_GJHAR
            I_PERIV        = GC_24
            I_POPER        = GV_POPER
          IMPORTING
            E_DATE         = S_FKDAT-LOW
          EXCEPTIONS
            INPUT_FALSE    = 1
            T009_NOTFOUND  = 2
            T009B_NOTFOUND = 3
            OTHERS         = 4.
        IF SY-SUBRC <> 0.
          MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                  WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
        CALL FUNCTION 'LAST_DAY_IN_PERIOD_GET'
          EXPORTING
            I_GJAHR        = GV_GJHAR
            I_PERIV        = GC_24
            I_POPER        = GV_POPER
          IMPORTING
            E_DATE         = S_FKDAT-HIGH
          EXCEPTIONS
            INPUT_FALSE    = 1
            T009_NOTFOUND  = 2
            T009B_NOTFOUND = 3
            OTHERS         = 4.
        IF SY-SUBRC <> 0.
          MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                  WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    ags.

  • EDI conversion of external tax rate

    Hi Gurus,
    good day. please help on below.
    why is it important to maintain external tax rate in OBCD when posting EDI invoice? Is this SAP standard? How does this work? Would greatly appreciate if you can provide docus for OBCD.
    Thanks in advance.

    Hi,
    Tax type: Represents the tax Code of an externally assigned tax type. And to determine the SAP tax Code we are entering the entries in this T Code: OBCD, so that when ever a EDI document received into SAP with Tax Type XX and Tax rate xx%, there by system looks in this table and derives the Tax Code maintained in SAP.
    And this relation is not maintained anywhere else. that's why we maintaining here.
    Check this link
    http://wiki.sdn.sap.com/wiki/display/PLM/Intercompanyresourcerelated+billing
    Hope it is clear.
    Regards
    KK

  • How to dispaly excise tax rate in purchase order scapcript

    plz help me out
    actually i want TO display excise IM PURCHASE ORDER SACPSCRIPT
    MEDRUCK
    PLZ HELP ME OUT
    THANK U

    Hi
    First copy the MEDRUCK and do the changes in it
    first check the pricing related conditions data in the Main window
    check this code
    /: ITEM_CONDITIONS
    IC ,,&KOMVD-VTEXT&,,&''KOMVD-KBETR& &KOMVD-KOEIN&,,&KOMVD-KWERT&
    /:ITEM_CONDITIONS_UNIT
    IC ,,&KOMVD-VTEXT(16)&,,&KOMVD-KBETR&,,&KOMVD-KOEIN&,,&''KOMVD-KPEIN&
    &KOMVD-KMEIN&,,&KOMVD-KWERT&
    Here first know what is the condition type for excise Rate/tax
    check in table T685T for this
    and in debug of the script check whether that condition type values is coming or not. Mostly it comes, check and display
    If the values or not coming then
    Write a PERFORM subroutine in the script to bring the related Excise Tax rate from the program and display
    see the sample code for Subroutines
    The Form :
    /:PERFORM CDE_CENT IN PROGRAM ZKRPMM_PERFORM_Z1MEDRUCK
    /:USING &EKKO-EBELN&
    /:CHANGING &CDECENT&
    /:ENDPERFORM
    The report :
    REPORT zkrpmm_perform_z1medruck .
    DATA : BEGIN OF it_input_table OCCURS 10.
    INCLUDE STRUCTURE itcsy.
    DATA : END OF it_input_table.
    déclaration de la table output_table contenant les
    variables exportées
    DATA : BEGIN OF it_output_table OCCURS 0.
    INCLUDE STRUCTURE itcsy.
    DATA : END OF it_output_table.
    DATA : w_ebeln LIKE ekko-ebeln,
    w_vbeln LIKE vbak-vbeln,
    w_zcdffa LIKE vbak-zcdffa.
    FORM CDE_CENT
    FORM cde_cent TABLES input output.
    it_input_table[] = input[].
    it_output_table[] = output[].
    READ TABLE it_input_table INDEX 1.
    MOVE it_input_table-value TO w_ebeln.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
    EXPORTING
    input = w_ebeln
    IMPORTING
    output = w_ebeln.
    SELECT SINGLE zcdffa FROM ekko
    INTO w_zcdffa
    WHERE ebeln = w_ebeln.
    it_output_table-name = 'CDECENT'.
    MOVE w_zcdffa TO it_output_table-value.
    MODIFY it_output_table INDEX 1.
    output[] = it_output_table[].
    ENDFORM.
    Reward points for useful Answers
    Regards
    Anji

  • Excise tax rate problemin MM

    HI,
    I have two queiries reg. taxtaion
    1   If a material is of Domestic Purchase and Import purchase then how to maintain the Excise Tax Rate for that material.
    2.  During Capturing the excise sometime we are not able to pick the correct Base value, as it should come from Purchase order, also not able to get Tax rate and tax amount, as should be come from J1ID.
    Please suggest me how to go abt that.
    Regards,
    Seenu

    Hi,
    Which tax procedure are u using
    U maintain conditions based on material/vdr/plant combination... For import purchase ur vendor is going to be different. Hence your purchasing will not get affected.
    The excise values will be captured while capturing excise invoice which are maintained in FV11 & also the same values come in PO. Check if PO is correct. The base value will be taken from PO. Although we can change the same while capturing excise invopice as per correct excise copy we receive from vendor
    Regards,
    Sourabh

  • Sales Tax rate in Sales Order

    Hi All,
    I am writing an application which is suppose to import Sales Orders from other application, I cannot use DTW because I need to do some calculations while importing orders so am using DI to write code.
    Ok now comes the real problem, I have “Sales Tax” rate in my source application and I want to use same percentage in order, but DI does not allows me to specify sales tax rate (%) for the order instead it uses default customer tax code. Is there any way where I can override default tax rate and populate it with the number from source application?
    Thanks Gurus
    Jiten

    Dear Jitendra,
    maybe it would be better to post your question to forum <Expert Forums\SAP Business One\SAP Business One SDK>. There you will  find experts in programming DI and UI.
    The forum <Expert Forums\SAP Business One\SAP Business One> you posted to is rather for questions concerning the use of SAP Business One and not the programming of its interfaces. Of course, it may be possible that someone answers your question here, too. But it is more likely to find answers in the others forum.
    Regards,
    Frank Romeni

  • Table of tax rate percent from FTXP

    Can any one tell the table name to find Tax Rate Percent, to post the same Tcode is FTXP.

    Hi,
    Tax codes have to be manually exported from source client (DEV) and then imported into the target clients (QA, PRD).
    Please read OSS note 605537 and F1 help below for further information.
    Important note on transporting tax codes -> F1
    Message no. F4794
    Diagnosis
    Transporting tax codes requires manual postprocessing. This postprocessing is also necessary if tax codes have to be transported from one client to another within the system.
    Procedure
    When tax codes are transported, only the tax rates of the tax codes are transported.
    The transport of tax codes between systems or clients is carried out in two steps:
    1. step:
    Export of tax codes from the source system or source client
    2. step:
    Import of tax codes into the target system or target client
    Export
    1. In Customizing for Financial Accounting Global Settings in the source system or client, select Tax on Sales/Purchases -> Calculation -> Define Tax Codes for Sales and Purchases.
    2. Select Tax code -> Transport -> Export.
    3. Assign the export to the corresponding transport order, and note the order number.
    4. Select and save the tax codes to be transported.
    5. Make sure that the tax codes selected are marked with the transport number in table T007V.
    To check the table, in the SAP menu, select Tools -> ABAP Workbench -> Overview -> Data Browser.
    Enter the table name. The tax codes are in field MWSKZ and the tax jurisdiction codes are in fields TXJCD.
    6. Carry out the transport into the target system.
    To do this, in the SAP menu, select Tools -> ABAP Workbench -> Overview -> Workbench Organizer -> Environment -> Customizing Organizer.
    Import
    1. Make sure that the tax codes to be transported are selected in table T007V in the target system or target client.
    2. In Customizing for Financial Accounting Global Setting in the source system or client, select Tax on Sales/Purchases -> Calculation -> Define Tax Codes for Sales and Purchases.
    3. Create the tax codes that do not already exist in the target system.
    Create them complete, but without tax percentage rates.
    If you set internal systems in company codes in the USA or Canada, the corresponding tax jurisdiction codes should also exist. You can make the settings for these in Customizing for Financial Accounting Global Settings under Tax on Sales/Purchases -> Basic Settings -> Define Tax Jurisdiction Codes.
    4. Select Tax code -> Transport -> Import.
    5. Check the proposed values for the transport order and country.
    6. Carry out the import.
    Notes for the transport of tax accounts
    When you transport tax codes between different systems or clients, no tax accounts are transported.
    Adjust the tax accounts in the source and target system (or source and target client) manually.
    Rewrad If helpfull,
    Naresh.

  • Outbound delivery date in June and customer invoice post in July,tax rate?

    Hi Experts
    tax rate (June)=22%
    tax rate (july)=24%
    issue is Outbound delivery date in June and customer invoice post in July,so sytem taking tax rate =24% instead of 22%.Because outbound delivery is happened in June.
    Please let me know that,
    1)how system picking tax rate on base like billing date or service render date or ...?
    2)how to take tax rate (june)=22% in July posting.
    regards
    sachin

    Tax Rate is picked based on the pricing date.
    You need to check with your SD collegue to configure the pricing date to be equal to outbound delivery date to pick the outbound delivery date based tax rates.
    Regards,
    Gaurav

  • Two different tax rates in same tax code

    hi,
    I have a client requirement as follows. A tax code is created for 12.5% cenvat. This tax code  is used by one company. Now the same tax code will be used by second company but in some of their transactions they want 5% cenvat and balance 7.5% to be transferred to inventory.
    Can such a config be done with same tax code with condition types or something? PLZ help in this issue. FYI  the client does not wants a separate tax code to be created as volume of transactions with 5% tax rate is very less.
    thanks and reagdrs
    Tanuja NAik
    FICO consultant

    Unfortunately, same tax code can't be used with different rates. In your situation, it's inevitable to create another tax code.

  • Tax Rate is not picking in SD flow

    Hi,
    I have maintained the Tax code and Tax Jurisdiction Code in FTXP.But the system is not picking the Tax Rates in Sales Order
    What could be the reason for this.Kindly help me in fix this issue. I am getting the below error while releasing the Billing document in VF02.
    Why it is giving the below error even though i have maintained FTXP tax rates in with Tax code and Tax jurisdiction code
    Tax code  in procedure TAXUSJ is invalid
    Message no. FICORE704
    Diagnosis
    The tax code entered is not defined in the country for this company code.
    System response
    Procedure
    Check and, if necessary, correct the entry.
    Procedure for System Administration
    If it is not an input error, check and possibly change the system settings.
    To do this, choose Maintain entries (F5).
    1. Check whether the required tax determination procedure is assigned to the relevant country. the Procedure field is in the detail screen.
    2. Create a new tax code if required.
    Thanks
    SAP GURU

    ASSIGN TAX CODES FOR NON TAXABLE TRANSACTIONS
    PATH: SPRO  FINANCIAL ACCTG  FINANCIAL ACCTG GLOBAL      SETTINGS  TAX ON SALES/PURCHASE  POSTING  ASSIGN      TAX CODES FOR NON TAXABLE TRANSACTIONS
    TRANSACTION CODE     -     OBCL
    SELECT POSITION BUTTON
    GIVE YOUR COMPANY CODE          -     GES
    PRESS ENTER
    COMPANY CODE          -     GES
    ASSIGN INPUT TAX      -     V0
         OUT PUT TAX     -     A0
     SAVE & SAVE IN YOUR REQUEST

  • Tax rates to be changes in scheduling agreement

    I have lots of scheduling agreement which have been released as well. Now as per the new budget, we created new condition records and maintained new tax rates (excise duty from 12 to 12.50%).
    we have a z program to perform GRN and it has logic written at SA line items basis so whenever we are doing GRN, it is picking old tax rates.
    Is there a way i can change tax rates in PO/SA.
    any function module is available.

    we created new condition records
    Any configuration change will not have any impact on existing documents.  Having said this, if you have created a new condition type and added to your existing pricing procedure, it won't work for existing schedule agreements.  You need to foreclose those and create new scheduling agreements.  On the other hand, if there is a change in value, you can very well predate the existing condition record and create a new condition record with the revised structure.  Once you done this, you can carry out mass price change
    G. Lakshmipathi

  • List of tax code with tax rate

    I need a list that give the tax code with the tax rate.
    I can view this in SAP or witch table i look this.
    Moderator: please do not log issues twice and crosspost into different (and wrong) forums. Thread relocated to ERP Financials and locked.

    hi
    >i wanna see the list of the tax code defined for the Service PO in its "invoice" tab.like for service tax we have three tax :
    check T code FTXP
    > tax code displayed to which the calculations are applied
    check t code  OBYZ
    regards
    kunal

  • Sub: Tax Combinatiom. Tax rate, tax Amount in the print lay out design of t

    Dear all,
    Sub: Tax Combinatiom. Tax rate, tax Amount in the print lay out design of the A/R Invoice
    I have to Create a Print Lay out design of the A/R invoice for the Indain standrad please provide me some solutions for the following problems to locate the Tax combinations,Tax rate  and the Tax amount in the PLD  A/R Invoice ,
    PACAKGE  SAP B1 2005B
    Need a standrad solution as per the requriment
    Eg: Row Level
    Tax Code created is BED+VAT
    Tax combination details is
    Name of Tax type   Rate
    Excise                     16%
    Ecess                    2%
    Hcess                    1%
    VAT                       4%  
    Row No     Item  Qty   UnitPrice  Tax code  Total(LC)    Tax Amount
      1             X      10     10000      BED+VAT   100000      21139
                                             (Excise =16000,Ecess=320, Hcess=160, VAT=4659)
    2              Y      5      20000      BED+VAT    200000       42278
                                            (Excise =32000,Ecess=640,  Hcess=320, VAT=9318)
    In Print  Lay out Design Requried is the deatils of Tax code combination , Rate and the Tax Amount in the followig way 
    Excise    16%   =48000
    Ecess     2%    =960
    Hcess     1%    =480
    VAT       4%    =13977
    Please send the feedback as early as possible urgently requried
    for the further details send the feedback
    Reagrds
    Mr.Chitrasen

    Hi experts,
           Pls anybody have an answer to my question, i'll be very thankfull to u,
                     I wanted to display the Tax Break ups in Invoice say,
    ECess            25
    Vat                 56
    Excise duty    32
    I've tried a lot with many of the SAP Forum thread but the results is not satisfactory..am using SAP Business One 2007 b
    pls anybody who can guide me with step by step PLD creation for this problem.
    I done the below steps in PLD
    In Repetitive area 1
    Field_1:  Table-> OSTA                    
                  Column-> Type                               
    Field_2 : Table-> OSTA                  
                  Column -> Code                               
    Field_3:  Table-> OSTA                   
                  Column-> Rate
    Field_4:  Table-> OSTA                  
                  Column-> Name  
    Field_5:  Table-> A/R Invoice Tax amount per document
                    Column-> Tax amount
    Field_6 : Table-> A/R Invoice Tax amount per document
                    Column-> Base amount
    Field_7 :  Formula ->  Field_6 * Field_8
    Field_8 :   Formula->  Field_1==1
          NOW I SORTED REPETITVE AREA 1 WITH 'SALES TAX AUTHORITIES;cODE' AND TICKED THE CHECK BOX 'SUMMARY'
        AND MADE THIS REPETITIVE AREA INVISIBLE.
    IN Repetive area footer
    F_01 :    Formula->   Field_4       
    F_02 :    Formula->   Concat(Round(F_rate,0), '%')
    F_03 :    Formula->   Round(ColSum("F_tax_amount"),2)
      I grouped the Repetitive area footer as Group 1
                                here i get the result but the Tax Rows are repeating and Tax amount varies for VAT for each rows
    pls help me guys...          
                   Thanks in advance,
                   Dinesh
    Edited by: Dinesh S on Dec 23, 2011 1:28 PM

  • Tax Combinatiom. Tax rate, tax Amount in the PLD of sales Invoice

    Hello guys,
    This i seached in previous forum and got partial result
    Plz help me ragrding this
    for my query plz scroll down
    To accomplish this, you will have to create a new repetitive area (Repetitive Area1)and create the following 7 hidden fields in this new Repetitive Area1:
    Field_1 > Type = Text > Value = 1 {VAT. For BED, value = -90} (you can find this value from OSTT table, numerator field)
    Field_2 > Type = DB > Table = Sales Tax Authorities; Column = Numerator
    Field_3 > Type = Formula > Value = Field_1==Field_2 (from step 1 & 2)
    Field_4 > Type = DB > Table = AR Invoice Tax Amt Per Doc; Column = Tax Rate {this is required to display the tax rate in the document footer. For Eg. 4% for VAT@4%. If you just want to display the tax amount, do not create this field} - Link this to Field_3
    Field_5 > Type = DB > Table = AR Invoice Tax Amt Per Doc; Column = Tax Amount - Link this to Field_3
    Field_6 > Type = Formula > Value = Field_3*Field_4
    Field_7 > Type = Formula > Value = Field_3*Field_5
    Now in Repetitive Area Footer1 (i.e. the footer of the new repetitive area), create the following fields (visible):
    To display the Tax Rate: Field_8 > Type = Formula > Value = ColSum(Field_6)
    To display the Tax Amount: Field_9 > Type = Formula > Value = ColSum(Field_7)
    NOTE: You cannot display the tax name with this method. So to do that, you will have to create a Text field with the tax name in the repetitive area footer1, link it to Field_8 and then next to it, create Field_8 & Field_9 to display the relevant values
    I did exaclty the same way and i am getting result too
    But it is working for only 1 item , for 2nd the result is getting added up 4 times
    ex : for item1 10000 base value
    excise at 8% = 800
    when i select 2nd item total value becomes suppose 20,000
    excise at 8% becomes =3200
    which sholud be 1600
    Plz suggest
    i am in serious trouble

    Hi Manish,
    you have to mke the formula using the ostt and inv4 for invoice pld. table .
    Every taxcode has a unique nota fiscal id .Use that in ur PLD .
    Ex:
    First insert a repetitive area.
    Suppose Hcess id is 70 in ostt.
    1. Make a text field in repetive area and give 70 to it .
    2. make a db field and fetch nota id from ostt.
    3. make a formula field and Compare text field and db field .
    4. link the text field and db field with formula field .
    5. make a db field and fetch taxamount from inv4.
    6. link this filed also to formula field
    7 . make a new formula field and multiple the amount field and previous formula field .
    8. make a new formula field in repetitive area footer and do copulmn sum of last formula field which have the result of multiplication. This is what we have done. Hope it helps.
    Thanks,
    Joseph

  • AP invoice with different tax rate and cost center?

    Dear all,
    We are just upgrade from 11i to R12.1.3. Before in 11i, we can change distribution account in AP invoice distribution line if the type is "Tax". However, after updated to R12, we define tax code (e.g. P1 for particular account combination), so once user selects tax code "P1" and invoice will automatic creates tax line for such invoice but the user cannot change distribution account anymore. Because in 11i, user will change the distribution account (cost center segment) but now in R12 user cannot change it.
    The only work around is defining different tax code for different cost center.
    For example: P1-0001 => 01.0000.999999.00001
    P2-0001 => 01.0000.999999.00002
    We have hundred of tax code and cost center combination.
    Any other work around for this? or anyone encounter the same problem?
    Please advice.
    Thanks.

    Let me explain more in details:
    1) The cost centre will will more. 2 cost centres just a simple example.
    For now, we have 5 cost centres for each of the tax rate. For the work around now, I need to define 5 tax codes for the same tax rate for different distribution combinations:
    Quote
    Tax Code ==>Tax Rate ==> AP Distribution Combination
    A1-3500 ==> 10% ==>001.9999999.3500.00
    A1-3600 ==> 10%==> 001.9999999.3600.00
    A1-3700 ==> 10%==> 001.9999999.3700.00
    A1-3800 ==> 10%==> 001.9999999.3800.00
    A1-3900 ==> 10%==> 001.9999999.3900.00
    2) The driving factor would be 100% percent.
    Please kindly advice.
    Many thanks.
    driving factor for the cost centre

Maybe you are looking for