Fnd_date4 is not takeing in my date value set

Hi,
I have one Concurrent Program In this Concurrent Program one parameter is used as valueset Fnd_date4,i try just the valueset list of values and try to put what ever ther in previous fnd_date4, it is not working,it is showing Error app-fnd-01086 the valueset(fnd_date4) on segment (p_start_date) can not be used,the format type date and datetime use obsolete plz use standard date and standard date time.
once i used this two valuesets my concurrent program got errored,
In my report i used width of this parameter 20,
RDBMS : 9.2.0.6.0
Oracle Applications : 11.5.9
But this same program i ran in another insatnce it is working with old valueset fnd_date4 only,
Please help how i use same valueset fnd_date4 for this concurrent program
in the metalink i got one note id 183699.1,
I try ran this sql script in my database and script is ran fine but program is not running after that also
plz tell how to use this script.
Thank's

Pl see MOS Doc 351735.1 (Error When Attaching Fnd_date4 Value Set To Dff Segment Fnd-01086)
HTH
Srini

Similar Messages

  • FDMEE version 11.1.2.3 not dispaying options in Data Management- Set up

    Hello  Experts,
    I am in the process of creating the Hyperion Financial Close Management (FCM) application, particularly Accounts Reconciliation Manager (ARM) version 11.1.2.3 on Windows Server 2008 R2, 64-bit Operating System (RAM is 30GB).
    Now in order to perform all the data related activities on ARM, I am using FDMEE but I am not seeing the “System Settings” tab when I go to Workspace->Navigate->Administer->Data Management->Set up.
    All I am seeing is the “Security Settings” tab and no "System Settings" tab.
    So need your help in finding out what is that I am missing out here.
    Let me know in case you need any additional information from my side.
    Thanks in advance.
    Regards,
    Sumit

    Hi Jeff,
    Yes I am provisioned as an administrator for FDMEE in shared services.
    Still I am not seeing the "System Settings" option.
    Please suggest as what am I doing wrong.

  • Not reading the right data value

    So I am reading data from a txt file that I created,in particular I am trying to pull out the first column which is the time data.  When I read it using the "Read from spreadsheet file.vi" I am getting unexpected values. For example when the first value in the file is 1491.044016 it displays 1491.044067, it does this for every value? I thought it may have been a formating issue but I set the vi %.9f on the formating field I'm not sure why it is handling the values this way? Any insights?
    thanks,
    Chris

    Are you using LabVIEW 7.1 or older? In this case, "read from spreadsheet file" uses only SGL precision, which is not sufficient for your desired resolution.
    See also: http://forums.ni.com/ni/board/message?board.id=170&view=by_date_ascending&message.id=315189#M315189
    Solution: Read the file as a plain string and then use "spreadsheet string to array" with DBL as type.
    ... or upgrade to LabVIEW 8.0 or higher.
    LabVIEW Champion . Do more with less code and in less time .

  • Not all the master data values appear in variable dropdown

    Hi all,
    we have a BPS variable in planning folder (SEM 4.0) where we have defined a variable with 'restriction required by user'. When the uses take a drop down they don't see all the values in the dropdwon but they can still manually input the missing values.
    Any idea?
    BR,
    SSC

    Hi,
    Make sure that the navigational attribute is assigned in the cube. Same goes for the workcenter. Also make sure when you loaded master data for workcenter the data for the navigational attribute also got loaded and you activated the same.
    Cheers,
    Kedar

  • To make one column that do not have the same data value with pk

    All right, here's the problem >>
    I have a form on a report with columns and attributes taken from the tables in the database. 5 tables are allocated in the database, but one table is used for this "form on a report."
    I named the report as a Company form, where users can add/edit company's name and details into it. However, without the use of candidate keys, how do you control the columns such that no two values are the same, although there is a primary key which i named it as company_id.
    Regards,
    HTMLDB user

    I suggest to launch an SQL query in a validation process. The where clause would look like this PRIMARY KEY COLUMN LIKE :ITEM%
    If the query retrieve at least one row then your validation process return an error and stop the saving process
    If you want you can also do it asynchronous with a javascript on blur event

  • How to setup iCloud account?? I have a valid apple id but it is not taking the same account for setting up iCloud account

    I have a valid apple account which i use to access/download apps from iTunes Store, but the iCloud is not accepting the same account, does I need something extra to access iCloud Service.

    Can anyone please help me with this issue

  • Data values on 3D graph

    Hi
    i am able to show data values on all graphs but how to show same on 3D graph in RTF format... as i have already tried same code in Alt Text tab of 3D chart graph but it is not showing up the data values....
    Help me to how can i show data values on 3D graph.
    thanks & regards

    http://winrichman.blogspot.com/2008/09/slice-label-in-pie-chart.html
    chart:
    <Graph depthAngle="50" depthRadius="8" pieDepth="30" pieTilt="20" seriesEffect="SE_AUTO_GRADIENT" graphType="THREED_BAR"><LegendArea visible="true" /><SliceLabel  textType="LD_TEXT_PERCENT" visible="true">
    <ViewFormat decimalDigit="2" decimalSeparator="." decimalDigitUsed="true" decimalSeparatorUsed="true"/>
    </SliceLabel><LocalGridData colCount="{count(xdoxslt:group(.//ROW,  'YEAR'))}" rowCount="{count(xdoxslt:group(.//ROW,  'TEXT'))}"><RowLabels><xsl:for-each-group select=".//ROW" group-by="TEXT" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><Label><xsl:value-of select="current-group()/TEXT" /></Label></xsl:for-each-group></RowLabels><ColLabels><xsl:for-each-group select=".//ROW" group-by="YEAR" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><Label><xsl:value-of select="current-group()/YEAR" /></Label></xsl:for-each-group></ColLabels><DataValues><xsl:for-each-group select="//ROW" group-by="./TEXT" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:variable name="G1" select="current-group()" /><RowData><xsl:for-each-group select="//ROW" group-by="./YEAR"><Cell><xsl:value-of select="sum($G1[(./YEAR=current()/YEAR)]/COUNT_DISTINCTP.ID_)" /></Cell></xsl:for-each-group></RowData></xsl:for-each-group></DataValues></LocalGridData> </Graph>
    Re: LD_TEXT_PERCENT in Pie chart
    Re: need to put value and test in pie chart
    Re: Pie chart label values
    Re: Values versus percentages in Pie chart

  • Value set using non-Apps table

    Hi All
    Can I use a third party application table (not belonging to Apps) in Value Set (GL Super User > Setup > Financials > Validation > Sets). The purpose is to create a DFF and use this value set as a LOV.
    Thanks
    Anand

    As long as you can access the table from apps schema, it should be no problem.
    There's no validation on the table field in value set, so you can insert custom tables, views without issues.

  • Current date parameter in concurrent program is not not taking current date

    Hi All,
    I have scheduled one concurrent request running very day @21:30 ,one of the parameter passed is current date ,which defined as default value at the time of defining concurrent program.Surprisingly its taking next day date as parameter.Can someone help me resolving this issue.
    From where this current date is taken.
    When I am logged in unix as oracle user and executing following query I am getting follwoing results
    SQL> alter session set nls_date_format='MM/DD/YYYY HH24:MI:SS';
    Session altered.
    SQL> select current_date from dual;
    CURRENT_DATE
    05/25/2010 07:40:11
    SQL> select sysdate from dual;
    SYSDATE
    05/25/2010 07:40:20
    date
    Tue May 25 07:40:35 SAUST 2010
    When I logged in unix as applmgr user:
    SQL> select current_date from dual;
    CURRENT_DATE
    05/25/2010 04:41:17
    SQL> select sysdate from dual;
    SYSDATE
    05/25/2010 07:41:19
    date
    Tue May 25 07:41:04 SAUST 2010
    Unix level date is correct and sysdate is also correct in both cases.
    But current_date when logged in s applmgr user is wrong,is this reason for the issue.
    If so how can I change it
    Version : 11.5.10.2
    Database : 10.2.0.4
    OS : AIX 5.3
    Thanks in advance

    Hi;
    Please check below and see its helpful:
    Scheduled Request Set Using 'Current Date' In Parameters Will Set Parameters One Day Out [ID 242654.1]
    The parameter Argument 2 (GL DATE) does not select the Current Date when schedule [ID 250431.1]
    Regard
    Helios

  • Multiprovider not taking info from master data table?

    Hi all,
    i've a problem with a multiprovider and some navigational attributes of zmaterial.
    There are several infocubes in the multiprovider and they all have zmaterial, the problem is that the data from one of these cubes is taking the values of some navigational attribute from the cube itself, not from the master data table of zmaterial even if i changed the assignment from the multiprovider.
    Is there any option i must check/look to get this thing work?
    If you need any other info just let me know.
    Thank you.

    Hi,
    It seems the identificaiton are still  incorrect.
    Just try to put the identification for those characteristics from the navigational attribute option in the multiprovider and not from the infoobject present in the cube.
    So for ZMaterial_A it should be identified with ZMaterial_A in the multicube from the respective cubes.
    Thanks
    Ajeet

  • Parameters passed in smartforms are not taking any value

    hi everyone
    Ive passed parameters in my print program and these parameters are defined in the Forms Interface Section of the smartforms, but when I am executing the program, the smartforms is not taking the value of the parameters,
    Can anybody help me plz?

    how to check if I have correctly imported the data?
    The data in the print program is correct, but I dnt know why the values are not taken to the form.
    This is part of the code
    call function func_mod_name
        exporting
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
        control_parameters         = control_parameters
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
       output_options             = options
      USER_SETTINGS              = 'X'
        SCHKZ                      = wa_print-schkz
        STARTDATE                  = wa_print-startdate
        DURATION                   = wa_print-duration
        COUNTRY                    = 'BE'
        importing
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
       job_output_options         = options
        exceptions
        formatting_error           = 1
        internal_error             = 2
        send_error                 = 3
        user_canceled              = 4
        others                     = 5
    and the variables SCHKZ  STARTDATE DURATION and  COUNTRY              
    are defined in the Form Interface level of the form
    is it ok? or i am missing something else?

  • Variable exit not taking multiple single values...urgent pls

    Hi BW Guru's
    I have created an variable exit where the variable represents mulitple single values.
    In the customer exit when i trying to populate mulitiple values and move it to e_t_range it is not taking multiple values. I have also observed that it is a line item type. I want to know if there is anyway out since it is an urgent requirement. Any help would highly appreciated. I shall also award points accordingly. Thanks.

    Hi Anil,
    Thanks for your prompt response.
    I guess i am missing out some thing.
    The scenaio is like this I want to hard code some values which have to be removed from the selection hence I have created the variable  with multiple single value variable and I have removed (unchecked) ready for input as it is not required. After your suggestion I have also made it mandatory but after running the query I am getting a message Abort no value determined. I have written this code under if i_step = 1.
    My code goes like this….
    DATA: BEGIN OF I_SO_VENDNO occurs 0,
            SOURCSYS TYPE /BIC/TZSO_VEND-/BIC/ZSOURCSYS,
            ZSO_VEND TYPE /BIC/TZSO_VEND-/BIC/ZSO_VEND,
            TXTMD TYPE /BIC/TZSO_VEND-TXTMD,
          END OF I_SO_VENDNO.
    select * from  /BIC/TZSO_VEND into table i_so_vendno.
      loop at i_so_vendno where TXTMD CS 'GREAT LAKES'.
          l_s_range-low = i_so_vendno-zso_vend.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'NE'.
          append l_s_range to e_t_range.
          clear: e_t_range, l_s_range, i_so_vendno.
      endloop.
    Want to know if I am missing out something.
    Thanks.

  • List view error "Filter Value is not in a supported date format"

    I've column "Name = Order Status","Type = Calculated" & Data Type = "Date and Time". I've given this Condition in the formula:- =IF(NOT([PO Date]=0),"ORDERED","NOT ORDERED"). I'm trying to create view
    for this column but its getting error while create the view "Filter Value is not in a supported date format". 
    Same error I'm getting for column "Name = Status","Type = Calculated" & Data Type = "Number". I've given this Condition in the formula:- =IF([PO Date]="","",IF(NOT([Balance Qty]=0),"OPEN","CLOSED"))

    Can you check data type returned for your calculated column 'Balance Qty'?
    Try to set it as Number. It may help you.
    Thanks.

  • Custom field values are not storing in the data base

    Hi Friends,
    We have created one  Custom field called   ZZ_APPROVER in Rfx Header , we have included this field in the below  stuctures
    1.INCL_EEW_PD_HEADER_CSF_BID
    2.INCL_EEW_PD_HEADER_CSF
    The data type of this field ( ZZ_APPROVER ) is CHAR and the length is 1 .  we have given 2  fixed values in Value Range
    1 -
    X+2 Approver
    2 --- Provisional Approver
    so when we select either 1 or 2 ( in Drop Down ), its displaying properly on RFx Screen, but when we try save this document the values are not strong in the data base.
    Can any one give me idea why its not stroring in the data base
    Thanks in Advance
    Kumar Srini

    Hi Ganapathy,
    A Record is created in table BBP_PDHSC , for other z fields, the values are stroing , but for this field ( ZZ_APPROVER ) [ drop down list ], the value is not stroring
    Thnx
    Kumar Srini

  • Hierarchy node Variable: F4 Help - Not showing Master data values

    Hi,
    We're having some problems trying to display the F4 help of a hierarchy node selection variable, to show the master data values so that it would look more complete for the users during report execution.
    In the RSD1 setting for the info object, under 'Business Explorer' tab, the 'Query Execution Filter Val. Selectn' is set to 'Only Posted Values for Navigation'.
    I thot that we could overwrite this setting at the Query Designer level, but it does not seem to work.
    Even tho in the Query Designer, we have already specified the 'Filter Value Selection During Query Execution' to 'Values in Master Data Table', it does not seem to display the master data values.
    There is no difference in the F4 values being displayed for the hier node variable, before and after the change in Query Designer.
    Could anyone share some tips on other possible solutions to get a hier node selection variable's F4 help to show the master data values, without changing the RSD1 setting at the info object level please ?
    Thanks in advance for your help.
    Regards,
    Femmie.

    Hi,
    Could you please share the steps you have taken to fix the problem?
    We do have a similar problem and for some reason the newly added hierarchy node for 0Profit_ctr is not showing up in the variable selection screen F4 (input selection for query execution). However we can see this node when we display that hierarchy in RSA1. I did try applying the changes recommened by Jerome but unfortunately it didn't work.
    Any help on this would be greatly appreciated.
    Thanks,
    Krish

Maybe you are looking for

  • Open MrSid files in Photoshop CS4

    Hi, I had a question about Photoshop CS4. Can MrSid files be opened and viewed with Photoshop CS4? I tried opening a MrSid file but it stated that it was not the right kind of document. Thank you in advance for your help. Brian.

  • Is there an alarm/reminders app that would allow me to add reminders on specific days throughout the month?

    The basics is - I work nightshift so I would want an alarm to wake me up before my shift, wake me up after my shift and wake me up at a certain time on my day off. Rather than doing it week by week - is there an app that would let me make alarms/remi

  • Fast Entry Screen for infotype

    Dear Freinds,               I want to have Fast entry for infotype 0008 . Could any one let me know whether Fast entry is possible for 0008. I can see there is fast entry for 0014 and 0015. If possible for infotype 008 can you please let me know how

  • IEEE 802.1x port-based authetication

    I want to configure IEEE 802.1x port-based authentication on cisco switches, preferable 2960 series. Which models support this feature?. I have try with some older switches but it doesn't works properly on everyone. I have upgraded them whitout bette

  • Ipad and bluetooth loudspeakers

    Even with bueltooth activited my iPad mini does not recognize the jawbone speaker which is recognized without problem by my iPod. Any idea why?