Getting ZVAT Error for some items

We are getting ZVAT errors for some QC number & line items..
Please provide the cause.

Hi,
I hope you have created ZCST and ZVAT by copying JIN6 & JIN7. Also in V/06 against the above two
condition types, ensure that "D" is assigned to Condition Class and Condition Category.
Go to V/08, select your pricing procedure and check whether you could see any of the
following condition types
a) JCST or JIN1
b) JLST or JIN2
Subsequent to introduction of VAT system in India, both JIN1 & JIN2 were replaced with
JIN6 & JIN7. May be, you would have copied JCST and JLST. Nevertheless, as I already mentioned,
you should check in V/06 for Condition Class and Condition Category.
follow this path -
SPRO Logistics General - Tax on goods movement - India - Basic settings -
Determination of Excise duty - Condition based excise determination -
Assign tax code to company code.
There maintain the tax code to company code. Also  mention the tax code for the above condition type in FV11.
rgds
Raj
Edited by: RAJEEV SHARMA on Aug 20, 2010 5:53 PM

Similar Messages

  • How do I get a refund for an item that was purchased in error on the ipad by my 5 year old?

    How do I get a refund for an item that was purchased on the ipad in error by my 5 year old?

    All sales are final.
    You can try contacting itunes support and asking for an exception
    http://www.apple.com/support/contact/

  • Why can't i add playlists to my iPhone from my mac while they are connected? I keep getting the following message "some items (meaning all of them) were not transferred because iTunes match is enabled." This is incredibly frustrating.

    I keep getting the following message "some items (meaning all of them) were not transferred because iTunes match is enabled." when I try to drag and drop a playlist, song, or album to my iPhone. This was NEVER a problem before iTunes match or the last iOS update. So what is the deal? Why can't i just add music to my phone from the mac? There is space on the phone. The only way I have found to get the music i want to the phone is to have it download from the phone. This is not something i want to have to do: go through and manually add every album and recreate a playlist on the phone when its there on the mac. And, even more irritating, since the new update, when the phone is plugged into the mac i can't actually view from the mac what music is on the phone. This is incredibly frustrating and any help would be much appreciated in managing my music libraries for each device.

    Hi,
    You cannot manually manage music with match turned on on your iOS device. If you want to manage music manually, you will need to turn off match on your iPhone.
    Jim

  • I want to install Snow Leopard Server on our MacPro (2.66) using Mac Mini Snow Leopard Server disks?  I kept getting an error for backwards compatibility.   Is this possible or do I need to purchase another copy of Snow Leopard Server?

    I want to install Snow Leopard Server on our MacPro(2.66) using Mac Mini Snow Leopard Server disks?  I kept getting an error for backwards compatibility.   Is this possible or do I need topurchase another copy of Snow Leopard Server?

    The OS disks that are shipped with a particular product
    are set up so that tey will only install on that product.
    It will install on any Mini of that exact vintage, but that
    is all.
    This is to prevent people from doing exactly what you
    are trying to do.  The license for OSX shipped with any
    is only valid for that product.  Also, Snow Leopard,
    including Server, is only permitted to be run on one
    computer at a time.  Bottom line, unlike Lion, legally
    you cannot install the same copy on multiple
    computers unless some "family pack" or site license
    is purchased.
    Yes, you need to purchase another copy.
    The copy of Snow Leopard license is here:
    http://images.apple.com/legal/sla/docs/macosx_snowleopard.pdf

  • Return The remote server returned an error: (403) Forbidden error for some file types

    hi
    am using below code to get the byte array 
    byte[] myDataBuffer = client.DownloadData((new Uri(sourceUrl)));
    for source of type .txt/.jpg no problem with accessing.but the file type with .master/.wsp/.cs
    it is returning "The remote server returned an error: (403) Forbidden error for some file types" Error.how can i get rid of this.please help me
    Thanks in Advance

    Hi,
    It seems there is something wrong with your code, from your code the account and key are the same, because their appsetting name are the same.
    string account = ConfigurationManager.AppSettings["StorageAccountName"];
    //string account = CloudConfigurationManager.GetSetting("StorageAccountName");
    //string key = CloudConfigurationManager.GetSetting("StorageAccountAccessKey");
    string key = ConfigurationManager.AppSettings["StorageAccountName"];
    string connectionString = String.Format("DefaultEndpointsProtocol=https;AccountName={0};AccountKey={1}", account, key);
    return CloudStorageAccount.Parse(connectionString);
    If you use CloudConfigurationManager.GetSetting, please consider set azure project as the startup project, if not, this value will be null, this resulted in solution being started as a web project that didn't run inside the Azure emulator. Since CloudConfigurationManager.GetSetting
    tries to get setting by contacting Azure (or Azure emulator in this case), and it is not running, it returns null.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Undeclared Identifier Error for some 'PDFEdit_Layer' Methods

    Hi,
    I am getting the errors for the some Methods in PDFEdit_Layer ,
    1. Code -> PDEText pdeText = PDETextCreate();
    Error 3 error C2065: 'PDETextCreateSELPROTO' : undeclared identifier
    2. Code -> sysFont = PDFindSysFont(&pdeFontAttrs,sizeof(PDEFontAttrs), 0);
    Error 5 error C2065: 'PDFindSysFontSELPROTO' : undeclared identifier
    3. Code -> pdeFont = PDEFontCreateFromSysFont(sysFont, kPDEFontDoNotEmbed);
    Error 9 error C2065: 'PDEFontCreateFromSysFontSELPROTO' : undeclared identifier
    4. Code -> pdeColorSpace = PDEColorSpaceCreateFromName(ASAtomFromString("DeviceGray"));
    Error 11 error C2065: 'PDEColorSpaceCreateFromNameSELPROTO' : undeclared identifier
    5. Code -> PDETextAdd (pdeText, kPDETextRun, 0,(ASUns8 *)Title, strlen(Title), pdeFont, &gState,sizeof(gState), NULL, 0, &textMatrix, NULL);
    Error 15 error C2065: 'PDETextAddSELPROTO' : undeclared identifier
    Irrespective of including below header files i am the above Errors.
    #include "CoreExpT.h"
    #include "PDSExpT.h"
    #include "PEExpT.h"
    #include "PERProcs.h"
    #include "CorCalls.h"
    #include "PDCalls.h"
    #include "PERCalls.h"
    #include "PEWCalls.h"
    #include "PDSExpT.h"
    #include "PSFCalls.h"
    #include "PDSysFontExpT.h"
    I tried including the above headers then also i am getting the errors as shown above. Please let me know why is this happening, am i missing something ??
    Please someone help me, Thanks in advance.
    Regards,
    Chetan.

    This is for Plugin in Acrobat, not for Reader.
    Yes, i have set all proper defines for the project.
    #pragma 
    region [ Headers ]
    #include 
    <string>
    // Acrobat Headers.
    #ifndef 
    MAC_PLATFORM
    #include 
    "PIHeaders.h"
    #endif
    #pragma 
    endregion
    "PIHeaders.h" is having all the required header files for the Methods which i have specified.
    Yes.All this method i find under Samples\SnippetRunner project, i am able to build this project successfully.
    Please let me know what needs to be done for successfull building the solution.Thanks in advance.
    Regards,
    Chetan.

  • Nikon 800e Creative Suite 6 design standard getting raw error on some raw files not all

    I have the stand alone version of Creative Suite 6.  I am getting an error on some of my raw file not all of them "Could not complete your request because an unexpected end-of-file was encountered."  I have researched this endless hours but cannot find any help.  When I go to update in photoshop it tells me that my raw files are up to date.  Any one know what to do.
    I have a Dell, 64 bit operating system, Windows 7 Professional,

    I do format in the camera each time after downloading the files with the reader installed in my computer.  This last download nef file 15 gave me that error but nef file 17 would open just fine no problem.  When I contacted the camera store today about this on going problem I told them that I had gotten a new card for the camera but the problem is still there.  They wanted to know if the file would open in Nikon Capture but I don't have that installed on my computer.  I did put Nikon ViewNX2 on and the file would open and I have a different image viewer that will show me raw files and it opens there but not in photoshop.  He thought it might be a software problem.

  • Cannot complete operation (update) because you do not have sufficient privileges for some items

    updating to 3.6.6, get message "cannot complete operation because you do not have sufficient privilege for some items". Running the new second version, works fine, but slow, the old version not updating

    See http://kb.mozillazine.org/Installing_Firefox#Mac_OS_X
    Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    Trash the current Firefox application to do a clean reinstall.
    Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • I am batch processing in PS 2014 (watermark and saving as jpeg from ps file). I get the message for some but not all 'this file needs to be saved as a copy with this option'. And then I have to save it manually. Does anyone know why this happens? (It is j

    I am batch processing in PS 2014 (watermark and saving as jpeg from ps file). I get the message for some but not all 'this file needs to be saved as a copy with this option'. And then I have to save it manually. Does anyone know why this happens? (It is just a plain photoshop file, a watermark is added, then save as jpeg - the jpeg is saved to a different folder than the original photoshop file.)  It happens for about 10 of 30/40  files approximately . Thank you, Kathryn

    I believe I have figured it out - I need to flatten the image, even though there are no layers except for layer 0, first.

  • I keep getting an error (for twelve updates), when trying to update CS5 Master Collection.  I used chat, and was told to come here.

    I keep getting an error (for twelve updates), when trying to update CS5 Master Collection.  I used chat, and was told to come here.

    update directly, http://www.adobe.com/downloads/updates/

  • When i try to drag the new icon into my application folder it says i don't have privilege for some items

    I am able to download the new version but cannot drag the icon inot my applications folder. it keeps saying that i don't have privileges for some items. I have tried to do this repeatedly. and now my gmail account is saying that i have to have this new firefox version

    If there are problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the DMG file to the desktop
    * Firefox 6.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox

  • Neither dreamweaver nor photoshop will update.  I get this error for both, "U44M1P7"

    Neither dreamweaver nor photoshop will update.  I get this error for both, "U44M1P7"

    Try downloading the updates from http://www.adobe.com/downloads/updates/ and install them manually.

  • I cannot install 3.6.8. Says I don't have sufficient privileges for some items. I do have an administrator account on my laptop

    I downoladed 3.6.8 but cannot install, Says I don't have sufficient privileges for some items. I do have an administrator account on my laptop

    Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    Trash the current Firefox application to do a clean reinstall.
    Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • HT201210 When i am upgrading firmware to i0S 6 i am getting unknown error for iphone 4

    When i am upgrading firmware to i0S 6 i am getting unknown error for iphone 4

    Take a look at this link, http://support.apple.com/kb/ts1424

  • When I drag the update to my applications folder it says this error message: action cannot be completed because you not have suficient security privilages for some items.

    I've downloaded the latest version of Firefox, but when I try to move the icon to my applications folder (MAC) I get an error message: cannot be completed because you don't have sufficient security privileges.

    https://support.mozilla.com/en-US/kb/Installing+Firefox+on+Mac

Maybe you are looking for