APP Run Date Field

Hi Experts,
Why does the drop down of the run date field in APP (f110) showing previous run dates? What is the logic behind not using a date picker?
Thanks in advance,
Em Jay

Hi Em Jay
It means the dates were used for periviouly APP run, so that is the reason it shows you. So here logic is if you give the previous date which is appear in the drop down list, you can see the status of your APP run with reference of Date and identification.
Example :
Parameters have been entered,
Payment proposal has been created,
Payment run has been carriedout
Regards
Dileep

Similar Messages

  • Create and maintain a payment run date field

    Hello,
    I have to use a payment run date on selection screen of my Bex report. The dates of payment run  this year have been given to us. In order for this date to be maintainable (say for next year the date changes by one or two days) , what kid of object do i create in BI side ?
    And how do i tell my Bex report that If i select this particular payment date, then data in the report will be corresponding to date only?

    Hi,
    You cannot create you own Time charactersitics in BW they are already delivered, examples are 0calday, 0calmonth etc, can you not use 0calday in this case and map the source date field from where ever you load the data to to this time characteristic?
    Best Regards,
    Des

  • When the apple review team review our app,they point out that our  app uses a background mode but does not include functionality that requires that mode to run persistently.but in fact,when the app in background ,the app need data update to make the

    when the apple review team review our app,they point out that our  app uses a background mode but does not include functionality that requires that mode to run persistently。but in fact,when the app in background ,the app need data update to make the function of  trajectory replay come ture。in fact, we have added function when the app  is in background mode。we have point out the point to them by email。but they still have question on the background mode,we are confused,does anyone can help me,i still don't know why do review team can't find the data update when  the app is in background and how do i modify the app,or what is the really problem they refered,do i misunderstand them?
    the blow is the content of the review team email:
    We found that your app uses a background mode but does not include functionality that requires that mode to run persistently. This behavior is not in compliance with the App Store Review Guidelines.
    We noticed your app declares support for location in the UIBackgroundModes key in your Info.plist but does not include features that require persistent location.
    It would be appropriate to add features that require persistent use of real-time location updates while the app is in the background or remove the "location" setting from the UIBackgroundModes key. If your application does not require persistent, real-time location updates, we recommend using the significant-change location service or the region monitoring location service.
    For more information on these options, please see the "Starting the Significant-Change Location Service" and "Monitoring Shape-Based Regions" sections in the Location Awareness Programming Guide.
    If you choose to add features that use the Location Background Mode, please include the following battery use disclaimer in your Application Description:
    "Continued use of GPS running in the background can dramatically decrease battery life."
    Additionally, at your earliest opportunity, please review the following question/s and provide as detailed information as you can in response. The more information you can provide upfront, the sooner we can complete your review.
    We are unable to access the app in use in "http://www.wayding.com/waydingweb/article/12/139". Please provide us a valid demo video to show your app in use.
    For discrete code-level questions, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide:
    - complete details of your rejection issue(s)
    - screenshots
    - steps to reproduce the issue(s)
    - symbolicated crash logs - if your issue results in a crash log
    If you have difficulty reproducing a reported issue, please try testing the workflow as described in <https://developer.apple.com/library/ios/qa/qa1764/>Technical Q&A QA1764: How to reproduce a crash or bug that only App Review or users are seeing.

    Unfortunately, these forums here are all user to user; you might try the developer forums or get in touch with the team that you are working with.

  • To find last run date of custom concurrent program in oracle apps

    Hello Exports,
    Can you pls tell me how to find last run date of custom concurrent program in oracle apps.( thr Backend query )
    Thanks in advance,
    Edited by: 981527 on Mar 7, 2013 3:01 AM

    try the below:
    select fcp.user_concurrent_program_name
    ,fcr.request_date
    ,fu.user_name
    ,fcr.actual_start_date
    ,fcr.actual_completion_date
    ,fcr.phase_code
    ,fcr.status_code
    ,fcr.argument1
    ,fcr.argument2
    ,fcr.argument3
    from fnd_concurrent_programs_vl fcp
    ,fnd_concurrent_requests fcr
    ,fnd_user fu
    where fcp.user_concurrent_program_name like 'Payroll Run'
    and fcp.concurrent_program_id = fcr.concurrent_program_id
    and fcr.requested_by = fu.user_id
    order by fcr.actual_completion_date desc

  • Searching Web Apps with Data Source fields containing multiple values

    I have a Web App with a field allowing multiple values to be entered similar to the checkbox list. I need to restrict allowed values to a large, finite list of values currently stored in another Web App as the data source. I can't apply the Data Source field type as that only allows single value selection. I also need to be able to use the Web App Search form to search for items containing 1 OR more values in this field (the search functionality of a checklist field type). Here's what I've tried for field types:
    Text (string) or Text (multiline) field type - By saving a list of comma separated values (the same way that checkbox list outputs) to a text input or textarea, the search logic only searches for exact string (including commas) and doesn't parse the individual values.
    List (checkbox list) field type - This allows me to search multiple values using OR logic, but the web app will only store values that have been entered as options in the actual web app field setup. I tried using a checkbox list with minimal or empty options hoping that whatever values I sent over in a comma separated string value would still get stored, but because the values came from my Web App data source and not the list of options stored with the field, they were not saved.
    Has anyone found a way to do this?
    My other question is about how I might use a similar multi-value field as described above but return search results containing items with ALL selected values for that field (AND logic).
    Can anyone enlighten me to the inner workings of BC web app search logic?

    Thanks Robert.
    You'll need to create your own interface to the webapp database for those kind of data operations
    by this, are you speaking of the internal BC database which stores web app schema data? That would be great if it were possible to update that programmatically because I need to use the List (Checkbox List) field type (for the search functionality), but I need to supply the checkbox options from a web app rather than by manually updating the list entered in the Fields view of the web app settings (shown below).
    I'm curious if anyone else has tried this?
    Again, my reason for needing to use the List (Checkbox List) field type is that the page which processes searches knows to expect a comma separated list for this field type and then appears to be parsing out the individual values for searching out web app items with 1 or more matching values. You're right that text fields (string and multiline) just check for 'string contains' matches, and this would be ok if I was only ever needing to search just one value at a time. Here's an example of what I might do:
    Web App item field value (as recorded against the List (Checkbox List) field type:
    8294877,8294878
    Web App Search value (for this same field):
    8294879,8294877,8294885
    The search would return this web app item because the field contains 2 (1 or more) individual values even though they were entered into the search field in a different order. If this web app item were just a Text (string or multiline) field, the searched value is not a substring of the web app item's stored value, so it would not find a match. Hence the need to use Checkbox List field type.
    The web app will have thousands if not 10s of thousands of records, so dumping them all into one big array or object and searching on the front-end won't be practical (though it works great on smaller datasets).

  • Do apps running in the background drain battery, slow down performance, or use cellular data?

    I have heard that if you don't kill the apps running in the background, they will drain your battery, slow your other apps down, and could be using your data without any warning.  I've looked all over the place for a definitive answer to this, but different people and websites provide conflicting responses and I haven't found any useful information regarding this issue directly from Apple.  If anyone knows whether or not having apps constantly running in the background is harmful in anyway (and has a credible resource to back up their claim) let me know and provide a link to the answer if possible.

    What do you mean 'running in the background'? Something that is 'running' will definitely use battery, nothing runs on air or whatever. If an app uses data while it's 'running' then it will use data. Why do you need a link, it's common sense isn't it? Slow the phone down? That I can't say definitively, but it stands to reason that it will. 

  • My IPhone4 is secretly using alot of data even though I have double tapped Home button and closed all the apps running in the background.

    My Iphone4 is secretly using alot of data even after I have double tapped the home button and closed all the apps running in the background.
    This just started happening 3 days ago.
    When im out of home, the phone drains battery REALLY FAST, I lose 6% battery in 5 minutes.
    The phone also heats up and feels very warm after a few minutes.
    When I turn the data plan off, it becomes normal again, like I lose 1% every 30minutes even while listening to mp3.
    I can conclude that its secretly using the 3G at an alarming rate which causes the battery to die so quickly
    I have uploaded 2 pictures showing what happens before and after I turn on my WIFI.
    Notice that the ping spikes like crazy on my home network once I turn on my WIFI on my IP4
    WIFI OFF:
    WIFI ON:
    I hope someone can assist me with this!
    Thanks!!

    chuuburg wrote:
    My Iphone4 is secretly using alot of data even after I have double tapped the home button and closed all the apps running in the background.
    This just started happening 3 days ago.
    There is a common misconception that closing an app on the Quick Launch screen (it's real name) also kills the app's background process. This is not the case. First, all built in apps (mail, contacts, calendar, game center, notes, reminders, Genius, Photo Stream, etc) continue running their background processes even if killed in the Quick Launch screen. For apps from the App Store killing the foreground process also gives the app the option of killing its background process, but it doesn't have to. In addition, any app that has Notifications enabled can restart its background process if it receives a Notification.
    iOS 7 gives the user more control over background processes; you can selectively allow or deny any app to run in background. As you apparently have not upgraded this option is not available to you.
    As Chris has already told you, there's an app on your phone that is stuck in a loop. As you discovered killing foreground processes did not resolve the problem. One trick that sometimes resolves this is to let the battery run down until the phone shuts off and will not restart. Then charge to 100%.

  • HT201406 1st. Gen iPad question:  the touch keyboard does not appear when attempting to input data into data fields - this happens while using all apps, ex. Notes, Google, Pages, etc..

    1st. Gen iPad question:  the touch keyboard does not appear when attempting to input data into data fields - this happens while using all apps, ex. Notes, Google, Pages, etc.. The cursor prompt is present.  Tapping screen just brings up the option to: "Select   Select All   Paste."   I have rebbooted with no change. 
    Message was edited by: Jimfromutah
    The problem was my connected bluetooth keyboard.

    1st. Gen iPad question:  the touch keyboard does not appear when attempting to input data into data fields - this happens while using all apps, ex. Notes, Google, Pages, etc.. The cursor prompt is present.  Tapping screen just brings up the option to: "Select   Select All   Paste."   I have rebbooted with no change. 
    Message was edited by: Jimfromutah
    The problem was my connected bluetooth keyboard.

  • Delta with data field works if delta not run everyday?

    Hello,
    I have a doubt related with how delta works,
    I have a generic datasource with delta behaviour. In delta, i selected a date field to control delta and i put one day for limit.
    So, my doubt is:
    I have a table with records with delta date 24.05.2007.
    Last delta extraction were at 23.04.2007.
    When i execute delta infopackage at 26.04.2007, i'm i going to get all records since 23.04.2007?
    Thanks
    Best Regards,
    Maria

    Hi,
    if delta initialisation was done you'll get the diff between current run date and last delta run
    /manfred

  • Why can I not open itunes app running Windows XP professional sp3? I get a message DEP Data Execpetion Program which doesn't allow me to load itunes to down load or purchase music...please help?

    Why can I not open itunes app running Windows XP Professional w/SP3? I get a window message DEP that will not allow me to open the itunes app to load or buy music

    You're welcome! Glad you got things sorted out.

  • Can we have 1 extractor that runs delta on 3 date fields in 3 diff tables?

    Hi guys
    i need a extractor that tracks changes to 3 different tables based on three different date fields one in each table. can this be done in one extractor. i understand u can have only one delta pointer per extractor. but is there a way to do this using a function Module?
    the other option is i know create three extractors, but since the fields i need are going to be a inner join b/w all three tables i was wondering if only one extractor is possible?
    Thanks

    Hi,
    this dummy date as the generic delta field will be passed to the fm (in case of a delta request) in the table i_t_select. Grab the value and design your select statement/s as you need. E.g.
    select * from your_view
    where date1 >= delta_date or date2 >= delta_date or date3 >= delta_date....
    Hope this helps!
    regards
    Siggi

  • Possible bug; 2+ date fields cause SQLException

    I have had this happen to me a couple of times, and checking if anyone else has seen this same scenario.
    Using a MySQL DB, trying to save two date fields to the same table results, the second date field will fail with SQLException '0000-00-00' is not a valid java.sql.Date value.
    This has happened in different places, and is related to running the webapp through SunAppServer with MySQL DB. Now, the best part, is running the EXACT same app exported as a WAR on Tomcat does not have this problem.
    Has anyone else scene this?

    Hmmm...I believe that this app server runs Tomcat under the covers, so it is odd to me that it would work for Tomcat and not for Sun's App Server, but you might try running it against 8.1 and see if that helps.
    I'd also suggest posting this on the MySQL forum.

  • Problem querying date fields

    I am having a problem querying on date fields using the Thin driver. I originally had the problem in the context of a bean used by a JSP, but reproduced the problem in a test app. The problem is that despite the fields being populated and verifying the SQL in SQLPLUS, the calls to ResultSet.getString() and getDate() always return null.
    I run the query as follows:
    results = statement.executeQuery("select NAME, START_DATE from EMPLOYEES where id=1");
    String startDate;
    try{
    results.next();
    startDate = results.getString("START_DATE");
    catch ...
    startDate always comes up null.
    I have also tried ResultSet.getDate(), same problem.
    Am I doing something wrong, or is there a bug? I have searched the news groups and bug reports and haven't found anything.
    Also, a possibly related problem:
    Using the same driver, a where clause of the form "where START_DATE < {d `2000-01-01'}" does not return any records, despite several qualifying records in the database.
    This literal date format comes from section 11.3 of the JDBC 1.2 spec. Am I using this correctly?
    I am using the 8.1.6 driver, and I think the db is 8 or 8i, I will check with the DBA tomorrow.
    Any help is appreciated.
    Thanks,
    Al

    Use PreparedStatement and its set methods instead. It will not only protect you from SQL injections, but it will absolutely also ease setting Java objects in an SQL query.
    Prepare here: http://www.google.com/search?q=preparedstatement+tutorial+site:sun.com

  • Error While using date fields in HIbernate Criteraia

    I am trying a sample applciation using Hibernate with JPA. I am using annotations to map database table with Java class.I am using org.hibernate.Criteria to form where clause. My code looks as follows:
    EntityManagerFactory emf = Persistence.createEntityManagerFactory("PERSISTANCE_UNIT");
    EntityManger em = emf.createEntityManager();
    Session session = em.getDelegate();
    Criteria criteria = session.createCriteria(MyDO.class)
    criteria.add(Restrictions.eq("myDO.date",myDO.getDate()));
    List list = criteria.list();
    I am searching the data base based on the date field (myDO is an instance of MyDO.class which contains the mapping to the data base table). While running the application first time after publishing to server, I am getting the following error. For subsequent running of the application I am not getting any error and the appliaction was running with actual results.
    JDBCException W org.hibernate.util.JDBCExceptionReporter logExceptions SQL Error: -181, SQLState: 22007
    JDBCException E org.hibernate.util.JDBCExceptionReporter logExceptions THE STRING REPRESENTATION OF A DATETIME VALUE IS NOT A VALID DATETIME VALUE
    org.hibernate.exception.DataException: could not execute query
         at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:77)
         at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
         at org.hibernate.loader.Loader.doList(Loader.java:2223)
         at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104)
         at org.hibernate.loader.Loader.list(Loader.java:2099)
         at org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:94)
         at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1569)
         at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:283)
    Can anybody help in fixing the problem.
    Thanks in advance.

    Resolved the issue by setting System date where expected

  • Filling Data fields of a DSO in End Routine

    Hi Everyone,
    The data fields of a DSO contains 2 key figures and a characteristic.
    In the End routine of the transformation, i have assigned constant values for the infoobjects in the data field.
    After executing the DTP, if I check in the New Table of the DSO, these constant values are present.  But when I activate the DSO, the values for key figures gets initialised and the values for the characterisitic becomes empty (NULL).
    Is it not possible to assign values for the infoobjects in the data field? If so, why is this limitation?
    Thanks in advance,
    Uma

    Uma,
    To populate any field in the end routine, you have to assign some constant in the transformation first and then re-populate them using the end routine.
    Sometimes if you dont assign any constant in transformation, the values remain initial and even after you write a code fo that field, it is not populated in the end routine.
    All you have to do is assign constant 0 to the key figures you are populating in the end routine and run the DTP again.
    Thanks
    Sachin

Maybe you are looking for