Error in raising ESS requests for an Approver

Hello Experts,
We have implemented standard claims workflow WS18900023 and have implemented BADI to get next approver.
Everything is working fine except one case when an Approver of certain claim type is raising request for himself. Then we are getting error while saving the claim: Approver can not raise claim.
I checked the documentation of BADI and found that we should return Person No and Group or Group in case we have multiple approvers but if we return null Group or null person no and group badi will go into error.
Can you please help me with a possible solution to this issue? How can I enable the approver to raise claim for himself??
Best Regards,
Deepak

in that BADI method GET_NEXT_APPROVER.
Make sure your passing the values for export parameters EFD_APGRP and EFD_APERN based on no.of approval levels.
For EFD_APGRP, you can pass value 'ADMIN' as default.
When it's final level don't pass any values to these parameters.

Similar Messages

  • Error while raising modify request for AD resource

    Hi,
    Getting below error in log, while raising modify request for AD resource, UI shows error while retrieving resource entity details.
    <Oct 19, 2011 2:15:45 AM CDT> <Error> <oracle.iam.requesttemplate.agentry.operations> <BEA-000000> <The "itresource-type" property is missing for attribute reference AD Remote Manager ITResource, which is of type itresource-lookup.>
    I verified the datasets for AD Remote Manager ITResource, comparing with our other environments. It is proper and we are not using AD Remote Manager ITResource anywhere.
    <AttributeReference name="AD Remote Manager ITResource" attr-ref="AD Remote Manager ITResource" type="Long" length="10" widget="itresource-lookup" required="false" available-in-bulk="true"/>
    Please let me know how to resolve this issue.
    Thanks in Advance.
    Edited by: 856226 on Oct 19, 2011 4:55 AM

    Hi,
    I think you should post this in an other forum, somewher in the Fusion stack, maybe Identy Management. This forums is ment for the Oracle database. So please post in a forum underneath https://forums.oracle.com/forums/category.jspa?categoryID=13&start=0
    Herald ten Dam
    http://htendam.wordpress.com

  • Getting error while raising modify request for AD resource in OIM11g

    Hi,
    Getting below error in log, while raising modify request for AD resource, UI shows error while retrieving resource entity details.
    <Oct 19, 2011 2:15:45 AM CDT> <Error> <oracle.iam.requesttemplate.agentry.operations> <BEA-000000> <The "itresource-type" property is missing for attribute reference AD Remote Manager ITResource, which is of type itresource-lookup.>
    I verified the datasets for AD Remote Manager ITResource, comparing with our other environments. It is proper and we are not using AD Remote Manager ITResource anywhere.
    <AttributeReference name="AD Remote Manager ITResource" attr-ref="AD Remote Manager ITResource" type="Long" length="10" widget="itresource-lookup" required="false" available-in-bulk="true"/>
    Please let me know how to resolve this issue.
    Thanks in Advance

    Hi,
    I think you should post this in an other forum, somewher in the Fusion stack, maybe Identy Management. This forums is ment for the Oracle database. So please post in a forum underneath https://forums.oracle.com/forums/category.jspa?categoryID=13&start=0
    Herald ten Dam
    http://htendam.wordpress.com

  • Error while raising leave request

    Dear all,
    I am getting error while raising Leave request over ESS...Task WS12300111 locked for instantiation.
    As well as in MSS manager is not getting requests for approval..can anyone tell me on workflow front what shall be done.
    Regards,
    Rajasekar.

    check the WF is a general task ie PFTC and user has authoriation, Are you using any custom code through badi, then enusre Start_WF method is implemented.

  • Error in creating Transport Request for a view table

    Hello all,
    I have an ECC IDES 6.0 system named EC1 and another one which is ECC EhP4 IDES named EA1 which I have just installed.
    One of my requesters has a view table named ZVAITM_TBLE in EC1 and she wants it to be transported to EA1.
    So I created a workbench transport in SE10 and included the following:
    PgmID = R3TR
    Obj = VDAT
    Object name = ZVAITM_TBLE
    But when I press enter, I encountered the following error:
    No object definition exists for Customizing object ZVAITM_TBLE
    Message no. TK427
    Diagnosis
    The Customizing object R3TR VDAT ZVAITM_TBLE is not defined in the tables of the Change and Transport System.
    This means that you cannot use the Transport Organizer to edit it.
    System Response
    The function terminates.
    Procedure
    First check whether the name of the object is correct. Then you (or the system administrator) should check the object definition, to ensure that the object was created correctly (transaction SOBJ).
    If the object does not exist, then create it or delete it from the request/task.
    I am new to transports so I have no idea how to proceed.
    Please advise.
    Thanks a lot!
    Cha Cha

    Hello Cha,
    Kindly open this custom table using SM30 and try creating a transport request from there.
    Regards
    Vivek

  • Error: Unable to fulfil request for 262144 bytes of memory space.

    Hi experts,
    When running a query and 30 minutes after that, I received an error message from BW:
    <b>Error Group
    RFC_ERROR_SYSTEM_FAILURE
    Message
    Unable to fulfil request for 262144 bytes of memory space.</b>
    Can someone help me with this?

    Hi Bob,
    Many thanks for your reply. I believe your observation is correct. I can run the report when I choose only one month instead of 17 months.
    However, do you think that something can be done on BW server to eliminate this problem? Is there not enough memory on BW server to fulfil this request?
    Thanks.

  • Error maximum size of requests for one LUW

    Hi all,
    My problem is:
    In SAP ERP i call a function (ZQTC_NFE_CANCEL_XML_PI) that is implemented in SAP PI.
    Follow below my source code of a call:
    start----
    DATA: gv_rfcdest TYPE rfcdest,
          gs_cancel_xml TYPE zqtc_cancel_xml_layout.
    gv_rfcdest = 'SAPAVGXI'
    CALL FUNCTION 'ZQTC_NFE_CANCEL_XML_PI' IN BACKGROUND TASK
       DESTINATION gv_rfcdest
       EXPORTING
         i_cancel_xml          = gs_cancel_xml
       EXCEPTIONS
         communication_failure = 1
         system_failure        = 2
         OTHERS                = 3.
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    COMMIT WORK.
    end----
    When execute this function the error is "maximum size of requests for one LUW"
    Attention
    gs_cancel_xml is not big.
    Can anyone help me please!

    Hello,
    RFC destination progid created in R/3 should be same in XI system either D or Q system
    In your case check the RFC destination used and progid associated in that and make sure that the same progId exists in the system you want to receive data
    Note : progID is key for receiving data so make sure only one is active at a time.(in your case required D or Q s id in other system change the progid)
    Regards,
    Phani

  • Any way in EBS for purchase dept to raise a request for a prepayment

    hello
    This morning i received a request from accounts department that they would not enter prepayments manually .
    Instead it should be like a PO process: the requestfor prepayment should be raised from purchasing department which should be approved and then accounts users can pick it up like they pick up PO`s for invoices
    is there any standard way for this process, they say they did it where they worked earlier.
    Well i am not aware of any such standard way
    Please advice
    I am on 12.0.6

    http is a website, Firefox browses websites. We are not planning on kicking people to the native app for such things. We do support loading resources that list helper apps. For example if you load a Google Maps page there is an Android icon in the address bar that will take that page info and pass it to the Google Maps app.

  • Sapinst stops with error while installing ess component for Java AS

    Dear experts,
    I really hope you can help me with this one,
    We are installing a ABAP/Java AS development system and sapinst has gone through 75% of all execution tasks nicely,
    but then stopped with error while deploying components for the Java AS:
    ERROR 2009-03-30 13:01:27
    CJS-30156  SDM deployment failed for at least one of the components to deploy.<br> SOLUTION: Check 'C:\Program Files/sapinst_instdir/ERP/SYSTEM/ORA/DISTRIBUTED/AS/CI/callSdmViaSapinst.log' for more information.
    ERROR 2009-03-30 13:01:28
    FCO-00011  The step enableUsageTypes with step key |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features_Enablement|ind|ind|ind|ind|15|0|enableUsageTypes was executed with status ERROR .
    Any help would be really appreciated as I am stuck with this and dont seem to be able to find any information on this one.
    Thanks a lot for your help in advance.
    Here is the crucial part of callSdmViaSapinst.log:
    Mar 30, 2009 12:55:18... Info: Starting: Initial deployment: Selected development component 'ess/bp_ess'/'sap.com'/'MAIN_ERP05VAL_C'/'788220'/'0' will be deployed.
    Mar 30, 2009 12:55:18... Info: SDA to be deployed: D:\usr\sap\DE1\DVEBMGS00\SDM\root\origin\sap.com\ess\bp_ess\MAIN_ERP05VAL_C\0\788220\sap.com_ess~bp_ess.sda
    Mar 30, 2009 12:55:18... Info: Software type of SDA: J2EE
    *Mar 30, 2009 12:55:18... Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) ******
    Mar 30, 2009 1:00:21 PM  Info: Begin of log messages of the target system:
    *09/03/30 12:55:19 -  ************************************************************
    09/03/30 12:58:07 -  Start updating EAR file...
    09/03/30 12:58:07 -  start-up mode is lazy
    09/03/30 12:58:08 -  EAR file updated successfully for 578ms.
    09/03/30 12:58:08 -  Start deploying ...
    09/03/30 12:58:42 -  EAR file uploaded to server for 30641ms.
    09/03/30 13:00:20 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application sap.com/ess~bp_ess..
                         Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Exception during deploy: Failed to deploy archive D:\usr\sap\DE1\DVEBMGS00\j2ee\cluster\server0\.\temp\deploy\work\deploying\reader1238414327258\sap.comessbp_ess.epa
                   The following objects could not be locked: [pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess**.iviews/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.mx/com.sap.pct.erp.ess.addr/com.sap.pct.erp.ess.addr|pcd_service], [pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.iviews/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.de/com.sap.pct.erp.ess.addr|pcd_service], [pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.iviews/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.id/com.sap.pct.erp.ess.addr/com.sap.pct.erp.ess.addr|pcd_service], [pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.pages/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.jp/com.sap.pct.erp.ess.addr/com.sap.pct.erp.ess.addr|pcd_service], [pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.pages/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.de/com.sap.pct.erp.es

    Thanks Désirée for your answer and apologies for the late update on this one.
    This issue is resolved now, the reason for the error was a lack of memory which probably triggered a timeout in sapinst. After upgrading the memory to 7GB and re-starting the ABAP+Java AS and resuming sapinst everything went through fine. However, this was hard to spot because the logs wouldn't tell you about the lack of memory but about everything else!
    regards,
    Manfred

  • Error when creating transport request for transfer rules

    Hi
    When we are creating the transport request it is giving the Warning 1."source system are not transported.
         Error  2." you can't use request BQAK900164
         Error  3."object ISTS Zevkkn_bb could not be saved 
                   to order BQAK900164.
    This is very urgent.
    Please reply soon.
    Thanks in Advance,
    Regards
    Pankaj Angra

    Hi,
    Did you replicate the data source?. That could be the problem or there might be problem you have set up the source system on your BW system
    make sure that the source system names are mapped from your R/3 dev to your R/3 QA. This is done on the BW QA (target system) RSA1 => Tools => mapping of source system names. make sure your entries are there for the logical system names of your dev to qa.
    Then in the BW dev, when selecting the trasnfer rule make sure to select the appropriate source system. (souce system icon in tool bar)
    Do u hav 2 Source sys ?
    -Shreya

  • I keep getting this error message..The request for account "Yahoo" failed.  The server responded with "502" to operation CalDAVAccountRefreshQueueableOperation.  How do I fix it?

    what do I do when I get  this error message?

    NO,  I still have the error message/problem.   It started with my hotmail account.  So I deleted/removed it and started a new yahoo email.   I am now getting the error message on yahoo email.   It doesnt hapen on my gmail account nor my exchange UCSD email and this is only on my MAC...my ipad works fine.   All emails run fine on the ipad.  Its so frustrating. 

  • Why do I get repeated requests for cookie approval on the same website?

    FF 3.6.10
    XP pro. sp3
    I get message "__" wants to change an existing cookie"
    I click "this session only or OK" and still get the request. Each time the cookie description is different. 4 or more requests each time.

    *Extended Cookie Manager: https://addons.mozilla.org/firefox/addon/1243

  • Error while raising request when selected country other than India

    We are implementing Travel Management (ECC 6.0 ) along with HR. While raising Travel Request for International Travel the following error message occured and not allowing to submit request.
    Trip country "USA" does not correspond to domestic schema "Travel Calendar"
    Is any body help to find solution.
    Kesari
    Mobile:9848012035

    Hi Srinivas,
    You need to define schema (t.code FITVFELD.) for country specific trip "e.g USA.
    You have chosen the travel calendar for domestic trips. You can either create new travel caldender for foreign trip
    Hope this helps.
    Pls assign points as way to say thanks
    Message was edited by:
            Ravi Rana

  • Error in RFC Adapter PI 7.10 maximum size of requests for one LUW

    Hello all,
    I have a big issue on our Development - SAP PI 7.10 System. If I try to push a RFC from a Client System
    I get follow error messagei in the Runtime Workbench (RWB)  back:
    processing error to be caused by: com.sap.aii.adapter.rfc.core.server.RfcServerException: maximum size of requests for one LUW has been reached (1). handling of request for tRFC (TID: 0AA001B8712C49D35D4D06C2) not possible (server: RfcServer[PKG_R3_D07_600_RFC_SND]1)
    But I don't know why. I checked follow OSS Notes:
    730870 and 774705 w/o success. It will be nice somebody can help me.
    Thanks
    S. Kohler
    P.S. We have the same scenario in our Quality SAP XI System and there works. I couldn't find any
    differences between the Adapters. Is there a problem with the parameters ????

    Hello Tarang Shah,
    okay. Here again ( I thought I mentioned above):
    in Q50 (SAP PI 7.10 System) we create a RFC Server with the program ID RFC_Q50.
    in D64 (SAP PI 7.10 System) we vreate a RFC Server with the program ID RFC_D64
    in D07 (SAP R/3 4.7 x110) we create a RFC Connection to D64 with the program ID RFC_D64.
    The testconnection works well. I see in our Dev. SAP PI System (D64) that the connection works.
    The problem is here, if you start in the application (System D07) the push, you get the error :
    maximum size of requests for one LUW has been reac hed (1). handling of re
    in Q50 (SAP R/3 4.7 x110) we create a RFC Connection to Q50 with the program ID RFC_Q50.
    The testconnection in Q17 works well. Also the push from the application (System Q17.)
    This means, the functionallity is okay on both sides (Q17 and D07) only the application sending
    process from D07 makes trouble ( you see in Transaction SM 58 on Client Site, the error as I mentiond above and in SAP PI side.) It seems that SAP PI could't accept more as one LUWs
    in the same time. Q50 (Q- System) accepted.
    So, this is the reason in my point of view, that the problem isn't the connection, seems more
    an paramter problem in D64 side. But I don't know which parameters. I checked the OSS Note 730870 and 774705 w/o success.
    Thanks
    S. Kohler

  • "ON VALUE REQUEST FOR" Activation Error!

    Hi All,
    Am using a field on my Selection Screen:
    SELECT-OPTIONS s_kh_ch FOR p9240-subty NO INTERVALS.
    When, am calling an event, to populate the search help for this field:
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_kh_ch-low.
    PERFORM f_call_f4_help TABLES git_subty_9240 USING 'SUBTY' 'P9240-SUBTY'.
    It is giving an activation error!
    "ON VALUE REQUEST FOR" should be followed by <parameter> or <select-option>-LOW/<select-option>-HIGH.
    BUT, For your Information, the same On Value Request For event works well, when i define the field as PARAMETER!
    Why is this error being thrown ? Anyone faced this kind of activation error?
    Kindly Help...
    Thanks in advance.
    Rgds,
    Sundar.

    HI,
    try this
    data: g type anla-anln1.
    data: itab like anla occurs 0 with HEADER LINE.
    select-options s for g.
    at selection-SCREEN on VALUE-REQUEST FOR s-low.
      perform routine tables itab
                       using s-low.
    *&      Form  routine
          text
         -->P_ITAB  text
         -->P_S_LOW  text
    FORM routine  TABLES   P_ITAB STRUCTURE anla
                  USING    P_S_LOW.
    ENDFORM.                    " routine
    reward points if helpful,
    regards,
    venkatesh

Maybe you are looking for

  • Adapter problems for late 2009 Macbook - Please help!

    I have a late 2009 white Macbook that I want to hook to an older TV. I bought the mini-dvi to s-video adapter on advice on the apple support people. The adapter showed up and the mini-dvi plug is much bigger than the dvi plug on my macbook. I did the

  • Tolerance limits on PO

    Dear All, I need to place tolerance limits on PO quantity. e.g 5 percent of the PO quantity is allowed to GRN. how can i do that, Thanks

  • Execute jar file: "could not find the main class" program will terminate

    Hey, I am new to Java. I have started to make a small java program which supposed to help me at my studies to lean the Dominic Memory System. I have used the latest version of Netbeans 5.5.1 to build my program in. I have two problems which I cannot

  • Now have a mac and want to connect Ipod without loosing file

    I recently upgraded computers to an Mac I originally had a PC and my ipod was loaded on a PC now I want to use my ipod on my Mac but i am scared if I plug it in I will lose my songs. How can I avoid this?

  • Installing Windows 7 on new HD

    When I try to install Windows 7 on a NEW HD, the installation stops at "Where do you want to install Windows?" The details are the selected partition requires at least 10295MB free space. Disk 0 unallocated space =3.9GB. How do I change the partition