Validation not working for Business place/section mandatory

Hiii experts, i am trying to a write a validation for making business place/section mandatory in some of t-codes like f-47, f-37 fb60 and so on... i wrote the following logic in validation
Prequisite
BKPF-BUKRS = '1991' AND SYST-TCODE = 'F-47'
Check
BSEG-BUPLA = '1991' AND BSEG-SECCO = '1991'
Message
Business Place and Business Section does not exist ..
Moreover i activated the same in ob28 with 2( active, no batch input). After this when i ran f-47 for DP request... it doesnt suppose any error message when i dont write Business place/section... Kindly Guide me..
Regards
Abhay

Hi
Please put the validation rule as under:
Prequisite
BKPF-BUKRS = '1991' AND SYST-TCODE = 'FBA6'
Check 
BSEG-BUPLA <> '1991' AND BSEG-SECCO <> '1991'
Message
Business Place and Business Section does not exist
Also post a transaction in system and check the actual t code. For eg, when you post the transaction with F-47, the actual system transaction code is FBA6 and for F-48 it is FBA7.
Thanks & Regards
Sanil Bhandari

Similar Messages

  • Validation not working for FK01

    Hi Guys,
    I have written a validation using GGB0 where in i want to restrict a user for using the transaction code in FK01.
    I have given the prerequisite as below
    SYST-UNAME = 'SRIKANTHD' AND SYST-TCODE = 'FK01'
    and Check = False
    Then give an error message.
    But somehow this validation is not working and i have also activated this in OB28.
    Any ideas will be helpful.
    Thanks,
    Srikanth.

    Dear Srikanth,
    You can choose the button Local Object instead of Save and this information will be ignored.
    Then you will receive one screen to insert the enhancement, insert please SAPMF02K.
    Then click on button Components and then one little screen will ask you to save. Click yes and you will see another screen with Function exit                  EXIT_SAPMF02K_001 fulfilled already.
    Double click on EXIT_SAPMF02K_001 and the system will create the program and after that you should include your own code there.
    I hope it resolves your inquiry.
    Best Regards,
    Vanessa.

  • Spry select menu validation not working for all menus

    This is VERY strange...I have two menus which show depending on the selection in another menu.  The other, or main, menu has the spry validation working fine.  So does the validation for one of the other 'child' menus.  But the other child menu validation does not work, despite the fact that the code is nearly identical for both except for the spry ids and select ids (of course).  You can see the form working at:
    https://registrations.ucc.usyd.edu.au/profile.php
    If you select, say, Arts faculty from the faculty menu, then you will get another menu for schools.  Validation works for these when the submit button is pressed.  However, if you select 'Not Faculty' from the faculty menu another menu will show instead of the school menu.  This is the menu that is not validating.
    I have attached my php page for the code in this form.
    The same problem exists for other menus that are in hidden divs further down the page.
    Any help appreciated!!!!

    Your key is the "suitcase fusion for a font manager" line.
    There is a bug where you won't be able to create a button if you have a bad font, or a duplicate font, installed.
    First try shutting off all of the fonts you have open with Suitcase, and see if that helps. If so, open one suitcase at a time until you figure out which font is the culprit.
    If shutting off all but the basic System fonts does not help, you might have to reinstall your system, or somehow update your core System fonts. I don't know how to do that, but there was a recent article at http://www.tidbits.com/ that discussed fonts and their maintenance. But ultimately it's a font problem.

  • LCM Export not working for Business rules in 11.1.1.3

    Hi,
    I triggered an LCM export for Business rules (just 2 rules) with the admin id and its in in progress state for the past 2 hours. I don't think its making any progress as  I checked the below,
    1) No LCM logs created in the /hyperion/common/utilities/logs/LCM/ folder.
    2) No export directories are created in the Import/Export folder.
    3) No errors registered in the shared services logs.
    What could be the reason for this issue?
    Is there any other logs which I missed to check?
    Is there a way to kill this apart from recycling the services?

    This is a known issue and has to do with the http timeout settings. Usually this will happen on the 5 minute limit, but it depends what setting they have.
    Take a look at this article and see if it applies:
    Business Rules That Take More Than Five Minutes to Execute Are Re-launched Repeatedly [ID 755406.1]
    Agnete
    Edited by: Agnete on Oct 22, 2012 12:51 PM

  • Process for validation of Business place/Section code.....

    Hi Gurus,
    I want to Make a mandatory entry for Business place/Section Code by way of validation. can anybody tell me the how I Create a Validation for this.......
    Useful answer is rewarded

    You can use GGB0 for creating a validation.  You can use company code and tcode from which the items are to be made mandatory as pre-requisites.

  • Validations for Business place

    Hi Gur's
    I have done the validation in my project for business place is mandatory, but it is controling only the f-43, and fb60 etc but it is not controlling th "MIRO"
    The following condition i had given the validation
    BSEG-KOART = 'K' AND BSEG-BUPLA = '' AND
    BSEG-AUGBL = '' AND BSEG-KTOSL <> 'BUV' AND
    BKPF-TCODE <> 'MIRO'
    we have done the BAPI for MIRO tranasation , for sub contracts , it is any impact for this
    Please suggest valuable solution for this issue.
    Regards,

    Hi,
    Validation works only for the FI transactions and not the other transaction.
    MIRO is MM transactions which flows the data to the FI and not the FI transaction.
    Try the same scenario using the User exit: LMR1M001
    VVR

  • Validation for Business Place in line item wise

    Dear All,
    I have written one validation for Business Place is mandatory
    my requirement BUPLA mandatory what are  t.codes i have eentred in the prerequisite.
    but system asking for business place other than those t.codes.
    it's not taken in to consideration what are the t.codes i have entered in the prereqiuiste.
    In  Prerequisite
    ( SYST-TCODE = 'FB01' OR SYST-TCODE = 'F-22' OR
    SYST-TCODE = 'F-27' ) AND
    BSEG-KOART = 'D' AND
    BSEG-QSSKZ <> ''
    in Check
    BSEG-BUPLA <> ''
    message
    Enter Business Place
    Now my requirement is that when i am proceesing any other transcation like f-02, f-21 and all BDC which are related to customer business place is mandatory.
    my requirement is business place is required only for TDS related documents.
    please advise how to write validation for non tds related documents.
    thanks in advance.
    mohan
    Edited by: bangaru mohan on May 7, 2008 6:44 AM
    Edited by: bangaru mohan on May 7, 2008 6:45 AM

    Earlier i have given replay for same query so many times
    Re: Business Place / Section Code Mandatory : How to?
    you can write the following validation for your requirement.
    Open GGB0, press financial accounting, press line item, press validation button, give your validation name, press step button give the step name then press to prerequisites. give the inputs in prerequisites as follows.
    PREREQUISITES:
    SYST-TCODE = 'FB60' AND BSEG-KOART = 'K' OR
    SYST-TCODE = 'F-43' AND BSEG-KOART = 'K' OR
    SYST-TCODE = 'F-48' AND BSEG-KOART = 'K' OR
    BSEG-BSCHL = '29' AND BSEG-UMSKZ = 'A' AND
    BSEG-KOART = 'K'
    CHECK:
    BSEG-BUPLA = 'YOUR BUSINESS PLACE'
    In message
    you can create the message class with the help of your ABAPer and assign the message or you can use the available message and put it as Warning or Error message.
    after complete the above go to OB28 and put the active.
    If want to feel dificulty take the aboper help.
    don't forgat to assign the points.
    If u find solution from our answer, please close the issue and assign points, otherwise ask your futher problem.
    sai krishna

  • Number group not maintained for CO code section  and business place

    Hi Experts,
    I am Facing this error 'Number group not maintained for CO code section  and business place' while posting TDS entry ,
    I have maintained the number groups for internal challan numbers and i have also checked the table 'J_1IEWTNUMGR_1' , the entry exists, I am not able to track the problem.?
    the below mentioned are the example of the entry which is maintained inspite of which am facing the error.
    company code - 4001
    Business Place 4384
    Section  194I
    Thanks in Advance,

    Dear,
    Please check whether you have maintained entry in SPRO>IMG>Financial Accounting>****>Withholding Tax>Extended Withholding Tax>Posting>Certificate Numbering for Withholding Tax>Numbering Concenpt4 :Assign Numbering Group
    If not then please maintain the same.
    Regards.
    Vivek

  • Validation Check for business place and section code.

    Hi Gurus
    Please provide me the prequisite check for creating a validation check for business place and section code.
    Regards,
    Vikas Malhotra

    Hii..
    Goto T.Code Ob28 write the following validation.
    Prerequisite
    BKPF-BUKRS = 'XXXX' AND BSEG-KOART = 'K' AND
    BSEG-QSSKZ = 'XX' AND BSEG-BSCHL <> '35' AND
    BSEG-BSCHL <> '25'
    Check
    BSEG-BUPLA = 'XXXX' AND BSEG-SECCO = 'XXXX'
    Message
    Message number ZFI    002
    Regards,
    Aakash

  • Making Business Place & Section Code Mandatory in Transaction Codes

    Hi Professionals
    In Transaction Codes F-47,MIR7,F-43,F-48 i want to make the fields Business Place & Section Code Mandatory so that when the user is trying to post the Document without entering these fields, then it must throw an error message.
    Is there any possibility of writing Validations.
    Kindly let me know.
    Regards
    KumarRaja

    Hi KumarRaja
    As said above by Raghavender, Validation will work if you use Document Type and Account Type in Prerequisite and Business Place in Check.
    Create Validation in GGB0
    create a step
    Prerequisite
    Document type =KA AND Account Type =K
    Check
    Business Place (Not Equal To) ''
    In Validation you can create as many steps as you can.
    create another step
    Prerequisite
    Document type =KA AND Account Type =K
    Check
    Business Place (Not Equal To) ''
    Save the Validation and go to GGB4 and Activate the Validation.
    I had tesed the scenario and telling you.
    Regards
    Venkat

  • Validation for Business place

    Hi
    How to create validation for business place in f-43, fb60, f-48
    I know t/code GGB0, how to selectPrerequisite, check, message can you please give me details this is very urgent.
    Thanks in advance.

    Earlier i have given replay for same query so many times
    Re: Business Place / Section Code Mandatory : How to?
    you can write the following validation for your requirement.
    Open GGB0, press financial accounting, press line item, press validation button, give your validation name, press step button give the step name then press to prerequisites. give the inputs in prerequisites as follows.
    PREREQUISITES:
    SYST-TCODE = 'FB60' AND BSEG-KOART = 'K' OR
    SYST-TCODE = 'F-43' AND BSEG-KOART = 'K' OR
    SYST-TCODE = 'F-48' AND BSEG-KOART = 'K' OR
    BSEG-BSCHL = '29' AND BSEG-UMSKZ = 'A' AND
    BSEG-KOART = 'K'
    CHECK:
    BSEG-BUPLA = 'YOUR BUSINESS PLACE'
    In message
    you can create the message class with the help of your ABAPer and assign the message or you can use the available message and put it as Warning or Error message.
    after complete the above go to OB28 and put the active.
    If want to feel dificulty take the aboper help.
    don't forgat to assign the points.
    If u find solution from our answer, please close the issue and assign points, otherwise ask your futher problem.
    sai krishna

  • Substitution rule for Business place and section code

    Hello Friends,
    We have a business place and a section code. I want to write a substituion rule for vendor invoice for business place and section code.
    When i see in header, i am not find BUPLA and SECCO in header. I am finding them in line item. How do i get these fields in header segment. I tried substution rule in line item, but the tds is not deducted.
    Thanks
    SK

    hi SK,
      i am not understand your problem. Previously i face one problem regarding business place and section code. While booking invoices and advance payments the user forgets to specify business place or section code and some times he specifys wrong business place also. Basing on business place or section code we cant restrict the users because there is no authorisation object.
    i created one validation that if my business area is 1000. then substitute the business place field with section code.
    we have business place individual business area wise so i created this substitution.
    Regards,
    Sankar

  • Business Place & Section Code for TDS

    Dear All,
    If We have Not maitained Business Place & Section Code While Doing TDS Invoice in FB60 & MIRO can we still Issue TDS Certificates. Is There any other Alternative for the above?
    Kindly Please Guide
    Regards,
    R.Ramakrishnaraj

    Hi,
    There is no alternative to capture Business Place & Section Code.  Reverse the posted transaction and re-enter the transaction.
    Otherwise with abapers help create validation for these two fields.
    Regards
    Sarma BH

  • Additional Fields for ESS-Business Card Not Working for Certain Countries

    Dear Experts,
    We were trying to configure the additional fields to be displayed in Business Card - Overview Screen for all countries. We don't have problem configure and get the new fields display for Malaysia (Molga = 14) but having problem for the field to display for Hong Kong (Molga = 27) and Singapore (Molga - 25).
    The strange thing is I am following the same steps as I configured for Malaysia. Somehow it is not working for Hong Kong and Singapore. As I understand, there is only 1 place to configure in SPRO for this requirement:
    Personnel Management -> Employee Self-Service -> Service-Specific Settings -> Own Data -> Customizing of Personal Information Screens -> Determine Fields for Business Card on Overview Screen
    Please help!

    Hi Siddhart,
    Thank you for the information. We are currently in EhP3 with below Support Components installed.
    Software Component: SAP_HR
    Release: 600
    Level: 60
    Highest Support Package: SAPKE60060
    Software Component: EA-HR
    Release: 603
    Level: 34
    Highest Support Package: SAPK-60334INEAHR
    The note 1159911 provided is within SAPK-60304INEAHR. Thus, I don't think this is the root cause of this inconsistency base on the Highest Support Package installed in our system.
    Anymore hint? Anyone? Please...

  • How to update Business place & Section Code for posted Documents

    Hi,
    I want to update business place and section code in existing documents, How to update business place and section code in the posted Documents. Is there any validation to check business place and section code while posting Document.
    Thanks in advance
    Best Regards
    Raj

    Hi Raynaju,
    Business place is an organizational unit and  it below company code level that is primarily used for reporting taxes on sales/purchases.
    For that no need to go for validation.Go to the field status and give the Business place & Section Code as required fields.
    There is a option in SAP as Document change rules.There give the company code,field name and account type
    Now you can change the fileds in posted document itself.
    May be this information is useful to you
    If you have any doubt feel free to ask
    Regards
    Aneesh
    Edited by: Aneesh kumarA on Jul 22, 2009 12:45 PM

Maybe you are looking for

  • Using BT mail on different computers

    Since the new email system, I seem to be "losing" emails (both sent and inbox) if I view my emails from a different computer, or go from tablet to laptop.  As an example, I was writing an email from a friends house using my gran tablet. I soon realis

  • Login name appears as full name - how to change to short name?

    My user name for login on previous versions of OS X always appeared as the "short name". Since I installed a fresh copy of Snow Leopard, the user name in login boxes appears as my full name instead. How do I make the short name appear instead? (I'm a

  • PDF searches and how to best index/catalog files.

    Dear members: Please forgive me if my questions are rather basic but I haven't been able to find the exact answers I am looking for in order to address my project needs. I have a folder where I keep all of my PDF files. These are all articles from me

  • What exactly does restoring my iPod do to my music?

    I know that it says all my songs and data will be lost on my iPod but...will that also wipe out my iTunes folder? It shouldn't, but I want to be absolutely sure.

  • SCOM Availability reports gives monitoring unavailable

    Hi, We are facing issues in availability reports. We fetch daily availability reports for windows servers. We had selected unplanned maintenance and monitoring unavailable as the downtime parameters. Availability report gives about 2-3 hours as monit