News Ticker &PX_ITEM. not populating

I have created a newsticker from Denes' page using &PX_ITEM. PX_ITEM is created from the following process. On Load - After Footer.:
SELECT
EXTRACT(DAY FROM TO_TIMESTAMP(:P1_END_DT,'MMDDYYYY HH24:MI') -
TO_TIMESTAMP(:P1_BEG_DT,'MMDDYYYY HH24:MI')) || ' days, ' ||
EXTRACT (HOUR FROM TO_TIMESTAMP(:P1_END_DT,'MMDDYYYY HH24:MI') -
TO_TIMESTAMP(:P1_BEG_DT,'MMDDYYYY HH24:MI')) || ' hours, ' ||
EXTRACT (MINUTE FROM TO_TIMESTAMP(:P1_END_DT,'MMDDYYYY HH24:MI') -
TO_TIMESTAMP(:P1_BEG_DT,'MMDDYYYY HH24:MI')) || ' minutes' Duration
into :P1_REMAINING_TIME
FROM dual;
END_DT is defaulted to 03222010 07:00 mask MMDDYYYY HH24:MI.
BEG_DT has a process to insert sysdate,'MMDDYYYY HH24:MI' into it on load, before header.
It works well, after if you refresh the page. I haven't been able to figure out how to make it work without the user needing to refresh the page.
END_DT and BEG_DT load ok, but REMAINING_TIME stays null until you refresh the page.
Can anyone give me an idea how to set a process to refresh the page, or use the META HTTP-EQUIV to run only on load, or some other solution?
Thank you all so much

Per the HTML specification, the values of unchecked checkboxes (and disabled controls) are not POSTed on page submit. You therefore need to compute values for the unchecked checkbox items prior to the insert row process. This can be done using either a computation for each item, or a process that handles all of them.
Computations would be PL/SQL Expressions:
coalesce(:p2_item1, '0')
A process would include an assignment for each item:
begin
  :p2_item1 := coalesce(:p2_item1, '0');
  :p2_item2 := coalesce(:p2_item2, '0');
end;
IIRC APEX 4.x handles this automatically, and as 3.2 is out of support, you are recommended to upgrade to the latest 4.2 release.

