Element Not coming in LOV of Absence Type form , field "Associated Element"

I am not able to get my elements in List of Values of "Associated Element" in Absence type form . I have done the following setups , Please correct if I am missing something
1. Element created is non recurring element.
2. Process in Payroll flag unchecked ( I tried it with checked too but i didnt work )
3. I created an open link for the element.
4. I am trying to associate this element with absence type but I am unable to get it in "Associated Element LOV"
Please reply.

Make Sure the Element has Days / Hours Input value with the corresponding UOM that matches the Absence Type Units.

Similar Messages

  • Can not add a space in a fillable form field

    I have a user that can not add a space in a fillable form field. They are using Adobe reader XI. Others can add the spaces needed to add data to the form fields. I have verified that Scroll log text is enabled. Any idea?

    Apple released this article with troubleshooting steps that should solve the problem.
    http://support.apple.com/kb/HT6545?viewlocale=en_US
    Best.

  • Attachment Buttons not coming in Task TS17900101 of HCM Forms and Process

    Hi ,
    We are using HCM Forms and process for changing employee organization unit which is linked with workflow for approvals.
    In this workflow we are calling standard task TS17900101 .Till now every thing is working fine but the problem is with attachments as their is a requirement to show attachments button with this Approve and Reject Task. But as per my knowledge SAP has not given any option to attach documents with this task which is however only possibe through TS17900100.
    So can u suggest any way to attach documents with Approve and Reject Task which is TS17900101.
    Thanks,
    Rahul

    Hi,
    i have the same problem and no idea how to solve it.
    Please let me know, what enhancing module pool code helped you
    Thanks,
    Galina

  • Parameter form not coming up when calling report6i from forms 6i thru run_product

    we are using 3 tier architecture. and using the thin clients on windows platform (netscape navigater 4.7 as browser)
    Middle Tier (IAS ) is on compaq Proliant Windows NT server
    and database is on compaq ALPHA DS20E machine on true 64 UNIX.
    WE are using forms and reports 6i.
    when we are calling a report(from web browser) from a form thru' RUN_PRODUCT report is running with out displaying the parameter form.
    but when we are running the same report in client/server (2 tier)
    parameter form is displaying.
    we are unable to solve this problem.
    Thanks in advance
    Mukesh Sharma
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected]:
    we are using 3 tier architecture. and using the thin clients on windows platform (netscape navigater 4.7 as browser)
    Middle Tier (IAS ) is on compaq Proliant Windows NT server
    and database is on compaq ALPHA DS20E machine on true 64 UNIX.
    WE are using forms and reports 6i.
    when we are calling a report(from web browser) from a form thru' RUN_PRODUCT report is running with out displaying the parameter form.
    but when we are running the same report in client/server (2 tier)
    parameter form is displaying.
    we are unable to solve this problem.
    Thanks in advance
    Mukesh Sharma<HR></BLOCKQUOTE>
    But with show_document i have to provide the username and password as url which will be displayed in browser and i dont want to
    provide username and password to end user.
    If Any one have any solution Please revert.
    Thanks
    Mukesh Sharma

  • WPC - Custom Web Form: DOMException: Root Element is already present

    Hi experts,
    I'm trying to create a custom web form for my companies portal and I'm facing the following problem:
    I can create create articles with my new webform and everything is fine, but when the XSL Transformation is happing (eg. for viewing the content) i got following exception:
    Cannot render container : com.sap.engine.lib.xml.util.NestedException: org.w3c.dom.DOMException: Root Element is already present, cannot be appended as a child. -> org.w3c.dom.DOMException: Root Element is already present, cannot be appended as a child.
    I don't understand of which root element the parser is talking. Unfortunately I can't find any additional info to this.
    This is my Editor Document:
    <documenttype id="wpc_informatics_article" description="wpc_informatics_article" showpreview="true" showelementlist="true">
      <properties>
        <property id="name" description="xml.xlbl.name" type="inputfield" size="25" isrequired="true" isfilename="true" />
        <property id="createdBy" description="xml.xlbl.created_by" type="peoplepicker" size="25" isrequired="true"/>
        <property id="includeInRSS" description="xml.xckl.include_in_rss" type="checkbox" defaultvalue="false" property="wpc_wcm_rss"/>
        <property id="displayNewIcon" description="xml.xckl.display_new_icon" type="checkbox" defaultvalue="false" property="wpc_wcm_new"/>
      </properties>
      <elements> 
        <element id="heading1" description="xml.xlbl.heading1" type="inputfield" default="true" singleinstance="true" size="75" maxlength="75" nodelete="true"/>
        <element id="heading2" description="xml.xlbl.heading2" type="inputfield" size="50" default="true" />
        <element id="paragraph" description="xml.xlbl.paragraph" type="htmleditadvanced" default="true" />
        <element id="relatedLinks" description="xml.xlbl.related_links" type="wpclink" hastitle="true" />
      </elements>
    </documenttype>
    The created example content:
    <document document="wpc_informatics_article">
      <properties>
        <property type="name" prop_ns="http://sapportals.com/xmlns/cm" prop_name="displayname"/>
        <property type="createdBy">USER.R3_DATASOURCE.FAH</property>
        <property type="includeInRSS" prop_ns="wpc_wcm" prop_name="wpc_wcm_rss"/>
        <property type="displayNewIcon" prop_ns="wpc_wcm" prop_name="wpc_wcm_new"/>
      </properties>
      <elements>
        <element type="heading1">asdf</element>
        <element type="heading2">asdf</element>
        <element type="paragraph">adsfsadfsadfsadf</element>
      </elements>
      <relatedlinks/>
      <relatedfiles/>
    </document>
    and the xsl
    <?xml version="1.0"?>
    <!DOCTYPE stylesheet [
    <!ENTITY apos  "'" ><!-- replace &apos; with html escape character for ' -->
    ]>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wpc="com.sap.nw.wpc.km.service.editor.hslt.XsltHelperCore">
      <xsl:output method="html"/>
      <xsl:template match="/">
        <h1 id="informatics_h1"> <xsl:value-of disable-output-escaping="yes" select="document/elements/element[@type='heading1']" /> </h1>
        <h2 id="informatics_h2"> <xsl:value-of disable-output-escaping="yes" select="document/elements/element[@type='heading2']" /> </h2>
        <xsl:for-each select="document/elements/element">
          <xsl:if test="@type='paragraph'">
            <xsl:value-of disable-output-escaping="yes" select="current()" />
          </xsl:if>
          <xsl:if test="@type='relatedLinks'">
            <div id="informatics_related_links"> Siehe auch: <a>
              <xsl:attribute name="href"> <xsl:value-of disable-output-escaping="yes" select="wpc:getAccessLink(string(@rid), string(/document/@locale))"/> </xsl:attribute>
              <xsl:value-of disable-output-escaping="yes" select="@heading1"/> </a> </div>
          </xsl:if>
        </xsl:for-each>
      </xsl:template>
    </xsl:stylesheet>
    maybe someone of you can help me with this! thank you in advance!
    Harald

    I found a solution for this.
    It seems that all of the XSL Transformation has to be covered by a div tag with css classes featurebox clearfixleft.
    <?xml version="1.0"?>
    <!DOCTYPE stylesheet [
    <!ENTITY apos  "'" ><!-- replace &apos; with html escape character for ' -->
    ]>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                         xmlns:wpc="com.sap.nw.wpc.km.service.linkmanager.XsltHelper">
        <xsl:output method="html"/>
        <xsl:template match="/">
         <div class="featurebox clearfixleft">
           <h2 id="informatics_h1">
                   <xsl:value-of disable-output-escaping="yes" select="document/elements/element[@type='title']" />
         </h2>
         <xsl:for-each select="document/elements/element">
                 <xsl:if test="@type='heading1'">
                        <h2 id="informatics_h2">
                            <xsl:value-of disable-output-escaping="yes" select="current()" />
                        </h2>
                 </xsl:if>
                 <xsl:if test="@type='paragraph'">
                     <p><xsl:value-of disable-output-escaping="yes" select="current()" /></p>
                 </xsl:if>
          </xsl:for-each>
         </div>
      </xsl:template>
    </xsl:stylesheet>
    Edited by: Harald Falzberger on Mar 1, 2011 11:06 AM

  • Problem in report of cats_da data is not coming for one absence type.

    Dear experts,
    For one absence type the data is not coming in the report cats_da. When I check the other absence type the report is showing the data. I dont know where is the problem. Customer is entering data throught PA30  transaction. Kindly help me where is the problem in customization.

    No answers so closed.

  • How can we change Absence Type LOV in Create mode not in search in SSHR

    Hello,
    My requirement is to Restrict Absence Type LOV at the time of applying the leave in Self Service. For that i have used hr_absence_restricted.absences_restricted.
    After changing this package Its working fine at the time of applying leave.
    But in search i want to display all kind of leaves, But its restricting serach Absence Type LOV as well.
    Thanks in advance,
    Sheetal

    Hi,
    have extended contoller instead of VO for the same. Its working fine now.I have Used the code in controller as shown below:
    vo.setWhereClauseParams(null);
    vo.setWhereClauseParam(0,81);
    vo.setWhereClause("ABSENCE_ATTENDANCE_TYPE_ID not in "+strAbsType);
    vo.executeQuery();
    Thanks,

  • HOW TO Restrict Absence Type LOV Self Service in 12.1.3

    Hi All,
    Will someone please inform of whar is the package to use for this new feature restriction as stated below. Thanks.
    From new feature PDF 12.1.3:
    3.26.4.6. Restrict Absence Type LOV
    Prior to this release, all absence types created using Oracle HRMS are displayed to users in Self-Service HR. With this release, implementers can update ""a package"" to restrict the absence types that are displayed to users based on the business requirements. This feature ensures that employees enter only those absences for which they are eligible, and managers do not have to verify the validity of the absence type of employee requests.

    Apologies for the delay here.
    The package in question is hr_absence_restricted. You replace the Package Body of this package so that the function absences_restricted returns a comma-separated array of Absence Type ids that SHOULD NOT be displayed.
    For example,
    RETURN '123, 456, 789'
    Would prevent Absence Type Ids 123, 456 and 789 from appearing in the user's List of Values. This is supposed to be described in the following Oracle Article but it's not published:
    Oracle Article How To Restrict Absence Type LOV in Oracle Self-Service Human Resources (Doc ID 1122674.1)

  • Resp Person Tab is not coming in CJ20N for a particular project type

    Hi All,
    I am unaware of the standard SAP screen in CJ20N but we have a screen in CJ20n wherein we can assign a person / link a person this particular tab is not coming at all for a particular project type (Resp Person) rather a different tab (cust enhancement) is coming but our problem is we have a mass program which works on BDC and hence if the required screens are not there it fails.
    Can someone please tell me if there is come config i can check/ maintain for this resp person tab so that it starts coming for all project types.
    Regards
    Anmol Pareek

    Hey Sarang,
    Thanks a lot, it was helpful, one more thing though, In Resp Persons tab there is something called Link Employees and my problem is that i have a mass linking program (using BDC) which cannot work if i dont see that screen in my BDC (without changing BDC). The way you have told is in OPUK/ OPUJ check for proj type and see if person responsible is hidden or not. I dont think that is what i am asking because no matter what this person responsible is hidden, but for certain project types Resp Person tab itself is not coming and that is the problem.
    Regards
    anmol

  • Tehnical wage type not coming in RT table

    Wage type for Employer Pension Contribution, EDLI Contribution, EDLI  Admin Charges & PF Admin Charges not coming in RT table.
    Please suggest some solution, Its urgent.
    Regards
    Abhimanyu

    Hi,
    Check in Payroll log where it is not coming up to in IT table..
    Check your PF trust configuration eigher Exempted trust or Non exempted trust. based on that system will genearte technical wage types.
    And you need to confirm process classes not changed as per SAP standard and done any PCR written for PF and pension.

  • Condition type not coming in sales order

    Hi,
    we have a condition type Z026. The issue is that  it is not set in the order but the condition records exists. The pricing analysis shows that condition reocrd is missing but the fact is the condition record is there. The acess seq is Z026 and there are many tables in the acess sequence.
    The first table in the access seq is 906 and the condition record exists but still the system says that the condition record is not found using  cond preliminary step (header fields like customer/sales org/div). the cond record is maintained for  relevant sales org/dist channel/customer/material. cond preliminary step means that system first looks for the header fields but everything is there.
    The condition is active and the conditon is created on 21.7.10 with validitity from 21.7.10 to 31.1.2010 and the pricing date in sales order is 27.7.10. so everyhting is fine but yet the condition is not coming in sales order
    what could be the issue.
    regds

    Hi,
    Now try creating a sales order with 20.07.2010 as the pricing date. It will work. Create another order with 21.07.2010 and it will not work. If so, it is due to the validity date. When you give 21.07.2010 as validity date and there is already another record which was valid on that date, the gap of one day can happen and we have experienced this. There is even an OSS note explaining this concept, which makes sense business-wise.
    However you check the scenarios I have mentioned. If the behaviour is as I have mentioned, then you have to change the pricing date of your problamatic sales order to one day earlier, or move the validity date one day earlier.
    If the behaviour is different, pls lemme know

  • I have Adobe Photoshop Elements 10 and I wish to upgrade with Adobe Creative Suite 3 but the option is not coming up on the drop down menu

    I have Adobe Photoshop Elements 10 and I wish to upgrade with Adobe Creative Suite 3 but the option is not coming up on the drop down menu

    The first two issues sound like a video driver problem.
    What is the make/model of your video card/chip?
    What is the installed video driver number and date?
    For the last issue, it could be many things, including the video driver. I'd look over this ARTICLE, and if there is nothing in the first part, then move on to tuning up the OS an computer in the second part. That would probably be a good time to post the full specs. of your computer, and also both your Project and Source footage. Finally, part three covers many troubleshooting tips, and furnishes many links.
    Good luck,
    Hunt

  • Value of codition type is not coming

    Dear All,
    In sales order creation if i am putting discount condition type manually it is not coming.actually base value showing is zero so because of this value is showing zero.i checked in pricing procedure in FROM column for this discount condition type steps number is there.Some other controls are there in ECC 6.0.
    Regards
    Ajit

    actually i am creating credit notes for customer with reference to invoice no. In copying control i did not maintain pricing type D so that system could not copy same pricing. I maintaining manually in sales order & applying ZCR1 condition type(discount).its calculating on base value but in condition base value value coming zero.so i am putting this condition 23% discount its calculating on base value that is zero.
    hopefully you will understand.
    Regards
    Ajit

  • Output type is not coming to ml81n messages

    Dear Experts,
    I have maintained the output conditions   NEU in MN13 for purchasing output determination: Document type. But in ML81N it is not coming automatically. What else I should do to come output type NEU automatically to ML81N messages.
    Thanks,
    Chameendri

    HI,
    Please remove the requirement as 101  in your message determination procedure RMBES1.
    Refer the below link for more information.
    Message determination issue for Service Entry Sheet.
    Regards,
    velu

  • Output type neu not coming only one vendor

    Hi
    I have maintained for my condition record in nace t.code  for purchase order key combinatinon for document type ZCPO
    so when ever i creating po in me21n t.code using doc type ZCPO my outputype neu coming automaticaly,only one vendor
    code for my doc type ZCPO,neu not coming automaticaly,plz suggest,
    Regards
    Sam
    Edited by: sadaraji on May 1, 2011 12:22 PM

    Hi Sam,
    In MN05 there are different key kombinations. Maybe you have a key combination containg a vendor number before the one without the vendor number (only doc. type). I think this is also the access sequence of NEU in standard.
    In such case, there might be a record for this specific vendor pointing to another printer or no printer at all - and this record screens the output record that you defined for the document type without vendor.
    BR
    Raf

