Set new value as a default value while creating PD(Performance Dailog) Form

Hi,
In Performance management,
While clicking on the Create new PD Form Button, We are getting one Pop up window with the deafult selection screen.
In that,
We are getting Valid From: and Valid To value bydefault as a '01.01.2011' and '31.12.2011' .
We need to change that value. How can we set our new value as a default value.
We checked in debugging, this values are hardcoded in the SAP standard dyanpro component.
how can we set our new default value?
Please suggest.
Thanks in advance.
Monika

You create it through PHAP_ADMIN_PA?
The validity period is being defined by the BAdI HRHAP00_DOC_DEF_DV
Implementation HRHAP00_DOC_DEF_DV02,
can you chekc this/
If you want to create appraisal documents for multiple participants, a
more convenient way would be to use 'PHAP_PREPARE'. This also sets the
validity period.
If you still want to create the appraisal documents using 'PHAP_CREATE'
and you want to use the BAdI for defaulting the validity period, you can
adapt the BAdI implementation to your needs yourself. In that case,
please make a copy of the BAdI implementation 'HRHAP00_DOC_DEF_DV02'.
When creating a new appraisal, the system suggests the period January 1
to December 31 of the current year as the default appraisal period. You
can change this default by changing the Business Add-In (BAdI)
HRPDV00APPRAISAL0001 in the ERP system."

