Batch appropriation request?

hi experts,
if i can use shdb or others  to create a batch program for appropriation request,i have tried shdb,but strangly after i click the 'create buttom',the processing is finished
best regards
zlf

use bapi
call function 'BAPI_APPREQUEST_CREATE'
        exporting
           appropriationrequest_in = APPREQ-APPROPRIATIONREQUEST_IN
           apprequest_type = APPREQ-APPREQUEST_TYPE
           controlling_area = APPREQ-CONTROLLING_AREA
           MASTER_DATA = MASTER_DATA
           VARIANT = VARIANT
           plan_total = plan_total
        tables
            partner = PARTNER
            plan_year = plan_year
            ASSIGNMENT_TO_POS = BAPIAPPREQEXPPROGASSGN
            RETURN  = return.
    if return[] is INITIAL.
     commit WORK.
     WAIT UP TO 30 SECONDS.
      call FUNCTION 'BAPI_TRANSACTION_COMMIT '.
      message '????' type 'S'.
    else.
      message '????????????,' type 'E'.
    endif.
Edited by: lf z on Oct 26, 2009 8:32 AM

Similar Messages

  • Workflow for Approval of Appropriation Request

    Dear experts,
    I have been working on Workflow for Approval of Appropriation Request.
    Even after carrying out all the required configuration, the process is not working. Following are the symptoms:
    When appropriation request is submitted for Approval, I am maintaining user ids of approvers in the Partner field.The moment I click For Approval status the Approve Button is deactivated.Even when I log in from the Approver's user ID the button is Deactivated. 
    When I check the Business Workplace Inboxes of Approvers there are no Workflow related mails.
    please help me out
    Regards,
    srikanth

    srikanth,
    Have you maintained all the configurations related to Work flow in IMG? like activating event linkage, assigning agents, approval schema etc...
    Also, have you maintained the workflow automatic configuration in transaction SWU3,
    you have to maintain the following:
    1. create a user id WF-BATCH, user type system and maintain a password for this user (seek BASIS team help for doing this)
    2. Assign SAP_ALL & SAP_NEW in user profile tab.
    3. in SWU3, under Maintain Runtime Environment --> Maintain Workflow System Administrator , select line and click on execute button, select user - WF-BATCH, save and back.
    4. then in the same screen select *Configure RFC Destination * click on execute, system prompts with the user id mentioned in the above step, you enter the password mentioned in the first step, click OK.
    5. now select *Maintain Runtime Environment * click on perform automatic configuration button (f9).
    6. Ensure that the option Maintain Runtime Environment turns to Green tick mark.
    7. select Classify Tasks as General click on perform automatic configuration button (f9).
    8. Ensure that the option Maintain Runtime Environment turns to Green tick mark.
    Now can go to transaction SWDD, on the left side of the screen, in the field WORKFLOW enter this value* WS00300022* press enter. Click on test (F8) button.
    In the Test Work flow screen select BUS2104 line, it shows a new line at the bottom of the screen with the following options:
    Object type:  BUS2104, Key:
    You enter the appropriation request number in the  field key (you cannot directly enter value here, choose drill down option (f4) then a new window pops up, enter the approp request number, click ok.
    then click on execute (f8).
    Now you can check in the approver's business work place under Inbox - workflow.
    Praveen

  • Report for IM (appropriation request ) and MM (PO/GRN)

    Hi Friends,
    Is there a report which shows the appropriation request (IM module) and the purchase order / grns created for a particular appropriation request (internal order).
    pls. suggest...
    Pankaj

    Hi Friends,
    Please refer revise query
    Is there a report which shows the investment order-internal order (IM module) and the purchase order / grns created for a particular appropriation request (internal order).
    pls. suggest...

  • Appropriation Request: Status 'In process' after all approvals (IMA11)

    Hello,
    We are using IMA11 and associated workflow tasks to create and approve a appropriation request. Occasionally, the status of the appropriation request wouldn't change to 'Approved' even after all the approvals. When we look at the corresponding workflow, the status of the task "New status for appropriation requests" would be 'In process'. There would be no error messages shown in the workflow log and there won't be any short dumps.
    The same appropriation request, when restarted for the second or third time, would complete without any issues and the status of the appropriation request would change to 'Approved'.
    Can someone let me know what could be the reason for occasional failure of the appropriation request workflow?
    Thanks,
    Surya

    Here is another issue for the same workflow approval process.
    There are 4 approval levels. Identifying the agent and the approval happens in a loop.
    Occasionally, the workitem fails with the message 'Work item XXXXXXXX locked by user XXXXXXX (enqueue error)' The workitem is  getting locked by the previous approver. Is there any specific reason for this lock or do I need to add a wait step for each loop?
    The approver, approves the workitem from his Business Workplace. I checked other threads, but I am not able to figure out a reason. These are all synchronous processes.
    Thanks,
    Surya

  • Error message while creating Appropriation Request

    Hey there,
    I am getting Error message while creating Appropriation Request.
    I have done all the confiig according to SAP Best Practices U30 Investment Management.
    When going into transaction IMA11(Create an AR) I can full in all fields but as soon as I click on the Control Tab I get a Run time error. Also when attempting to save the AR without clicking on the Control tab I get this message.
    Any help would be greatly appreciated
    RAISE_ exception
    Runtime Errors         RAISE_EXCEPTION                                                            
    Date and Time          18.07.2011 07:15:07                                                                               
    ShrtText                                                                               
    Exception condition "ERROR_IN_STATUS" raised.                                                                               
    What happened?                                                                               
    The current ABAP/4 program encountered an unexpected                                         
         situation.                                                                               
    Error analysis                                                                               
    A RAISE statement in the program "SAPLAIA_TOOL" raised the exception                         
         condition "ERROR_IN_STATUS".                                                                 
         Since the exception was not intercepted by a superior program                                
         in the hierarchy, processing was terminated.                                                                               
    Short description of exception condition:                                                                               
    For detailed documentation of the exception condition, use                                   
         Transaction SE37 (Function Library). You can take the called                                 
         function module from the display of active calls.                                            
    Trigger Location of Runtime Error                                                                
         Program                                 SAPLAIA_TOOL                                         
         Include                                 LAIA_TOOLU11                                         
         Row                                     119                                                  
         Module type                             (FUNCTION)                                           
         Module Name                             AIA_TOOL_GET_STATUS                      
    Source Code Extract                                                                               
    Line  SourceCde                                                                               
    89 *                TYPE       = SY-MSGTY                              
        90 *                CL         = SY-MSGID                              
        91 *                NUMBER     = SY-MSGNO                              
        92 *                PAR1       = SY-MSGV1                              
        93 *                PAR2       = SY-MSGV2                              
        94 *                PAR3       = SY-MSGV3                              
        95 *                PAR4       = SY-MSGV4                              
        96 *           IMPORTING                                               
        97 *                RETURN     = ls_return.                            
        98 *   endif.                                                          
        99 *   if not ls_return is initial.                                    
       100 *      append ls_return to return.                                  
       101 *      raise error_in_status.                                       
       102 *   endif.                                                          
       103 *                                                                   
       104 *  Füllen der Ausgabetabellen                                       
       105    perform fill_output_tables tables lt_status                      
       106                                      lt_jsto                        
       107                                      et_appreq_status               
       108                                      et_appreqvarnt_status          
       109                                      et_appreq_user_status          
       110                                      et_appreqvarnt_user_status     
       111                                      lt_objnr                       
       112                                      lt_objnr_varnt                 
       113                                      lt_return                      
       114                               using  i_language                     
       115                                      i_with_text.                   
       116                                                                     
       117    if not lt_return[] is initial.                                   
       118       append lines of lt_return to return.                          
    >>>>>       raise error_in_status.                                        
       120    endif.                                                           
       121                                                                     
       122                                                                     
       123 ENDFUNCTION.

    Hi,
    You said you are trying to do this stuff in IDES right.
    If you are using IDES provided by a company and where many people play on IDES, then you can get many such issues...
    This is by our experience.  Today you do something in IDES and tommorow that thing or config is screwed up by others.
    If you have your own IDES, then check the suggestion given by the forum Guru's.
    Regards,
    SB

  • DMS Object Linking with Appropriation Request (Ecc6.0)

    Dear All,
    ECC 6.0(ERP 2005)
    <b>Steps:-</b>  (Error in Object Link for Appropriation Request)
    I am opening DIR in change mode
    going to object links TAB
    attaching object link for appropriation request
    saving the DIR
    Re-opening the same DIR with Appropriation Req. Object link
    going to object link TAB
    double clicking the attached object for Appropriation Req.
    <b>Error****this does take me to maintained TCODE IMA11 for Appropriation Req. "but it does not display specific attached object"</b>
    I mean it is not displaying attached object (Appropriation req.,Variant) it just take me to initial screen of IMA11....
    IF any one knows possible solution pls. reply
    Regards,
    Tushar Dave

    Hi Dave,
    please change the transaction from IMA11to IMA3 and see if the request is now
    displayed. In transaction SPRO under
    Cross-Application Components
    -> Document Management
       -> Control Data
           -> Maintain Key Fields
    the entry for object IMAV should look like this:
    IMAV     IMA3     POSNR1
    I hope this information will help you.
    Best regards,
    Christoph

  • Basics: Appropriation Requests and WBS elements (3/3)

    Hi,
    Last question I promise!
    1) Is it possible for more than one appropriation request to point at the same existing project without creating new different project.
    As a solution, I though to create empty projects from AR in order to use the values of the program position they are linked to. Is this correct or are there other solutions?
    With regards to the link reported below, am I right in assuming that not even the top WBS element (namely InfoSys, refer to graph in link) can be related to a program position in order to exploit the function.. or is it that only the WBS elements directly above and below it (refer to WBS:"software", in the graph) in the hierarchy should not be assigned to a program position to use the function.
    Investment Management (IM) - SAP Library
    This question refers to <<SAP IM ECC 6.0 SP 16>>
    Grazie!
    Jessica

    Hi Jessica,
    Can you point different AR to same project If its the same WBS answer is NO. if these are two separate WBS within the project Yes you can.
    so assume you have two Level 1 WBS A and B within project XYZ. Then A can point to AR 1 and B can point to AR2.
    But WBS A cannot point to AR1 and AR2.  Hope it clears your doubt on 1st Question.
    Why you want to do that? Whats the business rationale behind it? Usually AR is used to approve a business investment plan and it will be associated with that particular project. So the best practice in SAP is to have a one to one relationship between AR and SAP Investment Project. 
    On your understanding of the Graph. You are 100% correct. Neither Inf. Sys  nor Software can be assigned to a Program Position ID as the WBS Application is already assigned to a Program position ID.
    Hope it helps..
    Regards
    Sammar

  • Batch reading request doesn't prefix field names by table name

    A batch reading request doesn't prefix field names by table name and I've got a AmbigiousException which is normal because there is the same fields in the 2 tables.
    The following code :
    //call a ReadAllQuery and return a list of AffaireImpl
    List<Affaire> listeAffaire =  affaireDao.getAffaireCorrespondantes(lccJrd, lnaAnnee, lnaOrdre, lcNataffCode, lnaNoSuite);
    for (Affaire affaire : listeAffaire) {
       //there is a one to Many mapping on Affaire to Dossier, with Transparent Indirection, Read-Ony and Batch Reading
       //this metod generate the wrong batch reading method
       List<Dossier> listeDossiers = affaire.getDossier();
    generates the following requests:
    ReadAllQuery(eu.curia.litige.model.AffaireImpl) --
    SELECT * FROM LA_AFF WHERE ( ((LCC_JRD = 'C') AND (LNA_ANNEE = 8)) AND (LNA_ORDRE = 8))
    ReadAllQuery(eu.curia.litige.model.DossierImpl) --
    SELECT t0.*
    FROM LA_DOSSIER t0, LA_AFF t1
    WHERE
    (((t0.LNA_NO_SUITE = t1.LNA_NO_SUITE) AND ((t0.LCC_JRD = t1.LCC_JRD) AND ((t0.LC_NATAFF_CODE = t1.LC_NATAFF_CODE) AND ((t0.LNA_ANNEE = t1.LNA_ANNEE) AND (t0.LNA_ORDRE = t1.LNA_ORDRE)))))
    AND UPPER(LCC_JRD) = 'C' AND UPPER(LNA_ORDRE) = '8' AND UPPER(LNA_ANNEE) = '8')+
    but the request should be :
    SELECT t0.*
    FROM LA_DOSSIER t0, LA_AFF t1
    WHERE
    (((t0.LNA_NO_SUITE = t1.LNA_NO_SUITE) AND ((t0.LCC_JRD = t1.LCC_JRD) AND ((t0.LC_NATAFF_CODE = t1.LC_NATAFF_CODE) AND ((t0.LNA_ANNEE = t1.LNA_ANNEE) AND (t0.LNA_ORDRE = t1.LNA_ORDRE)))))
    AND t1.LCC_JRD = 'C' AND t1.LNA_ORDRE = '8' AND t1.LNA_ANNEE = '8')+
    It's strange because this is the only place the batch reading doesn't prefix and uses a UPPER.
    For now we have disabled the batch reading, but it decreases the performanes (the list of affaire can be hudge).
    Any Idea?
    We use TopLink 10.1.3 on a Oracle 10g Database.
    Edited by: krampstudio on 2 déc. 2011 07:40
    Edited by: krampstudio on Dec 7, 2011 11:57 AM

    Here the mapping (I've also remove the tags of some of the direct mapping fields to simplify the reading)
         <opm:class-mapping-descriptor xsi:type="toplink:relational-class-mapping-descriptor">
             <opm:class>eu.curia.litige.model.AffaireImpl</opm:class>
             <opm:alias>Affaire</opm:alias>
             <opm:primary-key>
                <opm:field table="LA_AFF" name="LC_NATAFF_CODE" xsi:type="opm:column"/>
                <opm:field table="LA_AFF" name="LCC_JRD" xsi:type="opm:column"/>
                <opm:field table="LA_AFF" name="LNA_ANNEE" xsi:type="opm:column"/>
                <opm:field table="LA_AFF" name="LNA_NO_SUITE" xsi:type="opm:column"/>
                <opm:field table="LA_AFF" name="LNA_ORDRE" xsi:type="opm:column"/>
             </opm:primary-key>
             <opm:events xsi:type="toplink:event-policy"/>
             <opm:querying xsi:type="toplink:query-policy">
                <toplink:does-exist-query xsi:type="toplink:does-exist-query">
                   <toplink:existence-check>check-database</toplink:existence-check>
                </toplink:does-exist-query>
             </opm:querying>
             <opm:attribute-mappings>
                <opm:attribute-mapping xsi:type="toplink:one-to-many-mapping">
                   <opm:attribute-name>dossier</opm:attribute-name>
                   <opm:read-only>true</opm:read-only>
                   <opm:get-method>getDossier</opm:get-method>
                   <opm:set-method>setDossier</opm:set-method>
                   <opm:reference-class>eu.curia.litige.model.DossierImpl</opm:reference-class>
                   <opm:target-foreign-key>
                      <opm:field-reference>
                         <opm:source-field table="LA_DOSSIER" name="LCC_JRD" xsi:type="opm:column"/>
                         <opm:target-field table="LA_AFF" name="LCC_JRD" xsi:type="opm:column"/>
                      </opm:field-reference>
                      <opm:field-reference>
                         <opm:source-field table="LA_DOSSIER" name="LNA_ANNEE" xsi:type="opm:column"/>
                         <opm:target-field table="LA_AFF" name="LNA_ANNEE" xsi:type="opm:column"/>
                      </opm:field-reference>
                      <opm:field-reference>
                         <opm:source-field table="LA_DOSSIER" name="LNA_ORDRE" xsi:type="opm:column"/>
                         <opm:target-field table="LA_AFF" name="LNA_ORDRE" xsi:type="opm:column"/>
                      </opm:field-reference>
                      <opm:field-reference>
                         <opm:source-field table="LA_DOSSIER" name="LC_NATAFF_CODE" xsi:type="opm:column"/>
                         <opm:target-field table="LA_AFF" name="LC_NATAFF_CODE" xsi:type="opm:column"/>
                      </opm:field-reference>
                      <opm:field-reference>
                         <opm:source-field table="LA_DOSSIER" name="LNA_NO_SUITE" xsi:type="opm:column"/>
                         <opm:target-field table="LA_AFF" name="LNA_NO_SUITE" xsi:type="opm:column"/>
                      </opm:field-reference>
                   </opm:target-foreign-key>
                   <toplink:batch-reading>true</toplink:batch-reading>
                   <toplink:container xsi:type="toplink:list-container-policy">
                      <toplink:collection-type>oracle.toplink.indirection.IndirectList</toplink:collection-type>
                   </toplink:container>
                   <toplink:indirection xsi:type="toplink:transparent-collection-indirection-policy"/>
                   <toplink:selection-query xsi:type="toplink:read-all-query">
                      <toplink:container xsi:type="toplink:list-container-policy">
                         <toplink:collection-type>oracle.toplink.indirection.IndirectList</toplink:collection-type>
                      </toplink:container>
                   </toplink:selection-query>
                </opm:attribute-mapping>
                <opm:attribute-mapping xsi:type="toplink:direct-mapping">
                   <opm:attribute-name>lccJrd</opm:attribute-name>
                   <opm:field table="LA_AFF" name="LCC_JRD" xsi:type="opm:column"/>
                </opm:attribute-mapping>
                <opm:attribute-mapping xsi:type="toplink:direct-mapping">
                   <opm:attribute-name>lcNataffCode</opm:attribute-name>
                   <opm:field table="LA_AFF" name="LC_NATAFF_CODE" xsi:type="opm:column"/>
                </opm:attribute-mapping>
                <opm:attribute-mapping xsi:type="toplink:direct-mapping">
                   <opm:attribute-name>lnaAnnee</opm:attribute-name>
                   <opm:field table="LA_AFF" name="LNA_ANNEE" xsi:type="opm:column"/>
                </opm:attribute-mapping>
                <opm:attribute-mapping xsi:type="toplink:direct-mapping">
                   <opm:attribute-name>lnaNoSuite</opm:attribute-name>
                   <opm:field table="LA_AFF" name="LNA_NO_SUITE" xsi:type="opm:column"/>
                </opm:attribute-mapping>
                <opm:attribute-mapping xsi:type="toplink:direct-mapping">
                   <opm:attribute-name>lnaOrdre</opm:attribute-name>
                   <opm:field table="LA_AFF" name="LNA_ORDRE" xsi:type="opm:column"/>
                </opm:attribute-mapping>
             </opm:attribute-mappings>
             <toplink:descriptor-type>independent</toplink:descriptor-type>
             <toplink:caching>
                <toplink:cache-invalidation-policy xsi:type="toplink:time-to-live-cache-invalidation-policy">
                   <toplink:time-to-live>30000</toplink:time-to-live>
                </toplink:cache-invalidation-policy>
             </toplink:caching>
             <toplink:instantiation/>
             <toplink:copying xsi:type="toplink:instantiation-copy-policy"/>
             <toplink:change-policy xsi:type="toplink:deferred-detection-change-policy"/>
             <toplink:tables>
                <toplink:table name="LA_AFF"/>
             </toplink:tables>
          </opm:class-mapping-descriptor>

  • Cost in a variant of appropriation request (IMA2N)

    Dear All,
    I need create a report that introduce costs in a variant of Appropriation Request. The cost should be introduced
    with a legder account as you do in easy cost planning screen in the IMA2N transaction.
    I had tried "BAPI_APPREQUEST_SETPLANVALUES" BAPI, but it doesn't allow to introduce the ledger account.
    Do you know any BAPI or another thing that I can use to do this?
    Thanks.

    Hi Sreekanth,
    Thanks for your answer, but I already had tried a BDC screen capture and an LSMW for IMA2N transaction and the Easy Cost Planning screen is not correctly captured.
    Thats why I wanted to know if there is any BAPI.
    Thanks and regards.

  • Approval of appropriation request BUS2104

    Hello,
    i have a problem with workflow of  appropriation request  approval. The problem is with background jobs. Are there any other settings about applicant and responsible person, because when the messsage for approval, rejection, posponding is triggered the system status is Error and no agent assigned. In the log file have errors WL821 and SO023.
    Work item 000000394366: Object 000000394366 method SWW_BI_EXECUTE_S cannot be executed
    Document <Appropriation request 4000000008 is rejected> could not be sent
    Work item 000000394298: Object SELFITEM method SENDTASKDESCRIPTION cannot be executed
    Object element 'RECEIVERS' has invalid internal state
    Method container for work item cannot be created
    Can anybody help me.
    Thank's in advance!

    Hi,  -->> "Work item 000000394298: Object SELFITEM method SENDTASKDESCRIPTION cannot be executed
    Object element 'RECEIVERS' has invalid internal state"
    It seems, there is a binding issue in your email step. Just check in the workflow log for the correpsonding workitem

  • How to fill Functional Area on Appropriation request

    Hi guys!
    We faced a problem to fill standart field IMAK-FKBER (functional area) on Appropriation request. Despite the fact it exists in standart table, there are no standart ways to fill that field through IMA1N or IMA11.
    However we assigned FA NG000001 to a Cost center 10000001 and defined that cost center in AR, but still after saving chnages no value changed in IMAK-FKBER?
    Does anyone know which organisational units (company code, business area, functional location) effect on the value of functional area in IMAK table? Or is there other way to define FA for appropriation request?
    Any help appreciated.

    Hi Kir Zu,
    I suspect this is an obsolete field, since it makes little sense to be derived from anything at all, while at the same time it is not on the screen.
    SAP has a number of obsolete fields even in Customizing activities that allow an entry, but ignored by standard programs.
    The best way to confirm it would be to look through ABAP code for AR data save.  You can try to populate it with a user exit, but it also makes little sense since the field is not visible.
    Also look at the function that creates WBS-element/Order from IMA11, it is passing the master data values to respective WBS/Order and your ABAPer can see if Functional Area is passed or not.
    Functional Area makes sense only for Account Assignment Objects used in Financial Accounting, while AR is not an account assignment object.
    Regards,
    Paulo

  • BAPI/Function Module for approve Appropriation Request?

    Hi Friends,
    Please guide me for
    BAPI/Function Module for approve Appropriation Request?
    Regards
    Ricky

    Hello
    Check these BAPI
    BAPI_APPREQUEST_ADDVARIANT     Add a Variant to an Appropriation Request
    BAPI_APPREQUEST_CHANGE         Change an Appropriation Request
    BAPI_APPREQUEST_CHANGEVARIANT  Change Appropriation Request Variant
    BAPI_APPREQUEST_CREATE         Create Appropriation Request
    BAPI_APPREQUEST_DELETE         Deletion of an Appropriation Request
    BAPI_APPREQUEST_GETDETAIL      Display of an Appropriation Request
    BAPI_APPREQUEST_GETSTATUS      Display Status of an Appropriation Request
    BAPI_APPREQUEST_REMOVEVARIANT  Delete an Appropriation Request Variant
    BAPI_APPREQUEST_SETSTATUS      Setting System and User Status of Appropriation Request
    BAPI_APPREQUEST_SETSTATUSVARNT Setting of User and System Status on Variants

  • Appropriation Request Workflow Not Working

    Dear Friends,
    I have been working on Workflow for Approval of Appropriation Request.
    Even after carrying out all the required configuration, the process is not working. Following are the symptoms:
    1) When appropriation request is submitted for Approval, I am maintaining Ser ids of approvers in the Partner field.The moment I set the For Approval status the Approve Button is deactivated.Even when I log in from the Approver's user ID the button is Deactivated. I believe that, it is so because once workflow is active one can not approve in master data transaction, approval has to be done thru workflow only.
    2) When I check the Business Workplace Inboxes of Approvers there are no Workflow related mails.
    3) I have also checked in IMA11 that the Work flow has been created.
    Ne suggestion on the would be of great value.
    Regards,
    Seemant

    I checked all these.
    Still there is no success.
    In the appropriation request I have maintained different users as partners ( excluding myself) partners. As per the Workflow the mail should go to inbox of these users. Work flow is getting activated but still its not geting updated in the inboxes of users.
    Are there any Basis settings that I may be ignoring.
    Also the object type BUS2104 is being used. In forum I have read that this object type is obsolete. May be I can change the object type to BUS2204 ( the new one). If I need to do the same, what are the settings I need to do?
    Regards,
    Seemant
    Edited by: Seemant Parth on Sep 4, 2008 10:44 AM

  • Assigning of Appropriation request to Work flow.

    Hi Guys,
    I am checking work flow for appropriation request, i am getting error WF is not assigned to AR, could you plz guide me where to assign AR to WF in IMG.
    Regards,
    Bhanu

    Hi,
    SPRO> Investment Management> AR>Approval>Activate Event-Linkage for Workflow Tasks
    Refer:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/2a/f9f294493111d182b70000e829fbfe/frameset.htm
    Regards,
    Amit

  • Workflow for appropriation requests

    Hi friends,
    This is regarding the approval process for appropriation requests.
    The necessary Event linkage activation, partner determination procedure, appropriation request types, defining of approval levels for AR and other necessary configurations. When I am clicking the "for approval" button, the workflow gets started. But the corresponding person is not getting the mail in his inbox for approval.
    Please give a solution asap.
    regards
    Pratap.V

    Hi Sreenivas,
    I already did this. Still the problem exists.
    Frankly speaking, I know I am making a silly mistake somewhere because I have done all the major settings required. And I am finding it difficult to trace this small mistake. It will ne good if you can send some screen shots of all the configuration required for this.
    regards
    Pratap

