BAPI Lookup in Business Process

We've setup an interface where an application is sending a message to SAP (or to another application). But the trick is that we need to check or add information from SAP using a BAPI call to this message.
The main message is an async message, but the BAPI call is syncronous.
In XI 2.0 we would use an XSL stylesheet which uses a java class to do the BAPI call. But we had to include the login information in the java class (using a properties file).
In XI 3.0 we have the BPM and we could use the merge functionality to merge the BAPI call with the main message. The BAPI call is than done using a RFC adapter, so configuration of that adapter is done in configuration and not in design, or even worse, a configuration file.
I'm trying to setup a business process for this, but I'm facing all kind of problems like the mapping doesnot allow me to map sync messages to async (and vica versa).
Since this is a very basic functionality (we are facing a lot of interfaces with BAPI lookups), I cannot imagine that anyone has done this before. Or is this a complete wrong way to look at a Business Process?
Regards,
Christiaan.

To create a synch bridge, you will need to create 3 abstract interfaces:  1 abstract synch interface, and 2 abstract asynch interfaces.
In BPM, you will need to include a "Sender", with the following properties:
- mode = "synch"
- synch interface = the abstract synch interface created above
- request message and response message consist of the 2 abstract asynch interfaces created above.
- in your subsequent BPM processes, you can use the content of the response message.
Then, in the Integration Directory, you need to configure the Receiver Agreement of the "Sender" you created in BPM.  This will include the Receiver Communication Channel using the RFC adapter.
Regards,
Bill

