ECR Application - Table Sorting not possible

Hi
     We've implemeted ESS/MSS on EP7.0 with ECC6.0.  The table columns in ECR applications like Employee Change Request and View ECR Status are not sortable. The views of these applications get rendered through OADP settings.  Our requirement is to make these table columns sortable. While debugging the FM HRWPC_RFC_OADP_EVAL_DATAVIEW, the column status are in SORTABLE state. But even then portal application the columns are not clickable . Am i missing any other setting? Please help me in this regard
Thanks n regards
Renu

Hello,
Make sure that you have successfully performed the version and SP level upgrade according to:
https://wiki.sdn.sap.com/wiki/display/ERPHCM/HOWTOGETRIDOFSPSTACKMISMATCHISSUES
Regards,
Bentow.

Similar Messages

  • Error in Smartform:  Nested output of tables is not possible....

    Hi ,
      I am getting the below error while executing the smartform.
    Nested output of tables is not possible
    Message ID: SSFCOMPOSER
    Message Numer : 171
    could any one plese help me?
    Thanks & Regards,
    surendra

    Dear
    AS i reply in thread ,
    this error comes  with  some problem in functional Module .
    as we know that two FM use in smartforms -
    SSF_function_mudule
    call   funcion .
    so you check both and  i hope you handle this problem .
    Regards,
    Ravi

  • Error Message: Creation of Temporary Table "#BIMC_SETS" not possible

    Hello,
    I am trying to get data from HANA Virtual Data Model (VDM) from MDX connection in MS Excel. The VDM Views and models are visitble after the connection is successfully made.
    But when I try to fetch the data, I get the following error:
    "Creation of Temporary Table "BIMC_SETS" is not possible".
    Can someone let me know how to resolve this?
    Best regards,
    Akhil

    Hi Lars,
    I am getting the same error. We are trying to build a role for Adhoc reporting. The role has analytic privilege, object privilege with select on individual models in _SYS_BIC (models we want to expose and part of AP), object privilege on _SYS_BI with select and execute and also object privilege execute on REPOSITORY_REST.
    I am able to execute the models using Lumira and Analysis for excel, however getting error with MDX connection.
    Also we want to try and restrict direct ODBC access to HANA using query from excel. With the above privileges user is able to see all the M_ views and get data for it. Can we restrict this?
    We are on SP6 rev 67.
    Thanks,
    Aamod

  • Table Sorter Not working in EP 7.01

    Hi All,
    The table sorter stopped working in ep 7.01.
    Can anyone comment why?
    Are there any notes or patches to be applied?
    Thanks and Regards,
    Nuzhat

    Hi Shanti,
    Thanks for replying.
    I am working on WD for Java.
    Can you please give me your table sorter Java file?
    I think there may be issues in versions.
    Previous server was ep 7.00 and now when code is moved to ep 7.01 sp05 patch 1, the table sort doesnt seems to work. even though I checked all the codes are there in the new system.
    Thanks and Regards,
    Nuzhat

  • Application Table Index not being created

    Since this is slightly different than my last post, I created a new one.
    I am using the example as a basis to complete the Bulk process from the Staging table to the Application table with the following code snippet:
    public void completeBulk(String completeBulkFlags) throws Exception {
    GraphOracleSem graph = null;
    try {
    graph = getModel().getGraph();
    try {
    graph.dropApplicationTableIndex();
    } catch (SQLException e) {}
    graph.getBulkUpdateHandler().completeBulk(completeBulkFlags, null);
    graph.rebuildApplicationTableIndex();
    finally {
    if (graph != null)
    graph.close();
    It appears to be dropping the 'applicationTableIndex', however when the call 'rebuildApplicationTableIndex' the <MODEL_NAME>_IDX does not exist in the database.  And i'm not seeing errors anywhere alerting me that the index was not created.
    Since this index is not created, deletes on the model do not have an index to scan over the <MODEL_NAME>_TPL table and takes forever.  For the time being, we are creating this index manually.  However is there something that we are doing wrong using the Jena Adapter API?
    We are using the newest Jena Adapter and 11.2.0.3 Database instance.
    Thanks
    -Michael

    Hi Michael,
    Your code looks fine.
    Hmmm. That is strange. The code path for rebuilding application table index is quite straightforward. Can you please drop your own index and re-run the following by itself?
    graph.rebuildApplicationTableIndex();
    Thanks,
    Zhe Wu

  • Internal error: Import of table SKA1 not possible in IDoc

    Hi All,
    I am getting an error like Internal error: Import of table SKA1 not possiblein an Idoc.
    Please suggeset me how to resolve this issue.
    Edited by: SAP USER on Nov 25, 2009 8:46 AM

    Message no. FF724
    Check note 681538
    thanks
    G. Lakshmipathi

  • ADF table sorting not working - Possible Bug

    Hi all,
    I'm getting this error when I tried to sort a table.
    <06/11/2012 09h14min53s BRST> <Warning> <EclipseLink> <BEA-2005000> <2012-11-06 09:14:53.839--UnitOfWork(28365105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.1.3.v20110304-r9073): org.eclipse.persistence.exceptions.DatabaseException
    Internal Exception: com.microsoft.sqlserver.jdbc.SQLServerException: Column "clientes.nome" is invalid in the ORDER BY clause because it is not contained in either an aggregate function or the GROUP BY clause.
    Error Code: 8127
    Call: SELECT COUNT(id) FROM "clientes" ORDER BY nome DESC
    Query: ReportQuery(referenceClass=Clientes sql="SELECT COUNT(id) FROM "clientes" ORDER BY nome DESC")>
    <06/11/2012 09h14min53s BRST> <Warning> <EclipseLink> <BEA-2005000> <2012-11-06 09:14:53.917--UnitOfWork(25154371)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.1.3.v20110304-r9073): org.eclipse.persistence.exceptions.DatabaseException
    Internal Exception: com.microsoft.sqlserver.jdbc.SQLServerException: Column "clientes.nome" is invalid in the ORDER BY clause because it is not contained in either an aggregate function or the GROUP BY clause.
    Error Code: 8127
    Call: SELECT COUNT(id) FROM "clientes" ORDER BY nome DESC
    Query: ReportQuery(referenceClass=Clientes sql="SELECT COUNT(id) FROM "clientes" ORDER BY nome DESC")> I'm using MSSQL server and I tried the same code with MySQL and everything worked.
    I really don't know waht to do, anyone have faced this problem?

    Yes,
    Column "clientes.nome" is invalid in the ORDER BY clause because it is not contained in either an aggregate function or the GROUP BY clause.I've create an Aplication using EJB 3.0 and ADF faces. The table on view layer I've created dragging and dropping the list from DataControl.
    When I run the app, the table load fine but it's not sorting the table and on log the server give that error message posted before.
    This error is coming only when I use MSSQL server, on MySQL it's working well.
    Edited by: 969768 on 06/11/2012 04:14
    Edited by: 969768 on 06/11/2012 04:18

  • ADF Table sorting not working for  newly inserted rows

    Hi,
    I am using Oracle Jdeveloper 11.1.1.6.2
    I am trying to sort the table after inserting the mew rows using ADF Table UI sort option, But the newly inserted rows are not getting sorted.
    The code i am using to add a row is:
            ComplianceLibraryAMImpl am = getDataControl();
            EmKeywordVOImpl rep = am.getEmKeywordVO1();
            NameValuePairs nvp = new NameValuePairs();
            nvp.setAttribute("KeywordName", keyword);       
            Row row1 = rep.createAndInitRow(nvp);
            rep.insertRow(row1);After this addition we are doing ppr on the table and then trying to sort using sort icon in table.
    But the newly added rows are not taking part in sort.
    What am i missing?
    Thanks,
    Tripuresh

    This is the expected behavior. Check bug 9109010 - newly added and unsaved rows don't participate in sorting as per design. Try saving the rows and then sorting.
    Regards,
    Aditya

  • Stateful application service is not possible?

    Hi,
    I want to define a stateful application service with CAF in CE7.1, but I couldn't find any option about this in NWDS. If I try to alter the annotation above the session bean from u201CStatelessu201D to u201CStatefulu201D, it has always automatically reset itself after I generate the project again. Is there a way to do this? Because I really wanna to share the context of this application service among a few clients, or should I create a BO to store this Context and read this each time?
    Thanks
    Hao
    Edited by: hao hu on Jul 11, 2008 12:49 AM

    I'm having issue getting kinect to do recording (kinect is connected to pc1) from another machine (pc2). 
    from pc2, I launch a process (let's call it kinectrecorder.exe) which lives in pc1 using WMI, the kinectrecorder runs as a background process in pc1. I don't know how to bring kinectrecorder to "foreground"?
    Please see my previous post:
    https://social.msdn.microsoft.com/Forums/en-US/6abbc177-0d9e-4cb3-a422-8edfbc784d20/kinect-for-windows-sensor-does-not-start-when-using-remote-wmi?forum=kinectv2sdk
    As I mentioned in the link, I can get kinectrecorder to do recording using remote desktop, psexec or running it on pc1 directly. 

  • Dynamic Table Sorting not working going from MX to 8

    I have a table with a repeat region and had buttons to sort
    any of the columns on the page.. This was working in Dreamweaver MX
    but since upgrading to 8 it doesn't.
    The way I did it in MX was to create two variables:
    varName - DateSubmitted (default value which is db field
    name) - Request.QueryString("order") (runtime value)
    varSort - ASC (default value) - Request.QueryString("sort")
    (runtime value)
    And my SQL statement:
    SELECT *
    FROM TableName
    ORDER BY varName varSort
    How can I dynamically sort tables in Dreamweaver 8??
    Thanks much

    In many cases you are better off sorting on the client side
    JS rather than server side. Just search the web and you'll find
    plenty of code examples.

  • CIF queues - Lock not possible error in application log

    hi,
    Below is the application error log from SLG1
    Looks when R3 is sent CIF queue, could not be processed at APO, due to lock not possible. It looks, the object is already locked.
    This happens only certain hours only. We searched in batch jobs etc across landscape, but no luck.
    We are currently checking, if this could be due to some issues with LiveCache processing.
    Any input would be helpful.
    SLG1 - Application log errror:
    Source system: sapapp80 user: R3CIFRFC transaction: function module: /SAPAPO/CIF_CLAF_INB
    Access block: data from system CLAF updated again
    Lock not possible for charc at FM claf_inb:000000000100020361G21C02244Z
    Object is locked at present
    Thanks,
    RajkS

    Hi Raj,
    Pls check the table CIF_IMOD details in R3 System,if 2 IM running with the same object we use to get these kind of
    locking issue.
    also check the workprocesses details during those time. whether you have enough space to process the reqd the
    t-data.
    Regards
    DPS

  • Not possible to define Custom Applications in PI2.0 for Assurance?

    Hi,
    Problem:
    It seems that it's not possible to chage ports for the pre-defined applications under Operate->Applications and Services.
    Impact:
    We have a business application that we would like to define but that applications ports (tcp 3128 and 5001) collides with already prededfined applications like:
    Application Details: http
    Protocol(s)/Port(s) tcp/80, tcp/8000, sctp/80, tcp/3128
    Application Details: yahoo-messenger
    Protocol(s)/Port(s) tcp/5000-5001, tcp/5050, udp/5000-5001, tcp/5100
    By showing the wrong application name for our own applications makes the Assurance part pretty useless for us and our help desk.
    Any suggestions?
    Regards
    Ronnie

    I think you maybe made a wrong turn somewhere. This is the forum for Photoshop Elements, the junior consumer version of Photoshop. I suspect you want either the Premiere forum, the Photoshop forum, or the Encore forum, all of which can be found here:
    http://www.adobeforums.com/webx/.3bc4f8d8/

  • In App Store I'm blocked on the window of a certain application, not possible to get out of it

    In App Store I'm blocked on the window of a certain application, not possible to get out of it

    Try closing the App Store app via the iPad's multitasking bar and see if it works ok when you re-open it :
    iOS 7 : double-click the home button to open the taskbar, and then swipe or drag the App Store app's screen from there up and off the top of the screen to close it, and click the home button to close the taskbar.
    iOS 6 and below : from the home screen (i.e. not with the App Store 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the App Store app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't fix it then you could try a soft-reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • EPMA - It is not possible to delete an application in a "Migrate Pending"

    Hi,
    on EPMA, as stated on Oracle Documentation that until 11.1.2.1 version, there's known bugs on EPMA:
    10278796, 10297577: It is not possible to delete an application in a "Migrate Pending" status.
    Now what if I had application in a migrate pending status?
    Does anybody have the solutions on this? I mean, how to deceive this so I would be able to do deletion on that application?
    Thanks.

    Hi,
    We've had the same problem for couple of years now. It's quite unbelievable that there's no solution for this. You can search for "Migrate pending" in this document:
    http://docs.oracle.com/cd/E17236_01/epm.1112/readme/epma_1112100_readme.html
    It's a known issue, but at least best to my knowledge, there's no answer for it. It's embarrassing that if an application duplication goes wrong (for some reason, for us it sometimes just stops at 0%), you cannot delete it. Then you explain your customers, that ok, please renew all your SmartView connections to the new application that you've managed to create.

  • I live in Malaysia, i want to pay an application with a french visa card. Not possible?

    I live in Malaysia, i want to pay an application with a french visa card. Not possible?

    No, it's not possible. You will need a Malaysian credit card or gift cards purchased in Maylasia.

Maybe you are looking for

  • E72 upgraded to 071.004 bluetooth problems

    Hi, I've upgrade my E72 to version 071.004 and now I can't pair it with my Ford Focus Bluetooth radio. The phone keeps checking for devices and can't find the car bluetooth. This is a major problem for me as use it daily. Meanwhile I've read there's

  • How to change the description of Transaction Type

    hi ,expert    i want to change the description of Tansaction type.     eg, change the description of BUS2200 :'RFx  '   to 'RFQ' .      please give me some advice. thanks in advance.      regards             claud

  • Aperture Library size different after restore from TM and rebuild Thumbnails

    I have just completed an erase-install-migrate from Time Machine using Setup Assistant. The size of the managed Aperture Library originally was 397.8Gb After completion of the migrate back in I opened Aperture and as expected it rebuilt the thumbnail

  • Payment Details WRT PO

    Dear All, Advance Payments are released through F- 47 T.code. Since there is no Option is to Enter Purchase Order as Mandatory field there goes excess payment than proposed in PO. Is there any option to make particular field as Mandatory if so how? H

  • Iphoto loosing original files

    I have a NIkon d70 and shoot in raw. I thought iphoto was editing on JPG file and storing the original safely in its database, but it appears that it looses some of those Raw file. Which kind of annoys me. Is this a bug?