Consumer Proxy Time Account ESS Timesheet

Hi Folks,
On the ESS timesheet, we have been facing a recurring Error message saying: "System error: No receiver could be determined".
I've been looking over the whole web, found some hints about how to make this message disappear, and it seems that the key transaction is SOAMANAGER.
Unfortunately, after loads of test configuring Service definitions and Consumer proxies i can't make it go away.
I'm not sure i'm using the right Service definition and Consumer Proxies, I've did my tests on the followings:
Service --> EETMECAL_WTS_EE_QR
Consumer --> CO_CATS_EMPLOYEE_TIME_CALENDAR 
Does anyone already did this configuration and could lead me to a solution?
Just a quick recall, this message appeared after checking the foloowing checkbox in CAC1:
Thanks in advance for any kind of help you could provide me.
Jules Letombe

Hello,
Do you still have an issue with this? If not never mind.
I happened to read this to configure our own scenario. I am able to get this resolved. We are not using PI so it was easier. But if you are then I see couple of issues.
In the above image, set the role to Application System. Create a HTTP type RFC connection and name it as INTEGRATION_SERVER. In the RFC the path prefix should be "/sap/xi/engine?type=entry".
To answer your error messages below
System NOt yet configured : System error: System not configured as XI Integration Engine - NA
Application system : System error: URL to call the Integration Server is missing on t - see below
Integration Server :System error: Proxy calls are not permitted on sender or receiver - NA
In the Configuration URL enter http://hsape06db:8006. System error "URL to call" error will be gone.
There might be more issues depending on whether you have all the PI configuration in place.
thanks

