Formatted Search for Delivery Date field in SO not working

Hi All
Can anyone help me as to why my formatted search is not working?
I am currently using SAP B1A SP01 Patch 19.
I have created a user query as follows:
SELECT $ [$10.0.DATE] + 5
When I add this to the delivery field within the Sales Order and bring through the saved query which I set to auto refresh when the Posting Date field changes and to Display Saved Values it doesn't work.
Any ideas?
Thanks and best wishes
Gail

HI Gail,
If I am not mistaken you want to add days to the posting date...if that is so then try this out:
SELECT $[ORDR.DocDate.DATE]+5 From ORDR T0 For Browse
Set The indicator to Auto Refresh when the fields change
Nagesh

Similar Messages

  • Search for doc's on WIN7 Drive not working

    Hello, I am wondering if any of you know a work around for this. I cant seem to understand why the search for the names of documents does not look in the windows bootcam drive correctly. For example I open the HDD for windows 7 and say I search for a text document called serials.txt and I search for "serials" and serials.txt" and Finder does not find.... The document is there and inside the folder located on the WIN7 Partition I am searching. I do have Paragon NTFS installed... Confused.

    Sounds like Spotlight doesn't use Paragon which actually doesn't surprise me at all.
    Allan

  • How to wait for a date field to be not empty in Designer workflow

    I am working on a workflow and need to pause the workflow to wait until a date field has been completed.  I am aware of setting dates to a workflow variable of type string to check for null, but there is no way in the Designer workflow to wait until a workflow variable is not empty.
    Does anyone know of a workaround to this?

    Hi,
    I agree with Andrej about using a Textfield as a alternative.
    But, I think you can try to add a new task (set the date value) into your workflow before other tasks.
    Let me know if you have further questions!
    Hope it is helpful!

  • Error when saving a default format for a date field in 11g

    Getting this error when attempting to save the default for a date field in 11g:
    The current xml is invalid with the following errors: Bad xml instance! <?xml version="1.0"?> <sawsavedformat:metadata xmlns:sawsavedformat="com.siebel.analytics.web/savedformat/v1.1"><sawsavedformat:columnSavedFormats><sawsavedformat:columnSavedFormat xmlns:saw="com.siebel.analytics.web/report/v1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="sawsavedformat:regularColumnSavedFormat" columnName="&quot;Retrospectives&quot;.&quot;Time Dim&quot;.&quot;Two Months Ago&quot;"><saw:displayFormat><saw:formatSpec suppress="suppress" wrapText="true" visibility="visible" hAlign="left" vAlign="top"><saw:dataFormat xsi:type="saw:custom" customFormat="MMMM dd, yyyy" displayTimeZone=""/></saw:formatSpec></saw:displayFormat><saw:tableHeading><saw:displayFormat><saw:formatSpec/></saw:displayFormat></saw:tableHeading><saw:columnHeading><saw:displayFormat><saw:formatSpec/></saw:displayFormat></saw:columnHeading></sawsavedformat:columnSavedFormat></sawsavedformat:columnSavedFormats></sawsavedformat:metadata>
    Line:2, Col:608, Attribute 'displayTimeZone' is not declared for element 'dataFormat'
    Thoughts and suggestions?

    I have a Support Request open with Oracle right now (it's taking a few weeks to resolve) but here's the update:
    OBIEE 10g handles DATE types differently than 11g. Both the support rep and I can't figure out how, but they are different. If you bring the column in as a DATETIME in your Physical Layer you can't save it system-wide, even if you do set a time zone for your account (My Account -> Preferences -> Time Zone). If you bring the column in as DATE you can save it system-wide but you can't display the hours/mins/secs, only the M/D/Y. This has been tested on a 9i and 10g database and produced the same thing on both. The problem never occurred with those same columns using OBIEE 10g.
    Oracle support has not fully admitted this as a bug, but the rep working on this SR said this will probably be fixed in the next release- 11.1.1.4, which is due out late Jan/early Feb of this year. He is trying to reproduce this so he can log it as a bug (which we all are hoping for!) so Oracle can address it.
    For now, I've found that you are stuck with two options: 1) bring the column in as a DATE, display it system-wide as a saved format, but you can't show the time, and 2) don't save that date value with a system-wide formatting and set it manually on every report you need a custom format (don't forget to set your time zone).
    If I hear anything more back from Oracle support I'll update this thread.
    Sorry guys, looks like we're all stranded on this one...

  • PO delivery date field to be made display for all users except one user

    Hi All,
    I have a specific requirement:
    The delivery date field in PO should be made display only at the time of changing the PO. I know pretty well that this can be achieved thru Define Screen Layout at document level, which inturn will make this field disaply mode to all users.
    But it should be in changeable mode only for one user. how can we achieve this.
    Any ideas, please
    /R
    Antony

    Hi ,
    You can create a authorization object(Z one) which can be assigned to the user id who need authorization of change .
    In the exit , you can specify the logic that if SY-USER (current user) has the authorization id , the system will allow to change . If the user doesn't have the object in his roles , the system would not allow to change .
    This will help in providing / removing access to any user id .
    Regards,
    Hari.

  • Prevent past date entry on the delivery date field

    Hi Guys,
    I was wondering whether it is possible within standard SAP Business one 8.8 to prevent users from entering past date in the delivery date field on the Sales order screen.   I have people making mistakes by entering 10/10/2010 instead of 10/10/2011.  This caused problems with reports etc..
    Is there a formatted search query i can create to warn/alert users with a message stating incorrect date entered? Please advice best course of action?
    Regards
    nick

    Deepak,
    The following code is already in this section?  Can i just add Gordon query below the last "END" statement?
    --    ADD   YOUR  CODE  HERE
    declare @islocked int
    select @islocked = 0
    if(@object_type = '17' and @transaction_type <> 'A')
    select @islocked = U_LockedForEdit from [@A1WMS_Staging] where U_objType = '17' and U_docEntry = @list_of_cols_val_tab_del
    if(@object_type = '22' and @transaction_type <> 'A')
    select @islocked = U_LockedForEdit from [@A1WMS_Staging] where U_objType = '22' and U_docEntry = @list_of_cols_val_tab_del
    if(@object_type = '202' and @transaction_type <> 'A')
    select @islocked = U_LockedForEdit from [@A1WMS_Staging] where U_objType = '202' and U_docEntry = @list_of_cols_val_tab_del
    if(@islocked <> 0)
    begin
    select @error = 999
    select @error_message = 'Order Cannot be Updated/Canceled/Deleted as it is Locked in WMS'
    end

  • Formatted Search in User Define Field (UDF)

    Hello everyone...this is really puzzling and hope someone can help...2007A/000/PL42...
    1. We created a UDF on the OITB Table (Groups) called U_GrpDescrip
    2. We created a UDF on the OITM Table (Item Master) called U_IGrpDescrip
    3. We want the system to auto populate the U_IGrpDescrip (Item) with the value U_GrpDescrip (Group) everytime the Item Group is changed on the Item Master Data Window.
    So,
    1. We wrote this query...SELECT T0.U_GrpDescrip FROM OITB T0 WHERE T0.ItmsGrpCod = $[$39.0.0]
    2. Opened up a Blank Item Master Data Window.
    3. Placed cursor in the new U_IGrpDescrip
    4. Hit ShiftAltF2
    5. Selected "Search in Existing User...Saved Query"
    6. Double clicked on the appropriate FMS Query
    7. Checked the Auto Refresh
    8. Selected Item Group from the displayed list of fields
    9. Selected "Display Saved..."
    10. Update and then closed out the Item Master Data Window
    Now here is where it gets interesting...
    1. We go to the Item Master Window and change the Item Group and hit Update. Button on IMD Window changes to OK.
    2. The U_GrpDescrip from the OITB table does NOT change
    3. However, if we click the "Magnifying Glass" TWICE in the new field on the Item Master Data Window the description DOES change to the appropriate description on the OITB table...
    Can anyone help out here - this is really puzzling because we effectively use Formatted Search on other windows and they work fine, but this one seems to be a horse of another kind..
    Thanks for reading and thanks ahead of time for helping
    Zal

    Hello everyone - thanks for responding...
    I finallly figured out what is happening - and this is interesting
    1.  The field it is supposed to populate is on the main window of the Item Master Data (not on the side window of UDFs).
    2.  The field was placed there with Boyum.
    3.  When I do the formatted search in a test field that IS on the side window, the FS works perfectly.
    So - it seems if you use a FS in a moved field created by Boyum, it might not work - and now I turn my attention to what Boyum is doing.  Might not even need a FS with Boyum!!!
    Thanks to all who read and gave their suggestions - now you get your points!!!
    Take care - Zal

  • I need one formatted search for Goods Issue

    Hi Experts
    I need one formatted search for Goods Issue
    ex. I have Issued One item  on 20/07/2011
      In Goods Issue Line Level one column LstIssDt 
    when i issue for the first Item  My document Date Will be my Ige1.LstIssDt(LastIssueDate)(linelevel)
    Now
    the Same Item Iam issuing on 23/07/2011 
    Now  In Goods Issue Line Level   LstIssDt column  shud come as 20/07/2011 when i click formatted search
    Similarly For all the Other Items
    can anyone help me in these
    Thanks  & regards
    Jenny
    Edited by: Jennifer Anderson on Jul 23, 2011 7:57 AM

    Hi Jenifer.....
    I think it should work as it is working on my DB
    Select Top 1 T0.U_LstIssDt From IGE1 T0 Where T0.ItemCode=$[IGE1.ItemCode.0]
    Order By T0.U_LstIssDt DESC
    Do execute this just save and Apply this on Goods Issue for. So when you select the Item this will bring the Last Issue Date of this Particular Item on which field you applied this FMS.......
    Is that an UDF of Last Issue Date or standard field?
    I modified above FMS and please now try.....
    Regards,
    Rahul

  • Table name for delivery date

    Hi
    I like to know the table name for the field Delivery date

    Hi Mahesh,
    The table is: LIKP  (SD Document: Delivery Header Data)
    Delivery Date Field : LFDAT
    Hope this helps you.
    Regards,
    Chandra Sekhar

  • Simple Question: How to search for a date value in SELECT

    Probabily a simple question, but in a SELECT statement, how do you do a search for a date value in the WHERE clause?
    example:
    Select * From Example
    Where date = 01/01/2001
    I know its not as simple as that, but what change has to occur to make it do what that example implies?
    Thanks In Advance.

    If you want to avoid the conversion part(to_date) you will need to specify the date in the format as ur nls date format.so the same query might not work if you change ur nls date format.
    so it is advisable to give it in general format.
    ie where date_col=to_date(01-01-2000,'dd-mm-yyyy')

  • Reminder for delivery date in PO

    Hi,
    I have a requirement related to reminder for delivery date.
    For ex i have PO in which the delivery date is 20th NOV 09.I want there should be the reminder alret message to be send to personal mail or to SAP mail before the delivery date approches automatically.
    I do not want to open the PO for checking the delivery date.
    If possible then pls explain the detailed process for config the scenario.
    Regards,
    DD

    Reminder letters are send to the vendor, not to the buyer.
    I think your "reminders" can be done more easily with scheduled standard reporting.
    use ME2L,  
    use selection parameter WE101 for open receipts.
    enter todays date in delivery date field
    press F2 while cursor is in delivery date field and select the sign for lower and equal.
    fill your other selection criteria, such as purchasing group, scope of list etc.
    Then save as variant.
    enter variant name and description
    scroll to the right and put the cursor into row for delivery date into field selection variable.
    press F4 and select Dynamic date calculation
    put the cursor in the same row into the field name of variable and press F4
    then enter I for include and EQ  for the Current date
    now save your variant.
    execute SM36 to define your batch job.
    enter a job name e.g. ME2L_reminders.
    click button spool receipients.
    you get a popup, here enter the the users email adress and click copy.
    then click button start conditions to define when the job shall run.
    then click STEP button
    enter as program name RM06EL00
    enter your variant name.
    enter the language that the report shall have.
    then save.
    From now on the buyer will receive a list with all overdue deliveries as often as you scheduled the job.

  • Exit for delivery Date check in Sales order [Via EDI]

    Hi Friends ,
    We have a requirement in which if the Sales Order is created Via EDI with INVALID delivery date then I have to set a flag in some Z Table . I have tried searching for exits and debugging the code but was unable to find a place where SAP checks for delivery date validity . Please help me with possible exits/Badis?Enhancement Pts etc where I can mark this flag .
    Thanks & Regards
    Gaurav Deep

    @Vinod Thanks  for your reply , the delivery date is there in EXIT_SAPLVEDA_009 .
    But how will i check if the delivery date is valid or not , If you go to VA01 and give a invalid delivery date a warning message is issued , here if the warning message is issued then I want to set my flag , this might save my from  coding redundant delivery date check logic , can someone please help me how can i track if this warning message is issued .
    Thanks & Regards
    Gaurav Deep

  • "searching for movie data"

    I'm having a difficult time. I upgraded to iLife 08. Then I read all this stuff about Final Cut Express having a similar interface to iMovie so I bought it. I don't like either one compared to iMovie HD 06, which I still have. When I launch 08 it starts "searching for movie data" in each clip. When I got to the external HD and look in the folder the files are listed in order as Clip 1.dv but the folder icon is a blank page with a bent corner. I have no idea what I have done or how to make it right? ps I have 318 clips in this folder.
    Message was edited by: Mark Johnson7

    I guess what I want is to be able to use the same video in each of the apps.
    Since iMovie '06 employs destructive editing, I would leave the original files alone in the project package. Options for moving data from iMovie '06 to '08 depends on what you want to do. Basically you have three options:
    1) You can use the "built in" iMovie '08 copy your current iMovie '06 source files to iMovie '08. Then generally means you lose the edits already performed.
    2) You can manually copy source files, transition clips, title clips, special effect clips, etc. from your iMovie '06 project package to a "visible" area on a hard drive and then import them to iMovie '08 and manually put the individual clips back together in their proper order as you may desire to retain them but won't be able to modify transitions, special effects, or titles you keep.
    3) You can copy the current status of you iMovie '06 timeline to a "visible" hard drive location and then import it as a single clip into iMovie '08 for further editing. You will not, however, be able to change your previous transitions, titles, or special effects except by cutting them out.
    Once the file(s) is(are) in in Imovie '08, you have the option of either physically copying the same data again to FCE or simply export an XML file which FCE can open. Unfortunately, iMovie v7.1 now exports an XML that can still be opened in FCE v3.5 but then you will have to reset pointers to re-link to the source media. (FCE v4 seems to accept them properly.) Since both iMovie '08 and FCE were designed to edit in a non-destructive manner, theoretically you shouldn't have to physically copy media unless you want to do so. Moving or deleting files at the Finder level could, however, cause problems with either or both applications. Each can be used independently using the same source files or you can XML updates from iMovie '08 to FCE any time you wish.
    Must say however, that such a multi-pronged approach could easily lead to problems and while I might move between any of these applications, I would not choose to edit in all three at the same time.
    I don't think I fully understand what happens to the files in each when I start messing with them.
    Files imported to iMovie '06 are normally stored as DV compressed files along with transition/title/special effect clips in the iMovie '06 "Project" package file in the "Media" folder and your current "timeline" can be found in the "project" package in the "Shared Movies > iDVD" folder in the form of an MOV "reference" file.
    Source video files for iMovie '08 are stored in their "native" imported format in the appropriate "iMovie Events" folder within the respective "events" while other media directly moved to projects are stored in the "iMovie Projects" in their respective "project" packages.
    FCE storage in the "FCE Documents" folder depends on the your method of importing/transferrring data to the application.

  • Searching for movie data in file

    Does anyone know how to fix the problem of the "Searching for movie data in file" interruption and annoyance?  I can not access my movies to edit - or do anything for that matter - because this thing keeps popping up.  Any help would be GREATLY appreciated! 
    Thanks!

    Hi
    Did You move or alter any folder named
    • iMovie Event's - or -
    • iMovie Project's
    Don't - If done try movien all back excatly.
    Moving Event's and Projects must
    • be done within the iMovie Application
    • to a Mac OS Extended (hfs) formatted external/secondary Hard Disk
    (Never to - NetWork Storage or UNIX/DOS/FAT32/Mac OS Exchange formatted devices)
    Free Space on Start-Up (Mac OS) Hard Disk. How Much ?
    Yours Bengt W

  • Movie won't play now - searching for movie data in file "Bounce Acros 01"??

    I have a movie I made with iMovie (I have v3 or so). I know for a fact it used to play (it's saved as an MPG-2) on my laptop (10.3.9). All of a sudden, when I try to play it, it says "searching for movie data in file "Bounce Across 01"", or "Rolling Credits 05" for another one I have. These are effects I used for the titles, but what could be the problem? I thought once I save it in QuickTime format, it was self-contained - it looks like it's looking for some iMovie files. Why does it need them, why did they disappear (since I know this used to play fine!), and what can I do to fix it (download those data files, and convert the thing to be truly self-contained and not need any external files)?
    Thanks,
    Mike
    G4 17" laptop   Mac OS X (10.3.9)  

    I thought once I save it in QuickTime format, it was self-contained - it looks like it's looking for some iMovie files.QuickTime (MOV) files can be saved as either "Standalone" or "Reference" files. When using the "Save As..." option in QT Pro, you are offered the choice. Other applications like iMovie may make the decision for you. For instance, when automatically sending a file from iMovie to iDVD, a reference movie is used rather than standalone version in order to more quickly open iDVD. In your case, it sounds like a reference movie is being played and that someone has "cleaned out" some of the "rendered" files that were saved as part of the original project. If the project files are still available but moved, you can try to "re-link" them. Or, if the project is still available, you could simply re-export your movie as a standalone file.

Maybe you are looking for

  • "No such interface supported" JRE 1.4 Win2000 install error

    During installation of the latest JRE (j2re-1_4_0-win-i.exe) onto a friends PC I get the following message: (during the "preparing the installshield wizard" part of the install) "An error occurred while parsing command line arguments or reading setup

  • JAXB Unmarshalling and namespace

    Hi All , Im using jaxb to marshall and unmarshall xml messages.Every thing seems to work fine expect for one small part ...... the namespace is removed form the xml .For example <RECORD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noName

  • Date control in UI 2004 ???

    Hi, is there a date control available in the UI 2004 ?

  • Can't increase volume from nano to beats ?

    IiPod 7th gen to beats Bluetooth . Can't increase volume?

  • Discoverer Viewer - Calendar usage

    Hi, I am working with Discoverer Plus and Discoverer Viewer. I have a report defined with a parameter of type DATE. When working Discoverer Plus I see the calendar icon near the parameter and I can use it to easily choose a date. However, when I run