Disabled sub-status in appraisal form customizing

Dear all,
maybe someone could help me with following issue.
I'm customizing a personnel appraisal form using PHAP_CATALOG including several statuses. In order to complete status customizing, I need to activate all sub-statuses of "In Preparation", but all these checkboxes in tab "Status Flow" are disabled.
I already added these new statuses to the category group, so they are definitely available, but I don not understand, why I can not select them.
Does anyone have an idea about this? Are there any requirements to have "In Preparation" sub-statuses active?
Thanks a lot!
Tobias

Hi Tobias,
Apologies for the delay in replying.
What you can do is:
1. Create one substatus for "In Planning" as "Supervisor Input"
2. Once the phap_prepare or BDC is run and all appraisal templates are attached to employees, as per your status flow templates will be in "In Preparation" status. You need not have any pushbuttons created for this status.
3. Now using PHAP_ADMIN_PA transaction code (administrator's login), push all templates to next status as "In Planning" and substatus as "Supervisor Input".
4. For this you design pushbuttons which will be accessed by manager.
5. So when manager will login to portal, he will have the template available for him to take action on the same.
Please let me know in case of any clarifications.
Thanks!
Best Regards,
Chetan Shriraj Wahane
Edited by: Chetansw on Nov 30, 2010 6:42 AM

Similar Messages

  • ABAP HR - New status/sub-status update in Appraisal forms

    Hi Abapers,
    As of now the program is generating status/sub-status using FM's: HRHAP_C_NAME_READ_D_STAT and HRHAP_C_NAME_READ_D_STAT_SUB. and generating appraisal forms in tcode: PHAP_ADMIN_PA.
    Now I have added status/sub-status and date fields in selection screen. Requirement is that the program should check this date against form creation date, If begin date of the form is not after any of three dates specified in selection screen then status/sub-status specified in selection screen is not used. else status/sub-status specified in selection screen is used.
    FM: HRHAP_DOCUMENT_PREPARE is used to generate appraisal forms where the status and sub-status are picked from infotype: 5026 and related tables. though i have modified program, new status/sub-status is not reflecting in appraisal forms.. how can i achieve this...
    Please help me.. i need your help..

    Hi Premraj,
    Selection screen: (assumptions)
    P_status:
    P_begda:
    P_endda:
    P_date:
    Assume that from creation date is system date:
    If  sy-datum >= p_begda and
         sy-datum >= p_endda and
         sy-datum >= p_date.
    Use the selection screen status/sub-status.(p_status)
    Else.
    What ever your condition.
    Endif.
    Please let me know if you need more information.
    Regards,
    Ramakrishna kotha.
    +91 9848468817.

  • Execute Custom code to do a warning message on SSHR Manager Appraisal form

    Hello - I do not know much about Java/OAF, but I'm really trying to learn! Here is my requirement,
    please help me in getting this done.
    Requirement : On Employee appraisal form, they will have their yearly objectives and their weight percentages.
    These objectives weight percentage is in per_appraisal table attribute1 field(DFF).
    The total weight percentage of an employess all objectives should be equal 100.
    When manager will login to give them a final rating, the total of all weights percentages should be equal to 100,
    if not I have to through a warning message on the Manager's appraisal form(CompFinalRatingsCO).
    To calculate the total weight, we can certainly write a small pl/sql function or a procedure.
    But how can I execute that code and show a warning message on SelfService HR Manager Appraisal form?
    Thanks in advance for your help.
    Thanks
    - Srini

    1) extend the CO attached to your page.
    2) Capture the Button in Processformrequest of your extended CO.
    3) Call a plsql function or procedure with OUT param which will return whether 100% weightage has been entered or not.
    If Not, then throw warning message.
    Here is the way to call Plsql proc with OUT param.
    String sql =
    "BEGIN bcr12_mapping_tool_procs_pkg.XXBCR12_HAS_MANDATORY(:1,:2); END;";
    OracleCallableStatement cs =
    (OracleCallableStatement)am.getOADBTransaction().createCallableStatement(sql,
    1);
    try {
    cs.registerOutParameter(2, 1, 0, 2000);
    cs.setString(1, int_name);
    cs.execute();
    String new_status = cs.getString(2);
    cs.close();
    if ("Y".equals(new_status.trim())) {
    throw new OAException("Please enter all mandatory column highlighted.",
    (byte)0);
    } catch (Exception ex) {
    throw new OAException(ex.getMessage());
    }

  • Oracle Apps Sys Admin -- Disabling a button on a form

    Hi Guys,
    I want to disable a button on a form in oracle applications. Normally, i disable a button by goin to that MENU, SUBMENU(if there are any) and take the button's sub-function and add it in FUNCTION and MENU Exclusions in the reponsibility define form.
    But in some forms in Oracle Inventory, i have a NEW button and am not able to find a sub-function for that. NEW and OPEN , two buttons are there . How can i disable or make that button vanish from that form. I know that it can be done thru CUSTOM.pll but without custom.pll , is there a way using this sub-functions or watever.
    help appreciated.
    Thanks

    Yes I know about form personalization, however I still couldn't hide 2 buttons. Open vision database, under purchasing superuser > requisition summary, if you click the Find button it will open Requisition Header Summary window. In that window there are New and Open button. Now, I couldn't hide those 2 buttons cause I couldn't found the name in Item. What's the name of those 2 buttons? Thanks.

  • To change description on release appraisal form

    Hi Gurus,
    I am facing an issue related to the appraisal form which is already released and employees using the appraisal form. Now client wants to change some description in the appraisal document.
    I am trying to make the appraisal document to unreleased status, but getting error, that the form is already in used and can not be changed. System is not letting me to change the status from released to unreleased.
    Could you please let me know if there is any standard report, which can be executed to change the released appraisal document.
    Thanks
    Pradeep

    Hi All,
    Thanks so much for your time and comments. However I got the answer, I dont know whether its full proof . Has'nt tested yet. There is SAP Note 888650 which allows us to make changes for released apprailsa forms.
    Summary
    Symptom
    In exceptional cases, it may be necessary to change the configuration of an
    appraisal template which is already released and in productive use.
    Other terms
    Reason and Prerequisites
    Solution
    Attached to this note you find the coding of a report which allows you to
    cancel the release of your template, even if it is already used in
    appraisal documents. You can then adapt your template customizing and
    release the template again.
    If you have release 110 of Software Component EA-HR, create the report with
    the coding from attachment ZRHHAPUNRELEASE_110.txt. Otherwise, use the
    coding from attachment ZRHHAPUNRELEASE.txt.
    Important: Only use this report if advised by SAP Development
    Support! Changing customizing which is used productively may
    result in database inconsistencies, or change the behaviour
    and appearance of existing appraisal documents. This can also
    affect closed documents and their follow-up processing.
    First test your changes with a copy of the template, or in a test system.
    Do the changes to the productive template while the system is not running.
    Header Data
    Release Status: Released for Customer
    Released on: 20.10.2005 07:37:02
    Master Language: English
    Priority: Recommendations/additional info
    Category: Consulting
    Primary Component: CA-GTF-AP-PM Please use PA-PD-PM
    Secondary Components:
    PA-PD-PM Objective Setting and Appraisals
    The Note is release-independent
    23.02.2011

  • Does anyone know how to enable/disable a dropdown menu in Forms at runtime?

    Is there a way how to disable/enable dropdown menu for menus that have multiple sub levels in Oracle Forms? I am trying to use the set_menu_item_property function but this takes 'menu.item' format for the first argument. I am trying to enable/disable a menu item in the form of 'menu.item.subitem' and was not able to do it using this function. If anyone knows a different function or method, please reply. I have shown an example below.
    Setup -> Software -> Front Page
    From the above example, I can enable/disable Software using set_menu_item_property function. But, how do I enable/disable the Front Page menu in Oracle forms at runtime?
    Thanks
    Edited by: user480347 on Aug 24, 2010 3:37 PM

    Yes you are on the right track. You need to pass then complete menu name to set_menu_item_property
    Immediate_parent menu.item_name e.g
    For example you have menu like this
    Id like
    A1    A10 > A1010
    Home > Input > Form 1
    A1    A10 > A1020
    Home > Input > Form 2 To disable Form 2 you must pass menu name as
    A10.A1020Hope it helps

  • How to disable the status icon in Skype 4 for Andr...

    Dear Skypers,
    How to disable the status icon in Skype 4 for Android phones?
    The guide on this following support page not working anymore: https://support.skype.com/en/faq/FA12359/how-do-i-enable-or-disable-the-status-icon-in-skype-4-for-a...
    Older version has the option to disable Skype Status and get rid of the Skype icon on Android status bar. But latest 4.4.0.31835 could not disable Skype Status in notifications settings. :/
    Device: Google Nexus 4
    Android: 4.3 JWR66Y
    Skype: 4.4.0.31835
    Please bring back the option to disable the Skype icon on Android status bar. This is the main reason I uninstall Skype. :/
    Kudos to the team, the apps is really smooth and fluid to use. Would be nice if you guys are following the Android Design Principles and using Google Cloud Messaging for push notification to improve User Experience and battery life.
    Kind regards,
    /chrone
    everytime i get ahead, i feel more dead.
    Solved!
    Go to Solution.
    Attachments:
    how to get rid of skype icon on android status bar.png ‏46 KB

    Long click on this notification a sub menu having field "App info" would appear goto App Info. You can goto there by "Manage Apps">"Skype" also. 
    Uncheck Option "Show Notifications" A dialog will open. Don't worry about notifications for now just click OK. Now the notification icon skype has also been removed. 
    Now simply check "Show notification again". After doing this you would get notifications but skype icon would not be shown in the status bar anymore.
    Issue: this is just a trick you need to repeat this every time sign out and sign in again. Mostly you don't do that so no need to worry.

  • How to create a status bar in Forms 6i

    Hi,
    I am using Forms6i. I am calling a C application which takes some time to execute...So I would like to display a status bar in forms saying....Processing..Please Wait...
    And, once the control comes back to forms from the C program, this status should say complete.....
    Is there a way to do this ?..
    Please give some example /link for this
    thanks

    Hi
    Y cant u have a text item, ENABLED before the that C code with DEFAULT value 'Pleae wait....' and even u could have cursor style also set to BUSY.. then after process DISABLE the text item and bring back cursor style to DEFAULT.
    Regards

  • Status Overview, Appraisal MSS Iview.

    Hi experts,
    In status overview MSS Iview, Appraisal.
    Manager has a option to select the appraisal form type (ie show dropdown box).
    but we want to remove that DD box and make the table populate the by default all the forms type.
    please help me how to achive this.
    is there any need to modify code in nwds or in the backend.
    if in the backend where in which bapi/class/..?
    thank you in advance.

    Hi Andy thanks for your response.
    which version of appraisals are you using (bsp/webdynpro?)
    we are using bsp version.
    and this staus overview Iview is webdynpro one.
    Is there already an option ALL forms available in the dropdown?
    we dont have ALL type in the option.

  • HCM Performance Mangement - Status / Sub-Status

    For the InProcess status, I have a sub-status EE Acknowledgement. This sub-status is greyed out in the appraisal (VA) level. I have already selected this sub-status at the category and category group level.
    Would you know why?
    I am also getting an error message "The appraisal can never be in closed status", even though I do not have closed status.

    I agree with checking the note, 1284562.  I also followed the guidance above and traced out the column / status's.  There was one that was missing a value of 'In Process' and I had to add it using the transaction .  The note and thread above explain the steps in detail.
    Duke is in the process of setting the predefined template up and I highly recommend making sure that you have the Authorization object P_hap_doc.  There are three standard delivered roles that you should check out..
    SAP_HR_HAP_ADMINISTRATOR       Administrator - Objective Setting and Appraisals      
    SAP_HR_HAP_EMPLOYEE            Employee Generic - Objective Setting and Appraisals   
    SAP_HR_HAP_MANAGER             Manager Generic - Objective Setting and Appraisals
    Once we added these, progress was made.. Not all the way there yet, but making progress.
    Also interested in other folks experience so far.
    Chris

  • Business Event Appraisal Form in New Appraisal System

    Hi,
    I have created Business Event Appraisal Form in New Appraisal System. I have done Appraisals for one Business Event by an attendee.
    Where can see this Appraisal Document of Business Event and do any change if required. Or from we can delete this documents of Business Event Appraisal.
    I have tried tcode appchange but there only Personnel Appraisal templates are visible.
    Samriddhi

    Hi,
    If you are using a template created by using the Objective Setting and Appraisals componet you can view and maintain forms filled in by employees via Transaction phap_admin_pa.
    Br,
    Art

  • Sub-ledger other than vendor/customer/assets

    Hi
    Our client is having requirement to have sub-ledger (other than vendor/customer/assets) for outstandings and required a report with opening balances, debits, credits and closing balance sub-ledger wise.

    Hi,
    As per your requirement from what i have understood please correct me if I am wrong.
    You want to book your expense with reference to an Outstanding GL.
    Then pay off using the Outstanding GL.
    And you don't want to show the expense gl but should reflect in your Outstanding GL.
    If this is your requirement then please clarify that you don't want to show the expense in TB and also you want to show the amount in Outstanding GL which is a Balance Sheet account.
    At the time of payment what GL will you use and also if you are not showing the expense in the TB then where you want this expense to reflect.
    Edited by: lolu jo on Feb 14, 2012 12:34 PM

  • Function module to read data form customer tabels

    hi,
    can anyone suggest function module to read data form customer tabels?
    Please give me reply.
    TKS,
    Dharani.P

    Hi,
    this thread is hvaing your answer.
    Is there a Function module to get customer hierarchy data?
    Regards,
    Pravin

  • Check on Appraisal Forms

    Scenario :
    I want to apply few checks on appraisal forms.
    I have 3 sections in my appraisal form and each section has its own effort assigned percentage. Now i want to apply check on all three section effort assigned sum must be equal to 100.
    For example: section A, B, C. 50 + 30 + 20 = 100
    If employee rate himself greater then 100 then system must stop him and show him message "Sum must be equal to 100".
    Questions:
    1.: I done it through implicit enhancement and it is working fine when i run appraisal with in ECC system. But when i run appraisal from ESS/MSS then it does't trigger it. what will be the issue??
    2:  I activated external breakpoint for above enhancement but it does't stop it while i am running from ESS/MSS. How we can apply breakpoint on ESS / MSS??
    3:  I activated few badi's like HRHAP00_DOC_BC, HRPDV00APPRAISAL0003 and HRHAP00_COL_ACCESS. added filter in it and configured it through OOHAP_BASIC and PHAP_CATALOG_PA. But it does't trigger on both  ECC and ESS/MSS.
    I am stuck need your quick response will be appreciated.

    Hi Qayyum
    I faced a similar situation. I couldn't solve it through a badi hence i enhanced my webdynpro component.
    I enhanced on the functionality when user clicks on radio buttons to send (on the left side in the template ) then system throws an error.
    I don't have system access right now, you can right click on the appraisal template -> technical help and get the wda component name.
    Put the debugger in se80 and check.
    hope this helps
    Regards
    Vaibhav

  • Change the status of a form

    Hi All,
    Can anybody tell me how to change the status of the form?
    I want to exit the form with out committing the changes when the user click a button,
    For it...
    EXIT_FORM(NO_COMMIT);
    will do but, only when the form is not in a query mode.
    How do I change the status of the form or do something so that I can exit the form when I click the button irrespective of the form mode?
    Thanks,
    Naren.

    You don't need to change the status, you just need to ignore it. Try:
    exit_form(NO_VALIDATE)
    Oracle Forms exits the current form without validating the changes, committing the changes, or prompting the operator.

Maybe you are looking for

  • Adobe Acrobat Reader 64 bit in Archlinux

    Hey everyone is there anyway  we can install the 64 bit version of Adobe Acrobat reader and get it to work with firefox and all of the right plugins, in archlinux? I tried the instructions on the wiki and it did not seem to work. any suggestions?

  • ORA-07445

    Hi All, I recenly installed Oracle 10g Release 2 on Windows 2003 Standrad Edition.. And getting an error in my alert log file... ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [unable_to_trans_pc] [PC:0x60518765] [ADDR:0x4] [UNABLE_TO

  • Count the varieties of transactions in a day for 15mins interval

    Hi All, I have transaction data for the whole day for multiple transactions like saleID1, saleID2 etc. I need to club them separately in 15 minutes interval and put as a file format. e.g, col1 col2 col3 1 count of transaction A between 2.00-2.15 coun

  • IPhone not recognizing audiobooks purchased with iTunes when syncing

    When I try to sync my iPhone 4 to my PC (current version of iTunes, iPhone OS, and current version of Windows 7), it does not recognize any of my audiobooks, which I downloaded from iTunes.  It does not give me the options to check any books, and als

  • Iphoto 08 not allowing manual sort

    i can't seem to get iphoto to let me sort my photos manually. the option is there under the "view" menu, but it won't highlight or allow sorting manually.