Similar Messages

  • Set new value for VO attribut

    I have function in package on database which is param is String and return value is also String(VARCHAR2).
    That function calculate some field on db and return a result.That is OK
    I made VO in my AM.
    "SELECT package_name.func_name("string") from dual" and that is OK also.
    When I start that module I recive valid result from database based on string which I passed to function.
    And that works fine.
    Question :
    How can I change value or how can I set new value for the package_name.func_name(variable) in VO
    during runtime in my application ? ^^^^^^^^
    JDeveloper 9.0.3.988

    I have function in package on database which is param is String and return value is also String(VARCHAR2).
    That function calculate some field on db and return a result.That is OK
    I made VO in my AM.
    "SELECT package_name.func_name("string") from dual" and that is OK also.
    When I start that module I recive valid result from database based on string which I passed to function.
    And that works fine.
    Question :
    How can I change value or how can I set new value for the package_name.func_name(variable) in VO
    during runtime in my application ? ^^^^^^^^
    JDeveloper 9.0.3.988 1. When using stored procedures it would be better to use it in following way:
    Connection conn = //get it some how
    CallableStatement cs = conn.prepareCall("{call myPackage.do_something(?)}");
    cs.registerOutParameter(1, java.sql.Types.VARCHAR);
    cs.execute();
    2. You could parameterize it like this:
    CallableStatement cs = conn.prepareCall("{call " + packageName "." + funcName + "(?)}");
    cs.registerOutParameter(1, java.sql.Types.VARCHAR);
    cs.setString(1,"someString");
    cs.execute();
    String result = cs.getString(1);
    where packageName and funcName are defined elsewhere
    --hery

  • HT204380 How to set my iPad as a default device while my iPhone and iPad share a same email address?

    How to set my iPad as a default device while my iPhone and iPad share a same email address?

    Shiv1611 wrote:
    Though i am still gona try using the same Itunes. Will same Itunes support two apple ids.
    That depends on what you mean. If you mean two iTunes Store accounts, no. Only one Apple ID can be logged into the iTunes Store at a time and if automatic download, iTunes Match or re-downloading of content is used the ID can not be changed for 90 days.
    Shiv1611 wrote:
    So i guess if i solve my goof up on creating different apple IDs and setting her phone as a new one .. according to you that shall do the trick.
    But i have a question here in that case what happens to all the applications that have been purchased on my Id ? Wont i be needing them to be purchased/downloaded again in the new id?
    If you previously had been using the same Apple ID for iTunes Store purchases for both of you there is no reason to change what you've been doing. If this is your wife's first iPhone, and you want to share the iTunes Store account just don't use the new Apple ID you created. As long as there are no purchases on it there's nothing to worry about.

  • Addition of new line line items in delivery while creating

    HI All,
    i have the requirement of adding a new line item in delivery items while creating it referencing a sales order.
    i have to add new line item based on the existing line items. i have done coding in badi save_doc_prepare.
    now new line items are getting added  but we are not getting values in all the fields which are determined by SAP.
    because after badi save_doc_prepare sap does not determine the values for newly added fields.
    can anybody suggest some good solution.
    thanks
    Rajpal Sehrawat

    try this BAPI BAPI_PO_CREATE

  • Default Country Value while creating BP in Web UI

    Dear Experts,
    We are using  "BADI_CRM_BP_UIU_DEFAULTS" for enforcing certain values, including the country value (XX) for our case while creating new BPs in Web UI..
    As we are expanding internatinoally, the BP creation in the next country is also taking the same value (XX) which is not desired, since it is mentioned in the BADI. The said BADI works only for the Web UI and our users are on web UI too. Had the users been on GUI, the same could have been populated through the user profile - parameter id LND for the desired value. But the parameter id setting unfortunately doesnt work for Web UI.
    Neither is the table / field of the paramater id aval for calling up in this BADI.  Nor the tables associated with the BADI have any value as the BP is being created afresh.
    Hence we are stuck how to fill the respective country values by default. To my knowledge using the paramater ID should have been the simplest way of handling it but for Web UI it doesnt work.
    Seek your expert advice on the ways to resolve this please..
    Kind Regards,
    Tariq

    Hi Tariq,
    I'm not sure if you have the latest SP - recently, a new BADI - BUPA_SET_DEFAULT was released which allowed defaulting of fields in the BAPI and Web UI scenarios. You can use that BADI to default the fields for country, name, and even other address fields on the Web UI.
    If you don't have this BADI in your system, do search for SAP notes, which will also have the documentation about this.
    Hope this helps you.
    Regards,
    Rishu.

  • AIX 5.2 : how to pass password value while creating a user on AIX server

    Hi ,
    Test connection is successful with AIX server , I can successfully create a user on AIX server, with defualt password.
    I am not passing the any password value still some default value is being populated for the user...
    In AIX while creating the user , use get force to set the password...
    But while configuring the schema for AIX adapter ...if password attribute is given then it will give the error
    as invalid attribute...while creating a user if password value pass...
    how to set the password for the user..what attribute need to set for the password .
    thanks ..

    The default password might be the IdM account password of the user you are trying to provision. You don;t need to keep password in the resource schema. Just set password.password and password.confirmPassword and select AIX resource for password reset. Check the workflow-form-views document for more information on password view.

  • How to avoid XVBPA line item values while creating sales order

    Hi Friends
    I am creating Sales order using function module IDOC_INPUT_ORDERS, for that I am passing partner details through segment E1EDKA1.If I pass the same partner details(Partner number, name1,name4,city,postel code) which is same like customer master,
    I can able to book the order and entries are coming only one time in VBPA table(Header Item level).But if I change any value for the particular partner in the Input(For example Name4, there is no value in customer master but I added through program).Now its creating an order but its showing the entered partner informations in header level.When I checked the same in line item level, its not picking the values from header, its picking the values from customer master for that particular partner.
    So this line item also coming in VBPA table, because its different from header data.
    Anyone guide me, how to avoid this problem while booking order through program.
    Thanks
    Gowrishankar

    I am updating Ship-To-Party value in segment E1EDKA1 and calling IDOC_INPUT_ORDERS function module to create the sales order.
    In this case for the particular partner there is no NAME4 value in KNA1, I am passing some value through this segment E1EDKA1.
    So its creating an order with this new addresses , so its generating new ADRNR in VBPA header level.Thats fine.But the same time
    its not copying the same value from header to line item.
    In Line item level again its picking the address details from KNA1 for the particular partner number.So its showing Blank value in NAME4 field of line items.Its creating and spllitting issue, while creating delivery.
    Thanks
    Gowrishankar

  • How to manual maintain TAX condition value while creating sales order

    Hi
    I am creating one Tax condition suppose JLST without access sequence .
    while creating sales order I am manually maintain the % value of TAX. suppose it is 1%
    then I see It show some value in TAX .
    save that sales order & creating delivery document for that but when I create Invoice its show error.
    " Tax code  in procedure CMTAXP is invalid ".
    I know the configuration only for Tax condition with vk11 condition record .
    BUT now I want to maintain TAX condition at the time of creating sales order.
    so I remove the access sequence of that condition .
    but It shows tax code error while billing.
    My main question is that If i maintain condition record while creating sales order then how i can assign Tax code .
    Can it is possible ?
    if yes then How?
    please help me.
    thank you

    Hi,
    The "straight-forward" answer for Tax Code creation is contact the FI consultant. He shall help you, by creating Tax codes.
    I have tested, with creating a tax cond type (copy of MWST) & manually entering values. I can create Sorder, Dlv and Bill but I cannot create an Accounting document. That is because of every line (amount) a Tax code is necessary.
    I THINK, you can NOT have manually filled tax codes; access sequence is needed to get the tax value (%) and the Tax code from the condition record.
    There is lot of material on the web to understand Tax classification, code etc. etc. See a useful link below -
    http://www.sapgeek.net/2010/04/sd-determines-tax-code/
    In short Tax code is a must and take the help of your FI consultant for the configuration of the same.
    BTW - Tax code is already made created for MWST, therefore I suggested that you can use MWST. Furthermore, you can change the values corresponding to Tax codes in FTXP.
    But if you are a beginner in these things, better take help.

  • New Value fields created in existing opr struc problem in transport request

    Hi,
    I have created new value fields in existing operating structure but system has now created any transport request for value field creation also for value field activation and later on operating concern generation on development environment.
    What is the other way of doing transporting value field (also activation of same) from Dev to QA?
    Regards,
    Sayujya

    Hi,
    Creation of new value field or characterisitics will not generate any Transport request. Goto transaction KE3I and create transport request.
    Regards,
    Sreekanth

  • Display Net value while creating order

    hi,
    I want to display <b>Net price</b> while creating order. i did automatic pricing and the amount is coming for only basic price,freight and discount but i also gave rebate and that amount is not showing in Net field under sales order. (Net text field exist before Tax area)

    try the field vbap-cmpre(Item credit price) this should be included the tax. you can also put a new subtotal line in you calculation scheme and put this amount in an kzwi to the vbap.
    greeting
    bernd

  • How to restrict users to not default layout while creating a user specific?

    Hi all,
               I have a problem with frequent changes in report layout setting. When users trying to create a user specific layout in the window "Default" is set, out of "User specific" & "default" checkbox defaultly, so users saving the layouts. so it's overwritting on existing layout. we are ossing the old data. how to restrict end users to create new one with out changing the existing one.How to change that default check in "Default" check box to user specific defaultly. where i have to do settings for this. Thanks in advance.
    Pradeesh

    Hi ,
    My problem is still not resolved. I tried applying the people picker property and set a specific field(an email id field) to be available to only admins. Now the field is not visible to the normal users but only admins which is good but that email field
    should be able to take normal users as wel as admin's email ID. currently due to the people picker property it only takes admin's ID and not normal user's ID - which is not as per expectation.
    What this email ID field does is - when a normal user is logged in he/she wont see this field in that view. But when an admin logs in he/she can switch to admin view and see this field . The admin can put any user's ID in this field and pull out the required
    resource's Time Report for modification.
    Please let me know how do i overcome my problem. Detailed step description will be very helpfull .
    As per Cameron's suggestion (add a rule on the "additional admin section") , i am not sure how exactly that is done. Would help a lot if i got to know how this works.
    Regards,
    Guru

  • Error while creating Temse Object (W2 form in PU19)

    Team,
    When i try to create the w2 in PU19, i am getting the error statingthat ERROR WHILE CREATING TEMSE OBJECT HRLUS01A100900109026.Please advise me in this.(We are maintaining the HRSP-42).It is veryurgent,Expecting your valuable Guidance.Points sure for the answers.
    Regards
    Priya.K

    Hi
    let me know weather r u using any reference object which contain the routinee.
    regards,
    chandra.

  • Problem while setting new value to entity object attribute in doDML meathod

    Hi all,
    I am overriding the entity objects doDML method for generating the value of Sequence Number just before insert .
    For this puropose i am using doDML method. I am fetching the maximum value for the sequence number feild from the table by a prepared statement
    and then incrementing that value by one.
        protected void doDML(int operation, TransactionEvent e) {
            if (operation == DML_INSERT) {
                // code for getting the max+1 of sequence number before insert
                //command executes.
                try {
                    System.out.println("Inside doDML Method");
                    String sql =
                        "select nvl(max(seq_no),0)+1  from WF_LEAVE_HDR where org_unit_code = " +
                        this.getOrgUnitCode();
                    PreparedStatement pstmt =
                        getDBTransaction().createPreparedStatement(sql, 0);
                    ResultSet rs = pstmt.executeQuery();
                    rs.next();
                    Integer newSeqNo =rs.getInt(1); //(Number)rs.getString(0);
                    //this.setSeqNo(new Number(newSeqNo));
                    setAttributeInternal("SeqNo",new Number(newSeqNo));
                    System.out.println("Value of new seq no is -->>"+getSeqNo());
                } catch (Exception excpt) {
                    System.out.println("Inside catch block ");
                    excpt.printStackTrace();
            super.doDML(operation, e);
        }i am getting the value correct by using the sql statement but while i am using setAttributeInternal("SeqNo",new Number(newSeqNo));
    it is giving an error and value for new sequence no is not passed to the seq no feild of the entity object. I have tried this.setSeqNo(new Number(newSeqNo))
    but it is also not wotrking .
    Any one please help , I am using Jdeveloper 10.1.3
    Thanks all in advance.

    iloveoracle,
    Sigh... in addition to doing this in doDML (which Dimitar points out is the wrong place to do this)... you are making a huge huge mistake.
    select nvl(max(seq_no),0)+1  from WF_LEAVE_HDRWhat happens when two people do this at around the same time? You don't do any locking, so you will get two rows with the same SeqNo. This is absolutely the wrong way of doing sequence numbers. The best way of doing this would be to use real sequence numbers (an Oracle sequence) and ignore the fact that there will be gaps. If you insist on using your approach, you MUST LOCK THE ENTIRE TABLE before you try to do your little max() + 1 trick, otherwise you run the very real risk of getting duplicate SeqNos. OK, I see that you are trying to do sequences by org_unit_code, so you don't have to lock the whole table, but you do have to have some way of holding a lock. You must also write some code to be able to handle an "unable to get the lock because someone else already holds it" type of situation.
    <rant>
    I have seen so many people try to do this little max() + 1 trick. It DOES NOT, WILL NOT work until you handle locking properly. One question that I often ask when I interview database developers is about generating "gapless" sequences; unless the job is for a brand-new-with-absolutely-no-experience trainee, answering "select max() + 1" without any mention of concurrency issues would be grounds for an immediate rejection of the candidate. Seriously. Have a run over to http://asktom.oracle.com and search for "gapless" if you'd like to see a more strongly worded rant.
    </rant>
    Bottom line, just use an Oracle sequence if it's at all possible; otherwise, be prepared to write some bunches of code to deal with locking.
    John

  • Default values while creating PO

    Hi Experts,
    There are ceratin fields which can be defaulted at item as well as header level in purchase order.
    Now please guide me that is there any possibilty to add any field apart from the list of fields given by default.
    If yes then please suggest the way.
    rgds

    In the Personal Settings button in the PO entry screen in transaction ME21N, a new window pops up. This window has two tabs: Basic settings and Default values.
    The Default values screen itself has two tabs: PO header and PO item. When you click on the PO header tab (Figure 1), the system displays PO header fields such as Document Type, Purchasing Org., Purch. group, and Company Code. You can set a default value by selecting the desired value from the respective drop-down menus. The advantage of setting defaults here is that these are applicable only to POs and not to every transaction. Once you save these defaults, the corresponding fields are populated with these default values each time you run this transaction.
    This will help you in setting default values to fields at header and item level.
    -Hari.

  • Insert a new value while the user clicks create insert button

    Hi,
    I am using jdev 11.1.5
    I had created a HD and ln Eo's with corresponding Vo's
    I had dragged and dropped as the master-detail relationship
    I had dragged and dropped the create insert button
    while i click the insert button
    The last value must be added by 1 and it should be inserted in the new row
    eg:
    JlNo      Type
    1           CCCC
    4           yyyyyIf the user clicks the create insert button it should insert 5(4+1) as the value in new row
    can anyone help me..,

    Thank you jhon for your reply..,
    I will suerly follow ur words if i m havin more than 1 user but in my project i m having only one user so that i think this would be the best one.,
    could u pls tell me the solution for this..,
    I had used this code in my EOImpl method
        protected void doDML(int operation, TransactionEvent e) {
            if(operation == DML_INSERT){
                RowSet seqForThisEmp = (RowSet) getgljrnlctVO1();
                gljrnlctVORowImpl nextSeqNoRow =(gljrnlctVORowImpl) seqForThisEmp.next();
                Number next_seq = nextSeqNoRow.getSeqNo();
                this.setGjhJrnlNo(next_seq); // In this line we have the value 45120
            super.doDML(operation, e);
        }But after create insert and commit operation in the UI i m having the values as -5565656565650000000000000
    pls tell me if there any other solution for this
    Edited by: wilhelm wundt on Oct 11, 2011 2:43 AM

Maybe you are looking for

  • Problem trying to install Mac OS 9

    I've had Mac OS X 10.4 installed for a while on this system but after recently upgrading to a new Mac I thought I'd turn this one into a legacy computer to run all my old software. So I used my Mac OS X install discs to wipe the hard drive and instal

  • HT4489 How I import my contacts from my old phone Nokia C5-03 to Iphone 5S ?

    I am not able to transfar my nokia contact to Iphone 5S .. please help me...

  • Prevent multiple users from accessing a list item at the same

    Hi, I have a scenario where, if a list item is opened (in edit mode) by one user, no other user should able to access it. I mean to checkin/checkout kind of thing which is not possible with sharepoint lists. One thing that I have done through infopat

  • Reading in a file with BufferedReader

    I haven't used Java for anything beyond calculations and simulations so my programming skills aren't great. I'm trying to read in a file which contains scientific data. I want to skip two digits, read 5 into one element of an integer array, skip 14 d

  • Java Program accessing hardware driver

    I am planning to develope a project with a USB smart card reader. The USB smart card reader is for some form of authenication purpose of the card holder to verify that the authenticated user is using the program. The application will be a web based p