Performance Appraisal-Issue with BADI HRHAP00_COL_ACCESS

Hello
The requirement: For a given year, say 01/01/2007 to 12/31/2007, if an EE has a value 01 in a field on IT0001, then show the column X else do not show the column.
By implementing the BADI, we are now able to control the access to the column, but it seems that the BADI is checking the value of the field as of the system date and then showing/hiding the column. We would like the BADI to check for the value for any time between 01/01/2007 to 12/31/2007, irrespective of the system date. The ABAP person working on the BADI is not able to check for the dates in the BADI. Can you please assist and advice on what can be done in this regard.
Many thanks in advance.

Hi,
Ask your ABAPer to code like this.
He must be using a select query to get the 0001 infotype data or a FM.
If its a select query then
code for the begda and endda like this.
                 AND ( ( BEGDA <= V_BEGDA AND ENDDA >= V_BEGDA )
                 OR
                 ( BEGDA <= V_ENDDA AND ENDDA >= V_ENDDA ) ).
here your V_BEGDA is 01.01.2007 and V_ENDDA is 31.12.2007.
Hope this helps you.
Regards,
Subbu.

Similar Messages

  • Performance Appraisal-Issue with Restrcited template

    Hello
    I am trying to prepare appraisal document via tcode PHAP_PREPARE_PA. The system proposes three options:
    - Prepare Appraisal Docs with Template, Appraiser, Appraisee
    - Prepare Appraisal Docs with Organizational Units
    - Prepare Appraisal Docs with Restricted Templates
    Questions:
    Q1 What is the difference between 2 and 3 above?
    Q2 Is there any documentation that explains each option in detail?
    Q3 Is there a place where we configure the evaluation path each option takes?
    Q4 When I use the option "Prepare Appraisal Docs with Restricted Templates" and select the org unit/appraisal template, I get the following message:
    Object 01 VA 99912314 not found
    Message no. HRHAP00_TEMPLATE007
    What am I missing? Your timely assistance would be immensely helpful.
    Many thanks in advance,

    Q 1 & Q 2 :
    From SAP Help -
    Prepare appraisal documents using wizard (Template,Appraiser, Appraisee)
    The wizard enables you to prepare appraisal documents for different appraiser/appraisee combinations (such as manager appraises employee).
    1.      Call the Prepare Appraisal Documents transaction.
    2.      Click on the Prepare Appraisal Documents with Template, Apper, Appee link.
    3.      The wizard is started and it guides you through all the steps you need to prepare appraisal documents with the appropriate appraiser/appraisee combinations.
    Prepare appraisal documents using organizational units
    This link enables you to prepare appraisal documents using your organizational units.
    1.      Click on the Prepare Appraisal Documents Using Organizational Units link.
    2.      In the Root Object ID field, choose an organizational unit from input help and transfer it.
    3.      In the Appraisal Template field, choose the appraisal template you want to use from input help.
    4.      Enter a start and end date for the validity period.
    5.      Select the Test Run checkbox if you want to create appraisal documents in test mode. In this case, no appraisal documents are created in the database.
    6.      Choose Execute.
    Prepare appraisal documents with restricted templates
    This link provides you with the following options:
    ¡        You can restrict the selection of appraisal templates to include particular employee groups only
    If it is known for which employees appraisal documents are to be prepared, you can use an employee attribute such as an employee's Job to restrict the number of appraisal templates offered for selection.
    ¡        You can restrict the selection of employees depending on the appraisal template.
    If it is not known for which employee the appraisal document is to be prepared, the appraisal template is offered first. Input help restricts the employees available for selection to include only those employees who, on account of their employee attributes, can be considered for the appraisal template.
           1.      Click on the Prepare Appraisal Documents Using Restricted Templates link.
           2.      Select the required organizational unit from input help for the Root Object field. Transfer this organizational unit.
           3.      Select the appraisal template you require.
           4.      Enter a validity period.
           5.      Select the Test Run checkbox if you want to create appraisal documents in test mode. In this case, no appraisal documents are created in the database.
           6.      Choose Execute.
    http://help.sap.com/saphelp_erp2005vp/helpdata/EN/98/1222d3404e3849912015524dce03e5/frameset.htm
    Reward points if this helps.
    Sanghamitra

  • Performance / stability issues with BDB 3.3.62 while checkpointing

    Hi,
    first of all: we use BDB 3.2 for more than a year within our application and we never had any performance or stability issues. Now we are about to release a new version of our software with BDB 3.3 and we found some problems during our release tests.
    This is the situation: we have implemented some cleanup routines that make very heavy use of the BDB environment. The common usage pattern is to scan the database (about 300GB with >> 100 million items) and than delete a lot of items from the database. The first versions of our cleanup routine worked without any problem but during performance tuning of our code we suddenly and reproducible encountered segmentation faults in the com.sleepycat.je.recovery.Checkpointer thread. We analysed more that 10 VM crashes and ALL crashes were related to Checkpointer thread. (Linux 64 bit, JDK 1.5.0_013 / 1.6.0_06)
    After we removed our performance tuning (only application logic – nothing BDB-related) the VM crashes disappeared – so it looks like some kind of problem which only occurs under high load conditions. Next thing we tried was enabling our performance tuning and setting Ceckpointer configuration to default (write a checkpoint after 20MB) before that we used time based checkpointing with 60 sec interval.
    With Default Checkpointer configuration there were no VM-crashes but performance was very slow!
    Finally my question: What Checkpointer configuration would you recommend for an environment that is under very high load with regard to delete operations? Would you recommend using “high priority Checkpointing”? Would you recommend time- or data-based checkpointing?
    It looks like Checkpointing every 60 seconds was not a good idea but 20MB seems to be too slow.
    This leads to another question: What does a longer Checkpointing interval mean for recovery time? Does recovery take substantially longer if checkpointing is done less fequently?
    Any help would be very much apprechiated.
    Here are two HS_ERR_PID
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00002af3cbe47a27, pid=29834, tid=1170757984
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode linux-amd64)
    # Problematic frame:
    # V [libjvm.so+0x5d8a27]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x00002aad7cd06800): JavaThread "Checkpointer" daemon [_thread_in_vm, id=30798, stack(0x0000000045b85000,0x0000000045c86000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000010
    Registers:
    RAX=0x00002aad7c942d80, RBX=0x00002aad7cd06800, RCX=0x00002aad7c943168, RDX=0x00002aad7c942d90
    RSP=0x0000000045c84720, RBP=0x0000000045c84730, RSI=0x00002aabf193e230, RDI=0x0000000000000000
    R8 =0x00002aad7dcf4380, R9 =0x000000000000784e, R10=0x00002af3cbb8e840, R11=0x0000000045c84810
    R12=0x0000000000000000, R13=0x0000000045c84780, R14=0x0000000045c84838, R15=0x00002aad7cd06800
    RIP=0x00002af3cbe47a27, EFL=0x0000000000010206, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
    TRAPNO=0x000000000000000e
    Top of Stack: (sp=0x0000000045c84720)
    0x0000000045c84720: 00002aad7cd06800 0000000000000000
    0x0000000045c84730: 0000000045c84740 00002af3cbce3a9d
    0x0000000045c84740: 0000000045c847b0 00002af3cbb8e896
    0x0000000045c84750: 00002aad7dcf4380 00002aad7c942d80
    0x0000000045c84760: 00002aad7c942d90 00002aad7c943168
    0x0000000045c84770: 00002aad7cd06800 00002aad7cd06800
    0x0000000045c84780: 00002aad7cd06800 0000000000000000
    0x0000000045c84790: 000000002f7e8112 00002aabf193e1f9
    0x0000000045c847a0: 0000000000000000 00002aad5fede569
    0x0000000045c847b0: 0000000045c84810 00002aaaab25a0c7
    0x0000000045c847c0: 00002aaaab253070 00002aaaab25a08b
    0x0000000045c847d0: 0000000045c847d0 00002aad5fede569
    0x0000000045c847e0: 0000000045c84838 00002aad5fedef50
    0x0000000045c847f0: 00002aad601fedc0 00002aad5fede5b0
    0x0000000045c84800: 0000000000000000 0000000045c84840
    0x0000000045c84810: 0000000000010001 00002aaaab854744
    0x0000000045c84820: 0000000000000000 0000000000000000
    0x0000000045c84830: 0000000000000000 0000000000000000
    0x0000000045c84840: 00002aad7cd06800 00002aaacd77a138
    0x0000000045c84850: 00002aaaf27a8c90 00002aac00000001
    0x0000000045c84860: 00002aaa00000000 00002af3cbd73369
    0x0000000045c84870: 0000000145c848b0 000000002f7e8112
    0x0000000045c84880: 00002aad7cd06800 00002aaaf39de2f0
    0x0000000045c84890: 00002aabbee886d0 00002aab35552900
    0x0000000045c848a0: 00002aaacd77a3c8 00002aaaf573a448
    0x0000000045c848b0: 00002aaaee5aaab8 00002aaacd77a160
    0x0000000045c848c0: 00002aab355887f0 00002aaaee643748
    0x0000000045c848d0: 00002aaacd77a160 00002aac6a858558
    0x0000000045c848e0: 0000000000000000 00002aaacd77a380
    0x0000000045c848f0: 00002aad0000005b 0000000000000001
    0x0000000045c84900: 0000000000000001 00002aaacd779328
    0x0000000045c84910: 00002aabad0b62d8 00002aaaab7589c0
    Instructions: (pc=0x00002af3cbe47a27)
    0x00002af3cbe47a17: 89 f0 eb ea 90 66 66 66 90 55 48 89 e5 41 54 53
    0x00002af3cbe47a27: 0f b7 57 10 48 89 fb 44 8d 62 01 49 63 fc e8 06
    Stack: [0x0000000045b85000,0x0000000045c86000], sp=0x0000000045c84720, free space=1021k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x5d8a27]
    V [libjvm.so+0x474a9d]
    V [libjvm.so+0x31f896]
    v ~BufferBlob::Interpreter
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    v ~BufferBlob::Interpreter
    J com.sleepycat.je.recovery.Checkpointer.flushIN(Lcom/sleepycat/je/dbi/EnvironmentImpl;Lcom/sleepycat/je/dbi/DatabaseImpl;
    Lcom/sleepycat/je/log/LogManager;Lcom/sleepycat/je/recovery/Checkpointer$CheckpointReference;Lcom/sleepycat/je/recovery/DirtyINMap;IIZJZLcom/sleepycat/je/recovery/Checkpointer$FlushStats;
    Lcom/sleepycat/je/cleaner/LocalUtilizationTracker;Z)V
    J com.sleepycat.je.recovery.Checkpointer.flushDirtyNodes(Lcom/sleepycat/je/dbi/EnvironmentImpl;Lcom/sleepycat/je/recovery/DirtyINMap;
    Ljava/util/Map;ZJZLcom/sleepycat/je/recovery/Checkpointer$FlushStats;)V
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00002b00816f2a27, pid=32743, tid=1162336608
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode linux-amd64)
    # Problematic frame:
    # V [libjvm.so+0x5d8a27]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x00002aad7fa1c000): JavaThread "Checkpointer" daemon [_thread_in_vm, id=32646, stack(0x000000004537d000,0x000000004547e000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000010
    Registers:
    RAX=0x00002aad8082f9b0, RBX=0x00002aad7fa1c000, RCX=0x00002aad8082fd98, RDX=0x00002aad8082f9c0
    RSP=0x000000004547c5e0, RBP=0x000000004547c5f0, RSI=0x00002aab73edc788, RDI=0x0000000000000000
    R8 =0x00002aad7fa08d30, R9 =0x0000000000007f86, R10=0x00002b0081439840, R11=0x000000004547c6d0
    R12=0x00002aaca950fcc8, R13=0x000000004547c640, R14=0x000000004547c6f8, R15=0x00002aad7fa1c000
    RIP=0x00002b00816f2a27, EFL=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
    TRAPNO=0x000000000000000e
    Top of Stack: (sp=0x000000004547c5e0)
    0x000000004547c5e0: 00002aad7fa1c000 00002aaca950fcc8
    0x000000004547c5f0: 000000004547c600 00002b008158ea9d
    0x000000004547c600: 000000004547c670 00002b0081439896
    0x000000004547c610: 00002aad7fa08d30 00002aad8082f9b0
    0x000000004547c620: 00002aad8082f9c0 00002aad8082fd98
    0x000000004547c630: 00002aad7fa1c000 00002aad7fa1c000
    0x000000004547c640: 00002aad7fa1c000 00002aaca950fcc8
    0x000000004547c650: 000000004547c540 00002aab73edc751
    0x000000004547c660: 00002aaca950fcc8 00002aad5fef5d49
    0x000000004547c670: 000000004547c6d0 00002aaaab25a0c7
    0x000000004547c680: 00002aaaab253070 00002aaaab25a08b
    0x000000004547c690: 000000004547c690 00002aad5fef5d49
    0x000000004547c6a0: 000000004547c6f8 00002aad5fef6730
    0x000000004547c6b0: 00002aad600eed48 00002aad5fef5d90
    0x000000004547c6c0: 0000000000000000 000000004547c700
    0x000000004547c6d0: 0000000000010001 00002aaaaba46ac0
    0x000000004547c6e0: 0000000000000000 0000000000000000
    0x000000004547c6f0: 0000000000000000 0000000000000000
    0x000000004547c700: 0001000100010005 00002aaa00000001
    0x000000004547c710: 0010244e00432762 00002aab2ef43ff0
    0x000000004547c720: 00002aaaf0635a00 00002aac5694a460
    0x000000004547c730: 0000000100000000 00002aad7fa1c000
    0x000000004547c740: 00002aabe0162870 00002aaaf0761bf0
    0x000000004547c750: 00002aaaf07f20d0 00002aaadd628058
    0x000000004547c760: 00002aaadd628ee0 00002aaa00000001
    0x000000004547c770: 00002aaaeec996b8 0000000000000000
    0x000000004547c780: 00002aab2ecc9890 00002aad00000000
    0x000000004547c790: 00002aaadd627af0 00002aac5bc259c8
    0x000000004547c7a0: 0000000000000000 00002aaadd628010
    0x000000004547c7b0: 0000000000000001 00002aaaee4f8870
    0x000000004547c7c0: 00000030f1218c01 00002aaae5222d38
    0x000000004547c7d0: 0000000000010001 00002aaaab6cc928
    Instructions: (pc=0x00002b00816f2a27)
    0x00002b00816f2a17: 89 f0 eb ea 90 66 66 66 90 55 48 89 e5 41 54 53
    0x00002b00816f2a27: 0f b7 57 10 48 89 fb 44 8d 62 01 49 63 fc e8 06
    Stack: [0x000000004537d000,0x000000004547e000], sp=0x000000004547c5e0, free space=1021k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x5d8a27]
    V [libjvm.so+0x474a9d]
    V [libjvm.so+0x31f896]
    v ~BufferBlob::Interpreter
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    v ~BufferBlob::Interpreter
    J com.sleepycat.je.recovery.Checkpointer.flushIN(Lcom/sleepycat/je/dbi/EnvironmentImpl;
    Lcom/sleepycat/je/dbi/DatabaseImpl;Lcom/sleepycat/je/log/LogManager;
    Lcom/sleepycat/je/recovery/Checkpointer$CheckpointReference;Lcom/sleepycat/je/recovery/DirtyINMap;
    IIZJZLcom/sleepycat/je/recovery/Checkpointer$FlushStats;Lcom/sleepycat/je/cleaner/LocalUtilizationTracker;Z)V
    J com.sleepycat.je.recovery.Checkpointer.flushDirtyNodes(Lcom/sleepycat/je/dbi/EnvironmentImpl;Lcom/sleepycat/je/recovery/DirtyINMap;Ljava/util/Map;ZJZLcom/sleepycat/je/recovery/Checkpointer$FlushStats;)V
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)

    Hello,
    I know your request is a bit old but I have exactly the same error on a jboss server but no HS_ERR_PID was create...
    Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode linux-amd64)
    # Problematic frame:
    # V [libjvm.so+0x5d8a27]
    Do you remember how you solve your problem?
    regards
    Arnaud

  • Performance/Scalablity issues with NW APIs

    Hello,
    We have the following business scenario for one of our clients.
    1.  The Client has an SAP ECC system for order mangement
    2.  The Client has multiple Marketing assocaites who, want to place orders. These MAs are equiped with VB/.net application from where they want to reach ECC
    3.  The cummilative order volumes for a day can be upto 10000+ orders.
    4.  Each order would have around 40 line items.
    We trying to expose ECC order creation via a Rest Web Service and use SAP NW Gateway for the same.
    The question which we have is whether the Gateway APIS can support such volumes or would there be scalablity/Performance issues.
    Any pointers would be appreciated.  Is there a business case available which shows the usage of the NW APIS for such scenarios.
    Regards,
    Abhishek

    Hello Abhishek,
    What kind of order management scenario the customer is going to use? Is it Sales order?
    We have a sizing guide for Gateway 2.0 that located on SMP and can befound here:
    www.service.sap.com/sizing --> sizing guidelines --> solutions & platform u2013 new structure  SAP NetWeaver.
    This guide does not contain the information for all possible scenarios, but you should be able to find a scenarios/flows that can be compared to the required one.
    In general, Gateway provides scalable and stable platform that definitely can support the required load. But in order to provide this load, the Gateway server has to have sufficient Hardware (SAPS, memory, disk) that is descibed in the sizing guide.
    For any additional question please send me an email or just call me.
    Best Regards,
    David

  • Issue with BADI for ALE

    Hi,
    I have a requirement where we need to incorporate a Talent group functionality in BADI.
    We are not using the SAP standard functionality of talent group, though we are customising the BADI, method HRRCF_CAND_FROM_EE_ALE  in class CL_HRRCF_EMPLOYEE_INBOUND.
    We get data from HR through ALE, now in this data we have a  special indicator(from HR infotype 34) which we will use as a talent group.We have a custom mapping table in which we have fields infotype 34 and subtype (which is special indicator) and object ID. Now, once we get the candidate ID and based on indicator we need to find obj Id from custom table.Now I need to map candidate ID and Obj Id from custom table and assign it to the relation B658 in hrp1001
    (NA<->NF). 
    But I couldnt proceed further with technical logic on this. Could someone help me in this regard.
    THanks a bunch.
    VIkram

    Hi,
    I have a requirement where we need to incorporate a Talent group functionality in BADI.
    We are not using the SAP standard functionality of talent group, though we are customising the BADI, method HRRCF_CAND_FROM_EE_ALE  in class CL_HRRCF_EMPLOYEE_INBOUND.
    We get data from HR through ALE, now in this data we have a  special indicator(from HR infotype 34) which we will use as a talent group.We have a custom mapping table in which we have fields infotype 34 and subtype (which is special indicator) and object ID. Now, once we get the candidate ID and based on indicator we need to find obj Id from custom table.Now I need to map candidate ID and Obj Id from custom table and assign it to the relation B658 in hrp1001
    (NA<->NF). 
    But I couldnt proceed further with technical logic on this. Could someone help me in this regard.
    THanks a bunch.
    VIkram

  • Issue with BADI in BAPI_GOODSMVT_CREATE

    Dear All,
    I am using BAPI BAPI_GOODSMVT_CREATE to create GR with some custom fields for this custom fields am using EXTENSION in BAPI but while execution am getting exception 'badi not implemented' in internal BADI below am sending that code.
    Call BAdI MB_BAPI_GOODSMVT_CREATE to fill own fields
        TRY.
            get badi lo_mb_bapi_GOODSMVT_CREATE.
          CATCH cx_badi_not_implemented.                    "#EC NO_HANDLER
        ENDTRY.
    Kindly suggest me some solution why this BADI throwing exception...as i think this BADI should implemented automatically when i call BAPI BAPI_GOODSMVT_CREATE

    Hello Raj
    Can you share your answer?
    I have added my fields in MSEG table and i want to update those fields using BADI
    MB_BAPI_GOODSMVT_CREATE.
    Can you pls tellme how you have done this.
    Regards
    Chandra

  • Spend Performance Management - Issues with OPM_SOURCES entries

    Hello,
    We have replicated and activated our datasources after installing them at the ECC side. However, there are no entries created in the OPM_SOURCES table. Is there a manual mean to create those entries. What else can we do to trouble shoot this?
    Also, will the above step be a bottleneck in loading data from the UI?

    Hi there:
    Have you applied any SAP Note to solve your problem? Please check if any of the SAP Notes below is applicable to your system.
    1327125 - "Correction of a DataManagement issue for DataSources"
    1353216 - "Errors occur when configuring datasources"
    1418424 - "Changes to table OPM_SOURCES not possible with some settings"
    Regards,
    Francisco Milán.

  • Issue with BADI 'ME_PROCESS_PO_CUST'

    Hi People,
           I have a requirement wherein we need to make the Delivery Date in Schedule line of PO as Uneditable. This needs to be done for specific User-Group. Hence I have decided to use the BADI 'ME_PROCESS_PO_CUST' to attain the solution.
    I am facing a problem in using the BADI. I have created 2 different Field Selection(one with editable and other without) through SPRO and  am trying to swap the field selection based on user in the Method 'FIELDSELECTION_ITEM_REFKEYS' of the BADI interface. This swapping doesn't seems to be working. Can anyone give me some idea on why is this not working, Eventhough the Method is getting trigerred.
    Also i have tried the other method 'FIELDSELECTION_ITEM' to make them uneditable by changing the Field Selection Properties. but still no luck as this method not getting trigerred at all.
    Regards,
    Simin Raveendran.

    Hi Simin,
    Did you check the sample code which is delivered with the BADI. This code can be accessed by following:
    GOTO->Sample Code->Display.
    Check the method FIELDSELECTION_ITEM to see an code example. It appears to me that you should do something like that by changing the properties for field mmmfd_deliv_date.
    Below is the documentation for the method FIELDSELECTION_ITEM:
    Special Field Selection Item
    Functionality
    The FIELDSELECTION_ITEM method enables you to influence the field selection properties for a field.
    Parameters
    The following parameters are available:
    IM_HEADER - Document header
    The interface reference is of the type IF_PURCHASE_ORDER_MM.
    IM_ITEM - Document item
    The interface reference is of the type IF_PURCHASE_ORDER_ITEM_MM.
    CH_FIELDSELECTION - Fiele selection table
    By making changes to this table, you can influence the display properties of a field.
    This table consists of value pairs <METAFIELD|FIELDSTATUS>.
    The Metafield represents a business content (e.g. the PO quantity). Thus, for example, the database field EKPO-MENGE is linked to a certain metafield value just like the field MEPO1211-MENGE on the item overview screen in the purchase order.
    Through this abstraction, reference can be made to business contents on a uniform basis.
    Standard metafields are defined in the type group MMMFD.
    The field selection status has four possible instances:
    '-' Field is suppressed
    '*' Field is purely a display field
    '.' Input field
    '+' Mandatory field
    Notes
    Under no circumstances make any changes to the database within this method. On no account use Commits.
    Kind regards,
    Robert

  • Performance monitoring issue with LDOMs?

    I am trying to monitor the IO statistics within our LDOMs and I'm running into some strange behavior. The IO that I'm seeing inside the LDOM itself using iostat is off by an incredibly wide margin from the IO that the primary LDOM is showing. Below is an example. I'm running iostat -xnz 5 100 inside the LDOM and in the primary LDOM. I put one of the iterations of that that ran at the same time inside and out. For this particular instance, we're seeing ~60 r/s and ~110 w/s inside. In the primary LDOM we're seeing ~700 r/s and 150 w/s.
    Can anyone help explain this disparity?
    INSIDE:
    extended device statistics
    r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
    4.8 0.2 233.7 1.6 0.0 0.0 0.0 2.6 0 1 c0d0
    32.4 51.0 2764.4 4375.1 0.0 0.5 0.0 6.1 0 30 c0d1
    30.4 58.2 2933.9 4351.9 0.0 0.5 0.0 5.7 0 32 c0d2
    OUTSIDE:
    r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b device
    106.8 21.4 1687.9 2605.6 0.0 0.2 0.0 1.6 0 12 c2t50060482D53039B9d87
    134.6 23.2 2089.2 2838.3 0.0 0.3 0.0 1.7 0 15 c2t50060482D53039B9d86
    119.4 22.6 1833.1 2700.0 0.0 0.2 0.0 1.6 0 13 c2t50060482D53039B9d85
    118.0 28.2 1871.4 3119.8 0.0 0.3 0.0 1.8 0 14 c3t50060482D53039B6d87
    133.2 26.2 1756.5 2886.3 0.0 0.2 0.0 1.5 0 13 c3t50060482D53039B6d86
    121.8 26.8 1755.0 3045.4 0.0 0.3 0.0 1.7 0 15 c3t50060482D53039B6d85
    Configuration:
    We have 3 luns presented from a DMX to the physical server. I'm running ZFS inside and outside. We created a pool on the primary ldom and then create 3 volumes. Those volumes are seen by the host as virtual disks. Those disks are then put in 2 separate pools within the LDOM.
    Edited by: user13470247 on Apr 4, 2011 2:28 PM

    When you are going to record, the Recording panel pops up (with the level meter, etc). Make sure that, in the Monitor section, the correct soundcard is selected and the "Mute Project" button is not selected. That should solve it.
    cp
    powerbook g4   Mac OS X (10.4.6)  

  • Flexible Performance appraisal integration with LSO

    Dear All,
    We are trying to upgrade ourHR system to ECC6 EHP5 and bring in the flexible appraisals. We are also bring in LSO. I need to integrate these two modules so that the Training catalog can be available in the Appraisal form and courses can be prebooked from the appraisal by the supervisor.
    Can anyone let me know how this can be done ?
    Thanks in advance.

    Hello,
    You can assign a course as a planning station to the appraisal but the LSO integration doesn't book a course automatically. So you can't prebook a training from the appraisal.
    When adding a course type to the appraisal document, a mandatory assignment is made in the employee's learning portal. The employee is then able to log into the portal to view the mandatory assignments and entroll for a course. But this is only possible if you use SAP Enterprise Learning (LSO 602 + Virtual Learning Room -> BF HCM_LSO_VLR).
    If that is active you can add a course from LSO via free enhancment in PHAP_CATALOG.
    Regards
    Nicole

  • Issues with bad apps

    What recourse do I have if I buy an app and it does not work ot it works poorly?

    there isnt a terminal app to acess the iPhone file ssytem but there is a telnet app to access remote systems in the app store - also a couple VNC app and even a TH520 for IBM AS 400's
    i dont mind not being able to access the file system on the iPhone but my organiation turns off telnet access - so what i want is for someone to write an ssh app so i could could access my unix systems from the phone

  • Performance Issues with Location Services

    I am having performance lag issues with most apps with location services turned on. This is a new issue that has crept up after update to iOS 4.2.1. Apps get slow and upon exiting the location service is still active as indicated by arrow icon in top right of screen. Any recommendation short of killing all location services? Note this even occurs in apple apps such as photos.

    Have you tried basics from the manual?
    restart.
    reset.
    restore.

  • Performance Issues with large XML (1-1.5MB) files

    Hi,
    I'm using an XML Schema based Object relational storage for my XML documents which are typically 1-1.5 MB in size and having serious performance issues with XPath Query.
    When I do XPath query against an element of SQLType varchar2, I get a good performance. But when I do a similar XPath query against an element of SQLType Collection (Varray of varchar2), I get a very ordinary performance.
    I have also created indexes on extract() and analyzed my XMLType table and indexes, but I have no performance gain. Also, I have tried all sorts of storage options available for Collections ie. Varray's, Nested Tables, IOT's, LOB's, Inline, etc... and all these gave me same bad performance.
    I even tried creating XMLType views based on XPath queries but the performance didn't improve much.
    I guess I'm running out of options and patience as well.;)
    I would appreciate any ideas/suggestions, please help.....
    Thanks;
    Ramakrishna Chinta

    Are you having similar symptoms as I am? http://discussions.apple.com/thread.jspa?threadID=2234792&tstart=0

  • Performance issues with Logic Pro 9

    Hi,
    I'm experiencing quite big performance issues with Logic Pro 9:
    bad midi timing and sync, user interface is kinda slowing and less reactive, ...
    Mac Pro 2x2.26 Ghz Quad, 4Gb ram, early 2009, shipped with 10.5.6 now upgraded to 10.5.8
    Should I upgrade to 10.6.2?
    Thanx

    Hi,
    I'm using the same machine ...
    I never get any performance issues
    I bought my mac in March 2009 and I was ben ready to work in less that 3 days without issue...
    so more details about your setup are required to answare!
    4GB ram???
    I suggest to check your ram!!!
    Ram must be compatible with Xeon Nehalem Try specification!
    if you add 1GB of ram from nor clear manufactor.. i suggest to disconnect the addition 1GB RAM
    G

  • Performance issue with brand new intel iMac extreme

    I am at a loss to explain a problem I've been having and I thought I might put it out to you guys.
    In September I purchased a macbook Pro (2.4 ghz, 4 GB RAM) to use in video editing with Final Cut Pro, and for the most part I've been thrilled. I use 1TB LaCie external drives connected via FW800, and perform Multiclip editing with 4-5 video streams at a time and only on occasion have dropped frames during the editing process.
    In December I determined that I needed to have an additional system, and thought a 2.8Ghz Intel iMac extreme would be an excellent choice, since for the same price I could get a little more power in the processor, more hard drive space and a bigger screen to work on. When we picked up the new system in the store (The Grove Apple Store in LA), we had them upgrade the memory to 4GB.
    Since day one we have had performance issues, including problems playing streaming and DVD video, severe delays mounting and unmounting drives (firewire and USB) and application images, and freezing while doing even simple tasks like printing or checking email. These problems occur even while there are no external drives are connected. I have none of these issues with the Macbook Pro, which has virtually an identical set of programs installed, and both running the same version of Leopard.
    I already took the original iMac back to the store, and they exchanged it, but did not have 4GB sets of RAM in stock so they took the RAM from the original machine and put it in the new one. They said if I continued to have problems then it was most likely the RAM and I should come back when they got more in stock. I DID have the same problems with the new machine, and took it back to the Apple Store and they swapped the memory. It seemed to improve the issue, but now I'm seeing the same severe performance issues again.
    All tech support can do is tell me to do a PRAM reset, which seems to improve things very temporarily (but that may be my imagination) or have me restart, which at least has the ability to make the printing of documents capable.
    What I'm wondering is if it is likely that the RAM is the issue and I just got another bad batch, or if the iMac has some weird glitch that isn't present in the macbook Pro...?? Or could I have possibly gotten 2 bad systems in a row? It's extremely frustrating, and I KNOW it shouldn't be this way! It's so bad I get better performance out of my single-core G5 tower! How do I get a good working system that operates like it should? Am I better off getting another Macbook Pro? I'd rather not for several reasons...
    I have xbench on both the MBP and the iMac and can provide test numbers if they'll help, as well as any other info.
    Thank you so much for reading my novella of a post and also for any insight you have!
    Best,
    Travis

    Hi!
    I got the same problem with my MacBook when it still was new in may 2006. It was supposed to be one of the faster Laptops around but it was soooo slow it drove me nuts. I can only advise to have a look if there is something hugging up your RAM and run some tests using these programs on your machine:
    Xbench:
    http://www.macupdate.com/info.php/id/10081
    MenuMeters:
    http://www.macupdate.com/info.php/id/10451
    If they show any unusual results you might have your problem...
    As to my problem with the MacBook: I did a complete re-install (writing the harddisk over with zeroes) and suddenly everything was just fine. (But be sure to back all your files before that, I learned this one the hard way.) I know it is just a standard answer, but it worked out for me this time...
    Hope this helps in some ways.
    Cheers,
    Rene

Maybe you are looking for