Validations for VAT GL's in FB05 for posting to authorized user

Hi Team,
I have a problem with post transaction FB05 with transfer posting with clearing.While make a posting with VAT GL accounts system thrown an error message with authorization issue.Its related to validation existing for VAT GL accounts.
The authorization gave to only one user to post VAT related GL transactions.When user post a document on 31-March, its working fine.But same user post a document with same ID and same GL's. But this moment system wont accept posting due to validation. I check the validation the rules wrote as,
Pre requisites
BSEG-HKONT IN ZVAT_ACCOUNTS  and check  SYST-UNAME IN ZVAT_USER.
But the problem is i am not able to find the ZVAT_ACCOUNTS, SYST_UNAME and ZVAT-USER.Its not a table and T codes.My Technical people put a break point and tried to find out.But we did not find anything from program.
Could please anybody assist. Thanks in advance
Thanks,
Prasad.

Hi Prasad,
They should be set. You can check it with GS03.
Thanks,
Yan

Similar Messages

  • Validation for posting date.

    hi,
    i am creating a validation for fb01 where the posting date should not be less than the posting date for last document posted for same doc type.
    we have assigned different number ranges for different a set of document types.
    From which table can i get the data regarding number ranges used for particular doc type or group of doc types.
    for example i need the nyumber range assigned to doc type 'SA' and the last doc no. assigned to a document.
    Regards,
    Tarun Bahal

    i have checked FBN1.... i beleive its for creating number ranges.....
    how do we find out which range is assigned to which doc type.
    Regards,
    Tarun

  • User Exit/Validation for posting limit

    Hi Gurus,
    Client need check for specific cost elements for specific users for a particular amount.
    e.g.
    user: ABC can not post more than Rs. 25000/- for conveyance allowance.
    Please help.
    Regards,
    Vikas Malhotra

    Hello,
    If you are using  ECC 5.0 or above, and trying to restrict cash postings, you can put a limit for cash accounts at the following:
    IMG => Financial Accounting => Bank Accounting => Business Transactions => Cash Journal => Amount Limit.
    If you want to restrict the amounts for any other accounts, then you can write a validation in GGB0 (line item level) and assign this validation at OB28.
    Validation: If GL account = A or GL Account = B,
    and Amount = >25,000
    Throw Error.
    Regards,
    Ravi

  • Validation for posting date is less than 7 days of current date

    Hi
    I want to create a validation wherein  system will validate every entry that whether posting date is less than 7 days of current date. If it is than check in a set is that user id available if not than show error message.
    If someone have any idea on this logic pls share with me.
    Regd
    Shiv

    Hi,
    That's certainly possible via usual OB28 validation. Define your prerequisites for the posting date (you will have to do it via user-exit (bkpf-budat greater then sy-datum less 7 days) , and check whether the user is in the set.
    Regards,
    Eli

  • FV60 user validation for posting

    Hi Experts,
    Following is my requirement.
    In transaction FV60.
    Whenever POST button is clicked.
    The system has to validate the user. If the user is creator of the invoice it has to popup a message saying. u201CInitiator cannot post the Invoiceu2019.
    Do we have any userexits or BAdi u2018s to do this.
    I have the list of Badis and userexits but donno which one best suits my requirement. and i hardly understand anything from the documentation.
    If any one had similar or close to this requirement. Please suggest some ways to fulfill this requirement.

    You could try to check that with a [FI validation rule|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=fi+validation&adv=false&sortby=cm_rnd_rankvalue] ([OB28|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=ob28&adv=false&sortby=cm_rnd_rankvalue]) .
    Regards

  • Validation for Exchange Rate

    Hi Experts,
    I am trying to create a validation with an user exit.
    I have enhanced RGGBR000 to compare for translation date in BKPF to that of TCURR.
    Problem I am facing is, I dont know how to put U100 user exit as check and rule in GGB0.
    How can I do that?
    Reagrds,
    PS

    Read first sap online documentation or customizing documentation (Financial Accounting, Financial Accounting Global Settings, Document, Line Item /or/ Document Header, Define Validations for Posting - aka OB28)
    Alternative : don't use RGGBR000 but copy it to an include in your namespace (Zxxx) and read the comments in the source.
    At  least: Add some lines in FORM GET_EXIT_TITLES similar to add information on your exit that will be availabnle in OB28 and add your FORM at end of incmude) all is written in comment of RGGBR000 source.
    Regards,
    Raymond

  • Is LR license key valid for englisch, german and french?

    Is a license key for an English Lightroom valid for German or French user interface language too?
    I'm planning to buy a Lightroom license. I'm not sure which language version to buy. Does it matter?

    You can download the trial version in the language of your choice - the license will be good for either and will convert the trial into a full version.
    However, if you buy a boxed version then of course you will be ordering the product in the language of your choice and a license code will come with the product.
    You are confusing the word 'multilingual'. It is only 'multilingual' in the fact that you have a CHOICE of what language you wish to download - it is not 'multilingual' in the fact that the one download covers all languages.
    So in conclusion: you have the choice of downloading the product in the language of your choice - the license will be good for any language version. Or, you buy a boxed product which will be delivered in the language of your choice (1 language) and will include a license key for that product. Hope this clears up your confusion?

  • Driver not valid for HP Pavilion dv6t

    Need to update my Intel HD Graphic driver.
    Tried HP and Intel and both are stating that the driver being installed is not validated for this computer. Please obtain the appropriate driver from the computer manufacture. Set up will exit.
    Can anyone help? TY

    @ls1313 ,
    Hello and thank you for posting on the HP support forums.  Here is the link to the only supported drivers for your notebook.
    HP Pavilion dv6t-3000 CTO Entertainment Notebook PC
    I hope this helps.
    Have a great day and thank you for posting.
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    D5GR
    I work on behalf of HP

  • Validation for text field: Null and contains no spaces

    Currently on APEX 3.2
    I want to check 1 text field and 2 text areas to ensure they are not null and blank (hitting the space bar in the field) before submitting the page. How do I do both validations for on each field?

    I created a validation with a type of 'Function Returning Boolean' and using the following code in the expression:
    IF( TRIM( :P1_Text_Field) IS NULL
    Or LTRIM( :P1_Text_Field ) != :P1_Text_Field )
    THEN
    RETURN false;
    ELSE
    RETURN true;
    END IF;
    Edited by: Jeremy_F on Apr 12, 2012 8:15 AM

  • When trying to update my Apps I am being advised my account is not valid for the UK, I must switch to the Ireland store. How do I do this?

    When trying to update or purchase Apps I am being advised my account is not valid for the UK Store and I must switch to the IReland store. How do I do this?

    Change App Store
    1. Tap "Settings"
    2. Tap "iTunes & App Stores"
    3.Tap "View Apple ID"
    4. Enter your user name and password.
    5. Tap "Country/Region."
    6. Tap "Change Country/Region"
    7. Select the region where you will be located.
    8. Tap "Done".

  • I have been using my Apple ID in India and recently i moved to Spain and now i can not see my indian apps.it says my apple ID is valid for only spanish store.how to download apps from Indian store being in Spain.

    I have been using my Apple ID in India and recently i moved to Spain and now i can not see my indian apps.it says my apple ID is valid for only spanish store.how to download apps from Indian store being in Spain.

    Did you try to change the location  in Settings/iTunes & AppStore/AppleID -> view Apple ID, log in ->Country/Region -> India?

  • Whenever I updated or downloaded a new app from the App Store, a message appears saying:   "Account Not In This Store Your account is not valid for use in the U.S. store. You must switch to the Swedish. store before purchasing."   I made some research onl

    Whenever I updated or downloaded a new app from the App Store, a message appears saying:
    "Account Not In This Store
    Your account is not valid for use in the U.S. store. You must switch to the Swedish. store before purchasing."
    I made some research online and asked a few of my friends with the same problem. All they did was sign out of iTunes from settings>iTunes & App Stores or from the App Store itself and signed back in. It worked for many of them but not with my iPhone 4s. It really does get on my nerves to always sign out and back in to the App Store as it sometimes works and allows me to update and download or most of the time it doesnt.
    When viewing my Apple ID account on my iPhone (after entering the password) it either views my account or says:
    "This Apple ID is only valid for purchases in the U.S. iTunes Store. You will be switched to that Store. Try your purchase again."
    So I press on OK then either switches me to the App Store app of its choice, or says "Cannot connect to iTunes Store".
    I tried restoring iOS6 hoping it was a bad installation, but i still have the same problem.
    Can anyone help me please?
    Arian

    Are you sure your AppleID is NOT tied to the US store? If you are trying to buy an app from the Swedish store you will be unable to do that. Some apps are only available on certain stores. That is why you get the "Cannot connect to the iTunes store" message when trying to buy that app. Your updates are being done from the US store ; thats why you can update sometimes and sometimes not.
    If you keep encountering problems contact iTunes support. They will help you sort it out.

  • Why do I get the message when I try to purchase an app or song on itunes using my iPhone5? "Account Not In This Store. Your account is not valid for use in the U.S. store. You must switch to the New Zealand store before purchasing."

    When I try to buy either an app or a song via iTunes, I have just started getting the following message and I am unable to change the store location. "Account Not In This Store. Your account is not valid for use in the U.S. store. You must switch to the New Zealand store before purchasing."
    This problem has only just started happening. I am on an iPhone5 iOS 7.0.4.
    Very frustrating. Can someone please tell me why & where the change has occured and how to fix it? In the past I have purchased many apps and songs on itunes and never had this problem.
    Thanks a mill :-)

    Click here and follow the instructions to change the iTunes Store country.
    (97125)

  • Outlook 2013 - Password change breaks S/MIME Certs "An error occurred in the underlying security system. Key not valid for us in specified state."

    AD password change comes up, user changes password.
    Tries to send signed or encrypted email with a Comodo S/MIME certificate, and gets the following error:
    ""An error occurred in the underlying security system.  Key not valid for us in specified state."
    I now have two reports of this error - one on Windows 7, and one on Windows 8.0 (remote user).
    The one on Windows 8.0, we tried removing their S/MIME cert from Outlook/Windows and re-adding, this did NOT resolve the issue.
    Plan was originally to have the 8.0 user ship their machine in, and wipe it, since nothing else could fix it and I wasn't finding anyone else with the same issue.  Now that I've got a second user with the same issue, its looking like a bug/issue and
    not a random glitch.
    Thanks in advance for any and all help with this!

    Hi,
    Thank you for your question.
    I am trying to involve someone familiar with this topic to further look at this issue.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • How to provide validation for a particular field of screen

    Hi Experts,
    For my project, I have created a screen. In the screen, we have one field. For this field we have provided F4 help. When the user clicks on the F4 list of values is displayed.
    I have to provide following condition for this field.
    User should only select values from this F4 list only. If the user tries to enter any data which is not contained in the list, system should throw message that 'Invalid data. Select valid values".
    Can you please let me know how I can do so?
    The relevant portion of code is
    CASE save_ok_code.
        WHEN 'EXIT'.
         LEAVE PROGRAM.
        WHEN 'BACK'.
          PERFORM exit.
        WHEN 'CANCEL'.
         LEAVE PROGRAM.
        WHEN 'SAVE'.
          CALL FUNCTION 'MESSAGES_INITIALIZE'.
          PERFORM check_batch CHANGING fl_error.
          IF fl_error IS INITIAL.
            PERFORM save.
            IF sy-subrc EQ 0.
              CLEAR gv_deleted.
              PERFORM update_alv_grid_display.
    ***for message display
              CALL FUNCTION 'MESSAGES_SHOW'.
            ENDIF.
          ELSE.
            CALL FUNCTION 'MESSAGE_STORE'
              EXPORTING
                arbgb  = 'ZEX_MYPROJECT'
                msgty  = 'S'
                txtnr  = '053'
                msgv1  = text-008
              EXCEPTIONS
                OTHERS = 3.
            CHECK sy-subrc = 0.
            CALL FUNCTION 'MESSAGES_SHOW'.
          ENDIF.
        WHEN OTHERS.
          CALL METHOD cl_gui_cfw=>dispatch.
    I am totally new for ABAP. So, please help me out.
    Thanks
    Smith

    Hi,
    Try this.
    Create an internal table and populated it with the values present in the F4 help of the field. Then in AT SELECTION-SCREEN event check the value of the field with the values in the internal table and display the appropriate message.
    Sharin.

