Which VAT Code ( from ship-to or bill-to ) will be reflected in Invoices

Hi All,
A Main Customer has role ( sold-to and bill-to) and is attached to 20 ship-to customers ( sub customers).
All the customers ( main and sub ) have the VAT code maintained and the tax code is also maintained.
So the confusion is which VAT Code is selected over the Invoices while creating them for ship-to customers, either from main Customer bill-to role or from sub- customer ship-to role.
Kindly assist in this case.
Thanks in Advance
Jatin

Hi raj,
     I think your solution is too complexity.may be you can use BADI "CRM_ISA_GEN_DOC_SEL" to solve you problem,
     1.Get all ship-to and display it in search page as new condition field.
     2.Create implementation for BADI,and overwrite method "INIT" to add new condition record  for shipto.
Best Regards,
Xianjun

Similar Messages

  • Copy Control from Shipping Notification to Billing

    Hello,
    I am working on an requirement where, i need to copy header text of Shipping Notification to Billing document Item text. User will be creating Invoice F2 with reference to delivery LF...then i will be taking shiping notification linked to Delivery LF using some logic. Concept is; in billing doc they want to show the customers if the material has been bought from another vendor?
    I have done the coding in Copy Contol of Delivery LF to Billing F2, in step 003. When this routine is triggered Billing document number is not generated hence i am confused here like how to tell system to copy shipping notification text to Billing item text.
    Expecting solutions from experts.
    Thanks
    Hari

    in VOFA, for the billign document, please click teh Delivery text field at the bottom and then try. I hope otherwise all text cofnigurations are fine

  • Refering text from Shipping doc to billing doc

    Hi dear Friends,
    how do I copy text from delivery to invoice
    in invoice the document of reference is always the sales order
    in structure REFERENZ there is only the order
    the problem is the same for VBBK and VBBP
    can you help me???
    thank you very much!
    best reguards
    GdA

    How are you creating the iNvoice?
    If through a program :
    After creating the the invoice,
    Read the Delievry Text using FM: READ_TEXT
    Udate the texts using SAVE_TEXT.
    If through VF01, then you will have to put the same logic in some exit which is called after the Invoice is Saved.
    Hope this helps.

  • Tracking Reason Codes from SIM

    hi all,
    i some questions on how reason codes are tracked in the system. i know that after setting a reason code for a inv. adj. in SIM it is through RMS and finally ends up at some stock ledger system, but what i really want to know is exactly how this is doen. i have a few questions, if anyone could fill me in would be most appriciated.
    1. a reason code sent from SIM is mapped to an acount in order to create an appropriate credit. now, as i understand it, these accounts contain all credits for a certain type (lets say "damaged") compiled together. looking into that account one would not be able to track the specific inv. adj. am i correct?
    2. are reason codes in any way linked to tran codes? if so - how, and is anyone dependent on the other? and if not, is it possible to link them together?
    what im trying to get at here is really if the tran.codes govern (or could) govern the reason codes in any way?
    any answers would be most appriciated- thanks!

    Hi
    INV ADJUSTMENT Reason Codes and tran codes do have a relationship :
    query inv_adj_reason in RMS, field COGS_IND dictates which tran code will be used, Inventory Adjustment (Other than Unit & Dollar) stock take, will use either tran code 22- Stock Adjustment or 23-Stock Adjustment COGS.
    how is it used, if you setup an adjustment reason as COGS_IND ="Y" then trancode 23 will be used, if the flag is "N" then trancode 22 will be used, the very essence of it is to financially map them into the respective accounting system as COGS or expense(depends on the FISICAL rules of the land ie VAT etc).
    this reason codes from systems like SIM/ORWMS etc will be recorded in trandata tables under GL_REF_NO field, which can be mapped, using FIF_GL_CROSS_REF table tran_ref and trancode/dept/class/location combination into any debit or credit account.
    Regards
    Murali Menon

  • Vat code in MRKO

    Hi,
    I have created a consignement record with vat code.
    When I m doing the MRKO the system doesn't take the vat from consignement info record but another one.
    I don't know where THE VAT is from
    Anybody have an idea?
    Thanks for your help
    Regards
    Elmka

    Ok, thank but I know the process.
    I have done all the following steps
    Consignment Info record with Standard P Org
    2. tax code to be maintained in the above Info record
    3. Output type settlement to be configured  Out put type "KONS"
    But my question is why in settlement of MRKO I don't have the vat code from info record?
    I have an other one, and I don't know where is it from
    Thx
    ElMKA

  • Miro - mass change of vat code in line items

    Hello,
    I'm having the following problem, when posting with T-Code MIRO, and having several line items with VAT codes from the PO, when I try to chage it in the basic data screen, the line items do not change to the vat code of the basic data... this does not happen in all situations, only in invoices refering to utilities.
    Does any one knows how to solve this?
    Further information: the system is SAP Retail, ECC6.0.
    Thank you in advance,
    Regards

    Hi Govardhan,
    Pl correct me if i am wrong....EINA-RELIF field is to check and uncheck for regular vendor...It will not change the vendor ID...
    EINA-LIFNR...is the field to change vendor no.., but i can not see this field name is not there in the table...
    Still i think that we can not change the vendor id's once it is created for Info record...
    Pl correct me if am wrong.
    Uts

  • How to get the HTML Source code from the active browser ?

    Hi All,
    I need to get the HTML Source code from the active browser (IE). I tried with the below code, but I am not able to get the Source code all the time, with respect to the different applications (http or https) and the user authentication has to be changes in few applications (_I dont know or not able to given that in the below code_). More over there is also a dependence of the URL to get the HTML Source code.
    Therefore what I feel is getting the HTML Source code from the given or active browser will be consistent than the URL. Since the Source code is available in the browser (IE) . Please help me with a sample code to achieve this . . . !
    HTMLDocument doc=(HTMLDocument) kit.createDefaultDocument();
    doc.putProperty("IgnoreCharsetDirective", Boolean.TRUE);
    URL url = new URL(strURL);
    Reader HTMLReader = new InputStreamReader(url.openConnection().getInputStream());
    kit.read(HTMLReader, doc, 0);Thanks in advance,
    Regards,
    Jothi Venkatachalam
    Edited by: j0o on May 7, 2009 3:11 AM

    The simple answer is: you don't.
    Not only is it simply not possible, but the entire concept of "the active browser" doesn't exist.
    You were on the right track with your code to retrieve the page directly from the server, but as you noticed that code will only work for regular http connections.
    For https and other protocols you will need to use appropriate libraries for each protocol. Something like Apache Commons can help you with that. There are networking libraries in there for a lot of commonly used protocols.

  • Tax code from billing

    Hai gurus,
    I am making a report from account assignment group of customer and material to fetch the vat/cst amount.
    Here i want  the user to enter tax code since iam using tax inj procedure
    can any one suggest me a field name for tac code from billing.
    i tried with VBRP and VBRK tables. MSKWZ is there but it is not showing the tax codes which i meant to see is there any other field
    With regards

    Hai gurus
    we have checked as per the reply and found out in VBRP with respect to the billing document(MWSK1) is not reflecting and it is showing blank. How can i fetch it?
    With regards

  • Bill to party should be pulled from ship to party.

    Hi
    I have scenario in which I want to pull bill to party from ship to party and not from sold to party in sales order. Business requirement have one sold to party say A . This sold to party has 4 ship to party say B,C,D,E.  Every ship to party has one Bill to party respectively say L,M,N,O.  This scenario is only for one customer and not for all. When ship to is entered in the sales order it should give options to select the bill to party .
    I want to know the config steps alongwith the name of the user exit (if it is required for)
    Thanks in advance.
    James.

    Before answering this question, I would like to thank Lakshmipathi for his compliment and James for this interesting scenario.
    Lets say your new ship to parties are 90 & 91.
    Lets say your new bill to parties are 110 & 111.
    So your new requirement is when you enter ship to party 90 or 91, bill to party 110 or 111 has to be determined from sold to party.
    Am I correct? That's how I understood your question(If this is not you are not looking for, please advise).
    In case yes, you  could do the following.
    In your sold to party record, partners Tab, enter the details of your new ship to parties and bill to parties.
    In sales order, enter ship to party and system would pop a box listing bill to parties. You can select one of the bill to parties.
    Once selected, system would populate sold to party record field.
    This is happening because when you enter ship to party record in sales order, system accesses sold to party from ship to party. Once it accesses sold to party, it lists bill to parties available in this sold to party record.

  • Checkout: Auto Populate Billing from Shipping ?

    Hi,  I'm trying to cobble together a auto populate billing from shipping or vice versa,  and I've gotten this far with JS and added it to the register buy form, but it is supposed to go into the header, for which, in the module template, there is no access.  I'm sure I have some of it wrong, because I grabbed it from another site. Anyway, when I check the box for same as,  nothing happens.  I 'm wondering  if the script needs to be placed elsewhere and/or if the variables I am using are incorrect for BC ?  
    <script type="text/javascript">
    <!--
    function shipsame(form){
    if(form.sameasbilling.checked){
    form.ShippingAddress = form.BillingAddress;
    form.ShippingCity = form.BillingCity;
    form.ShippingState = form.BillingState;
    form.ShippingCountry = form.BillingCountry;
    form.ShippingZip = form.BillingZip;
    else{
    form.BillingAddress= "";
    form.ShippingCity = "";
    form.ShippingState = "";
    form.ShippingCountry = "";
    form.ShippingZip = "";
    //-->
    </script>
    <div class="shop-checkout shop-form">
    <h1 class="heading colr">Check Out</h1>
    <p>&bull; Required</p>
    <form id="catwebformform42059" name="catwebformform42059" onsubmit="return checkWholeForm42059(this)" action="/FormProcessv2.aspx?WebFormID=10850&amp;OID={module_oid}&amp;OTYPE={module_otype} &amp;EID={module_eid}&amp;CID={module_cid}" method="post" enctype="multipart/form-data">
        <div class="form">
        <div class="item">  
    ...SNIP....
       <label> Same as Shipping <input type="checkbox" name="sameasbilling" value="checkbox" onclick="shipsame(this.form);" />
        <div class="item">  <br />
        <label>
        Billing Address</label>
        <input class="cat_textbox" id="BillingAddress" type="text" maxlength="500" name="BillingAddress" />
        </div>
    TIA,
    Jeff

    A button would only work once. So if the user went back and changed the billing address the change would not be reflected in the shipping address.
    With a check box one can use a calculation script in the shipping address to check if the billing address should be copied over.

  • Pass Plant Code from SD Billing Doc to FI Doc

    For one of our company codes, it is necessary to produce financial reporting by plant.  For this reason, we are in the process of implementing the use of business areas to reflect the plant value.  We would like to ensure that the plant value is transferred from the SD billing document to the revenue line on the FI documents.
    We have attempted the following technical user exit development:
    1. Logic was placed in EXIT_SAPLV60B_004 to move the Plant Code from VBRP-WERKS into XACCIT-WERKS for select accounts.
    2. Logic was placed in EXIT_SAPLV60B_008 to populate field WERKS in table XACCIT with the Plant Code for select accounts.
    The above user exits were activated and we could verify by debugging that the XACCIT-WERKS field did in fact contain the Plant Code value, but this value was not properly transferred on to BSEG as we were informed it would be.  These efforts have not properly filled the BSEG value resulting in an error during the billing process due to plant being required on certain accounts.
    If possible, please direct us to the appropriate user exit that can be used to successfully transfer the plant value from the SD billing document to the revenue line on the FI documents.
    Thank you.

    Use Process BTE 1120.  However, i'm confused as to whether you want plant or business area?  I'm assuming you have a business area that corresponds to each plant value, so don't you want to set the business area value if it's not assigned from the master record?
    BTE Example:
      LOOP AT T_BKPF WHERE ...
          LOOP AT T_BSEG WHERE BUKRS EQ T_BKPF-BUKRS
                           AND BELNR EQ T_BKPF-BELNR
                           AND GJAHR EQ T_BKPF-GJAHR
                           AND KOART EQ 'D'
                           AND GSBER EQ SPACE.
    * some determination code here
            READ TABLE T_BSEGSUB WITH KEY TABIX = SY-TABIX.
            CHECK SY-SUBRC EQ 0.
            T_BSEGSUB-GSBER = LS_DIVINFO-GSBER.
            MODIFY T_BSEGSUB INDEX SY-TABIX.
          ENDLOOP.
    ENDLOOP.

  • Ship to and Bill to country code issue

    The ship to and bill to on the invoice for proforma is not printing the country if being shipped to France  All other countries print just fine...it is only France that will print (see the example below).  Anyone have an idea as to why?  Customer Master appears to be ok as well....Again this is only for France.
    Example:   Name of Company
                     Address 123 Rue
                     91919 - Bondoufke Cedex
                     Z.I. La XXXXXXXXX
                     F- Bondoufle Cedex (this is how the country prints)
    Edited by: Kimberly Blair on Oct 29, 2010 8:35 PM

    Hi
    It seems in your smartofrm for printing the address of ship to and bill to the function module Address_into_Printform is being used. The function module has some parameters that need to be passed like customer name, number of lines of address to be printed, Street PO Box priority etc. One such parameter is the sending country. If the customer is from FR and the sending country paramter is also FR then the country would not get printed as the function module thinks that for transport within country the address with the country detail is not required. Please change the logic of the smartform by altering the Address_into_printform parameter and leaving the sending country as blank.
    Thanks
    Indranil

  • HT201209 I have a code from a radio station to download a free song however when I go to redeem and put in my code which is typed correctly it just keeps making put my password in over and over. Any advice?

    I have a code from a radio station to download a free song however when I go to redeem and put in my code which is typed correctly it just keeps making put my password in over and over. Any advice?

    You can create an App store account without a credit card, however that won't help you with updating your previous purchases. Apps are DRM protected, and tied to the account that was used to originally purchase them. There is no way to overcome this DRM protection or transfer them to another account(Itunes support can if you contact them). If you want to create an App store account without a credit card, follow the directions here, but bear in mind the DRM protection mentioned. If you use this account to download free apps, you will have to use this same account for all future updates:
    http://support.apple.com/kb/ht2534

  • VAT code mandatary status fileld for Account; from the sap tables

    Hi All,
    I need a big favour from you all on this FI requirement
    As you all know in SAP FI transactions (FB01), we enter account and some of them need VAT code as mandatory enrty;
    I need to write a sql to check whether VAT code is mandatary for account or not from the config sap tables;
    Can I know the table name and the filed names related to this
    Many Thanks
    Iver

    HI,
    No specific table tells you whether particular account requires VAT code or not.
    This is based on the GL account tax details maintained. In the FS00 - GL> in "Control tab" based on the tax category it will ask the VAT code.
    Without maintaing the details as said above , you can't use the tax code while doing FB01.
    VVR

  • I keep getting a error code of 2349 which prevents me from running updates successfully. How does th

    I keep getting a error code of 2349 which prevents me from running updates successfully. How does this get fixed?

    As John said, we need at least some system information and what program you are referring to...
    Mylenium

Maybe you are looking for

  • Is there a way to copy the notification rules?

    Hi, I am migrating to a new server and have already setup notofication rules the way I want them on the old server. Instead of resetting everything manually I would like to copy the notification setup. Is there a way to do this? I am working with 10G

  • Transport Webi Reports and Web services as the backend of dashboards from BO Production to BO Development system

    Hello Experts, I am working on SAP BO 4.1. I have made several dashboards on top of web services ie;Web Service Method. I have 2 systems in BO ie; Development and Production Systems.The BW production system is connected to BO Development and Producti

  • How do I permanently enlarge the text size

    Hi, all. I know how to enlarge the text size by hitting the "command +" keys simultaneously, but then when I close Safari, the text size is back to the default size the next time I open Safari. I'd like the font size to stay large all the time. How c

  • Call Park service causing high CPU usage

    Hi, I've got a Lync 2013 pool with 4 servers running.  Everything is working fine except I notice that when I enable the call park service, the CPU usage goes from hovering at around 4% to jumping all over the place (anything from 11% to 30%).  I've

  • Trouble putting videos on iPod

    I have a 30GB Video iPod, and I recently took some videos with my digi camera and wanted to put them on my iPod so I can watch whenever. The format is a format iTunes recognizes (.MOV format...and it opens with Quicktime). I have it in my movie list