ESS BAPI's

Hello Everyone,
I have come across a issue while working with the ESS BAPI's in Visual Composer. The problem is:-
In the HR Master Data I have setup an user with Company car and Travel privileges by giving his Vehicle details in transaction PA30.
Later, on the portal ESS role; when the employee is trying to create a Car Mileage Claim, if he changes the License plate number or Vehicle Class or the Vehicel model it doesn't change in the HR Master Data (Transaction:- PA20).
But when I used the BAPI "PTRA_WEB_MILEAGE_GET" in Visual Composer and Tested the Data service, it brings the changes made in the License Plate number or Vehicle Class etc,. from the Portal side and displays the changes. I am not able to figure out the problem."
How do I find out the location where the changes made to the Vehicle details are being stored.
Could anyone explain me about this issue. I would appreciate your help.
Kind regards,
Gopal.

Gopal,
Open this link for your SAP Portal
http://<hostname>:<port>/webdynpro/dispatcher/sap.com/tcwdtools/Explorer
Maintain JCo Destinations button
Press the link PREVIEW
Check this configurations (Client, Message Server), for all JCOs.
That is the ECC association.
regards
Eduardo

Similar Messages

  • Function modules or BAPIs for ESS MSS

    Hi Experts,
    I am new to HR (ESS/MSS & who's who). I am looking for standard BAPI's and Function Modules that would give me information about an employee's upper level's and lower levels (reporting).
    My requirement is to build an Webdynpro Application with taking employee id as user input and display his uplevel's and downlevel's. Also, hyperlink on employee should help me to further navigate to the corresponding employee's information.
    Note: I tried to search this forum, but unable to narrow down the required business functions that i require.
    Thanks,
    Gaurav.

    https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=190743879
    RH_GET_MANAGER_ASSIGNMENT

  • Interface between ESS front end and  BAPI'S

    Hi,
    Can anyone tell me how the field mapping is done between ESS portal frontend to the corresponding field in BAPI FUNCTION MODULE.How it will call BAPI and return the value tothe front end.
    Thanks,
    Deepthi.

    check this Floor plan Manager http://help.sap.com/saphelp_erp2005/helpdata/en/b4/139525380149a49c8402e22700e4ba/frameset.htm .this is
    the architecture on which every application is built in ESS.
    it is having three components
    1.Business Component-which interacts with the backend
    2.Visual Component---front end display
    3.Configuration component--talks about component
    Model will be created in the Business component that interacts with the backend and fetches the data.
    check this link to know more about adaptive RFC model used to interact with the backend
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#15
    reward points if helpful

  • BADI/BAPI for ESS

    Hi,
    Can someone please guide me on how to find the corresponding <i>BADI/BAPI</i> for an ESS webDynpro. I would like to change the ABAP code for the Address WebDynpro in ESS. If no changes are possible is it possible to create your own?
    Your help is greatly appreciated.
    We are on SAP ECC 6.0 and Portal 7.0
    Thanks
    Salim

    Hi,
    We have a need at the client I'm at to do data validations like in PA30 but via ESS.  This post looked good, but the link does a 404 instead of going to the zip file.
    Anyone have ideas of how to do this?
    Thanks!

  • ESS Record Working Time BAPI name?

    Hi ,
             Can anyone tell me the BAPI name used in standard ESS- Record working time.
    Many thanks
    Rizwan

    Put a RFC trace through transaction ST05 and run the Record working time application.
    You can see it yourself which RFC is being called.
    Thanks
    Prashant

  • Steps to call a Bapi from ESS DC

    Hi all,
    my requirement is to modify an ESS dc, in which I have a button and when I click the button, it should execute a custom function module and display the returned values of the function module.
    Could any body tell me the steps to accomplish the above task in ESS dc?
    Right now when i tried to execute the function module, it doesnot execute atall. So was wondering if I am missing something.
    Please let me know how to do it. Do we have to create a separate model or reimport the existing model?
    Thanks

    HI,
    In case you want to call RFC from WD Application you have to include that RFC in model of that DC. So you have to reimport that model including new RFC in th model.
    Hope this helps !!
    Best Regards,
    Ruchi

  • Report is not getting displayed in ESS (ITS version)

    Hi ,
    I often create reports in ABAP HR and display them in ESS (ITS) .
    But this time , report is not displaying the contents of internal table .I have first time used BAPIs to pass the values to internal table .
    Is it the reason ??
    Please help me in ths regard how can I make my report displayed in ESS.

    Please make your transaction code as easy web transaction form SE93 and then try.

  • PZ11 - REM Statement in HTML format in ESS

    Hi
    Can we display the Remuneration statement in HTML format instead of the PDF format in ESS? If yes, how do we do that ?
    Currently our system is converting the smart_form to PDF and displaying in the PDF through PZ11 transaction.
    Thanks

    Hi VAB
    You need to call BAPI  BAPI_GET_PAYSLIP_HTML (FM) to meet your business requirement.
    The conversion from ABAP-listobject to HTML will be done via function module WWW_HTML_FROM_LISTOBJECT
    Also please notice: Note 425548 says that we must "adapt our list" so that it's layout is
    similar to an HTML table. The ESS documentation for renumeration statement says that if we change the form we must also change the HTML templates. The HTML appears to be generated from the form by a "converter routine". Documentation refers to templates HR_PAY_PAYSLIP and HR_PAY_PAYSLIP_PAGE for building the renumeration statement. using SMW0 to see them.
    Regards,
    Jun

  • How to include the new fields added in R/3 into ESS application

    Hi Experts,
    I have used Standred ESS application.After Importing the ESS application via bapi(Import the model),they have added some more additional fields in R/3 Backend. How to call those customized fields in our ESS application? 
    Please help me on this..
    Thanks.

    There is no specific document/book for the steps i told you....but i can list them as:
    1) Goto the Models component in the Webdynpro ...right click -> create new model.
    2) Specify the name of the Model as you like ....the RFC destinations...next.
    3) Specify the userid and password with RFC authorization in ECC
    4) Specify the name of the Function Module you want to import....and Import.
    5) Goto the Fc component -> Used Models section and add the model created earlier here..
    6) Goto the Fc Component -> Context Tab -> create new model nodes and attributes ...and bind them to Structure fields of the Function Module...
    7) Goto the Fc Component -> Interface Controller -> create nodes and attributes ...and bind them to the attributes created earlier
    8) Goto the Vc Component-> Context Tab -> create new context nodes and attributes....and bind them to the attributes in the Interface controller....make sure the Fc componentis added as a Used component in Vc.
    9)Finally create UI Elements on the Detail or Review view and bind the text property of the element to the attributes created in the Vc component.
    Hope it helps.
    Shikhil

  • What is the content the WiwModel (Model of ESS- option Who's Who?

    Hello
    Please, What is content the WiwModel (Model of ESS- option Who's Who (sap.com/ess~wiw/WhoIsWhoApplication)
    ? or Which are BAPIS use a ESS option Who's Who? or which are BAPIS read the infotype 006 and 0105?
    Thanks for your helps and posts..
    ivan
    Edited by: Ivan Quiroz on Feb 22, 2010 4:52 PM

    Just search for
    *WHO*
    in se37 and you will able to get the BAPIs names.
    Chintan

  • ESS: Who's Who Authorization Checks

    Hi,
    I am testing the ESS iView (tcode PZ01) in the Portal and it seems to be restricting the search results by my authorizations.  I am not getting a full list of people in the system.  Anyone know how to turn-off this authorization check?
    I noticed this only happens when I changed the ESS Who's Who customizing in the IMG for PZ01.  If I uncheck the checkbox 'Output fields list', then it checks authorzations.  I'm thinking this has something to do with using the BAPI vs. using the query infoset, as the documentation states.
    Message was edited by:
            Kenneth Moore

    Old post but I have had a similar issue and it was caused by P_ORGIN
    Infortype 0105 subtype?????
    Seem if the subtype is restricted then they are not displayed if subtype populated in the HR record.

  • How to change the   Success Message  for Personal Data Screen in ESS

    Hi,
           While saving the Personal Data in the ESS  I want to chage the Success message.When I check the DC , Message Class  i am not able to find the  the particular string.Can any  one please  guide how to find the Success Message String   for this Personal Data Screen or Which BAPI  I  have to check .
    Regards
    Alexi

    Hi  iidhya ,
      Please find the code below
        public boolean onEvent( )
        //@@begin onEvent()
        String event = fpm.getEventData().getEventName();
              if (event.equals(IFPM.EVENT_ADD)){
                   wdThis.wdGetFcPersInfoInterface().setModeForCreate(selectedSubtype);
              }else if(event.equals(IFPM.EVENT_EDIT)){
                   wdThis.wdGetFcPersInfoInterface().setModeForEdit(wdThis.wdGetFcPersInfoInterface().getSubtypevalue(selectedRecord));                              
              }else if(event.equals(IFPM.EVENT_REMOVE)){
                   wdThis.wdGetFcPersInfoInterface().setModeForDelete(wdThis.wdGetFcPersInfoInterface().getSubtypevalue(selectedRecord));                              
              return true;
        //@@end
    Regards
    Alexi

  • Call the ess payslip application using a URL

    Hi
    i want to
    1. call the ess payslip application using a URL
    2. and pass PERNR as parameter to this URL so that the salary slip displayed is for that particular PERNR.
    i am able to get the payslip application through URL.
    Now how to acheive point no. 2 ?
    Regards
    Rajendra
    Edited by: Rajendrakumar Gaikwad on Dec 30, 2008 11:55 AM

    Hello
    If this is not possible , let me know which BAPI it is calling to create the pdf
    so that i will create a application to call the BAPI itself and pass PERNR .
    Regards
    Rajendra

  • Minimal requeriments for ESS in ECC 6.0 ?

    Hi forum
       I have installed and configured the Employee Business Package, but i have an error, when i acces into ESS, i got an error and is that ESS call the BAPI HRXSS_SER_GETMENUDATA
      but this BAPI doesn´t have the input parameter
    COUNTRYGROUPING     TYPE     MOLGA                               Country Grouping
      and the ESS is calling this parameter.
    What are the minimum tecnhical requirements for HR modules in ERP ECC 6.0
      I have this Support Packages.
    SAP_HR     600     0028     SAPKE60028
    EA-HR     600     0020     SAPKGPHD20
      I enter into another SAP System of a different client, and this parameter exits and is a minor SP of EA-HR component.
       Thnks

    For ESS 6.30 the EHCP 3 for HR components are necessary

  • Re: Function Module to Validate ESS Id and Password

    Hi ,
         Is there is any function module / BAPI to validate the ESS Id and Password .
    Regards,
    Vijay

    Hello Vijay,
    there is a BAPI:
    BAPI_EMPLOYEE_CHECKPASSWORD
    Regards
    Gregor

Maybe you are looking for