Similar Messages

  • When I select 'new tab' in firefox 4.0, the new tab is NOT populated with my Home Page?

    Dear Sir or Madam,
    In extreme precis:
    1. I select a 'Home Page' using the following menu options:
    1.1. Tools
    1.2. Options
    1.3. Home Page
    2. In ff3.n I select a New Tab using the following menu options:
    2.1 File
    2.2 New Tab
    Result: New Tab is populated by Home Page
    3. In ff4.0 I select a New Tab using the following menu options:
    3.1 File
    3.2 New Tab
    Result: New Tab is populated by Blank
    Workaround:
    I left click Home Page button on top right of ff4.0
    Request:
    I will be grateful if the version 3.n functionality can be imparted to 4.0
    Yours faithfully,

    Please click the '''Helpful''' button next to the answer that solved your Firefox support issue, '''when you are logged in''', so this thread gets marked as '''Solved'''.

  • UWL : New tasks are not getting populated in the UWL

    Hi Experts,
        I<b> configured my uwl to my backend system , the completed tasks are getting populated in the UWL but the New tasks and in progress tasks are not getting populated in the UWL.(some thing strange).</b>
    When  i am trying to configure the universal  worklist system ,its givin me a caution message as  <b>System SHDCLNT012 does not support optimized delta pull</b> . where SHDCLNT012 is the system alias name.
    Is this the problem for not populating the new tasks in the UWL?
    Please provide me  the solution..
    Thanks & Regards,
    Sateesh

    Hi Sateesh,
    This message will appear if either the background jobs are not scheduled, or UWL cannot tell that the background jobs are scheduled. The message no longer appears once you ensure the background jobs are scheduled to run via the user id UWL_SERVICE and that user is mapped to my portal user ID UWL_SERVICE.
    Kai

  • Fields not populated in cube

    hi experts,
                       i have one problem i have sales item,and header dso's which i have loaded the data using flat files.when am trying to load to cube some of the fields of header is not  getting populated.when i am loading only header data that time it is showing the data in cube.when i am loading item data also that time some of the fields of header are not populating in cube.i have tried by taking two seperate cubes for header and item and tried to  loading data to multiprovider. but same issue came.for ur reference i am providing screen shots of that. this is multi provider screen shot in this u can observe that division ,region and some fields are not populating data. in local sand box i have done this please help me to resolve this issue.
    header  cube screen shot before loading to multiprovider.
    item cube screen shot before loading to multiprovider.
    regards
    jaswanthi

    How are you "loading" to a MultiProvider? A MultiProvider is merely a "view" on 1 or more InfoProviders, nothing gets loaded in it.
    The screen shot of your MultiProvider shows data of your items InfoCube only... have you filtered on the InfoProvider field? If not, try and filter on your header InfoCube and see whether it shows any data. If not, then there's something wrong with your mappings in the MultiProvider definition.
    It's perfectly normal to have empty fields if you're combining 2 InfoProviders into 1 MultiProvider. If that's not what you want, you should consider an InfoSet (which "joins" data) or model it so that when you're sending item data to a new InfoCube, you "look up" the missing header data in your header data DSO and add it.

  • 0PM_ORDER - WBS element not populated by extractor

    Hi all
    Just wondering if anyone has experienced a similar problem.
    We use this data source as part of our PM master data loads. It runs every night, no problem. Iu2019m busy with a new user requirement regarding Project (WBS) costs as posted on PM orders, and I was pleased to see that 0PM_ORDER has field PROID (WBS) on it already u2013 thought I was half way to building my query!
    Except, the field is not populated. Even when I run the extractor on the R/3 system to test (for an order type PM05 on which WBS element is a required entry), I never get any values in this field. I had a look on SDN and OSS and have seen a number of posts about the conversion exits relating to WBS elements, but this presupposes that a value is being populated in the extractor, which in my case is not happening.
    Does anyone have any suggestions?
    Regards, Lara

    0PM_Order extracts the data of WBS element on the tab "location" on the PM order (IW33). It doesnt extract the WBS element on the tab "Additional data".
    I am not sure how these WBS elements are different, your PS consultant might have an answer. Either you can have user exit to fill this field or ask your ECC abap consultant to fill the same in both fields of order, if doesnt make any difference. I am also in same situation, keep me posted if you have have get any new information from your PS consultant or SAP.

  • Virtual Characteristic value not populating in the query output

    Hi Experts,
    I am new to BAPI and I am using this to populate the values of virtual characteristics.
    I wrote the below code to populate if an order status got some status value then i need to populate the flag y if not n.
    I got the order value in the reprot. I need to go to order master data and should get the status and then i have to do the comparision and populate the flag zww_teco in the report.
    The below is the compute method of my implementation class.
    FIELD-SYMBOLS :
    <fs_0cs_order> TYPE ANY,
    <fs_zww_teco> TYPE ANY,
    <fs_status>  TYPE ANY.
    if p_cha_0cs_order > 0.
      ASSIGN COMPONENT p_cha_0cs_order OF STRUCTURE C_S_DATA to <fs_0cs_order>.
    endif.
    if p_cha_zww_teco > 0.
      ASSIGN COMPONENT p_cha_zww_teco OF STRUCTURE C_S_DATA to <fs_zww_teco>.
    endif.
    Select single /BIC/ZSYSTATUS
        from /BI0/PCS_ORDER into <fs_status>
       where CS_ORDER = <fs_cs_order>.
    if <fs_status> CP 'TECO'.
      <fs_zww_teco> = 'Y'.
    else.
        <fs_zww_teco> = 'N'.
    endif.
    But I am not sure why the values are not populated. But when i debug , i could see the values for
    P_cha_0cs_order = 35
    p_cha_zww_teco = 54
    But i could get the values of <fs_0cs_order>, <fs_zww_teco> after assign component statement.
    And it is firing me a dump in select statement. Also when I click c_s_data i am getting S____274, S____505 fields like that in the structure but i could see p_cha_0cs_order
    Can you please guide where i am missing ...
    Thanks
    Vamsi
    Edited by: vamsi talluri on Nov 9, 2011 6:14 PM

    Hi Sushant,
      RSRT --> Enter Query Name
    Click on Technical Information --> If " Virtual Char./Key Figures " = Y
    In my case , even then i clciked generate report,
    even after that P_CHA_0CS_ORDER = 35
    and after assign component P_CHA_0CS_ORDER of structure c_s_data to <FS_0CS_ORDER>.
    the <FS_0CS_ORDER> is nothing , here i should get the value of cs_order value of that record but it is coming empty which i am not able to rectify. How should i change or i need to put any other setting to get the value populated into my <FS_0CS_ORDER>.
    Can you please guide me .
    Thanks
    Vamsi

  • Fund Value is not populated in Vendor payment

    Hi All
    We have created new balance sheet account and we are trying to post the document. Fund value is not automatically populated.  Normally during posting commitment item related fund value is automatically populated.
    If you have any idea how to populate the fund value automatically for newly created GL Account.
    Note: Transaction code FMDERIVE we have mentioned the FUND and commitment item still the problem persist.
    Regards
    K.Gunasekar
    Edited by: KGUNASEKAR on Aug 30, 2010 12:29 PM
    Edited by: KGUNASEKAR on Aug 30, 2010 12:44 PM

    Hi
    When i am trying to post the document by manually simulation itself i am getting the fund value automatically but during manual posting without simulation i am trying to post the document at that time fund value is not populated automatically. Please help.
    Regards
    K.Gunasekar

  • Profit Center is not populating in SPL document

    Hi
    Would be highly obliged if some one can suggest on the following issue,
    _Information related to issue:_
    1) SPL Activated
    2) Document split activated in SPL
    3) SAP ECC 6 (No New GL and splitting activated)
    _Issue_
    Profit Center is not populating against Recon account line item in the SPL document, generated from Vendor Invoice posting (FB60) in FI, in fact the document splitting is activated for this very reason in SPL, but still the derivation is not happening for recon account line item.
    Can some one suggest how the profit center can be derived against  recon account line item in SPL document.
    Regards
    Ashwin

    Hi Ashwin,
    Whenever you post the issue to the SDN please give the scenario as well  means which is the spl document  you are posting
    With regards,
    Venkatakrishna

  • Profit center not populated in SO

    Hi CRM experts,
    We have a typical issue when a SO is replicated from CRM (SAP CRM 7) into ECC 6.0, its not populating the proit center into the field in account assignment tab at item level.  When the SO is created within ECC using VA01 with exactly the same data, it populates profit center correctly.  Any ideas / help is appreciated. 
    Thanks in advance,
    Gopal Turaga

    Hi
    You need to check the following:
    1. The cost center settings in T Code ACSET
    2. The splitting characteristics in the menu path:
    IMG>Financial Accounting (New)>General Ledger Accounting(New)>Business Transactions>Document Splitting>Extended Document Splitting
    3. If cost center is a required field in your asset master and if you have assigned a cost center in the asset master
    4. If a profit center has been assigned in the cost center master assigned in your asset master.
    Thanks & Regards
    Sanil K Bhandari

  • Profit Center not populated in Asset Transactions

    Hi
    We are trying to post asset transactions. We are on ECC 6.0 with New GL and document splitting on profit Center. while posting the periodic depreciation, system is not allowing posting of the document, saying that profit center is not populating in the line item. Pls suggest.
    Regards
    Rupal

    Hi
    You need to check the following:
    1. The cost center settings in T Code ACSET
    2. The splitting characteristics in the menu path:
    IMG>Financial Accounting (New)>General Ledger Accounting(New)>Business Transactions>Document Splitting>Extended Document Splitting
    3. If cost center is a required field in your asset master and if you have assigned a cost center in the asset master
    4. If a profit center has been assigned in the cost center master assigned in your asset master.
    Thanks & Regards
    Sanil K Bhandari

  • Custom idoc segment fields not populated

    Way back in 1999 someone create a custom Idoc type with custom Idoc segments in it.  Unfortunately, they forgot to release one of the segments.
    Recently a change was request to add new fields to this custom segment.  In order to get the fields transported the segment had to be released.
    All worked fine in Dev and the new Idoc segments were populated as expected.  However when the idoc segment was moved to the test system all visually appears to be fine but when the idoc is created (status 50) the new fields are not popultated. 
    In 40B the start of the inbound process was IDOC_INBOUND_DATA.  Does anyone know what the new starting point is in 4.7??
    I beleive the error is actually that SData is not reading all the input values and stopping right where the old fields end in teh custom segment.
    Thanks,
    Anthony

    additionally,
    SAP will not allow us to release the basic idoc type because it was released in 40B.  It also will not allow us to cancel the release since we are now in 620.  So, unless anyone has input for this I think the only solution will be to create a successor IDoc type and change our apps to use the new IDoc type with it's enhancements.

  • Auto scrolling dynamic text field(news ticker)

    > This message is in MIME format. Since your mail reader
    does not understand
    this format, some or all of this message may not be legible.
    --B_3272625483_2679871
    Content-type: text/plain;
    charset="US-ASCII"
    Content-transfer-encoding: 7bit
    Does anyone know how to make a scrollable dynamic text field
    scroll on its
    own and also with user interaction?
    Thanks in advance for your help.
    Bill
    --B_3272625483_2679871
    Content-type: text/html;
    charset="US-ASCII"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>Auto scrolling dynamic text field(news
    ticker)</TITLE>
    </HEAD>
    <BODY>
    <FONT FACE=3D"Verdana, Helvetica, Arial"><SPAN
    STYLE=3D'font-size:12.0px'>Does =
    anyone know how to make a scrollable dynamic text field
    scroll on its own an=
    d also with user interaction?<BR>
    <BR>
    Thanks in advance for your help.<BR>
    <BR>
    Bill</SPAN></FONT>
    </BODY>
    </HTML>
    --B_3272625483_2679871--

    I found this:
    http://www.kirupa.com/developer/mx/dynamic_scroller.htm
    I copied the actual scroller and put it in my .fla and it
    worked! Now if I can only figure out links in XML...

  • Data not populating in database

    Hi All
    I am trying to insert data into a custom table but unable to do so...
    Steps followed
    1. Created a custom table
    2. Created an EO based on the table
    3. Created a VO associated with the EO.
    4. Created AM and associated the VO with it.
    5. Created page and associated it with the AM.
    Controller Code
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processRequest(pageContext, webBean);
        OAApplicationModule am = pageContext.getApplicationModule(webBean);
        am.invokeMethod("initEmployee");
      public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processFormRequest(pageContext, webBean);
        OAApplicationModule am = pageContext.getApplicationModule(webBean);
        if("Next".equals(pageContext.getParameter("event")))
           pageContext.setForwardURL("OA.jsp?page=/xx0801/oracle/apps/per/selfservice/val_assignment/webui/PhonePG", null, (byte)0, null, null, true, "N", (byte)99);
    if("Save".equals(pageContext.getParameter("event")))
      am.invokeMethod("createEmployee");
      }AMImpl Code
    public employeeAMImpl()
        public void initEmployee()
          OAViewObject vo = getEmployeeVO1();
            if(!vo.isPreparedForExecution())
               {vo.executeQuery();
            Row row=vo.createRow();
                vo.insertRow(row);
            row.setNewRowState(Row.STATUS_INITIALIZED);
        public void createEmployee()
        getTransaction().commit();
    ...A new row does get created in the table but the data columns are empty only the creation date, created by, last_updated_by etc are getting populated.
    Thanks

A: Data not populating in database

I have put the debug statement as follows:
public void createEmployee()
    EmployeeVORowImpl emp = (EmployeeVORowImpl)getEmployeeVO1().getCurrentRow();
   String name = emp.getEmployeeNumber().toString();  
   System.out.println("Emp Num: " + name);
    getTransaction().commit();
    }The employee number got printed in the messages. However the row still doesnot have any data except the created by, creation date etc
