Validation for f-43. urgent please

Hi All,
I wrote a validation for finance accounting using GGB0 tcode as follows.
Prerequisite:
BKPF-BUKRS = '1000' AND ( BSEG-KOART = 'K' OR
BSEG-KOART = 'D' )
Check:
BSEG-SECCO <> '' AND BSEG-BUPLA <> ''
Message:
Enter values in Business place and Section Code.
activated using T.code OB28.
It is working very well in f-43 till posting the Document but when try to make a payment through f-53 or f-58 it is giving a problem. That is, The value of secco is not passing and the validation message is popping up even though the values of secco(section code)and bupla( business place) are passed and posted in the f-43.
It is not getting traced why the value of secco is not populated and if i remove the validation it is working fine.
regards
PSNG.

Hi,
  I may not solve your problem, but i can give you small hint.
before
Check:
BSEG-SECCO '' AND BSEG-BUPLA ''
Message:
Enter values in Business place and Section Code.
you put an if condition for the transaction code f-43 and try.
My cying is if the t.code is f-43, then only that piece of code will work, else it wont.  so, f-58 may not disturbed.  Just try.

Similar Messages

  • Structure for month and quaterly for entire year Urgent Please

    Hi All,
    Jan-07     Feb-07     Mar 07     Q1-07         Avg
    Dec 06     Jan-07     Feb-07     Avg Q1-07        Ytd
    Apr 07     May 07     June 07     Q2-07       Avg
    Mar 07     Apr 07     May 07     Avg Q2-07       Ytd
    Jul-07     Aug-07     Sep-07     Q3-07        Avg
    Jun-07     Jul-07     Aug-07     Avg Q3-07        Ytd
    Oct 07     Nov-07     Dec 07     Q4-07            Avg    
    Sep-07     Oct 07     Nov-07     Avg Q4-06          Ytd
    Closing 07
    "Dec 07
    pm Jan08"
    all these has to come as columns here v r defining the value for each month as well as quaterly. this structure v need to create can it b possible plz throw some light on this. v r not using any variable for this report.
    Thanx in Advance
    Priya

    Thanx Manyak
    I had to create the Restricted key fig for each much i hav to define it in the columns. after that i hav to restrict on quaterly basis for each quater and place it in the columns field and after that i hav to do avg for this values by using cal key fig.
    What i had understand is correct r i need to add some thing to the above plz reply
    Thanx
    priya

  • 10.10.1.2:8090 uses an invalid security certificate. The certificate is not trusted because no issuer chain was provided. The certificate is only valid for a id="cert_domain_link" please help me how to fix such type of problems?

    sir, each time when i open my browser i'm facing such type of error certificate and closing browser at the same instant. i don't know how to fix it please help me

    Hi,
    If you click on the certificate '''Details''' it would show the root Certificate Authority (the topmost one) and any intermediate CAs that signed/issued this security certificate. You would need at least the root CA certificate to be installed ('''Import''') and trusted in the Firefox certificate database ('''Tools '''('''Alt '''+ '''T''') > '''Options '''> '''Advanced '''> '''Encryption '''> '''View Certificates''' > '''Authorities'''), though sometimes depending on the server configuration you may need all the certificates in the hierarchy to be installed.
    [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Advanced%20panel?as=u Options > Advanced]
    [https://support.mozilla.org/en-US/kb/Options%20window Options]

  • Validation Numeric Field(very urgent please)

    Hi,
    Iam new to java.
    I have one JSP form.
    my question is :
    How do i validate that user has entered all numeric values in a particular column.?
    And if he has not entered the numeric data, do i have to throw NUMBERFORMATEXCEPTION.
    Please help !
    Thanks
    [email protected]

    Hi
    If you have a JSP form , you can post the form to a servlet and verify the format of the column.
    If you prefer, you can use javascript to validate the clumn on client broser, so he can't post the form if it's not correct
    bye
    Nicola

  • 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

  • In Pages 09 we can do Mail Merge and Import Styles from a document. Can someone please explain how we can do this with the new version of Pages 5.1. Even Apple solutions are only valid for Pages Version 09. What a DOWN GRADE!

    In Pages 09 we can do Mail Merge and Import Styles from a document. Can someone please explain how we can do this with the new version of Pages 5.1. Even Apple solutions are only valid for Pages Version 09. What a DOWN GRADE! Thank god Pages 09 is still there.

    …and the other 98 missing features.
    Just use Pages '09, which should be in your Applications/iWork folder.
    Rate/review Pages 5 in the App Store.
    Peter

  • URGENT!!!! get the same message "serial number not valid for this product" and I am RE installing on the same computer that crashed last week...

    I am attempting to RE install PSElements 11 on a computer where it WAS last week but had a hard drive crash. The message is wrong and the serial number is correct. URGENT as I am at the apple store trying to get help from apple people, and they DON'T want me to install a new version of Yosemite as it will make computer slower...

    Error "The serial number is not valid for this product" | Creative Suite
    http://helpx.adobe.com/creative-suite/kb/error-serial-number-valid-product.html

  • Urgent please: Master-Deatils OAF Page for enter and Update data

    Hi all,
    i need your help to build master-details oaf page for Enter / Update data
    for example: We have Locations , Department , Employees tables
    all these tables on one oaf page (OAAdvancedTable)
    when user enter New Location and go to Enter it's Departments and for each department, he can Enter they employees.
    and Regarding to Update date:
    - when user select Location , Department table fetch all departments and user can update
    waiting your support for urgent please
    Regards
    Hany

    i do these Steps :
    1- Create LocationEO,DepartmentEO and EmployeesEO
    2- Create Association between LocationEO and DepartmentEO with one-to-Many relation (LocToDeptAO)
    3- Create Association between DepartmentEO and EmployeesEO with one-to-Many relation (DeptToEmpAO)
    4- Create View Object (LocationVO)
    5- Create DepartmentVO (and add LocationEO due to LocToDeptAO)
    6- Create EmployeesVO (and add DepartmentEO due to DeptToEmpAO)
    7- Creare View Link between LocationVO and DepartmentVO (Based On LocToDeptAO) --> LocToDeptVL
    8- Creare View Link between DepartmentVO and EmployeesVO (Based On DeptToEmpAO)---> DeptToEmpVL
    9- Add LocaionVO to Application Module, then add DepartmentVO Via (LocToDeptVL)
    10-Add EmployeesVO to Application Module Via (DeptToEmpVL)
    and Then Run Test AM, all data fetch sucessfully, and i can insert data with proper relations
    NOw, i want to implement this Business Logic in single oaf Page using 3 OAAdvancedTable (Master - Details -Details )
    Regards

  • User exit for VA02  - Urgent Please

    Hi,
    I got a requirement to develop USEREXIT for the sales district (Vbkd-bzirk) validation based on item category.
    It is for ITEM level i have to check the user entered value with my newly developed ztable.
    Can any one tell me whether MV45afzz is the suitable user exit for this requirement and what is the approach.
    Also please importantly tell me the structure will have the value in runtime
    Points guaranteed
    Regards,
    Raghu

    Yes, MV45AFZZ will be suitable for the same. Please have a look at below link for details about the same.
    http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm
    I hope it helps.
    Best Regards,
    Vibha
    *Please mark all the helpful answers

  • URGENT!!! is "DDIM" Data class valid for the upgrade in BI 7.0

    Hello,
    We're working on the prepare steps before the PREPARE upgrade phase.
    One of these steps is the rename of the Infocube data classes which don't follow the new naming convention.
    We have all infocubes defined in DDIM and DFACT data classes.
    Could someone tell me if I have to rename the DDIM data class in a new one for the upgrade?
    Many thanks in advance

    That's only valid for custom data classes.
    DDIM & DFACT are SAP delivered and are still valid.

  • URGENT PLEASE HELP-Session State Provider for 8i.

    We are looking for a SESSION STATE PROVIDER for .NET 2.0 for Oracle 8i. Please help to find a solution. The current installation on the Oracle website does not work for 8i.
    Thanks a BILLION in advance.

    You'll need to install the ODP 11 beta...

  • While trying to download update 11.4 for i tunes i received an error message "key not valid for use in specified state" what does that mean ? anyone please help ?

    while downloading update version 11.4 an error message appeared "key not valid for use in specified state " help ?

    See if this post by turingtest2 fixes it : key not valid for use in specified state

  • HT5622 When I try to update my apps I get a message saying your account is not valid for use in Pakistani store . Please change.

    When I try to update my apps I get a message saying - your
    account is not valid for use in Pakistani store . How do I change
    this ?

    See this support document. http://support.apple.com/kb/HT1311

  • I did create Apple id and pass word now locking into I cloud it tells me the the id and pass word is valid for appplie and not for I cloud this I can not excess any think on the device can you please help

    The user and password is valid for apple not for I cloud.

    You cannot create an iCloud account on Windows. You can do so on a Mac or an iOS device and then log into it with your Windows PC.

  • Data validation for Date Field in Web Dynpro ABAP

    Hi ,
    In my WDA i want to perform data validation for date filed. (i.e. While creating a new record i have to check the Start Date should be always lesser than End Date.)
    If u ll enter the wrong date it should validate the Date and throw an error message.
    Please Reply soon its urgent.
    Thanks,
    Deepika

    Hi,
    First read the two attributes start date and end date.
    Then write the following condition.
    IF item_start_date > item_end_date.
    Error message.
    Endif.
    For pop up error message you need to use Create_window method of the Interface if_wd_window.
    Thanks.

Maybe you are looking for