Similar Messages

  • Error Business Process Engine

    Good afternoon, first of all thank you very much for the support they can provide. I have developed a JDBC interface -> BPM (Multimapping) which works well. Modify a Message Mapping in the BPM that I use for an RFC Lookup, I have added the Configurable Parameters in the BPM and Integration Directory and everything works fine at design time. But when running the interface at run time the message reaches the BPM and the error "error in BPE inbound Permanent processing".
    I have reviewed the Business Process Engine in the RWB and the item is Red Schedule Background Job for Reorganization and detail reads: "Background Job for Reorganization = Not Scheduled".
    As I can solve this problem. Thank you very much.

    Hello,
    Please go to trx SWF_XI_CUSTOMIZING and check if all nodes are green.
    You can run the Automatic Customizing there to schedule the job for reorganization.
    Kind regards,
    Sarah

  • Help with Business Process

    I am a newbie to XI world and am trying to implement the following.  Create a scenario where a HTTP client calls a BAPI (creating a PO) synchronously, wish it would have been the end :).  There 3 steps in PO creation, one is to create from one company code to another and create the same quantity and material to a vendor and acknowledge to the web client about the PO creation status.  
    Since the above is a sequence and a process, I am assuming I have to use BPM capability of XI.  If answer is yes, then any business process has to be implemented through BPM, am I right in concluding this?
    Am more looking at direction than any particular answers, if anyone can guide me I will find my way out.
    Thanks in advance for any suggestions
    Sunil Achyut

    Moorthy
    Thanks for your quick reply.  But if I wrap all my logic in BAPI then there it would become a real big one and moreover there is a sequence in my process:
    1) Create a PO from company code A to company code B
    2) Create a PO from company code B to vendor
    3) On the return an shipping notice would trigger creating a delivery and doing a goods receipt and goods issue for the two PO's created.
    Since the above is a business process I was thinking it would be better if I use BPM instead of using a single BAPI for everything.  Am I incorrect in my thinking?
    Sunil Achyut

  • BUSINESS PROCESS FLOW (BPF) TASK SETUP - CURRENT VIEW OPTIONS

    This article explains a few findings regarding the options on Current View Type for setting up Business Process Flow tasks and will discuss BPC for Excel, Data Manager and BPC Web tasks.
    Future posts will cover more tasks.
    This is valid for 5.x versions only.
      IMPORTANT NOTE:
    DATA MANAGER PACKAGES
        Data Manager Packages tasks such as Run Specific Package, Run User Package are not integrated
        with the Current View Type selection. Therefore, the options Inherit from Data Region, Inherit from
        Current View or Member Lookup does not work on Data Manager Packages. This is due to the diversity of Data Manager Packages, such as Import, Export, Clear, Default Formulas, each of them requiring a complete different set of parameters, some of them not related to the Current View.
    1. INHERIT FROM DATA REGION
      Once you choose to Open a BPF from BPC for Excel, you are prompted to choose the Data
      Region. Upon setting the desired Data Region, the Current View is changed
      accordingly on BPC Web.
        OPEN TEMPLATE / REPORT LIBRARY / SCHEDULE LIBRARY
        If a step is defined as Open Template/Report Library/Schedule Library
        and INHERIT FROM DATA REGION is set to one (or more) of the Data Region
        dimensions, the Current View on BPC for Excel should change to match
        the settings done Data Region settings, being the same as the one on BPC Web.
        SET WORK STATUS
        Same as above.
    2. INHERIT FROM CURRENT VIEW
        OPEN TEMPLATE / REPORT LIBRARY / SCHEDULE LIBRARY
        If a step is defined as Open Template/Report Library/Schedule Library and INHERIT FROM
        CURRENT VIEW is set to one (or more) dimensions, the report will pickup the Current View
        from BPC Web and BPC for Excel should change to match the Current View,
        being the same as the one on BPC Web.
        Example:
        1. Log on to BPC Admin on ApShell -> Manage Application Sets;
        2. Go to Business Process Flows -> Budgeting Process;
        3. Grant access to the BPF to your test user;
        4. Check Sub-Step 1 of Step 1 - Check Budget Data. This steps has a
           INHERIT FROM CURRENT VIEW setup (ENTITY).
        5. Log on to BPC Web on ApShell;
        6. Go to Open a Business Process Flow and choose Budgeting Process;
        7. Choose the desired Data Region;
        8. On BPC Web, verify the value setup for ENTITY on the Current View;
        9. Open the Check Budget Data;
        10. The ENTITY on the Current View will be set up accordingly to what
            was set on BPC Web.
        SET WORK STATUS
        Same as above.
    3. MEMBER LOOKUP
        OPEN TEMPLATE / REPORT LIBRARY / SCHEDULE LIBRARY
        If a step is defined as Open Template/Report Library/Schedule Library and MEMBER LOOKUP
        is set to one (or more) dimensions, the report will set the Current View
        on BPC for Excel to the member that was configured.
        Example:
        1. Log on to BPC Admin on ApShell -> Manage Application Sets;
        2. Go to Business Process Flows -> Budgeting Process;
        3. Grant access to the BPF to your test user;
        4. Check Sub-Step 1 of Step 1 - Check Budget Data. This steps has a
           MEMBER LOOKUP setup (CATEGORY).
        5. Log on to BPC Web on ApShell;
        6. Go to Open a Business Process Flow and choose Budgeting Process;
        7. Choose the desired Data Region;
        8. On BPC Web, verify the value setup for CATEGORY on the Current View;
        9. Open the Check Budget Data;
        10. The CATEGORY on the Current View will be set up accordingly to what
            was set on the Task configuration, in other words, there should be BUDGET set
            on the Current View.
        SET WORK STATUS
        Same as above.
    REFERENCES
    This is an unofficial addendum for the SAP BPC 5.1 ADMINISTRATION USER'S GUIDE on:
    PAGE 54 - Managing Business Process Flows
    PAGE 57 - Adding new business process flows -> To add a step -> Select the current view type
    SAP BPC 5.1 ADMINISTRATION USER'S GUIDE can be found on [BPC Instalation Guides and User Guides|http://service.sap.com/instguidescpm-bpc].
    Edited by: Gustavo Bortoloti on Dec 15, 2008 6:48 PM

    Hi Gustavo Bortoloti,
    That's right, the SAP BPC version 5.x SP x not have the specific setting.
    Thanks,
    Wandi Sutandi

  • Implementions of Business Processes in SAP

    Hi,
    A business process is a series of steps that is triggered by some action and produces some outcome.
    Business processes can be implemented in many ways. For example-
    Using ABAP programs (Transactions)
    Using a workflow, which in turn use Business Objects
    1) How can we know which Business Process is implemented using which method?
    For example, if we consider a purchase order being placed and it triggers a business process, how can we the way (ABAP Programs/Workflow) in the triggered business process is implemented?
    2) If the business process is implemented in ABAP Programs, is it possible to reimplement it in workflow (or vice versa) with minimal effort?
    3) I have a large set of questions regarding how sap business process works and I have put my thoughts in a word document. I would like some gurus to go thro it and help me. If you are willing to spend little time, please do post your email id or send an email to [email protected]
    Thanks in advance.
    Ananda Raja.

    Greetings Anandaraja-
    I'll only attempt to answer your question #1... 
    On a high level, I'd first start to look at SAP's Solution Maps for the different processes.   Please check out:
    http://www.sap.com/solutions/index.epx
    Click on the business maps link.  It should eventually lead you to the "Registration and Download" page for Solution Composer.  --> http://www.sap.com/solutions/businessmaps/composer/index.epx
    With this tool, you can discover the procurement or sales process you describe in <u><i>your</i></u> example. 
    SAP has quite a few generic enterprise solutions and <b>27</b> industry specific solutions.   I'm not sure you will find a guru who knows everything SAP has to offer. 
    In addition you can follow this link:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/esa/esapreview">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/esa/esapreview</a> found @ Solution Maps, ESA, Visual Composer, and Aris    to understand how SAP is developing the new generation applications via eSOA - Enterprise Service Oriented Architecture. 
    It's difficult to guage what you are really looking for in your post.  So I'll jump down into the application level to try to answer your message. 
    If you want to use the actual SAP transactions which implement PO, use transaction <b>ME21</b> (or ME21<b>N</b>) in <b>ERP</b> (SAP R/3).  If a system is receiving a PO, you can manually enter a Sales Order using <b>VA0</b>1.  This is specific to ERP.  These Business Processes can <u><i>also</i></u> be managed thru our CRM, SRM, and SCM/APO products.  In addition, most of these transactions can also be manipulated thru IDOC's or RFC/BAPI versus user interaction.  
    Hopefully this gets you pointed in the right direction. 
    Good Luck...
    james

  • Developments and Enhancements in e-rec. Business process.

    We are using e-Recruiting 6.0 (SP13) integrated with ECC6.0
    We are trying to develop some applications in e-recruiting that must
    update data from Requisitions, Candidates Status etc
    e-Recruiting does not have BAPIs available to update this kind of
    information, also does not have any enhancements in order to develop
    these requests.
    We tried to use some classes of e-Recruiting to run business processes
    like candidate changing status, but the classes are defined
    as "private" and therefore we can not use them.
    We do not find out any alternative to develop this.
    Any one could tell me some information about how to develop
    this kind of request?
    Many thanks and Regards.

    Hello Roman
    In the first and second part of my approach i was trying to say the same thing, and you understood.
    I know that I must not change data "mannualy" in SAP and because of this that I'm here asking about how to manipulate data in E-rec. My customer needs to implement high level requirements cause the E-rec don't provide the necessary process to its business. I won't face the risk of currupting data.
    I would like to know if E-rec has some functionallity that could be used to manipulate the business data in it.
    Normally in SAP we use BAPI or a CALL TRANSACTION, making a batch input, but unfortunately E-rec doesn't provide this kind of tool.
    Many thanks and Regards.
    Marcos.
    Edited by: Marcos Vinicius Benites Cava on Aug 20, 2008 9:41 PM

  • Read about the Redefined Business Process Modeling Methodology Forum

    We have moved all obvious technical workflow related questions to the newly renamed SAP Business Workflow forum. That is the place for technical, tool oriented questions.
    Our hope is that in this newly renamed forum, the <b>Business Process Modeling Methodology</b> forum, the discussions will focus around methodologies, how to choose a process model and how to use a language that is easily understood by the business. Since process models are often needed to help understand and enable an actual process, we should be discussing best modeling practices here.
    In addition, we can discuss various process information gathering techniques. Lastly, we can also discuss here the various enabling technologies available and perhaps further discuss their merits.
    Message was edited by:
            Marilyn Pratt

    SAP PRA (Production Revenue Accounting) module is fairly independent module. It has several sub modules (Production, Contract Allocations & Balancing, Valuation, Revenue Distribution, Royalty Reporting, Tax Reporting, Regulatory Reporting). In the final posting step results are posted in FI using a BAPI. PRA does maintain its own set of tables for keep track of journal entries. PRA is primarily geared towards US market and have reports that comply with US State regulations. However several customers are using it for Production and Contract Allocations globally.

  • Sales Forum Mandate - Business Process Topics

    Hello All,
    I would like to inform you of the mandate of this forum.  We are looking to build a knowledge base on business process oriented questions as they relate to sales.  So the questions posed should somehow relate to a business issue and should not be a purely technical issue.
    For example, please do not post threads about implementation issues, customizing, BAPIs, etc.  These types of questions will be better answered in CRM General and Framework forum.
    You can ask questions here about how new and old functionality in CRM supports the business processes you have at your company.
    Thank-you for respecting the mandate of the forum.
    Regards,
    Tim
    Edited by: Timothy Faught on Dec 8, 2008 10:52 PM

    Hi Kimmo,
    I wouldn't use process steps to refine processes. This is incompatible to SAP implementation content coming from BPR (Business Process Repository). But a good idea would be to copy the main business process e.g. "Sales order processing" into two new processes on the same level, e.g. "Sales order processing by manual input" (variation1) or "Sales order processing by incoming interface" (variation2). Then you can use the Compare Button on the variations to see if any changes have been on the main business process and copy them to the variations. This minimizes the effort to keep track of changes after creating the variations. When you run transaction SA_PROJECT_UPGRADE on that project these changes even get flagged. Mostly this function is used to upgrade against BPR or a template project but it works also for copies inside a project e.g. to model variations.
    Regards
    Andreas

  • Help needed to understand business process irrespective of SAP

    Hello all,
    I am an engineer with specialization in electronics and telecommunication. The topic of RFID is thus fascinating for me hence,I have been reading SAP AII for some time now. The components of RFID like tags, readers and communication between them is known to me upto some extend but the business process that SAP AII supports/ implements/ automates are new to me because of which I miss the big picture of SAP AII.
    The material I have been reading on SAP AII describes many such process e.g. goods issue, goods return, slap and Ship, logistic process etc. I find it difficult to comprehend these business processes as I think they are described mainly in jargons/ terms (jargon for me) like "delivery processing", "delivery document", "Shipping document", "handling unit", "outbound and inbound process", "goods posting" and numerous similar terms. Moreover I think the explanation is SAP specific.
    I feel I should take a top down approach to understand SAP AII and for this I first need to understand the business process in generic/ standard terms. Once they are clear I guess I would be able to understand SAP RFID solution.
    I request you all to guide me. Am I taking the right approach? If yes please help me understand the basic business process. Pointers to some good douments or any other resource explaining standard business process will definately help.
    Thank You

    Hi Gaurav,
                   You are very correct that being a technical person you find difficulty in understanding jargon terms of SAP.
    Let me explain you the scenario:
    There are two sides to SAP
    1) Functional - Understanding of Business Processes
    Here there are two parts:
    a) Business Process With Respect To SAP AII - These processes generally deals with RFID technology that happens in warehouses, disribution centers and are close to technological world. These deal only with SAP AII
    b) Business Process With Respect To SAP R/3 - These processes deals with SAP AII when integrated with backend systems like SAP R/3, SAP WM or other systems. These talk about the end to end scenario of RFID. Like you pointed out, delivery processing, etc.
    Understanding of Core that  is part a above and a bit basics about b will be very helpful.
    2) Technical - Understanding SAP AII
    Here also two parts are there:
    a) Understanding RFID as a technology with SAP AII - Deals with understaning technological viewpoints on RFID and mapping it to SAP AII. Example Devices, Tags, Device Controllers, Middlewares and their representation in SAP AII.
    Most important is above part
    b) Understanding Technological part of SAP itself - For example, ABAP, BAPI, BADI etc.
    So this is how it works. You are going very correct and follow above things.
    Please revert if you have any specific questions.
    Thnks

  • Standard business process

    Hi,
    where can I find some standard business process examples?
    Regards
    Boris

    Hi Boris,
    Take a look at the wiki: <a href="https://wiki.sdn.sap.com/wiki/display/BPX/EndtoEndBusinessScenarios">end to end business processes</a>.  Another good resource will be found in the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/esworkplace">ES workplace</a>.  If you search on scenario, such as <a href="http://erp.esworkplace.sap.com/socoview(bD1lbiZjPTgwMCZkPW1pbg==)/lookup.asp?packageid=DBBB6D8AA3B382F191E0000F20F64781&fragid=&match=order%20to%20cash">order to cash</a>, you will find some good documentation about a particular scenario by searching scenario name.  For example, looking for <a href="http://erp.esworkplace.sap.com/socoview(bD1lbiZjPTgwMCZkPW1pbg==)/smdisplay.asp?id=E2B1DBBA174B4AE59792F243772A872A&elem=&fragid=69F0883F40F311D397980000E83B54CE&packageid=DBBB6D8AA3B382F191E0000F20F64781">order to cash</a> under chemicals.
    Marilyn

  • Error while deploying a business process

    Hi all.
    Am new to Integration Server development. I got this error while deploying my
    business process.
    ERROR:
    <Feb 15, 2004 3:19:41 PM GMT+05:30> <Warning> <DRS> <BEA-002506> <The current
    ve
    rsion 6 for DataIdentifier DataIdentifierID: 1 does not match with incoming vers
    ion 7 for a one-phase update.>
    java.io.IOException: There are no more files
    at java.io.WinNTFileSystem.canonicalize(Native Method)
    at java.io.File.getCanonicalPath(File.java:513)
    at weblogic.utils.jars.ManifestEntry.getName(ManifestEntry.java:136)
    at weblogic.utils.jars.Manifest.addEntry(Manifest.java:65)
    at weblogic.utils.jars.JarFileObject.addFilesToManifest(JarFileObject.ja
    va:326)
    at weblogic.utils.jars.JarFileObject.addFilesToManifest(JarFileObject.ja
    va:322)
    at weblogic.utils.jars.JarFileObject.addFilesToManifest(JarFileObject.ja
    va:322)
    at weblogic.utils.jars.JarFileObject.addFilesToManifest(JarFileObject.ja
    va:322)
    at weblogic.utils.jars.JarFileObject.addFilesToManifest(JarFileObject.ja
    va:322)
    at weblogic.utils.jars.JarFileObject.addFilesToManifest(JarFileObject.ja
    va:322)
    at weblogic.utils.jars.JarFileObject.makeJar(JarFileObject.java:373)
    at weblogic.utils.jars.RandomAccessJarFile.save(RandomAccessJarFile.java
    :214)
    at weblogic.utils.jars.RandomAccessJarFile.close(RandomAccessJarFile.jav
    a:225)
    at weblogic.utils.classloaders.ExtractionHelper.resolveManifestName(Extr
    actionHelper.java:491)
    at weblogic.utils.classloaders.ExtractionHelper.extractClassFiles(Extrac
    tionHelper.java:238)
    at weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebA
    ppServletContext.java:5129)
    at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServl
    etContext.java:5001)
    at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletCont
    ext.java:542)
    at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletCo
    ntext.java:493)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:628)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:626)
    at weblogic.j2ee.J2EEApplicationContainer.prepareWebModule(J2EEApplicati
    onContainer.java:3011)
    at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplication
    Container.java:1532)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:1188)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:1031)
    at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.
    prepareContainer(SlaveDeployer.java:2602)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createCon
    tainer(SlaveDeployer.java:2552)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(S
    laveDeployer.java:2474)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla
    veDeployer.java:798)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDepl
    oyer.java:507)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep
    loyer.java:465)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan
    dler.java:25)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    <Feb 15, 2004 3:19:44 PM GMT+05:30> <Warning> <Deployer> <BEA-149004> <Failures
    were detected while initiating Deploy task for application targetIntegrationPOC.
    >
    <Feb 15, 2004 3:19:44 PM GMT+05:30> <Error> <Deployer> <BEA-149201> <Failed to
    c
    omplete the deployment task with ID 1 for the application targetIntegrationPOC.
    java.lang.InternalError: IO error while trying to compute name from: D:\Target\d
    omain\TARGET~2\TARGET~1\.\targetPOCServer\.wlnotdelete\extract\targetPOCServer_t
    argetIntegrationPOC_targetIntegrationPOCWeb\jarfiles\WEB-INF\lib\jar2187\org\apa
    che\struts\tiles\definition\ReloadableDefinitionsFactory$ServletPropertiesMap.cl
    ass
    at weblogic.utils.jars.ManifestEntry.getName(ManifestEntry.java:148)
    at weblogic.utils.jars.Manifest.addEntry(Manifest.java:65)
    at weblogic.utils.jars.JarFileObject.addFilesToManifest(JarFileObject.ja
    va:326)
    at weblogic.utils.jars.JarFileObject.addFilesToManifest(JarFileObject.ja
    va:322)
    at weblogic.utils.jars.JarFileObject.addFilesToManifest(JarFileObject.ja
    va:322)
    at weblogic.utils.jars.JarFileObject.addFilesToManifest(JarFileObject.ja
    va:322)
    at weblogic.utils.jars.JarFileObject.addFilesToManifest(JarFileObject.ja
    va:322)
    at weblogic.utils.jars.JarFileObject.addFilesToManifest(JarFileObject.ja
    va:322)
    at weblogic.utils.jars.JarFileObject.makeJar(JarFileObject.java:373)
    at weblogic.utils.jars.RandomAccessJarFile.save(RandomAccessJarFile.java
    :214)
    at weblogic.utils.jars.RandomAccessJarFile.close(RandomAccessJarFile.jav
    a:225)
    at weblogic.utils.classloaders.ExtractionHelper.resolveManifestName(Extr
    actionHelper.java:491)
    at weblogic.utils.classloaders.ExtractionHelper.extractClassFiles(Extrac
    tionHelper.java:238)
    at weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebA
    ppServletContext.java:5129)
    at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServl
    etContext.java:5001)
    at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletCont
    ext.java:542)
    at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletCo
    ntext.java:493)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:628)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:626)
    at weblogic.j2ee.J2EEApplicationContainer.prepareWebModule(J2EEApplicati
    onContainer.java:3011)
    at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplication
    Container.java:1532)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:1188)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:1031)
    at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.
    prepareContainer(SlaveDeployer.java:2602)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createCon
    tainer(SlaveDeployer.java:2552)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(S
    laveDeployer.java:2474)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla
    veDeployer.java:798)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDepl
    oyer.java:507)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep
    loyer.java:465)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan
    dler.java:25)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    --------------- nested within: ------------------
    weblogic.management.ManagementException: - with nested exception:
    [java.lang.InternalError: IO error while trying to compute name from: D:\Target\
    domain\TARGET~2\TARGET~1\.\targetPOCServer\.wlnotdelete\extract\targetPOCServer_
    targetIntegrationPOC_targetIntegrationPOCWeb\jarfiles\WEB-INF\lib\jar2187\org\ap
    ache\struts\tiles\definition\ReloadableDefinitionsFactory$ServletPropertiesMap.c
    lass]
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(S
    laveDeployer.java:2491)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla
    veDeployer.java:798)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDepl
    oyer.java:507)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep
    loyer.java:465)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan
    dler.java:25)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    >
    Thanks in advance
    Regards
    Shesh

    is your soa suite up and running ?

  • Goods return from customer in third party business process

    hi all sd gurus
    here I ve adoubt regarding returns in third party business process query is how a customer send his foulty goods n how he gets his credit note plz explain eleborately plz help me out
    thankx in advance
    santosh

    It has not been addressed in standard SAP.  For further detais, go through Note 751609 - Returns for third-party process (cancellation)
    thanks
    G. Lakshmipathi

  • Business process function " LOG_PP_SRN_CONF"

    Hello experts,
    I have tried to activate business process function " LOG_PP_SRN_CONF"  it is showing a message no need to activate.
    Reason why I am doing this because it gives me to enter the shift data in the confirmation screen.
    please guide me
    Thanks
    Satya

    Hi,
    Refer to the link below:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0fa9a04-376a-2c10-c396-86d32ac80614?quicklink=index&overridelayout=true
    Follow the steps, if it does not resolve the issue, then do upload some screenshots of OPK0, OPK4 to get a clear picture.
    Regards,
    Vivek
    Added
    Am sorry i am unable to access rapidshare portal, if possible upload to another portal eg: picasaweb.com

  • No data in Business Process Analytics after setting up BPA and BPMon

    Hi,
    I have followed the BPA set up guide and done all the configuration for BPA. I have set up BPMon for a solution and in the logical component node i have done configuration for many application monitors.
    Also in the "Load Master Data" node the master data is loaded. But still in BPA when I am selecting the time frame and applying it I am getting a message that no data is applicable in the selected time frame.
    How can i get the data in BPA.

    Hi Vishal,
    1435043 - E2E Workload Analysis - No applicable data found
    specially section 3) EFWK Resource Manager Job, wehre you find several
    hints to check this job and the EFWK Adminsitration.
    Also check note: 894279 Background processing in SAP Solution Manager
    Please have a look at following chapter of the the BPA Setup
    guide to fully understand the data flow in this application:
    2 Architecture of Business Process Analytics
      > 2.1 Data Retrieval and Reporting
    Please also review following chapter, in to see if there are any errors
    extracting the data from the managed systems to SAP Solution Manager:
    3.2.3 Checking status of Solution Manager Diagnostics Extractor
    Framework (EFWK)
    Also check:
    1570282, 1643303 and 1602437
    thanks
    Regards,
    Vikram

  • How do I use SE80 to view details of a Front Office Business Process?

    Hello all,
    I posted the following question in the ABAP general forum but did no reply was posted. So, I am hoping that experts in this forum may be able to help me with an answer.
    I would like to use SE80 (or any other transaction for that matter (except EWBC)) to get details of a Front Office Business Process. By details I mean information about methods, programs and anything else that can help me debug a problem I am having with transaction EC20. I have used transaction EWBC but I cannot get details about programs behind a given step. I get a list of steps and container info. Double clicking on the actual thing does not get me anything, and SE80 does not seem to be able to give me the needed information either, or at least I don't know how to go about it. So, which category, which sub-category or which button will do the job please?
    Your help is greatly appreciated.

    Hello,
    First of all go to transaction EWFC and enter the right Front Office configuration.Go to the appropriate transaction group containing the button you want to investigate.  Double click it and a new screen will pop up.  On this screen there should be a radio button 'Method'.  Next to this button you'll find a field with the object type.  Copy this type ( eg. PREMISES) to your clipboard and open another modus.
    Go to transaction SE80. In the left upper corner, a little under the text 'Object Navigator' there's a button 'Edit object'.  Click this one.  Go to the tab 'Business engineering' and select radio button 'Business object type'.  Fill in the object type from the previous step and you'll find the interfaces, key fields, methods, events etc.
    To customize this object you have to create a z-object derived from the main object.  You can add methods, events etc. as you like!
    Kind regards,
    Stijn

Maybe you are looking for

  • CIN details in vendor master

    Hi All, When i select CIN details in MK02, nothing is coming. pls tell me is theresettings to be done? regards B Shar Edited by: Scorpio n on Feb 6, 2008 5:04 AM

  • Ovi Suite - issues

    When I wanted to make a backup of the phone it said something like "can't do that, because there's something else running, you have to end that first". It didn't tell me what exactly it was or how to end it! **bleep**? (And I didn't start anything, w

  • "Your photo library is damaged or unreadable and cannot be opened"

    "Your photo library is damaged or unreadable and cannot be opened. Please restore from a backup." THIS IS THE MESSAGE i just got!! i was importing photos off my digital camera. I  NEVER HAVE HAD A PROBLEM BEFORE? And i got this message.. as far as "b

  • Is there any way I can download the slideshow I have made in my iphotos

    Hey just wandering how I get the slideshow and put it on youtube etc??

  • Play mode switch

    I am pretty sure I know the answer to this, but I thought I'd ask anyway. I have a first generation shuffle. I'm not sure how it happened, but I just noticed today that my play mode switch (to toggle between playing songs in order or shuffled) is loo