Edited by: Subhasish on Jan 12, 2011 3:38 AM

I have put the debug statement as follows:
public void createEmployee()
    EmployeeVORowImpl emp = (EmployeeVORowImpl)getEmployeeVO1().getCurrentRow();
   String name = emp.getEmployeeNumber().toString();  
   System.out.println("Emp Num: " + name);
    getTransaction().commit();
    }The employee number got printed in the messages. However the row still doesnot have any data except the created by, creation date etc
Edited by: Subhasish on Jan 12, 2011 3:38 AM

  • Process scheduler server list is not populating in SERVER LIST page.

    Need urgent help.
    We have PeopleSoft Campus Solution 8.52,9.0 application. We had two Process Scheduler server one in Linux and one in NT. There was one issue that all the jobs which processed were getting into success and reports were also posted,however it was not updating the database with data. In order to solve it I created a new Process Scheduler server at onther NT machine. This time when I navigated to Process Monitor --> Server List pages it has no data there. I ran COBOL job but it went to successful and report posetd but nothing was updated into the database.
    Please help me out of this situation.
    Thanks
    Vikrant

    Thanks a lot RCC for your response.
    There is actually three issues
    1)Process Monitor Server List page has no data.
    2)As I go to run a process in the system process request I see that the Server Name,Reccurence,Type and Format are not workin or they are disabled.
    3)Cobol jobs which I am running through PSNT is not updating database,however the Process is getting successful and reports are having posted status,but when I go to see Reports it is not having any output file its blank.I tried to check the reports at webserver,there were also no reports were published,However it works properly for all other Process.
    For the first problem it has got resolved the solution is in this "Process Monitor Server List Not Populating With Data (Doc ID 615323.1)"( for those who face this problem in future :)).
    For your query RCC, I have named same name of PSNT which was earlier in the different machine.
    Please help
    Thanks
    Vikrant.

  • Worflow container elements not populating

    Hi,
    I am using a simple method and populating certain parameters of the method. in stand alone from swo1 the method populates the container element. This method is then called from a task in workflow.
    The problem I face is that the workflow container elements are not populated, although the container elements at the task level are populated corectly in the workflow log. Even If I am binding a hardcoded value at the task to workflow binding level, the workflow container elements is not getting correct values; when I check the log and hence the workflow goes in error.
    I would like to know why the workflow container elements not getting filled with right values. I have done many workflows before but never faced such an issue before.
    Regards,
    Vishal Bhatia
    Edited by: Vishal Bhatia on Sep 19, 2011 2:33 PM

    Hi,
    I have checked the binding and workflow is activated again.
    Also buffering was done in SWU_OBUF.
    I also tried to run the workflow from SWDD itself and still the same problem. This is very strange. Never before i encountered such an error.
    Kindly suggest. I also tried to create a new task and change the names of container variables in workflow. The strangest thing is the hardcoding of value also not being passed.
    Types of parameters match and import export set accordingly.
    Regards,
    Vishal Bhatia

  • Maybe you are looking for

    • Prob in upgradation

      HI, Im in to upgradation project, 4.7 to ecc 6.0 , now when i login to the new server, im not able to see one folder which was there in earlier version on the initial screen sap menu list Can u pls let me knw how can i transport the same folder in my

    • Zfs pool I/O failures

      Hello, Been using an external SAS/SATA tray connected to a t5220 using a SAS cable as storage for a media library.  The weekly scrub cron failed last week with all disks reporting I/O failures: zpool status   pool: media_NAS state: SUSPENDED status:

    • I am trying to install Illustrator CS3 onto my new MBAir.

      I am trying to install Illustrator CS3 onto my new MBAir. I have the CDROM for CS3 and want to download onto the Air. Tried copying the files via TimeMachine share but didn't work. Do I need to buy an external USB to download or is there another opti

    • Adobe Audition CS5.5 - ReWire?

      Simple question - where ReWire in that new version, are ReWire exist in that new version? I'm using trial version & can't find ReWire like I'm found it in Audition 3! Anyway guys, how to ReWire Reason???

    • Oracle HR Analytics

      Hello experts I need to create AS IS document for Hr analytics 11.1.1.7 but as we knew that there is no CSV file involvement during implementation so what contents will require for AS IS document?? regards, Zafar Habib