Maybe you are looking for

  • Apple TV can no longer connect to network after upgrade.

    I had heard that lots of people were affected with this problem with the software upgrade before this one so I deliberately waiting until this one came out before taking a chance. I was wrong. After updating to 4.4. (3140) I can no longer connect to

  • Just another wish list for X2xx

    Dear Lenovo team, since two years I am a proud possessor of a X220i (sadly I could not afford better back then). Since then I am actually quite enthusiastic regarding your products - or rather brand - using every chance for telling my friends to buy

  • Error logging on to Pantone Tech Support

    Every time I try to log on to Pantone's technical support page I get this: Fatal error: Call to undefined method stdClass::convertToCookie() in /cgi-bin/pantone.cfg/scripts/euf/application/rightnow/optimized_includes.php on line 320 What is wrong?

  • How do I know the "date added" for a file ?

    Hello, With Leopard, the folders in the dock can be sorted by "date added" (date when the file was added to the folder). Does anyone know a way to know this date for a given file ? I hope my english was clear enough :o) Thanks

  • Why does my macbook shut down when the lid is closed?

    Hi, I have a Macbook Pro (mid-2012) running 10.9.1 Last week out of the blue, the Macbook started shutting down whenever I close the lid. When I open the lid, the logon screen appears (as if it's been asleep as normal) but almost immediately reboots