Maybe you are looking for

  • How to disable copy and paste in a field and allowing user to key in the data in that field...

    Hi all,        I need your help on the below scenario. I have to stop user to copy and paste the data into the field. But allowing user to enter the data in that field. Please suggest. Thanks and Regards, Thiru.

  • Help with outer joins in Oracle!!

    so far this is what i've come up with and the code below does not work. Can anyone please help me on how the sytanx of left joins and how to use multiple left joins in a single query in oracle? SELECT a.*, b.Position_CD, c.Skill_CD, d.Team_Name, d.Te

  • SRM 7.0 authorization objects for table maintenance

    Hi guys, I wanted to know how authorization objects work in SRM. I created a custom table which key filed is company code (BUKRS). And in the table maintenance view I have to add an authorization object based on the company code. Is it possible to do

  • Billing Server FTP disconnects

    Hello While i am collecting calling informations from call manager to my billing sever,after a while ( nearly 15 min ) ftp disconnects ( 421 connection time out ) among  this time ( 15 min )  i succesfully get data.What is the reason of ftp server di

  • Problems with opening Indesign CS5 document in CS4

    I have the CS4  Design Premium  Academic package and am working with another graphic designer who uses CS5 - Indesign. When  trying to open her InDesign CS5 file that she exported to the CS4 format I received the following message - " cannot open bro