Any Outbound business event for Quote updates?

Hi
Is there any Out of the box Outbound business event for Quote updates? Whenever a Quote is updated, we would like to get an outbound business event to which we can subscribe.
Thanks,
Joe

BTEs are like user exits. SAP calls the custom function modules assigned to the event in Tx:FIBF from application programs.
For example Payment program RFFOUS_T calls the Z function module assigned to 2040 in FIBF using fm OPEN_FI_PERFORM_00002040_P.
Check the documentation of the sample fm SAMPLE_PROCESS_00002040 for BTE 2040 in SE37, describes how to E-mail or fax.
The following link is sap docu on BTEs
<a href="http://help.sap.com/saphelp_erp2004/helpdata/en/e7/653737d2d211d29e430000e839cd96/frameset.htm">Business Transaction Events</a>
Regards
Sridhar

Similar Messages

  • Raising Outbound Business Events

    Hi,
    Records are not inserted into the queue when the Business event is fired in Oracle MRP. It creates record in the Deferred queue when the users are created and updated in MRP, but when we try to modify or create a component of the BOM, Oracle MRP doesn’t create record in the queue table. Do we need to do some settings in Oracle eBS to achieve this.
    When we create/update BOM it does not write any thing to the queue.
    We need to subscribe/listen to Outbound Business Events using Oracle APPS adapter and move it to BPEL Process.

    HI All,
    Please suggest how to insert data so that business event can be raised ( outbound event ) in Oracle EBS so that subscribers ( BPEL ) can listen to it.
    Please help !!
    Regards,
    Abhinav Gupta

  • Business Event for ACH forms in F110

    Hi,
    I need to trigger ACH form in a mail/ Fax/ Email depending on the vendor criteria. I have developed SAP script for it.
    Iam able to print the form but iam not sure how to trigger the form in FAX mode or Email mode.i.e. if the vendor is supposed to receive the communication in the form of FAX, the form should be sent to him has FAX and it should not trigger the form in other modes.
    I know that i need to use a business event but iam not sure how to use it and trigger it.
    Did anybody had the same situation before.
    Any help would be suitably rewarded with points.
    Regards.

    BTEs are like user exits. SAP calls the custom function modules assigned to the event in Tx:FIBF from application programs.
    For example Payment program RFFOUS_T calls the Z function module assigned to 2040 in FIBF using fm OPEN_FI_PERFORM_00002040_P.
    Check the documentation of the sample fm SAMPLE_PROCESS_00002040 for BTE 2040 in SE37, describes how to E-mail or fax.
    The following link is sap docu on BTEs
    <a href="http://help.sap.com/saphelp_erp2004/helpdata/en/e7/653737d2d211d29e430000e839cd96/frameset.htm">Business Transaction Events</a>
    Regards
    Sridhar

  • Business Events for PO Module

    I have a requirement to raise a business event . when PO is approved, PO is closed or PO is cancelled. Can someone tell me if we have standard oracle business events which can be triggered.
    Also i have a requirement to raise a business event when PO receipt is created or updated.
    Please let me know ASAP.
    Thanks in Advance
    Shilpa

    Hello
    What do you call a business event ? Can you explain us further, and/or illustrate by an example please ?
    Thanx,
    Xavier

  • CAN WE CREATE A SEPARATE AUTHORISATION FOR BUSINESS EVENT

    Hi Friends
    Kindly let us know whether we can give an authorization specifically for Business Events to acess I.e. R, W
    Usually we will give authorization for HR master as P-Origin.
    Then they can acess all.
    Please let us know whether can we give any authorization for only Training and Event Management or for any particular Business Events.
    Please help me out.
    Best Regards

    Hi Mitra,
    Yes, ofcourse you can provide authorization only for T&E for the user. Go to PFCG and select the Menu tab and click from SAP Menu, then select the T&E and go to authorization tab, click the change authorization, and change as per your need. Then Generate the Profile. Assign it to the user.
    Good Luck.
    Om.

  • Any business event  is available in  OM   post creation of order

    Hi Every one,
    Once the order is booked, i would like to sync up this order into the 3rd party System. I was looking for the business events provided by oracle.
    Show/Change Sales Order - A business event (oracle.apps.ont.oi.show_so.create) can be raised to trigger generation of a SHOW SO or CHANGE SO XML message. The value of one of the event parameters determines which of the two messages will be generated. The SHOW SO message contains status information about an order and can be generated on demand or as a result of changes to an existing sales order. The CHANGE SO message is used to notify the buyer of changes to a sales order and can be raised as a result of status or attribute changes on a sales order.
    Can we use the above business event for my case. Please suggest.
    Thanks.

    You cannot use that as that event is specifically raised when you have used order import (OI) for the XML integration. If you are entering the order from the front end then you have two options:
    1. Have a node in header level workflow that raises the integration message the way you want it.
    2. Or use ASO order feedback concept. I like this one as this gives you what ever even you need to send to the third party systems. It has information about entire order (all tables information). I have some information in this link , but you can find lot more in documentation and support site.
    Thanks
    Nagamohan

  • Oracle Apps adapter not displaying any Business Events

    Hello
    We have configured a Business Event in Oracle ebs R12 instance. Now we are trying to configure Oracle Apps Adapter in Oracle Jdeveloper. The version is 11.1.1.3.
    The apps adapter wizard; after connecting to the ebs instance; does not display any tables/Business events.
    The connection to the ebs instance is done by a normal user i.e. 'apps' user credentials are not used. We are not provided with 'apps' user credentials due to security reasons. We need help in figuring out the privileges that shld be granted to the 'normal' user so that we can browse and select the Business event in Jdeveloper and also the apps adapter can create the subscriptions and queues successfully in ebs.
    Any pointers will be greatly appreciated...
    Thanks
    Edited by: Ruplim on Jun 7, 2012 10:15 AM

    Hi Ruplim,
    I am new to this topic and dont really know how to go about this. So can i assume from your post that the oracle apps adapter can subscribe to an event in EBS. If yes, can you tell me how i can do this?
    Thanks

  • Issues With ADF-BC Business Events.

    Hi All,
    I was just trying out how ADF-BC business events works, so tried to create a small application based on scott.EMP table.
    In the EmpEO entity, created and published a new business event for employee creation.
    However, when I run the AM Tester to see how it works, I faced the 'Business Event Connection Configuration Invalid' error.
    The detailed log is as follows:
    [53] executeQueryForCollection ViewObject:EmpVO1, RowSet:EmpVO1
    [54] EmpVO1>#q computed SQLStmtBufLen: 204, actual=177, storing=207
    [55] SELECT EmpEO.EMPNO, EmpEO.ENAME, EmpEO.JOB, EmpEO.MGR, EmpEO.HIREDATE, EmpEO.SAL, EmpEO.COMM, EmpEO.DEPTNO FROM EMP EmpEO
    [56] ViewObject: [model.EmpVO]AppModule.EmpVO1 Created new QUERY statement
    [57] Bind params for ViewObject: [model.EmpVO]AppModule.EmpVO1
    [58] DBTransactionImpl.mDefaultSparseArrayThreshold is 20
    [59] **** refreshControl() for BindingContainer :AppModule_EmpVO1_0PageDef
    [60] *** DCDataControl.sync() called from :DCBindingContainer.refresh
    [61] **** refreshControl() for BindingContainer :AppModule_EmpVO1_0PageDef
    [62] *** DCDataControl.sync() called from :DCBindingContainer.refresh
    [63] INFO: No app def in BindingContext for: adfFacesContext
    [64] INFO: mDCRefMap lookup failed. Does the cpx have a dataControlUsages 'dc' entry? adfFacesContext
    [65] INFO: No app def in BindingContext for: adfFacesContext
    [66] INFO: mDCRefMap lookup failed. Does the cpx have a dataControlUsages 'dc' entry? adfFacesContext
    [67] DBG: beforeActionPerformed :javax_swing_JToolBara1_16
    [68] OracleSQLBuilder: SAVEPOINT 'BO_SP'
    [69] OracleSQLBuilder Executing, Lock 2 DML on: EMP (Insert)
    [70] INSERT buf EmpEO>#i SQLStmtBufLen: 210, actual=43
    [71] INSERT INTO EMP(EMPNO,ENAME) VALUES (:1,:2)
    [72] Insert binding param 1: 9116
    [73] Insert binding param 2: lk
    [74] Attempting to queue business event: model.EmpEO.EmpCreate
    [75] Successfully queued business event: EmpCreate
    [76] Attempting to raise business event: {http://model/events/edl/EmpEO}EmpCreate
    INFO: Looking for BusinessEventConnectionFactory
    INFO: Looking for EDN-DB JNDI configuration to create SAQRemoteBusinessEventConnectionFactory.
    *INFO: Unable to create SAQRemoteBusinessEventConnectionFactory: [jdbc/EDNSource or jdbc/EDNDataSource] undefined.*
    INFO: Looking for EDN-JMS JNDI configuration to create JMSRemoteBusinessEventConnectionFactory.
    *INFO: Unable to create JMSRemoteBusinessEventConnectionFactory: [java:comp/UserTransaction] undefined.*
    *INFO: Unable to create JMSRemoteBusinessEventConnectionFactory: [jms/fabric/EDNConnectionFactory] undefined.*
    INFO: Failed to get ConnectionFactory instance.
    [77] Batch Warning:Business Event Connection Configuration Invalid
    [78] * * * BindingContainer caching EXCEPTION:oracle.jbo.JboException
    [79] java.lang.NullPointerException
         at oracle.jbo.server.EventInvocation.raiseEvent(EventInvocation.java:513)
         at oracle.jbo.server.EntityImpl.raiseEvents(EntityImpl.java:7724)
         at oracle.jbo.server.EntityImpl.afterCommit(EntityImpl.java:7329)
         at oracle.jbo.server.DBTransactionImpl.doAfterCommit(DBTransactionImpl.java:2285)
         at oracle.jbo.server.DBTransactionImpl.commitInternal(DBTransactionImpl.java:2176)
         at oracle.jbo.server.DBTransactionImpl.commit(DBTransactionImpl.java:2369)
         at oracle.adf.model.bc4j.DCJboDataControl.commitTransaction(DCJboDataControl.java:1608)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    [80] DCBindingContainer.reportException :oracle.jbo.JboException
    [81] oracle.jbo.JboException: Business Event Connection Configuration Invalid     
    at oracle.jbo.server.EventInvocation.raiseEvent(EventInvocation.java:521)
         at oracle.jbo.server.EntityImpl.raiseEvents(EntityImpl.java:7724)
         at oracle.jbo.server.EntityImpl.afterCommit(EntityImpl.java:7329)
         at oracle.jbo.server.DBTransactionImpl.doAfterCommit(DBTransactionImpl.java:2285)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.NullPointerException
         at oracle.jbo.server.EventInvocation.raiseEvent(EventInvocation.java:513)
         ... 40 more
    ## Detail 0 ##
    java.lang.NullPointerException
         at oracle.jbo.server.EventInvocation.raiseEvent(EventInvocation.java:513)
         at oracle.jbo.server.EntityImpl.raiseEvents(EntityImpl.java:7724)
         at oracle.jbo.server.EntityImpl.afterCommit(EntityImpl.java:7329)
         at oracle.jbo.server.DBTransactionImpl.doAfterCommit(DBTransactionImpl.java:2285)
         at oracle.jbo.server.DBTransactionImpl.commitInternal(DBTransactionImpl.java:2176)
         at oracle.jbo.server.DBTransactionImpl.commit(DBTransactionImpl.java:2369)
         at oracle.adf.model.bc4j.DCJboDataControl.commitTransaction(DCJboDataControl.java:1608)
         at oracle.adf.model.binding.DCDataControl.callCommitTransaction(DCDataControl.java:1416)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    And when I tried to create a new employee from a JSF page, I get the following error:
    Target URL -- http://127.0.0.1:7101/BusinessEventsApplication-ViewController-context-root/faces/CreateEmployee.jspx
    <Utils> <buildFacesMessage> ADF: Adding the following JSF error message: oracle/fabric/blocks/event/BusinessEventConnectionFactory
    java.lang.NoClassDefFoundError: oracle/fabric/blocks/event/BusinessEventConnectionFactory
         at oracle.jbo.server.EventInvocation.raiseEvent(EventInvocation.java:513)
         at oracle.jbo.server.EntityImpl.raiseEvents(EntityImpl.java:7724)
         at oracle.jbo.server.EntityImpl.afterCommit(EntityImpl.java:7329)
         at oracle.jbo.server.DBTransactionImpl.doAfterCommit(DBTransactionImpl.java:2285)
         at oracle.jbo.server.DBTransactionImpl.commitInternal(DBTransactionImpl.java:2176)
         at oracle.jbo.server.DBTransactionImpl.commit(DBTransactionImpl.java:2369)
         at oracle.adf.model.bc4j.DCJboDataControl.commitTransaction(DCJboDataControl.java:1608)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: java.lang.ClassNotFoundException: oracle.fabric.blocks.event.BusinessEventConnectionFactory
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         ... 65 more
    Could you please tell me what I am missing, as I cant find any documentation which says anything about these errors. I tried added 'SOA Runtime' library to both model and UI project but still it did not work out.

    This is the configuration of the global data source I created earlier when BE worked:
    EDNSource
    JNDI Name: jdbc/EDNSource
    URL: jdbc:oracle:thin:@localhost:1521:orcl
    Driver Class Name: oracle.jdbc.xa.client.OracleXADataSource
    user= DEV_SOAINFRA
    EDNDataSource
    JNDI Name: jdbc/EDNDataSource
    URL: jdbc:oracle:thin:@localhost:1521:orcl
    Driver Class Name: oracle.jdbc.xa.client.OracleXADataSource
    user= DEV_SOAINFRA
    So now to test local data sources, I deleted the above to data sources and created the following data source (non-XA) having configuration listed below:
    EDNSource
    JNDI Name: jdbc/EDNSource
    URL: jdbc:oracle:thin:@localhost:1521:orcl
    Driver Class Name: oracle.jdbc.OracleDriver
    user= DEV_SOAINFRA
    This is what happens when I raise the business event with EDNSource data source using non-XA data source with class 'oracle.jdbc.OracleDriver'
    Target URL -- http://127.0.0.1:7101/BusinessEventsApplication-ViewController-context-root/faces/CreateEmployee.jspx
    <JmsBusinessEventBusMessages> <warnUsingOldDatasoureNames> Couldn't find the required datasources, but found them via the old names. Please update your datasource configurations.
    <JmsBusinessEventBusMessages> <warnUsingGlobalDatasourecForLocal> Local Tx Datasource not found, using XA datasource. Please update your configuration.
    Looks like ENDSource is old name of the driver and the new name is EDNDataSource, so created a new data source with name EDNDataSource (after deleting previous data source EDNSource) with the following configuration:
    EDNDataSource
    JNDI Name: jdbc/EDNDataSource
    URL: jdbc:oracle:thin:@localhost:1521:orcl
    Driver Class Name: oracle.jdbc.OracleDriver
    user= DEV_SOAINFRA
    Target URL -- http://127.0.0.1:7101/BusinessEventsApplication-ViewController-context-root/faces/CreateEmployee.jspx
    <JmsBusinessEventBusMessages> <warnUsingGlobalDatasourecForLocal> Local Tx Datasource not found, using XA datasource. Please update your configuration.
    The warning still comes. Luckily, its just a warning and not an error. ;)

  • Business Events Data Not Dequeuing

    Hi ,
    We would like to capture a few business events in oracle BOM and PO that are of interest to us. In order to do this,
    we deploy oracle SOA composite with BEPL in the Oracle Fusion Middleware Control. The oracle SOA composite is configured for a particular outbound business event. It should listens on a specific queue WF_BPEL_Q or WF_BPEL_QTAB and de-queues the messages from that Oracle Queue or Oracle AQ Table. In jDeveloper 11g we created a SOA project with oracle applications adapter partner link and a BPEL Process with a receive acvity.
    Specifically we are trying to capture the business outbound event oracle.apps.bom.component.modified just to get the event data in this receive.
    Partner link configuration: We added the database connection to the oracle EBS instance. Tested it and we
    succeded. Chose ANY_SCHEMA in partner link configuration.
    We ensured that the JNDI Name here( eis/Apps/Apps ) match the JNDI name provided in the weblogic-->Deployments--
    OracleAppsAdapter -->Configuration --> Outbound Connection Pools. For this outbound resource pool, Connection factory interface was javax.resource.cci.ConnectionFactory. Property name xADataSourceName was mapped to JNDI name of the configured JDBC datasource in the weblogic. When we created the connection pool. We tested and it worked fine. This data source had the connection pool configured to the oracle applications schema with APPS user.
    After adding the partner link with the above configuration, we added a receive. We deployed this configuration to the middleware. We went to the oracle EBS modified a BOM component and we expected to having running BPEL instances against the deloyed composite. However, the problem is we are not having any running instance for the composite.
    We found that there are entries in the view AQ$WF_BPEL_QTAB with an ENQ_TIME and ENQ_TIMESTAMP but with no DEQ_TIME or DEQ_TIMESTAMP. The ENQ_TIMESTAMP corresponds to the time we modified BOM in oracle BOM forms/Designer and MSG_STATE is READY
    The data is being written in WF_BPEL_QTAB for the BOM changes but not getting dequeued by oracle applications adapter/composites deployed in soa server.
    Please help me it quite urgent.
    Is there anything we are missing on EBS side to be activited for the events to be dequeued
    Any Help is appreciated.
    Abhinav
    Edited by: Abhinav on Jul 6, 2012 10:08 AM

    Hi
    I am able to dequeue the data using manual event testing button. BPEL instance are being created now.
    But now no records are being inserted in WF_BPEL_QTAB if i change any Oracle BOM component using Oracle EBS which was working till yesterday.
    In morning there were more than 100 records in WF_BPEL_QTAB as i have tested so many time changing bom component. I used this script
    DECLARE
    *     po dbms_aqadm.aq$_purge_options_t;*
    BEGIN
    po.block := FALSE;
    DBMS_AQADM.PURGE_QUEUE_TABLE(
    queue_table     => 'WF_BPEL_QTAB',
    purge_condition => NULL,
    purge_options   => po);
    END;
    after that Records are not gettingin WF_BPEL_QTAB when BOM Changes in Oracle EBS
    Problem Description
    we need to listen to the outbound business events of Oracle EBS for BOM/PO modules .
    we have created a subscription for the oracle.apps.bom.component.modified by using Oracle Apps Adapter in SOA Suite.
    1.
    When we are testing oracle.apps.bom.component.modified from(Business Events--Events ---TestBusiness Events) by giving
    dummy event key , send date, and xml payload and then click on Rainse in Java.
    Then a two records are being created in WF_BPEL_QTAB table and are getting polled by Oracle Apps adapter and two BPEL Instances
    are being created in SOA Suite showing the dummy payload which we entered while doing Business Event testing sigle time only.
    No record is being created in WF_BPEL_QTAB of oracle EBS if we hit Raise in PL/SQL. tab while doing manual event testing.
    2.
    If we open Oracle BOM form(Responsibilty-Bills of Material -Bills -Bills of Material SV1) and change the component and save it.
    No record entry/data is being created in WF_BPEL_QTAB of Oracle EBS .
    Why there is no record entry being created when we change any component from Oracle BOM Form.
    Edited by: Abhinav on Jul 6, 2012 2:38 PM

  • Business Events regarding PO

    Hi all,
    We are having a requirement that we need the XML payload of the entire PO,when it is approved.We used oracle.apps.po.event.xmlpo business event for this purpose.
    But it returned only few values of approved PO.
    I need to know is there any other seeded business event available for getting the entire PO details after it gets approved.
    Also Iam in need of APIs that queries the PO headers and lines when passed values such as given PO number.
    Help me with your suggestions.
    Thanks,
    goutam

    Hi;
    All APIs are listed in Oracle Integration Repository
    http://irep.oracle.com/index.html
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Oracle Trading Community Architecture API User Notes, June 2003 [ID 241320.1]
    Technical Uses of Customer Interface and TCA-API [ID 269121.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    List of APIs and open interface R12
    Re: List of APIs and open interface R12
    Regard
    Helios

  • TEM Eror when Book business event

    Hi,
    i need help from all of you.
    i try to book a business event for a list of attendee.
    But face 'cancel' and 'error' message.
    After check, i found that this attendee can book for business event has been past e.g. 08.10.2007 -10.10.2007 EN:ALI3213 but couldn't book for business event in future date 22.10.2007- 23.10.2007 EN:ALI3213.
    Business event date : 22.10.2007- 23.10.2007 EN:ALI3213 8:00-17:00
    Planned Working Time (IT007) : 22.10.2007- 23.10.2007 8:30 - 17:30
    To solve it, I try to do substitution for this attendee , as the planned working time is differ from business event time, so i substitute this attendee to 8:00- 17:00 for date above. After that, it works, TEM allows me to book this attendee
    However, i need advice from expert, how come i need to do substitution just can book for future business event? it is not logically that if i have 100 attendee, then i need to do 100 transaction of substitution.
    Is that relate to configuration? FYI , that's all ‘W’ warning in table V_T77KV_1
    Thanks advance for advice.

    Thanks for reply. Can i clarify something with you ?
    In your reply, you mention that i have set Warning in V_T77KV_1 to control the employee booking, byright the system could proceed the booking with 'Warning' only. However, now the system still prompt with error and cancel message.
    Is any standard BADI control for this ? Check the infotype 0007 of the attendee ?
    There's more than 7 attendee with different planing working time, i still fail to book these attendees in future event which start time and end time of the bussiness event is different with their planning working time.
    Could you help to send me up the Configuration Note for TEM ?
    [email protected]

  • How to pass concurrent request_id dynamically into workflow Business event subscription.

    Hi All,
    I created a workflow to send notification to user with the details in the message body of the workflow.
    Attached the same workflow to the subscription created under the seeded Business event 'oracle.apps.fnd.concurrent.request.completed'.
    Enabled the Business event for the concurrent program 'XXTEST' for 'request completed.'
    Workflow flow is:  Event>FUNCTION>Notification>END.
    In my workflow there are 4 attributes, 1 attribute is input (request id) for the function(procedure) attached in the workflow, based on that 1 input attribute (request id) the rest of 3 attributes are derived.
    Presently I have given constant value for the Attribute (request id) under its properties. I need to pass it dynamically as soon as the conc request is submitted.
    As I said its working perfectly, i.e., user (EG_AFZAL) receives notification after conc request is completed.
    Kindly suggest how to pass request id in the workflow.
    Regards,
    Afzal.

    Hi SamK,
    I applied as u suggested above in the procedure, but it is giving compilation errors.
    Below is my procedure which is attached to function in the workflow.
    CREATE OR REPLACE PROCEDURE APPS.XXWF_EMP_DETAILS
    ( ITEM_TYPE IN VARCHAR2,
      ITEM_KEY IN VARCHAR2,
      ACT_ID IN NUMBER,
      FUNC_MODE IN VARCHAR2,
      RESULT_OUT OUT VARCHAR2)
      AS
      V_REQUEST_ID NUMBER;
      V_USER_NAME VARCHAR2(240);
      V_PAYROLL_NAME VARCHAR2(40);
      V_CREATION_DATE DATE;
       BEGIN
      IF FUNC_MODE = 'RUN' THEN
        --  V_REQUEST_ID := getvalueforparameter('REQUEST_ID') ;
      SELECT REQUEST_ID INTO V_REQUEST_ID
    FROM PAY_PAYROLL_ACTIONS
    WHERE CREATION_DATE IN (SELECT MAX(CREATION_DATE) FROM PAY_PAYROLL_ACTIONS);
    select pap.payroll_name, fu.user_name, paa.creation_date
    INTO V_PAYROLL_NAME, V_USER_NAME,V_CREATION_DATE
      from
    pay_payroll_actions paa,
    pay_all_payrolls_f pap,
    fnd_user fu
    WHERE PAA.REQUEST_ID =V_PERSON_ID-- 44345723
    and paa.payroll_id = pap.payroll_id
    and fu.user_id = paa.created_by;
      --ASSIGNING VALUES TO THE ATTRIBUTES IN THE WORKLOW
      WF_ENGINE.SETITEMATTRTEXT(ITEM_TYPE,ITEM_KEY,'EMP_NUMBER',  V_PAYROLL_NAME);
      WF_ENGINE.SETITEMATTRTEXT(ITEM_TYPE,ITEM_KEY,'FULL_NAME', V_USER_NAME);
      WF_ENGINE.SETITEMATTRDATE(ITEM_TYPE,ITEM_KEY,'HIRE_DATE',V_CREATION_DATE);
      END IF;
        RESULT_OUT := 'COMPLETE';
      END;
    Kindly suggest.
    Regards,
    Afzal.

  • Standered business package for BI reports with SAP EP Integration

    Hi Friends,
    I want to know is there any standered business package for integrating BI content with SAP enterprise portal.As i heard the business package come up with predefined iview and which can be customized as per our requirement .
    I have worked on Cognos business package in my previous project .but current requirement is  i need to dispay the BI Reports strucuture in Portal as folder  heirachy with Icons.
    I am using BI and EP portal version as 7.0.
    please share the package name ASAP.
    Regards
    Ratnakar

    closed
    Edited by: ratnakar reddy alwala on Oct 3, 2008 11:46 AM

  • Outbound function module for IDOC WMMBID02

    Hi,
    Do we have any outbound function module for basic IDOC type WMMBID02 (Stock movements from ext. systems) which has message type WMMBXY.
    I searched with hot keys OUTBOUND_WMMBXY in SE37 but unable to find a standard FM. My task is to extend that FM by a user-exit so as to populate my extended IDOC which is of basic type WMMBID02.
    Any help would be greatly appreciated.
    Regards,
    Harsh

    Hi Kamal,
    Have you looked standard program <b>RBDSEINF</b> or transaction code <b>ME18</b>?
    This program will call function module <b>MASTERIDOC_CREATE_REQ_INFREC</b> to generate purchasing info record IDoc.
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Outbound Cif userexit for Sales order

    Hi All,
    Is there any outbound cif userexit for sales order. I need to modify few data in outbound userexit in R/3 side.
    I know there is a Inbound userexit in APO but the requirement is such that I need to modify data in R/3 since data is available only in R/3.
    Regards,
    Prashant.

    Hi Prashant,
    yes, there is such an EXIT - it's 'EXIT_SAPLCSLS_002' which is called from function 'CIF_SL_DOC_SEND'. This is the very last place to modify data before sales documents are sent to APO.
    Hope this helps!
    Best regards,
    Sebastian Göbel

Maybe you are looking for

  • Scratch on replacement iphone 5

    Hey folks, My black iPhone 5's speaker suddenly stopped working. I went to the apple store and they replaced it for me. However, I noticed a small scratch on the replacement iPhones screen Should I take this back? Would apple entertain a replacement.

  • Missing dashboards v8.8 pl16

    Hi I am using SAP B1 v8.8 sp00 pl16 and have found only one dashboard - Servicing.  I thought that there should have been three dashboards i.e. one for Sales Analysis and another for customer Aging Analysis. Has only one been released or where can I

  • ASSIGN TO FIELD SYMBOL

    Hi, in user exit EXIT_SAPLVEDA_001. data: wa_xvbap like line of xvbap.       FIELD-SYMBOLS: <fs_xvbap> like wa_xvbap.       ASSIGN '(SAPLVEDA)XVBAP' TO <fs_xvbap>. getting error of type incompatible.. any ideas? Thanks Giri

  • MOVED: Mother board wont post P67A-GD55 B3

    This topic has been moved to Intel Core-iX boards. https://forum-en.msi.com/index.php?topic=154680.0

  • I Need Help Connecting USB Keyboard to my PowerBook G4

    I have a yamaha motif es6 but i also have logic pro 7 and i'm trying to link my motif es6 or connect it usb to my mac powerbook g4 laptop...i want to use the motif as a controller as well as a sound module,but i also would like to be able to play or