Maybe you are looking for

  • Export-Mailbox - DeleteContent not working

    Server: Exchange 2007 SP3 RU 10 Client: Outlook 2010 SP1, OWA with IE 9 ++++ According to this (and other sources)... http://technet.microsoft.com/en-us/library/bb266964(v=exchg.80).aspx I should be able to search for, and delete, messages using this

  • Rebate Manual accruals

    Hi, when rebate is active and is sales dependent, for every invoice processing, an accrual is posted. The accouting entry is to debit the accrual account and credit  the "provision for accrual". When Manual accruals happens , i need to know the follo

  • Hash created using DBMS_CRYPTO.Hash and md5sum, sha1sum not maching.

    Hi, I have PL/SQL script MD5SH1.sql to generate md5 and sha1 hash, but hash generated by this script and hash generated by md5sum and sha1sum utility not matching. Pl. tell me what is wrong, ------------------MD5SH1.sql---------------- set serveroutp

  • PPro CS5 multi-cam cross dissolve fail

    I'm working on a two camera interview in Production Premium CS5. Did the standard setup -- a source sequence with the two camera feeds, nested into a muiti-cam edit sequence where I pick the angles using the multi-cam monitor. Then I nest this into a

  • Key Chain red X on something what does it mean

    in Keychain: What would cause these two lines to have a red x on them: com.apple.system.DefaultSharingIdentity [email protected] SharedServices Both have a red x in them. I did log out and into my mobile me in system prefs. Could a password change do