Filter criteria on added field in VF04 gives error and does not filter

Hi!
I have added a filed WBS to the output of VF04 using a exit. What I did was added the wbs filed to the table VKDFIF table and then used the exit ZXV6PU08 to get the values in the VF04 output. The display output for VF04 does bring in the values for the WBS field that I added . NOw when I want to do a filter on the field it pops out an error message :WBS element                    00000 does not exist. But when I fill in the selection criteria in the filetr screen in ranges i.e lower value and upper value it displays me the filtered value, its only when I enter values in the lower range only it pops out a message saying the value does not exist and it does not do the filter.
Can anyone please tell why this is happening and how it can be fixed?
Thanks

Hi  Odysseas!
I ahve a program which finds the user exit for any transaction and I used that for VF04 and choose the right exit applicable to your requirement. This will lead us to the user-exit , I chose V60P0001 form the list for my requirement and when you drill down it will take you to the desired program include zxv6pu08.
I hope this would be helpful for you . PLease do let me know if you need any more information on this.
Thanks

Similar Messages

  • Disk Utility gives error and does not rebuild mirrored RAID

    After having a HDD fail on a mirrored RAID I replaced the HDD and attempted to rebuild. Disk Utility reports via Console that it can not find an Apple Boot partition to check size and then fails to repair the RAID. Details follow.
    Mac OS X v.10.4.8 Server
    Power Mac G3 (Blue & White)
    512MB RAM
    20GB ATA HDD – boot device on internal ATA bus
    4x 160GB ATA HDDs - setup in RAID scheme on Sonnet ATA/133 PCI card
    RAID configured using Mac OS X v.10.4.8's Disk Utility and is an Apple RAID version 2.
    RAID scheme <from "diskutil checkRAID" cmd>:
    Welcome to Darwin!
    [myserver:~] myadminuser% diskutil checkRAID
    RAID SETS
    Name: Mirror_2
    Unique ID: 5FF8AD5F-0892-482D-B430-C7069D63AFD2
    Type: Mirror
    Status: Online
    Device Node: disk3
    Apple RAID Version: 2
    # Device Node UUID Status
    0 disk0s3 1FB48B00-3E52-4C29-8F05-2ED8BDAE4544 Online
    1 disk6s3 BF2E69C6-698E-4D6A-A2A9-FE8CDAD8A7B1 Online
    Name: Mirror_1
    Unique ID: B448A09D-EC10-41EE-BA45-4D4071A88EA5
    Type: Mirror
    Status: Degraded
    Device Node: disk5
    Apple RAID Version: 2
    # Device Node UUID Status
    1 disk2s3 09AD5705-CF67-48B3-8E31-79983BD4781A Online
    0 disk4s3 23EB1952-8B18-4400-A6FE-22C2F707C097 Failed
    Name: StorageRAID1
    Unique ID: 2B8349AB-F553-4FD2-8440-C575791DA858
    Type: Stripe
    Status: Online
    Device Node: disk7
    Apple RAID Version: 2
    # Device Node UUID Status
    0 disk3 5FF8AD5F-0892-482D-B430-C7069D63AFD2 Online
    1 disk5 B448A09D-EC10-41EE-BA45-4D4071A88EA5 Online
    I configured this RAID scheme (two two drive mirrors striped together) according to this kbase document: http://docs.info.apple.com/article.html?artnum=304377
    As shown in the above "diskutil checkRAID" output I have a failed HDD. So I replaced the HDD with another 160GB cold spare. I added the new drive to the mirror "Mirror_1" also known as disk5 and hit rebuild. Received the normal message that all data on the new drive I was adding would be erased.
    I then receive the following error immediately in the Console Log:
    Rebuilding RAID "Mirror_1"
    2006-12-15 23:50:24.741 DiskManagementTool [375] WARNING: Could not find Apple Boot partition to check it's size, skipping disk5s-1s.
    Rebuilding RAID slice "disk4s3"
    Just to stem some confusion, the device ID disk4s3 has been used by the system for both the old failed HDD and the new replacement HDD.
    The result of this attempted rebuild is I end up with all the data from Mirror_1 on the new HDD but the new HDD is not successfully added to the RAID, therefore Mirror_1 is still degraded and my problem not resolved.
    I ran the appropriate rebuild cmd from both the GUI Disk Utility as described and from the CLI "diskutil repairMirror disk5 disk4s3" but no joy.
    Any help would be greatly appreciated. This volume houses a large amount of important data including user home directories so while some offline time may be required data loss would not be very acceptable.
    Thanks in advance and I will be happy to provide more information as necessary.

    I guess doing it in Terminal would fail too:
    diskutil repairMirror disk5 disk4

  • Import javax.servlet.* gives error "package does not exist"

    I am working through Monica Pawlan's book "Essentials of Java PL".
    My PC runs Windows2000 prof. I have downloaded and installed j2sdk-1_3_1_01-win.exe in c:\jdk1.3.1_01
    I have downloaded and installed tomcat4.0 (jakarta-tomcat-4.0.zip) into c:\jakarta-tomcat-4.0
    CATALINA_HOME is set to c:\jakarta-tomcat-4.0 and CLASSPATH is set to .;C:\jakarta-tomcat-4.0\common\lib\servlet.jar
    I can compile an applet starting:
    import java.awt.Color;
    import java.awt.BorderLayout;
    import java.awt.event.*;
    import javax.swing.*;
    //Class Declaration
    class SwingUI extends JFrame implements ActionListener { ... }
    but trying to compile my servlet starting:
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class ExampServlet extends HttpServlet { ... }
    gives me the error (import javax.servlet.*) "package does not exist".
    Any pointers on this immediate problem? and is my book out of date?
    Many thanks,
    James Towell

    You downloaded the Java 2 SDK Standard Edition, but you need to also download the Enterprise Edition if you want to write programs that use enterprise features.

  • Reactivating users via pwpolicy gives error "User does not have a shadowhash account"

    Hi All,
    I've got a OS X (10.8) server running Open Directory and File Sharing. We deal with a lot of free lance people so accounts are often being deactivated and reactived.
    A user is first created by submitting to an internal form that starts an applescript that creates the user account, password, and sets a hardExpireDateGMT that disables the account on the individual's out date. It also adds them to specific file sharing groups etc. This works perfectly for us.
    Our problem stems from when we "re-hire" people. Again an internal form is used to start an applescript. This script searchs the OD for the user to make sure they actually have been in the system. If it finds the user it sets a new temp passoword, updates any contact info, and then uses "pwpolicy -enableuser" to reenable the user. Our error occurs at the last step during the "enableuser". We get the error "User <username> does not have a shadowhash account>"> However, we can manually enable the user through Workgroup Manager.
    Is there a way to create the shadowhash account via the command line? Or is there a better way then pwpolicy to reenable the user?
    Thanks!

    Hi,
    Here are a few Microsoft articles that provide the suggestions to troubleshoot this issue below:
    Error: The security database on the server does not have a computer account for this workstation trust relationship
    http://technet.microsoft.com/en-us/library/ee849847(WS.10).aspx
    Domain Controller does not allow interactive logon, shows error “The security database on the server does not have a computer account for this
    workstation trust relationship"
    http://support.microsoft.com/kb/2015518
    But if you cannot log onto the Windows Small Business Server with administrator permissions, it is hard for us to troubleshoot this issue. You may need
    to restore the system from backup. For the detailed steps, you may refer to the following Microsoft TechNet article:
    Recover the Operating System or the Full Server
    http://technet.microsoft.com/en-us/library/cc794282(v=WS.10).aspx
    Regards,
    Arthur Li
     TechNet Subscriber Support 
    in forum
    If you have any feedback on our support, please contact
    [email protected] . 
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • RE1000 - Does not filter MAC ADDRESS

    I bought this to extend the range of my new Linksys 3200, thinking that they would be compatible. Silly me! After spending 3 plus hours screwing around with this, I got online and happened to stumble on a post from another user, that stated that this device DOES NOT FILTER MAC ADDRESSES! So, if you want to use mac filtering you can't use this! Ridiculous! Some basic instructions to inform users of this fact would be helpful. But it comes with no manual or instructions whatsoever. Save your money.

    I have a E2500 router, I was adding the Extender because of the size of the office.  I set my router up to "Permit only" Mac IDs', right there I should have questioned why nothing worked.  The Package & the base of the unit both had a matching MAC ID - to bad that the unit had a different one.  I don't remember how much time I spent but finally disable the MAC ID Filter on the router and got the real one.  From that point on, everything worked, I even was able to setup with the router internal security switch.  Just think how a little thing like an ID would make an IT Guy just a little more mis-trustful, not count the grey hair.

  • Hyperlinks to URL added in course in Adobe Presenter 9 does not open.

    I have a URL added in my course slide and I want student to be able to click on it and see the video on the website. But the URL does not seem to work all the time. It seems to work in Internet Explorer once in a while and does not work at all in Chrome or Firefox. Any suggestions?

    Make sure there isn't a shadow on the hyperlink. That can cause them to be non-functional when Presenter converts it.

  • Field ZZBUDAT is delta-relevant, but does not exist in the field list

    Hi All,
    I have created a Generic DataSource on a View.Now there is a situation ,i need to add a Date field form some other table.
    So i have enhanced the datasource now that date is coming in my datasource.
    But when i tried to make delta on that date field its showing error-
    Field ZZBUDAT is delta-relevant, but does not exist in the field list
    Message no. R8279
    Diagnosis
    The DataSource uses field ZZBUDAT for specifying the delta. In the DataSource field list, however, the field does not occur
    Now how i can make this field dalta relevant?
    Thanks,
    Piyush

    Piyush,
    I think the message in SAP is quite clear....
    If the field ZZBUDAT does not exist in the view ... how do you expect the datasource to know which records have changed...?
    The delta relevant field SHOULD be in the view - else there is no way the extractor can identify the changed records ...
    Please remember that the Generic extractor is a simple select statement with a where clause on the delta relevant field and nothing else ... if you want the changed on field to come from another table - then you need to write a function module extractor to do this...
    The order of processing is that - the view fields are processed first - then the enhanced fields are processed followed by the user exits...

  • Field list on/off drag and drop not working in smartforms

    Hello Friends,
    field list on/off drag and drop not working in smartforms.
    is there any settings or some components needs to be activated ??
    i can drag the fields from the list but when i drop in the text node its not dropping tht field.
    Regards,
    Sunny

    Hi Friends,
    Even I am facing the same problems. What is the solutions for this ?
    And may I know what software version (sap gui) are you using.

  • I installed ADE and when I try to download ebook it tries to open with Adobe reader and does not give option to open with ADE

    I installed ADE and when I try to download ebook it tries to open with Adobe reader and does not give option to open with ADE

    It sounds as if you downloaded Adobe Acrobat Pro. If you did, uninstall it. Then repair Adobe Reader.
    The free Acrobat account has no connection to any of this.

  • Cmp-field of type 'java.lang.Long' does not have a no-arg constructor

    Hi,
    I am a newer of Oracle9i JDeveloper and I am learning it by "Oracle9i JDeveloper Reviewers Guide". I did the sample as the guideline in "Oracle9i JDeveloper Reviewers Guide". But when I tried to run the sample I made, the error : "cmp-field of type 'java.lang.Long' does not have a no-arg constructor which is needed for properties/fields based mapping" was appeared.
    Any one know how to correct it?
    Thanks in advance.
    Best Regards,
    Double
    Auto-deploying file:/E:/JDev9i/jdev/Workspace2/J2EE/classes/ (No previous deployment found)...
    Error compiling E:\JDev9i\jdev\Workspace2\J2EE\classes: cmp-field of type 'java.lang.Long' does not have a no-arg constructor which is needed for properties/fields based mapping
    Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized

    I'm getting the same thing. The message doesn't indicate which of the four beans I have that use type Long is encountering this. I suspect that since it says 'constructor' it is one of the two which uses an Long for a primary key.
    Yet another OC4J bug,
    Michael A. Moran

  • My IPAD 2 is freezing on the principal internet explorer page.  It presents the google home page with a grey filter over it and does not respond to any touch or key.  All other internet dependent functions seem to be working (i.e. mail, various APPs etc.)

    My IPAD 2 is freezing on the principal internet access page.  It comes up through a light grey filter and does not respond to any touch or keys.  All other internet dependent functions seem to be working fine (mail, various APPs).  How do I "unfreeze"?
    thanks
    geoff1949

    Geoff-
    Go to Settings-Safari and Clear History and Clear Cookies and Data.
    Another thing you can try is to double-click the Home button.  A row of recent Apps will line up along the bottom of the screen.  Scroll across and find the Safari icon.  Press on it for a couple of seconds until it starts to wiggle.  A red minus sign will appear on each icon.  Press on Safari's minus sign to remove it.  This may clear its memory of the bad Google page.
    If this does not help, try resetting (rebooting) the iPad.  Hold both the Home and Sleep buttons for several seconds until the Apple logo appears.  Ignore the "Slide to power off" arrow.  The iPad will restart after a couple of minutes.  Resetting this way will not hurt anything, and sometimes clears up mysterious problems.
    Fred
    Message was edited by: Fred*M.

  • HT1595 I have just bought apple tv which allows me to play music through airport express but when  chose to watch a movie the audio comes from the tv and does not give option listen through other speakers served through airport express. Can you help me ?

    I have just bought apple tv which allows me to play music through airport express but when  chose to watch a movie the audio comes from the tv and does not give option listen through other speakers served through airport express. Can you help me ?

    No, you cannot seperate the audio and video stream.
    You can use optical audio to a sound system (I use sony sound bar) and play the audio via that.
    jules

  • Firefox 7.0 - Can not upload the file from local machine to server...gives "error 404 : file not found"

    firefox 7.0 - Can not upload the file from local machine to server...gives "error 404 : file not found"

    you have not understood my point
    how does this code will run on servlet when I want to upload a file from client's
    machine to server machine
    what I am doing is I am giving an option to the user that he/she can browse the file and then select any file and finally it's action is post in the jsp form for which I have sent the code
    All the computers are connected in LAN
    So how to upload a file from client's machine to server's machine
    Plz give me a solution

  • Any advice on how to switch to ICloud on my 3g IPhone?  I am supposed to install OS 5, but the dialogue box says that my 4.2.1 OS is the current version and does not give me the option of downloading OS5.  Apple says I have to be running 5 to switch.

    Any advice on how to switch to ICloud on my 3g IPhone?  I am supposed to install OS 5, but the dialogue box says that my 4.2.1 OS is the current version and does not give me the option of downloading OS5.  Apple says I have to be running OS5 to switch.

    "iCloud requires iOS 5 on iPhone 3GS or later, iPod touch (3rd and 4th generation), iPad, or iPad 2; a Mac computer with OS X Lion
    From here >  http://www.apple.com/icloud/

  • How do i reset security questions if i don't have a rescue email address and does not give me an option to set up a rescue address...

    how do i reset security questions if i don't have a rescue email address and does not give me an option to set up a rescue address...would I have to delete my apple ID and start again using old ID?

    Alternatives for Help Resetting Security Questions and Rescue Mail
         1. Apple ID- All about Apple ID security questions.
         2. Rescue email address and how to reset Apple ID security questions
         3. Apple ID- Contacting Apple for help with Apple ID account security.
         4. Fill out and submit this form. Select the topic, Account Security.
         5.  Call Apple Customer Service: Contacting Apple for support in your
              country and ask to speak to Account Security.
    How to Manage your Apple ID: Manage My Apple ID

Maybe you are looking for