Self Service Approvals for Salary Elements other than Base Salary

Hi
I hava a requirement. With Self Serviuce seeded functionality I can have base salary approvals in place and after approvals the base salary changed. Now this base salry is attached to the salary Element called 'Basic'
Now there are other salary elements too, like Housing Allowance, Conveyance allowance etc. Is it possible through seeded self srervice functionality to have this salary changed functionality through approvals??
So far I know, salary approvals work for base salary only. Is there any way (no customnization), where I can have other salary elements also in Manager sels service approvals?
Any response into this will ne highly appreciated!
Regards

Thanks, sorry for this delayed reply! This surely helps! Yes, we can do through customization using element apis, but then client has to accept is as CR!
Regards
Sudipta

Similar Messages

  • Self service api for 11.1.2 B2B???

    Hi All,
    I have installed 11.1.2 Soa suite and B2B comes along with it.. I wanted the pointer to documentation that explains about using the self-service APIs for tp and agreement creation....
    Regards,
    Praveen

    Hi Nitesh..
    I was successfull in creating the TP by using the following xml..
    <SelfService xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="selfservice.xsd"
    xmlns="http://xmlns.oracle.com/integration/b2b/selfservice/profile">
    <DocumentProtocols>
    <DocumentProtocol name="EDI_EDIFACT">
    <DocumentProtocolVersion name="D98A">
    <DocumentType name="ORDERS">
    <DocumentDefinition name="ORDERS_DEF" useDefaultDefinition="true" definitionFileName="po_oag.xsd">
    </DocumentDefinition>
    </DocumentType>
    </DocumentProtocolVersion>
    </DocumentProtocol>
    </DocumentProtocols>
    <TradingPartners>
    <TradingPartner name="GlobalChips7" hosted="false">
    <Identification name="Name"/>
    <DeliveryChannel ackMode="None" compressed="false" internal="false" listening="false" name="GlobalChips7_AS2_Channel" responseMode="None">
    <ExchangeProtocolRef name="AS2" />
    <TransportProtocolRef name="HTTP">
    <ParameterValue name="url" value="http://hostname:1111/HTTPService/Receiver" />
                   <ParameterValue name="user" value="xxxx" />
                   <ParameterValue name="password" value="welcome" />
    </TransportProtocolRef>
    <DigitalSecurity ackSigned="false" messageEncrypted="false" messageSigned="false" transportSecured="false" />
    </DeliveryChannel>
    <SupportedDocumentDefinition initiator="true" docTypeName="ORDERS" docProtocolVersion="D98A" docProtocolName="EDI_EDIFACT" docDefName="ORDERS_DEF"/>
         <SupportedDocumentDefinition initiator="false" docTypeName="ORDERS" docProtocolVersion="D98A" docProtocolName="EDI_EDIFACT" docDefName="ORDERS_DEF"/>
    </TradingPartner>
    </TradingPartners>
    </SelfService>
    I have already created the EDI_EDIFACT document Defn in the UI and I ran the ant script with overwrite=false when loading the metadata and TP got created successfully and I am able to see that values correctly in the UI...
    The problem is when I use the agreements in the xml..... I used the following xml.
    <?xml version="1.0" encoding="UTF-8" ?>
    <SelfService xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="selfservice.xsd"
    xmlns="http://xmlns.oracle.com/integration/b2b/selfservice/profile">
    <DocumentProtocols>
    <DocumentProtocol name="EDI_EDIFACT">
    <DocumentProtocolVersion name="D98A">
    <DocumentType name="ORDERS">
    <DocumentDefinition name="ORDERS_DEF" useDefaultDefinition="true" definitionFileName="po_oag.xsd">
    </DocumentDefinition>
    </DocumentType>
    </DocumentProtocolVersion>
    </DocumentProtocol>
    </DocumentProtocols>
    <TradingPartners>
    <TradingPartner name="GlobalChips7" hosted="false">
    <Identification name="Name"/>
    <DeliveryChannel ackMode="None" compressed="false" internal="false" listening="false" name="GlobalChips7_AS2_Channel" responseMode="None">
    <ExchangeProtocolRef name="AS2" />
    <TransportProtocolRef name="HTTP">
    <ParameterValue name="url" value="http://hostname:1119/HTTPService/Receiver" />
                   <ParameterValue name="user" value="XXXX" />
                   <ParameterValue name="password" value="welcome" />
    </TransportProtocolRef>
    <DigitalSecurity ackSigned="false" messageEncrypted="false" messageSigned="false" transportSecured="false" />
    </DeliveryChannel>
    <SupportedDocumentDefinition initiator="true" docTypeName="ORDERS" docProtocolVersion="D98A" docProtocolName="EDI_EDIFACT" docDefName="ORDERS_DEF"/>
         <SupportedDocumentDefinition initiator="false" docTypeName="ORDERS" docProtocolVersion="D98A" docProtocolName="EDI_EDIFACT" docDefName="ORDERS_DEF"/>
    </TradingPartner>
    </TradingPartners>
    <Agreements>
    <Agreement agreementId="Acme_Global_EDIFACT_D98A_ORDERS_AS2" name="Acme_Global_D98A_ORDERS_AS2">
    <SupportedDocumentType docDefName="ORDERS_DEF" docProtocolName="EDI_EDIFACT" docProtocolVersion="D98A" docTypeName="ORDERS">
    <InitiatingParticipant name="Acme" >
                             <Identifications>
                                       <IdentificationRef name="Name"/>
                             </Identifications>
                        </InitiatingParticipant>
    <RespondingParticipant name="GlobalChips7" >
                                  <Identifications>
                                            <IdentificationRef name="Name"/>
                                  </Identifications>
                             <DeliveryChannels>
                                       <DeliveryChannelRef name="GlobalChips7_AS2_Channel" />
                             </DeliveryChannels>
                        </RespondingParticipant>
    <AgrDocTypeParameterValues>
    <ParameterValue name="validate" value="true" />
    </AgrDocTypeParameterValues>                
    </SupportedDocumentType>
    </Agreement>
    <Agreement agreementId="GlobalChips7_Acme_EDIFACT_D98A_ORDERS_AS2" name="GlobalChips7_Acme_EDIFACT_D98A_ORDERS_AS2">
    <SupportedDocumentType docDefName="ORDERS_DEF" docProtocolName="EDI_EDIFACT" docProtocolVersion="D98A" docTypeName="ORDERS">
    <InitiatingParticipant name="GlobalChips7" >
                   <Identifications>
                                       <IdentificationRef name="Name"/>
                             </Identifications>
                        </InitiatingParticipant>
    <RespondingParticipant name="Acme" >
                                  <Identifications>
                                            <IdentificationRef name="Name"/>
                                  </Identifications>
                        </RespondingParticipant>
    <AgrDocTypeParameterValues>
    <ParameterValue name="validate" value="true" />
    </AgrDocTypeParameterValues>                    
    </SupportedDocumentType>
    </Agreement>
    </Agreements>
    </SelfService>
    The soa.zip got created successfully. But during the metadata load, it was giving the following exception.
    [java] Import with overwrite=false
    [java] B2BCommandLineUtility: importRepository: Error messages:
    [java] MDS-02202: Content of the metadata object "/soa/b2b/tpa_id158BB91123862.xml" is not valid.
    [java] MDS-02201: type validation failure for the metadata object "/soa/b2b/tpa_id158BB91123862.xml"
    [java] MDS-02203: type validation error for the metadata object "/soa/b2b/tpa_id158BB91123862.xml" at the node "id178BB91381874"
    [java] Required attribute tradingPartnerRef missing from element InitiatingParticipant
    [java] MDS-02203: type validation error for the metadata object "/soa/b2b/tpa_id158BB91123862.xml" at the node "id178BB91381874"
    [java] Required attribute supportedDocumentDefinitionRef missing from element InitiatingParticipant
    [java] MDS-02203: type validation error for the metadata object "/soa/b2b/tpa_id158BB91123862.xml" at the node "id188BB91635040"
    [java] Required attribute identificationRef missing from element IdentificationRef
    Can you please help me..
    Regards,
    Praveen

  • Life and work event for any country other than US.

    Hello,
    I have to implement ESS for UAE.
    In ESS we did all country specific settings and thus our "Address" application in Personal Information section is working fine now.
    Now we have to implement the life work event section "My first days".
    There we are getting "Address" application in left panel.
    Now when I am clicking in this application it shows me error :
    Country/Structure do not match application country
    So which means it requires some settings in guided procedure end in portal.
    I am assuming ....Because our address application is already working fine in Personal Information section so same should also work in My first days section using existing configuration settings of R/3.
    So I went through below wiki page :
    http://wiki.sdn.sap.com/wiki/display/profile/LifeandWorkEvents(LWE)-Other+Countries
    In the above page there is a section to update parameters in guided procedure process for address.
    GP Context = X
    PT Family Service = EMPLOYEEPERSINFO_FAMMEMBER_PT_05 - this parameter is going to be created in the backend (transaction PTARQ)._
    I am making changes to existing Life and Work events - US only. (for testing purposes)
    In my case I only updated the Address service :
    sap_xss_service
    sap_xss_menusrv
    With the address service from R/3 which is in my case running under personal information section.
    But still I have been receiving the same error under My First Days address section.
    In the above wiki page there is a line as below :
    VERY IMPORTANT: the parameters need to give in action, after in the block, after in the main block, and after in the process (THIS IS CRUCIAL).
    I feel this is where I am missing something.
    What does this line mean...
    Can anybody help me out with the same...if you have implemented life and work event for any country other than US.
    Edited by: Saurabh Agarwal on Apr 10, 2011 3:03 PM

    Hello,
    In continuation of my question I have also been following below sap Note :
    929447 - Adopting Life and work events for countries other than US
    In the above note there us a section which confuses me :
    Page 3 - Home and Area page customizing
    Step2 - In this step they say that we have to make an entry in
    IMG node access: Cross-applicaiton components -> Homepage framework ->Services -> Define Country-Specific Services (Add Entries) - (Table:V_T7XSSSERSRVCG)
    as
    Service Key:EMPLOYEE_LIFEWORK_FIRSTDAYS
    Country grouping: 01
    Link Resource:EMPLOYEE_LIFEWORK_FIRSTDAYS_DE_SERVICE
    I believe it should not be for FIRSTDAYS....it should be about service which is actually throeing the error "Countr/structure does not match"
    i.e. in this note case it should be :
    EMPLOYEE_PERSINFO_ADDRESS05

  • Mass creation of Oracle HR Self Service Users (for access to all employees)

    Mass creation of Oracle HR Self Service Users (for access to all employees)
    Hi all,
    We have Oracle Human Resources 11.5.7 and recently implement Oracle HRMS (Self Service) for the purpose of Online Appraisal System.
    Is there any fast way to create all employees as users of the Self Service instead of creating the users manually one by one in HR?
    I would appreciate any feedback.
    Thanking you in advance.
    Best regards,
    Elena Demetriou
    Hellenic Bank

    Check pages 2-23 and following of the Deploying SSHR Capability V5.2 guide on Metalink. It describes the methods for Batch Creation of User Accounts.

  • How to enable remote debugging for a session other than the current one

    Hi all,
    I am trying to figure out how to enable remote debugging for a session other than the one I am currently using.
    More specifically, we have an application that is making database calls to Oracle 11gR2. Something is causing an exception during this invocation. My system is currently not set up to recompile said application, so I can't just add the debug call to the code and recompile. Therefore I would like to be able to log into the database (as sys, if necessary) and invoke dbms_debug_jdwp.connect_tcp on the desired session.
    The docs indicate that I should be able to do so:
    dbms_debug_jdwp.connect_tcp(
    host IN VARCHAR2,
    port IN VARCHAR2,
    session_id IN PLS_INTEGER := NULL,
    session_serial IN PLS_INTEGER := NULL,
    debug_role IN VARCHAR2 := NULL,
    debug_role_pwd IN VARCHAR2 := NULL,
    option_flags IN PLS_INTEGER := 0,
    extensions_cmd_set IN PLS_INTEGER := 128);
    But when I try (even as sys), I get the following:
    exec dbms_debug_jdwp.connect_tcp('1.2.3.4',5678,<session id>,<session serial>);ORA-00022: invalid session ID; access denied
    ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
    ORA-06512: at line 1
    00022. 00000 - "invalid session ID; access denied"
    *Cause:    Either the session specified does not exist or the caller
    does not have the privilege to access it.
    *Action:   Specify a valid session ID that you have privilege to access,
    that is either you own it or you have the CHANGE_USER privilege.
    I've tried granting the 'BECOME USER' privilege for the relevant users, but that didn't help. I read something about having to set some kind of ACL as of 11gR1, but the reference documentation was very confusing.
    Would someone be able to point me in the right direction? Is this even possible, or did I misread the documentation?

    Interesting deduction, that would be very useful indeed. I hate recompiling just to add the debug call, and it can't be done in our production environment. But it seems unlikely to me it would be implemented this way.
    I would cross-post this in the SQL AND PL/SQL forum though, as this is really a database issue, not with the SQL Developer tool. Do add the links to the other posts in each.
    Regards,
    K.

  • PO message should get failed for P.grp other than AB1 and AB2

    Hello SAP Gurus,
    I have a requirement like PO message should get failed for P.grp other than AB1 and AB2.
    Detail explanation:
    I have a P.grp AB1,AB2,AB3,AB4 etc.... The current process is once PO created and saved the message will be triggered and IDOC is transmitted to the vendor, irrespective of what ever the P.grp.
    My requirement is like the PO message should get failed if P.grp is other than AB1 and AB2, and reason should be shown any where in IDOC or in messages.
    Pls advice.
    Thanks.

    Hi Jurgen,
    Thanks for the reply...
    There are only 5 vendors which is relevant for EDI and P.grp AB1 and AB2 denotes EDI PO, same P.grp mapping has been done in PI also via data ID. The user sometimes selects the P.grp AB3, AB4 etc incorrectly and it goes to the vendor which in-turn again the customer has to amend the PO.
    Now I'm planning to include a piece of logic while saving the PO, check if the vendor is EDI vendor then P.grp should be AB1 or AB2, if it is a different P.grp  then the system will not allow to save the PO,so that the user will select the relevant P.grp for EDI vendors. Pls let me know your thought and inputs.
    Thanks.

  • How do i get siri to set a reminder for a time other than the appt time. For example:  I want Siri to remind me at 10:00 pm on Monday that I have a dentist appt. at 9:00 am on Tuesday. She screws up the dates and times no matter what I say

    What I can't figure out is how to set a reminder for a time other than the appt time. For example:  I want Siri to remind me at 10:00 pm on Monday that I have a dentist appt. at 9:00 am on Tuesday. She screws up the dates and times no matter what I say

    "Remind me at 10:00 pm on Monday".  Siri: "Ok, just tell me what you want to be reminded about".  "I have a dentist appointment on 9:00 am on Tuesday".  Siri should set it up correctly.

  • Settings for email applications other than MyVerizon

    The "new" settings for email applications other than MyVerizon (in my case Thunderbird) does not alow my antivirus program (Avast) to scan incoming mail because of the secure connection setting "SSL". 
    Solved!
    Go to Solution.

    kathyshum wrote:
    I use Windows Live Mail....I used the recommended settings and now I get an error message:
    Unable to send or receive messages for the Verizon (kathyshumway) account. A time-out occurred while communicating with the server.
    Server: 'incoming.verizon.net' Windows Live Mail Error ID: 0x800CCC19 Protocol: POP3 Port: 995 Secure(SSL): No
    What have I done wrong? I don't remember the initial settings...please help!
    Based on what you posted you failed to check the SSL box.
    Here is a link to a thread I created a week ago with definitions that do work for Windows Live Mail:
    http://forums.verizon.com/t5/Verizon-net-Email/Windows-Live-Mail-SSL-Account-Definitions-for-verizon...
    Compare your settings to these.....
    Justin
    FiOS TV, 25/25 Internet, and Digital Voice user
    QIP7232, QIP7100-P2, IMG 1.9
    Keller, TX 76248

  • Thank's Shane!  Process for de-interlacing other than FCP filter

    Is there a process for de-interlacing other than the FCP filter. I have some 1080i material i want to de-interlace so it will co-exist with my 1080p material.
    J

    Nattress FILM EFFECTS has a pretty good de-interlacer. Demo available.
    www.nattress.com
    Shane

  • Self Service Requests for OIM Access Policies

    In the absence of a Role Management product, is there a good way to enable OIM End User Self Service to process requests and approvals for OIM Access Policies or OIM Groups?
    Any suggestions are appreciated!
    KC

    Ultimately the group membership will trigger an access policy. The access policy assignment is the goal, the group assignment is the typical method to assign the access policy to the user.
    When creating a dummy resource, I assume that resource would have a lookup on the form to select the group name. Is this what you are suggesting?
    KC

  • Reg Self Service Personalization for Termination transaction

    Hi All,
    I am new to self service personalization. User wants to personalize the self servie pages.
    User Requirement: our client has diffetent self service transactions like
    Payroll Name and Subgroup Change
    Termination
    Location Only Changes
    People Group Only Changes etc.
    Whenever user is selecting Termination as transaction, and continued to the next step, calendar shows up to select the date for termination. Here I need to personalize such that user should select last day of the employee as termination date rather than following day.
    Eg: Employee last date is 01-oct-2009, prersently some users are taking 02-oct-2009 as termination date assuming that 01-oct-2009 is the last working day. For payroll process, 01-oct-2009 needs to be last day of the employee and he needs to terminate same date for processing.
    Please advise me.

    You can't do this through personalization. You need to extend the page controller to restrict it.
    Thanks
    --Anil                                                                                                                                                                                                                                       

  • SCEM 2012 SP1 Self-Service portal showing blank in Other Machine

    We are using SCSM 2012 SP1 as a help desk management system. Certificate is trusted to the client -PC but still Self-service portal SCSM webpart is not showing some client-PC(It showing blank). But all necessary prerequsit are installed properly.
    Mithun Dey Web: http://cloudmithun.wordpress.com If this may give your necessary resolution please mark it as Answre.

    Hi,
    Please see the below thread, perhaps it may help?
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/9ac549c1-362a-44f9-b32b-0c307d7d97fb/scsm-it-portal-blank-screen-for-some-users-solved?forum=portals

  • Is ther any alternative solution for music downloads other than iTunes

    Plz suggest me if there is any other service out there that provides music download service other than iTunes.
    One with DRM-Free & Monthly subscription would be awesome..!
    Thanks in advance.

    Okay, in removing duplicate posts, these got pulled. Here they are...
    <hr width="95%">
    StarDeb55 Posted: May 29, 2007 9:14 PM
    Kirk, I'm almost certain that any Napster downloads have DRM on them. 2nd problem is that Napster doesn't work for a Mac.
    The forums are having problems as you can see. When you post it is taking over 30 minutes to appear in the thread at the moment, so it's really not necessary to re-post.
    <hr width="95%">
    Kirk Boragine Posted: May 29, 2007 9:32 PM
    StarDeb55
    My mistake. I've been happily listening to their streams. The subscription service does not work for Macs, yet. Sorry to all for the post(s).
    [ sorry about that, Nubz N.]
    PM G5, PM G4, iPods   Mac OS X (10.4.9)   Mac OS 9.2.2

  • BPEL email Notification Service - Can it support protocol other than pop3

    Hi,
    I wanted to confirm can BPEL email Notification Service support protocol for email other than pop3, such as mapi
    Thanks,
    Sachin Sutar

    Currently only pop3 and imap are supported for incoming mail and SMTP for sending email.

  • Siebel CRM Modules as DataSource for OBI Apps other than EBS R12

    I want to install Siebel CRM modles that will help me serving as SourceSystem for OBI Applications to R&D DAC & associated prebuilt Informatica mappings.
    {noformat}Name                                                                                                                Part Number                       Size (Bytes){noformat}
    {noformat}Siebel Business Applications Version 8.1.1.0 Quick Installation Guide                                               V14590-01                      390K{noformat}
    {noformat}Siebel Business Applications Version 8.1.1.0 Bookshelf                                                              V14591-01                      149M{noformat}
    {noformat}Siebel Business Applications Version 8.1.1.0 Third-Party Documentation                                      V14959-01                      6.9M{noformat}
    {noformat}Siebel Business Applications Version 8.1.1.0 (SEA) Base Applications for Windows (Part 1 of 2)      V15364-01 Part 1 of 2      1.9G{noformat}
    {noformat}Siebel Business Applications Version 8.1.1.0 (SEA) Base Applications for Windows (Part 2 of 2)      V15364-01 Part 2 of 2      460M{noformat}
    Siebel Business Applications Version 8.1.1.0 (SEA) Sample Database                                              V15406-01                      1.2G
    Siebel Business Applications Version 8.1.1.0 Siebel Business Rules                                              V15464-01                      442M
    Siebel Business Applications Version 8.1.1.0 (SEA) Siebel Client (Part 1 of 2)                              V15359-01 Part 1 of 2      1.9G
    Siebel Business Applications Version 8.1.1.0 (SEA) Siebel Client (Part 2 of 2)                              V15359-01 Part 2 of 2      1.7G
    Siebel Business Applications Version 8.1.1.0 (SEA) Siebel Tools                                                      V15388-01                      1.9G
    Siebel Business Applications Version 8.1.1.0 (SEA) Self-Service Applications                                     V15041-01                      406M
    Siebel Business Applications Version 8.1.1.0 (SEA) Strong Encryption Pack                                      V15383-01                      225M
    Siebel Business Applications Version 8.1.1.0 (SEA) ImageCreator Files                                              V15373-01                      213M
    Siebel Business Applications Version 8.1.1.0 (SEA) English Language Extension Pack (Part 1 of 2)      V15367-01 Part 1 of 2      1.9G
    Siebel Business Applications Version 8.1.1.0 (SEA) English Language Extension Pack (Part 2 of 2)      V15367-01 Part 2 of 2      602M
    Siebel Business Applications Version 8.1.1.0 eMail Marketing Integrated Server Windows              V14834-01                      98M
    Siebel Smart Answer Connector for Windows                                                                              V16621-01                      317M
    Oracle Business Intelligence Product Support Information (CD)                                                      B45928-01                      116K
    Oracle BI Publisher Enterprise 10.1.3.4.0 for Microsoft Windows (Part 1 of 2)                              B50931-01 Part 1 of 2        598M
    Oracle BI Publisher Enterprise 10.1.3.4.0 for Microsoft Windows (Part 2 of 2)                              B50931-01 Part 2 of 2              162M
    Oracle BI Publisher Desktop 10.1.3.4.0 for Microsoft Windows                                                      B50929-01                      118M-----------------------------
    Can any one please help me with
    1. all the part numbers to download for a full fledged R&D set up?
    2. what other components are required to integrate siebel crm w/ obiee, obi apps, infa prebuilt mappings
    3. any installtion guide for reference.
    Appreciate your time.

    Hi
    If you do the install from the sofware lsited (btw I would challenge the choice of the SEA vs the SIA) , you will face an issue for your project as you will end up with an empty database and you will not be able to extract any data for dashboards.
    Check the licence agreement on the virtual machine available with SIebel preinstalled as you might use them to save on the effort of install and also get some sample data to play with.
    Best Regards
    EvtLogLvl

Maybe you are looking for