Tax code entry in sales order item conditions  from excel template

Hi experts ,
I have a requirement , in which  tax code in sales order item conditions should be determined from an excel template.
A Z transaction will fetch values from the template & create sales order in which tax code will be detrmined from the template only, irrespective of the value maintained in condition records.
Kindly suggest the way, how this can be implemented. Currently tax code field in item conditions of sales order is greyed out and hence cann't be maintained directly in sales order.
Is there any user exit which can take values from excel template & populate tax code in sales order, bypassing condition records?
Thanks in advance,
Vimal

Hi Vimal,
    I don't understand why you want to read tax code from excel, bcoz what ever criteria you are trying to determine the tax code from excel sheet you can build a condition table and arrive at the appropriate tax code with condition technique.
Just think, if you some how achieve to get the tax code to pick up from the excel sheet, what will happen if you want to change the order after few days or create a subsequent document? the system will try to read the record from the condition records and may go for a toss.
My opinion is, suggest the user/business to use the condition technique and build your condition tables with all possible options and arrive at the tax rate and tax code.
If you still want to go ahead with bespoke develpoment, request you to further specify your requirment so that someone can help you.
I don't think it is the right idea to reinvent the wheel again.
Regards
Raj

Similar Messages

  • Sales order Item condition currency

    HI
    i have following requirement
    In sales order item conditions Currency should change automatically From USD to INR, it means USD is sales document currency.
    But in PO currecny is INR, so i want to populate INR in Sale order items condition type PR00, there is BAPI which trasfer PR00 price from PO header, but now i want transfer the same currency type in to Sales order.
    regards
    satsih

    Hi thanks for your input, Using routine is effect to other sales document types, i want for ZDR (debit memo request) only not for all documents. any other solution
    regards
    satish

  • Surcharge rate for sales order item condition

    Hi,
    I have a two condition for sales order item.
    First  condition is ZP00-Price. It is using for automatically price with customer and material. It linked with account key in pricing procedure.
    Second condition is ZI00-Index rate. Calculation type is A-Percentage. This condition value is monthly. It will be used for surcharge with percantage . I have a formule this condition.
    It is not linked with account key in pricing procedure.
    Formula for ZI00 - Index rate:
    (Index Rate to delivery date - 1 / Index Rate to contract start date) x 100
    For example;
    Index rate conditions is entrying monthly;
    Index date          Index%
    01.08.2008         1,05
    01.09.2008         1,15
    01.10.2008         1,17
    Contract start date = 03.08.2008
    Delivery date = 02.10.2008
    ZP00 = 500
    ZI00 = Index rate for sales order item = ((1,17-1)/1,05 ) * 100 = 16,19
    Last condition value = 500 + (500 * 16,19)/100 = 500 + 80,95 = 580,95
    What can I do for this pricing?
    Best Regards
    Gulay Celik

    Hi
    I think that perhaps it is too late. The application supports cancellation and re-billing as separate transactions. Maybe this is not a 'development' problem.
    Cheers
    Dom

  • Aseembly order entry in sales order--item schedule line--Procurement tab

    Hi all,
    i created a Sales order which includes BOM explosion under which i am trying to seek Assembly order no under Item -- schedule lines-- procurement tab.
    currently i am not getting any such data in the particular screen at all.
    can anyone suggest if any IMG activity is missing which needs to be configured for geeting the same(assembly order entry inside sales order screen.)
    antipitaing replies.
    -ujjwal

    Hi
    Just try once as below.
    Do not create it as a BOM material first of all.
    For the Main-item, change the Item category group in the Material master to "0001" and save.
    Ensure the Item category assignment in VOV4 as
    Order type + Item category group (e,g. 0001) -
    > Item category (TAK).
    Now, create the new order for the Main-item, manually add the sub-items in the sales order, specify the "Hgh level item number" (item number of the main item) > click enter > save.
    Now, in VA02, check schedule line > Procurement tab.

  • Sales Order-Shipping Conditions from Sold-to-Party

    Hi Guys
    When sales order created, shipping conditions copied from Sold-to-Party.  At that time, in SP, shipping conditions maintained wrongly. 
    After creating Sales Order, shipping conditions modified in SP, but system not allowing to modify shipping conditions in sales order.  Because of this, shipping point has not been determined.  Could not change manually also.
    Please suggest on this.
    Regards
    Uma

    Dear Uma
    On your comments
    "Because of this, shipping point has not been determined",
      I dont think, it could be bcoz of shipping condition.
    If Shipping Point is not flowing in sale order, then you need to check in OVL2 where you have to maintain the shipping point for the combination of Shipping Condition from Customer Master, Loading Group from Material Master and Plant.  So check whether you maintained this. 
    Meanwhile, with regard to the field Shipping Condition which you could not make change, please note that even if subsequent documents are generated, this field will be in editable mode only and if you try to change, system will give you a message
    -  Shipping Conditions were changed, Redetermine Routes and shipping of all items
    and if you click "Redetermine", the new shipping condition will take place.
    So, can you please let me know whether your sale document type is copied from standard OR where the screen controls are there.
    thanks
    G. Lakshmipathi

  • Update Purchase order number in Sales order item level from inbound ORDCHG iDoc

    Hi Gurus,
    I want to update purchase order number from the iDoc 'ORDCHG' to sales order item level (sold to party purchase order number) i.e, VBAK-BSTKD.
    Which exit I need to use?  where to update?  Can you please help.
    Thank you in advance.
    Regards,
    San

    Finally Resolved the problem by writing 2 exits.
    one exit 'EXIT_SAPLVEDB_007'  for identify correct item in the sales order by updating the customer purchase order item number i.e., VBAP-POSEX.  if we update the POSEX field then it wont create new item instead, it will update the item which it is referring to .
    2nd exit for updating the purchase order number. 
    I have tried to pass the program name, screen number, field name, field value etc to bdcdata in the exit 'EXIT_SAPLVEDB_002'. but I observed that it is not going to that screen in the debugging.
    when I try E1EDP02 with QUALF '044' it will update ship-to party's purchase order number.  so to update ship-to party's purchase order number it is going to that screen. 
    so I have used that thing to update purchase order number in sold-to party's purchase order number.
    so when it is going that screen iam changing the field name 'VBKD-BSTKD_E' to 'VBKD-BSTKD' in bdcdata.  Then it is worked.
    This is the solution I found in my time.
    Any way it is solved.  Hope it will be helpful for others who will get this problem.

  • How to change tax code while processing sales order dynamically

    Hi
         we need to change the tax condition value whenever Value inclusive tax more than 5250  then it has to capture different tax code ( 12.5 percent ) else it should capture existing tax code ( 5 percent ), is there any user exits or can we do through configuration
    Regards,
    Sekhar.K

    Hi,
    Please change the Tax code in Purchase order instead in Invoice.
    There  is a facility available in Purchase order  for mass change of any field at PO level.
    Entere the Tax code V0 and keep the cursor in Tax code field , then select Fast Change icon besides Copy item Icon above, you will get New values, enter V0 here and then select the radio button all items below and execute it, you will find all your line items will be having V0 tax code.
    This is a best practise to change Tax code at PO level.
    AMIT

  • Different tax codes for a Sales order and Credit memo

    Dear All,
    We have created a sales order and in the invoice some X Tax code is determined in the Account document.
    But when we created a Credit memo request with reference to the same Sales order, we are getting different tax code in the Accounting document of Credit Memo.
    Kindly clarify how is it possible.
    Regards,
    Mullairaja

    HI
    Credit memo request with reference to the same Sales order
    Because Suppose 
    Case 1 : you created Sale order 100 PC & Delivery  50 PC, Invoice raised 50 PC
    In that above case if you take Sale order reference system will take 100 PC , but logically you need to raise Credit memo for 50 PC
    Like that we can create Some cases , so try to create credit memo request based on Invoice not for based on Sale order number
    Coming to you Query , try to check the Ship to party for that line item and also check the master data's once
    I hope you understand
    Regards,
    Prasanna

  • Read Sales Order Item Conditions

    Hi All,
    Quick question. If I have a sales order and item number how can I read the item condtions.
    Is there a function module I can use or is there a table?
    Many Thanks,
    Colm

    Hi Colm,
    For condition you have a table KONV.
    Please check this link
    This link contains the link between different tables in SD Module
    http://www.erpgenie.com/abap/tables_sd.htm
    Best regards,
    raam

  • Need to add Fied for GCV NUmber in Sales Order Item Conditions Screen...

    Hi Friends,
    I Have a requirement Where I need to Calculate the Base Price by Useing the GCV Number, Which is Entered Manually because it may change for each Order.....
    I Going to Screen Exit for Sales Item Condition Screen for This GCV Field and make Mandatory for "X" Sales Document Type.
    Can any Body Give Steps Procedure for Enhancement as I am A Functional Guy.
    Regards,
    Mahadev..........................

    Hello.
    You will put this condition mandatory to your pricing procedure, not for sales document type.
    You need to create a condition that will be marked with Manual and Mandatory in pricing procedure.
    This condition GCV will be a percentual or a fixed value?
    regards.

  • Tax Code determination in Sales Order

    Hi Friends,
    I have typical Business requirement.  For my client having a two systems - Legacy system & SAP ECC system.  Every time Sales Order is created in Legacy system and the same is replicated into SAP ECC.
    During the replication, Tax code also derived from Legacy to SAP ECC.  If the Tax Code is coming from Legacy to SAP ECC, system should take Tax code of Legacy by overiding the Tax code determining in SAP ECC.
    In short word, if Tax Code is deriving from Legacy, system should not derive the tax code from SAP ECC.
    Please help
    Regards
    Goutham

    Hi Goutham,
    Please follow the procedure.
    1. tax code convertion table is maintained in SAP ECC system.
        example if A1 is the tax code in legacy system and Z1 is the tax code in SAP ECC system. maintain conversition table in SAP ECC system.
    2. if you want to use the same tax code in both system and display in the sales order, then first you have to add a tax code field in the VBAK table , second how the SAP ECC system recongnise the tax code logic you have to write in a receiving port of the idoc.
    thanks
    Kuntla

  • Service tax deferred tax code entries not updating DEFTAX-ITEM table

    Dear Friends,
    We are using SAP ECC 6.0. We have configured service tax receivables through deferred tax codes.
    Based on the OSS ntoe 921634 we did all the changes & activated this event also.
    Event     Product                     Application     Function Module
    1025     DEFTAXRU             FI-TAX     CREATE_DEFTAX_ITEM
    1030     DEFTAXRU             FI-TAX     SET_DEFTAX_ITEM
    1040     DEFTAXRU             FI-TAX     CREATE_DEFTAX_ITEM_REVERS
    1050     DEFTAXRU             FI-TAX     CREATE_DEFTAX_ITEM_MR1M
    After this changes also the values are not updating the table DEFTAX-ITEM. So while running programme RFUMSV50 - Deferred Tax Transfer (New) the values are not flowing.
    Please help me to solve this issue
    Thanis
    Christopher.J

    HI,
    Please help us.  We are also in the same status.  How can we solve this issu?
    rajeswari

  • How to Fetch Sales Order Item Quantity from Customer table(ztable)?

    Dear Guru's,
    My scenario:
    While creating Sales order the item quantity should be fetched from a Ztable. So iam using the Userexit "V46H0001 - - Customer functions for resource-related billing", in that i have implemented my code in the Function Exit - EXIT_SAPLV46H_001 and the FM documentation says
    This function module allows you to change item information for generating a new item.
    In order to achieve this, you must change the relevant field in the structure C_VBAPKOM.
    So i activated that exit and wrote the following code to test it as follows;
    break-point.
    C_VBAPKOM-zmeng = 10.
    But it seems not working, even it doesn't stop at the break-point when i type the material number for the item in the sales order and press enter...
    Please guide me in this regard, am i correct in choosing the User-Exit? what else have to be done in order to fetch the item quantity from the ztable....
    Please suggest if there is some other way to do this, i also heard that we can do this through Routines...
    Thanks in Advance...
    Regards
    Karthik D

    I have solved this  and you can found how i solved in the last reply of the following thread....
    [SD UserExit - V46H0001 - Customer functions for resource-related billing|SD UserExit - V46H0001 - Customer functions for resource-related billing]
    Thanks
    Karthik D

  • Sales Order Item Shipping point (VBAP-VSTEL) value in APO table

    Hi,
    I am looking for Sales Order Item Shipping point (VBAP-VSTEL) value in APO.Can I  get this info in APO ?
    This information is not available in table /SAPAPO/SDORD or  /SAPAPO/SDFIELD.
    Basically table /SAPAPO/SDORD is completely blank. Table /SAPAPO/SDFIELD has entry for Sales Order Item but not for VSTEL. Shipping point is there in the Catalog table in ECC and I can see that it is getting imported to APO but why it is not avaibale in SDFIELD table.Any idea ?
    I cheked table /SAPAPO/SHIPPING also for the guid (Item guid) but not found any entry .
    Please help.

    RKS,
    Most data in SCM is not stored in tables, it is stored in LC.  In general, it is not the best idea to use APO for creating custom reports against  transactional data.  You do such reporting in the OLTP, and you use the standard SAP programs to keep these systems in synch.
    Some SD auxiliary data is sometimes stored in /SAPAPO/SD_DOC.and /SAPAPO/SDFIELD.  Check here, you might find something useful.  No guarantees......
    Best regards,
    DB49

  • EK01 and EK02 not copied to sales order item

    Dear colleagues,
    Is it possible to have EK01/EK02 transferred to the sales order item for assembly type = "0 no assembly order processing"
    (specified in requirement class definition)? I would like to have planned production costs in EK02/EK01.
    I don't specify costing method, variant and sheet in requirement class definition (transaction ovzg)
    The steps are following:
    1. create sales order
    2. set manually proper item category (which refers to assembly type = "0 no assembly order processing")
    3. MD04 - convert generated planned order (lower-level for HALB) into production order
    4. MD04 - release HALB production order
    5. MD04 - convert generated planned order (higher-level for FERT) into production order
    6. MD04 - release FERT production order
    7. ????? we could expect EK02/EK01 in sales order item coming from production orders ?????
    I have found SAP note 857299 nevertheless it is not stated precisely there.
    Please let me know your observations in this area.
    Regards,
    Wojtek

    Hi..
    Hi
    Small change in the program will copy the PO number from Contract to sales order.In case need take help of ABAPer
    Data which is not copied
    LOCAL: VBKD-FKDAT.
    LOCAL: VBKD-FPLNR.
    LOCAL: VBKD-WKWAE.
    LOCAL: VBKD-WKKUR.
    LOCAL: VBKD-DELCO.
    LOCAL: VBKD-BSTKD.
    LOCAL: VBKD-ABSSC.
    LOCAL: VBKD-BSTDK.
    In your data declaration, you have
    LOCAL: VBKD-BSTDK
    Regds
    MM

Maybe you are looking for

  • All of a sudden my audio configuration is wrong??

    I downloaded and installed the new version of iTunes (7.2.*) and now I get the following error message if I try to open the program: iTunes cannot run becaues it has detected a problem with your audio configuration Why is this happening? The previous

  • Random email not being received

    Have been running into a strange issue with my iCloud email address the past week or so.  Some email that is being sent to me is not arriving.  Here is what I've been looking at. Missing email is not being filtered to another folder. Missing email is

  • Transferred pics from iPhoto, now every time connect iPod iPhoto launches

    And i don't want it to. I got the photos I wanted from iPhoto onto my iPod, but now every time I connect my iPod Touch to my MBPro iPhoto launches. Please help me make this stop. Went through everything in Prefs for both programs, to no avail. Thanks

  • How to return subclass in WebServices

    We are currently running AS 10.1.2.0.2 (J2EE and WebCache version). I don't have solution for the following case: 1) two classes are defined as: public class PartyName private String m_null_val; public class IndividualName extends PartyName private S

  • Socket Programming Problem

    I am using multi threading with socket programming. One thread uses socket's output stream to send the data and the other thread keeps waiting for the data to arrive from that socket's input stream. Now when the readLine or readObject is excuting on