Similar Messages

  • ESS - Time Accounts- Exit button not working

    We have implemented ESS Business Package, the Time Accounts application's Exit button is not working.
    When we click on Exit, it is not doing anything. In Development env it is working fine, but when it comes to quality it is not working.
    suggest me if we can solve this problem.

    Hi Kiran,
    We had a same problem with "Exit" button for "Benefits Enrollment" in both dev and quality systems. As a workaround we redirected to the specific iView using WDPortalNavigation.navigateAbsolute on clicking "Exit  button".
    Hope this helps.
    Regards,
    Adren

  • Function module to get time Accounts on ESS

    Hi all,
       How can i find that which FMs or BAPIs are called from the Portal Services to get the Time accounts for the Leave Request Appl on ESS. The problem which i have to investigate is that on IT2006 the balance is different and on Portal the balance is diffrent. I want to see where the Portal is pulling the data from ?
      any help will be greatly appriciated.
    Thanks
    Amandeep.

    Amandeep,
    which version do you use? I suppose ecc 5.0 Then the used RFC are:
    for leave request/time accounts:
    PT_ARQ_ACCOUNTS_GET
    PT_ARQ_CUSTOMIZING_GET
    PT_ARQ_EECALE_GET
    PT_ARQ_REQLIST_GET
    PT_ARQ_REQUEST_CHECK
    PT_ARQ_REQUEST_EXECUTE
    PT_ARQ_REQUEST_PREPARE
    PT_ARQ_SEARCH_NEXT_PROCESSOR
    PT_ARQ_TEAMCALE_GET
    badisfor time account: HR_GET_QUOTA_DATA, PT_ABS_REQ
    kr, achim

  • Display more columns in ESS "Time Accounts" table in "Leave Request"

    Hi all,
    does anybody know how to configure the display of columns in the "Time Accounts" table in the ESS-WebDynpro "Leave Request" ? I currently see
    Time Account /  Deductible to / Entitlement / Remainder 
    We would like to include other columns and can't find to manage this in the WebDynpro ess~lea (we're using EP6, SAP_ESS 100 SP19) - all 12 existing columns are already set to "visible" in AccListView. In implementation of method format() in FccAccList all values are assigned, but the columns get not displayed...
    Please could you advise, where and how this can be customized?
    Is it to customize in backend or WebDynpro or ??
    Thanks,
    Monika
    Edited by: Monika Verwohlt on Jul 16, 2009 11:25 AM

    sorry

  • Web Service Call From Consumer Proxy in ABAP: Security Settings

    Hello All,
    Have a couple of questions:
    We are working on a scenario where we have to connect to a web service from ABAP. We have extracted the WSDL, and generated the client proxy, and configured a Logical Port. However, at the time of actual call, we receive an error message "Header http://schemas.xmlsoap.org/ws/2004/08/addressing:Action for ultimate recipient is required but not present in the message.". We suspect that this is a problem with the SOAP Header, which might be missing some tags, which are required by the Web Service. Problem is, we can not trace the Web Service SOAP Header. We can not see it in SOAMANAGER, or any other transaction as such.
    1. Does any body have an idea where to look for the complete SOAP Request, in case of a Consumer Proxy call?
    2. After re-configuring the Logical Port in SOAMANAGER, our scenario is now stuck at an error which says: 'SoapFaultCode:1  Security requirements are not satisfied because the security header is not present in the incoming message.'. This is probably happening because the target web service is WSE 3.0 compliant, and hence it is asking for UsernameToken and TimeStamp attributes in SOAP Header. In SOAMANAGER Logical Port configuration, we do not see a placeholder for providing this information. However, in earlier LPCONFIG transaction, there was a field for providing WS Security Profile for Operations. Where does this config lie in SOAMANAGER?
    Awaiting Replies.
    Thanks and Regards,
    Sid

    Hi Sid,
    The setting username/password in the manual logical port configuration will send the username and password in the http header as basic authentication. That's why you don't see a security header.
    To configure usernametoken you have to create the logical port out of a WSDL. This WSDL needs to contain WS-Security Policies . So in the policy section of the WSDL you see an XML element called UsernameToken.
    In order to let .Net generate a compatible WSDL you have to configure your WCF Web Service to use a CustomBinding with authentication "UsernameOverTransport". This is a username token in the security header send over SSL. So therefore you need an HTTPSTransport (instead of HTTPTransport) in the binding of your .Net WCF endpoint as well.
    For an example of such a WCF service configuration see my comment on http://weblogs.sdn.sap.com/cs/user/view/cs_msg/59671.
    Regards,
    Mathias

  • Single workbench request for CONSUMER PROXY in crm 7.0.

    Hi all ,
    I have a problem related to "consumer proxy" in sap crm 7.0 release. In our system , we have several proxies (existing) for consuming inter system web services (WSDL's) which were generated from SE80 , client proxies, wizard.
    As we know , at the very first time of creation , the workbench request holds both the structure , class and object of the proxy ,but if afterwards , the proxy is regenarated for changed structure in WSDL , then that workbench request only holds the regeneration request , doesnt hold the base structure.
    In our case , in those old proxies , there are so many requests .in some of it , many cross object requests are there , so we are facing problems to transport these proxies to a blank client(newly created).
    So my question is
    IS THERE ANY WAY TO CREATE ONLY ONE WORKBENCH REQUEST (MIGHT BE FROM SE80) FOR THOSE EXISTING PROXIES , THAT THEY HOLD THE STRUCTURE AND THE CHANGED STRUCTURE ALSO FOR INDIVIDUAL.
    THANKS IN ADVANCE.
    ARNAB MUKHERJEE
    INTEGRATION DEVELOPER.

    Hi,
    Refer the following to get the understanding the Equipment download to CRM.
    You define the default settings for replicating equipment in the IMG activity: Customer Relationship
    Management -> Master Data -> Installed Base -> Replication of Equipment from SAP R/3 Customer
    Service -> Define Default Settings for the Equipment Replication.
    For more information about the integration of different systems, see the SAP Library under mySAP
    Customer Relationship Management -> Architecture and Technology -> Business Integration -> CRM
    Middleware.
    The Business Add-In : Business Add-In: Equipment Upload (CRM_EQUI_LOAD) can be used to
    flexibly enhance the data transfer and validation in SAP CRM. The Add-In offers comprehensive options
    for influencing the mapping between equipment and individual objects
    Also refer to the following notes:
    1. Note 627279 - Serial number & configuration download
    2. Note 637173 - Equipment download/delta synchronization
    Hope it helps.
    Regards,
    Rajiv

  • Consumer Proxy changes in Logical Port do not work

    Hi all,
    i have created a consumer proxy on ce 7.11 and i want to change the url of the endpoint on my production system. as i am using nwdi i can't change the url in the wsdl.
    when i change the endpoint url in the single service configuration, the changes are not used by the consumer proxy.
    could anybody tell me if he experienced a similiar problem and provide a solution to me ?
    br,
    martin

    I have this same problem with my Satellite C55-B.  Headphone jack and the USB port right next to it both quit working apparently at the same time.  This laptop is only a year old and I have tried loading this driver for the audio jack with no luck.  
    Realtek Audio Driver File: tc40213600i.exe DOWNLOAD Version: 6.0.1.7195 Posted Date: 2014-04-07 (recommended by moderator Peter in another thread)
    So what am I dealing with here?  A hardware issue or a software issue?  Thank you.

  • CATS WDA - Time Accounts tab - Unapproved column...

    Hi all,
    Hopefully this is a simple question to answer.  When configuring the Time Accounts tab in the CATS WDA in ESS, you can choose a column called Unapproved.  Does any one know where this information is coming from?  We are using a custom version of the standard task TS31000007 for approval using workflow by manager.
    I tried to do some debugging, and it looks like it's trying to read the payroll cluster, but I thought it would look to see if there are any time entries in CATSDB with status of 20.
    Hope this makes sense.
    Thanks,
    Kevin

    Hi Andy,
    I'm not sure.  We are not using the Leave Request functionality.  But I did a test using it (quick and dirty), and you are right, it is part of the leave request functionality.  I'll have to add some custom code to utilize that column, or a custom one, so it shows up for us.
    Thanks,
    Kevin

  • Show Time Account application - where is it?

    hi,
    There is a webdynpro application for Working Time. it is ess~lea. I'm working on ESS 1.0 EP700 ERP 2005.
    In that application there is a link called "Show Time Account". On the click of this link, i get a table.
    My question: Where can i find this application (which view) and the view that opens on the click of the Show Time Account link.
    Any pointers?
    Regards
    Ak.
    PS: Points assured for helpful answers.
    Edited by: Arunkumar Ravi on Feb 7, 2008 3:06 PM

    Hi Reshma,
    Going back & forth, i found something.
    My Scenario is totally different.
    My NWDI source has no application called as ess~quotas.
    but i have an applicaiton ess~lea/LeaveRequest uses up this RFC PT_ARQ_ACCOUNTS_GET. I think this returns the data for time accounts. Component Name: VcAccList
    but my actual problem is that the leave balances returned to portal are wrong. what we see in SAP is not what is returned. To figure this out, i'm trying to see which applicaiton brings that table and which RFC populates the data.
    Any idea how to find out why i'm getting wrong data?
    Regards
    Ak.

  • Plan/Act text on ESS Timesheet

    Hi,
    In the ESS timesheet, there are 2 rows underneath the column headings which are "greyed-out" which correspond to the Plan and Act times.
    Currently the texts "Plan" & "Act" appear in the column to the left of the "Totals" column. The column to the left of the "Totals" column is currently the Activity Type description column.
    So what we have is the activity type column heading named "Description", then underneath we have the texts "Plan" and "Act".
    My question basically is that if the user moves the activity type description column somewhere else or hides this column, the "Plan" & "Act" texts also move or are hidden.
    Is there a way to "disassociate" those 2 texts from the activity type description so that they always appear to the left of the "Totals" column?
    Thanks,
    Denis

    Hi Siddharth,
    Yes the whole texts get displaced as well... I'll try and represent what I mean below. In the original view of the timesheet there is:
    Activity Type   WBS Element   Rec. Order   Att/Abs Type    Proj. Descr   Act. Type Desc.   Total   MO   TU   WE   TH   FR
                                                                             Plan                40
                                                                             Act                 40
    Z009            NPI-00008                      D065        Test Desc     Inspect             40     8    8    8    8   8
    Now if the user changes the order of the columns where they want to put the "Act. Type Desc" beside the Activity Type field they end up with this:
    Activity Type   Act. Type Desc.   WBS Element   Rec. Order   Att/Abs Type    Proj. Descr   Total   MO   TU   WE   TH   FR
                    Plan                                                                         40
                    Act                                                                          40
    Z009            Inspect            NPI-00008                    D065        Test Desc        40     8    8    8    8    8
    So as you can see, the texts "Plan" & "Act" also get displaced to the 2nd column, but they should in theory be to the left of the Totals column, as they relate to the totals.
    I was just wondering if there is a way to make sure the "Plan" & "Act" remain to the left of the Totals.
    Thanks,
    Denis

  • VFX3 ERROR:Enter a Name and City for one-time account postings (F5 266)

    Dear Colleagues.
    Finance are teying to release a billing doc to Finance on VFX3 and getting the error below.Is it something not maintained correctly somewhere (Customer Master,etc)?
    All help greatly appreciated,
    PAPJ1
    Error Log
                 0010056707 000000 Document 0010056707 saved (no accounting document generated)
                 0010056707 000000 Enter a name and city for one-time account postings
                Technical data
                    Tech. data details
                     Client
                     Group Number
                     Sales Document Number                  0010056707
                     Item Number of the SD Document         000000
                     Schedule Line Number                   0266
                     Counter in Control Tables              00
                     Message Identification                 F5
                     System Message Number                  266
                     Output Type                            E
                     Message Variable 01
                     Message Variable 02
                     Message Variable 03
                     Message Variable 04
                     Group Type

    Hi.
    The system logic is the following:
    In the master record of your one-time account, there is a field called
    'Reference account group'. The field status settings of the account
    group entered here are relevant for the one time vendor screen.
    Please note that even if the fields are changed from mandatory to
    optional if the NAME and CITY of the One Time Vendor is not filled, the
    system will still prompt the Error Message F5266.
    If you do not enter the name and city you will receive error F5266.
    The system logic here is to make sure that the name and the city being
    keyed-in properly for the Executive Information System reportings.
    Please note that it is hard-coded in the system.
    Check the following notes
    604312
    587806
    548834
    513748
    512360
    Also if you are using any bapi to post the document, you can  resolve the issue pass-in 'Name', City and Region field values in BAPI while creating the billing document.
    I hope I could be of assistance.
    Kind Regards,
    Fernando Evangelista

  • Enter a name and city for one-time account posting is the message i get

    Enter a name and city for one-time account posting is the message i get ,when i am trying to post a onetime vendor .I have entered name ,country and language when the pop comes.But still throws me this message ,pls help.

    Hi,
    I didnt understand what u mean by "when i am trying to post a onetime vendor".
    Pl. specify whether you are:
    -Creating a OTV
    -Creating a PO for a OTV
    or
    doing any other transaction
    Regards,
    Prithviraj

  • Can i have two different face time accounts on one apple id

    Would like to have two different face time accounts, one on mac book pro and one on ipad.  Can I have two different face time accounts on one apple id?

    You simply need to have a separate e-mail identifier for each.  One e-mail address would be associated with the mac book, the other separate and distinctive e-mail address would be associated with the i pad.  This is done under one single apple id.  Essentialy, the e-mail addresses are the FaceTime calling numbers for each. 
    Wuz

  • Error in creating create Consumer proxy:

    Hi all ,
                    while creating create Consumer proxy: in SE80 ,by giving the URL of the webservice i am getitng a error which is
    Exception occurred in communication framework:Error in HTTP Framework:404conn failedhttp, i am new to this SOA, please help me
    Thanking you
    Sridhar

    Hi.
    Can you tell us how did you solve it?? I´m getting the ( missing) error too.
    Thanks in advance.

  • Error while activating webservice-consumer-proxy

    Hi,
    I'm trying to generate a webservice-consumer-proxy from a Salesforce.com-WSDL-File. When trying to activate the proxy I receive an error-message from class CX_ESD_EXCEPTION stating "Beim Aktivieren des Proxys ist ein Fehler aufgetreten." (in english: "Error occured when activating the proxy"). The WSDL-File is SOAP-Version 1.1, Document/Literal.
    Thank you very much in advance,
    Olli
    [SAP Consulting by mindsquare|http://mindsquare.de]

    I have a similar issue and it says that the reason is one of the exception classes in XML  in not derived from either cx_static_check or cx_dynamic_check.  
    Please let me know if anyone have ideas how to resolve this

Maybe you are looking for

  • Where did the Charts go ???

    Ok, so they were updating iTunes today. Fine. Great, in fact! But now the charts are gone! I LOVED the charts. Does anyone know where they went? Are they still accessible somewhere in the store? I have to say, if they removed them, my opinion of Appl

  • I want to renew my one year cc subcriptions

    I want to renew my one year cc subscription but the options shows only switch plan or cancel plan ? i renewed my payment details through edit payment details too. Still it's not working .. I didn't see any option to renew. How to renew !! Please help

  • Text window that will scroll

    How do you get a text box that you can scroll down inside a table .......I have more info than space to put it in so i need to be able to scroll down to read it. Thanks Mike

  • Process Class

    Hi!, I wrote a java program that calls another java program, with the Process and Runtime classes. I am not getting any errors, but have a doubt regarding the execution. In the second java program, I had given a out.println statement, but the message

  • Alt key

    Im using Mac OS X 10.5.4 on an iMac (im using PLEOMAX keyboard). I've installed Win XP SP3 using NTFS format (190GB). The ALT key will not bring the OS windows, it works with only Apple keyboard. When using XP i can go to Startup Desk and choose eith