Where to create WS

Hello,
I have some BPM process which drives one webdynpro application. I am using context nodes and attributes to store user provided data temporary.
now after some approval steps I need to store this data into FSPM (SAP insurance solution). where do I create WS to make an interface into BPM application to store the data.
Do I have to create EJB project and use java code to write data into external system (FSPM) and  save this EJB as WS into ESR???
or Just I can access the already created WS from FSPM into BPM model to associate as interface??
I am a little confuse to finally store my data into FSPM that where from to avail WS or I have to write EJB project for that.
Regards,
Naeem

If you already have a web service on FSPM that allows you to store the data, then you can directly use this service in your BPM process.  If this service is already registered on service registry, you can import this service to your BPM project by connecting to the service registry in BPM. Otherwise, if you have access to the WSDL file, you can select the file import option when importing WSDL into your BPM project.
If you do not already have a service, then you can model one in ESR (optional step) and then implement the service on your back end system i.e., on FSPM (I guess this is ABAP). Once the service is implemented, you need to create an end-point so that it is available for use outside of the ABAP system and then you finally use this service in your BPM process as before.

Similar Messages

  • Is there a situation where we create a production order without BOM/Rtg ?

    What I see in the system, I was able to create a prod order without maintaining master data for PP ( expect material master)
    Is there a situation/scenario where we create a production order without BOM, Rtg
    Does the above situation applies to scenario like special procurement key ( 40- stock transfer from other plant )
    Please clarify

    Pradeep,
    Thank you for detailed answer
    Round robin of discussions
    When you covert a planned order to a prod order with reference to a material (CO40), it will ask for routing
    if rtg is not maintained for the material, the system will automatically pick the default rtg from OPJG
    When you create a prod order ( without ref to a material- C007), say suppose for unplanned rework we have
    maintain the rtg and BOM manually to the prod order
    Lastly, FOR SPk - 40 ( Stock Transport) for the issuing plant both BOM & Rtg needs to be maintained in the recieveing & issuing plant
    Due points have been assigned

  • Where the created table will be saved and in what format?

    Hi,
    Plz let me know , where the created tables in oracle 10g will be stored and what will be file format? and how to copy created tables from one system to another.
    Regards

    799707 wrote:
    Hi,
    Plz let me know , where the created tables in oracle 10g will be stored and what will be file format? and how to copy created tables from one system to another.
    RegardsAn individual table is not stored in an individual file. Oracle is far more complex than that. Actually, even MS Access is more complex than that.
    A table is a logical structure that is stored in a "tablespace". A tablespace is, itself, a logical structure that is made up of one or more data files. A given data file can belong to only one tablespace, but may not be the only file belonging to that tablespace. A tablespace can contain many, many tables, indexes, and or other segments. The physical realization of those segments (say, one of the tables) is in the form of data blocks, but if a tablespace has more than one file, the data blocks that make up a table may very well be scattered across all of the files in the tablespace. Even if the tablespace has only one file, the individual data blocks for a table will be scattered around that file - although groups of them will be logically contiguous, in allocation units known as "extents".
    So, first you CREATE TABLESPACE, nameing one or more files to be created in support of that tablespace. Next you CREATE TABLE and specify the tablespace (NOT the data file) the table is to reside in. It is up to oracle internals to determine which blocks of the table go into which files ... and even where within those files.
    Edited by: EdStevens on Oct 27, 2010 5:03 PM

  • Where to create index for a big partitioned table?

    Hello all.
    I can't make a decision.
    We are going to create an index for a big partitioned table (600 GB).
    Where to create it ?
    1. In the same tablespace where the table resides
    2. In a new tablespace created for this index on the same filesystem.
    Please write your suggestions. Pros and cons.
    Thank you in advance.
    Message was edited by:
    v838

    For manageability, you can create the index partition into different tablespaces.
    There won't be any performance gain segregating tables and its indexes into different tablespaces.
    Jaffar

  • Is there a lightroom web gallery plug in where it creates a gallery where people can just check the

    Is there a lightroom web gallery plug in where it creates a gallery where people can just check the box/like their favorite photos and then I can see what has the top votes?....just wondering if it exists

    Here's one that is for sale -- http://theturninggate.net/2013/03/ce3-client-response-gallery-released/

  • Where to create an applets GUI?

    Hi, i'm interested in some comments on where to create an applets GUI.
    Recently, i had to use JBuilder 7 to create an applet, and the wizard creates a jbInit() method to create the GUI and calls this method inside the applets constructor.
    Up to now, i used to build the applets GUI inside the applets init() method (as practiced by the Java Tutorial).
    Any comments on these two different approaches?
    Thanks in advance.
    Markus

    Just for the files: after reading the following paragraph in the Java Tutorial, i have decided to go with the init method:
    'The init method is useful for one-time initialization that doesn't take very long. In general, the init method should contain the code that you would normally put into a constructor. The reason applets shouldn't usually have constructors is that an applet isn't guaranteed to have a full environment until its init method is called. For example, the Applet image loading methods simply don't work inside of a applet constructor. The init method, on the other hand, is a great place to call the image loading methods, since the methods return quickly.' (Trail: Writing Applets, Lesson: Overview of Applets, Methods for Milestones)
    HTH, Markus

  • Where to create over head key and percentage

    Hi,
    Where to create over head key and percentage
    Please it is urgent I will assign points
    Thanks
    Radha

    Hi
    Given below is the path for Creating Overhead key, This is in SPRO.
    Controlling
    Product Cost Controlling
    Product Cost Planning
    Basic Settings for Material Costing
    Overhead
    Define Overhead Keys
    We define % in the below mentioned path in spro. The same can also be done in user menu.
    Controlling
    Product Cost Controlling
    Product Cost Planning
    Basic Settings for Material Costing
    Overhead
    Costing Sheet: Components
    Define Percentage Overhead Rates
    Anand

  • Where to create Methods of Biz Obj in BAPI

    where to create Methods of Biz Obj in BAPI rather than FM,
    points will be rewarded
    thank you,
    Regards,
    Jagrut BharatKumar Shukla

    Hi Jagrut,
    BAPI stands for Business Application Programming Interface.
    <b>There are 5 different steps in BAPI.
    - Create BAPI Structure  
    - Create BAPI Function Module or API Method.  
    - Create BAPI object  
    - Release BAPI Function Module.  
    - Release BAPI object.</b>    
    Step1. Creating BAPI Structure:  
    - Go to <SE11>. 
    - Select Data Type & Enter a name. 
    - Click on Create.
    - Note: Always BAPI should be in a development class with request number (Not Local Object).
    - Select Structure & hit ENTER.
    - Enter the fields from your database. Make sure that the first field is the Primary Key Field.
    - Then SAVE & ACTIVATE.
    Step 2. Creating BAPI module: 
    - Enter TR.CODE <SE37>.
    - Before entering any thing, from the present screen that you are in, select the menu
       Goto -> Function Groups -> Create Group.
       Enter a name (Note: This name Must start with ZBAPI)
       Let this screen be as it is and open another window and there, enter TR.CODE <SE80).
       Click on the Third ICON that says Inactive Objects. 
       Select the group that you just created and click on Activate. 
       Notice that the group you created will disappear from the list of inactive objects.
    - Go back to <SE37> screen and enter a name and hit <ENTER>. Then enter the group name that you just created and activated.
    NOTE: When you release a function module the respective group will be attached to that particular application. It cannot be used for any other application. NEVER include an already existing group that is attached to another module.
    Now click on the first Tab that says [ATTRIBUTES] and select the radio button that says remote-enabled module since we will be accessing this from any external system.
    Then click on the second tab that says [IMPORT].
    Enter a PARAMETER NAME, TYPE and the structure you created in the first step. Also select the check box ‘Pa’. All remotely enabled functional modules MUST be Pa enabled, where Pa means ‘Passed by Value’ and if you don’t select ‘Pa’, then that means it will be passed by reference..
    Then click on tab that says [EXPORT].
    Enter the following as is in the first three fields 
      RETURN        TYPE        BAPIRETURN (These 3 field values are always same)
      Here also select ‘Pa’ meaning Pass by value.
    Note: BAPIRETURN contains structure with message fields.
    Then SAVE and ACTIVATE.
    Step 3. Creating BAPI object: 
    - Enter Tr.Code <SWO1>   (Note. It is letter ‘O’ and not Zero).
    - Enter a name and then click on create. Enter details. 
    NOTE: Make sure that that Object Type and Program name are SAME.   
    - Enter Application ‘M’, if you are using standard table Mara. If you are using your own database then select ‘Z’ at the bottom. 
    - Then hit <ENTER>. 
    - Now we have to add ‘Methods’. High light METHODS and then select the following from the menu: 
    Goto Utilities -> API Methods -> Add Methods.
    - Enter function Module name and hit <ENTER>.
    - Select the second FORWARD ARROW button (>)to go to next step. 
    - Check if every thing looks ok and again click on FORWARD ARROW button (>).
    - Then select ‘YES’ and click on <SAVE>.
    -  Now on a different screen goto TR.CODE <SE37>.  Enter Function Module name and select from the top menu  Function Module -> Release -> Release.
    - Goback to TR.CODE <SWO1>.
    Here select the menu combination shown below in the same order.
    - Edit -> Change Release Status -> Object Type Component -> To Implemented.
    - Edit -> Change Release Status -> Object Type Component -> To Released.
    - Edit -> Change Release Status -> Object Type -> To Implemented.
    - Edit -> Change Release Status -> Object Type -> To Released.
    - Then click on <SAVE>.
    - Then click on Generate Button (4th button from left hand side looks like spinning wheel).
    - Then Click on the button that says ‘PROGRAM’ to see the source code.
    To check if this is present in work flow goto TR.CODE <BAPI>. 
    Here it shows business object repository.
    - First click on the middle button and then select “ALL” and hit ENTER.
    - Goto tab [ALPHABETICAL] and look for the object that you created. This shows that the BAPI object has been created successfully.
    <b>reward pts if found usefull:)</b>
    Regards
    Sathish

  • Where to create adobe content server trial account?

    hi there,
    where i create trial server account for adobe content server 4?
    is it give me account for sign - in to acs operator client?
    thanks.

    Hi,
    I'm not sure what SDK you're exactly referring to. But you can use server-side actionscrip and an IDE like Adobe Flash Builder/Flash Professional for client side actionscript to develop your two-way application.
    Hope this helps. Let me know if you have any other queries.
    Thanks,
    Apurva

  • FSCM 9.0 - Customer: where to create "Team Code" for  "General Infor" page?

    Folks,
    Hello. I am creating a new Customer using "FSCM>Customers>Customer Information>General Information". On "General Infor" page, "Support Team - Team Code" is required field. I don't know where to create "Team Code" to be prompted on this page.
    Do any folks understand where to create "Team Code" for "General Infor" page ?

    Did you ever come up with a way to workaround this problem. This problem just bit me over the weekend.

  • Any way to change default point where iTunes creates thumbnail for videos?

    Is there any way to change the default point in time where iTunes creates its own auto-generated thumbnail previews for videos when you drag them into your Library and view them all using the "Movies" section in the left panel?
    So when you look at them all using Cover Flow view, for example.
    I know you change the thumbnail for each video after the fact, or even batch-add thumbnail artwork for several videos at once, but that's not what I'm after...
    I have a WHOLE LOAD of videos that are non-sensically named (Y1_D1-4, etc.), and I want to import them all into iTunes.
    Of course I will also need to change the NAMES of these movies as well.
    They are actually TV shows, which illustrates the following point:
    What all these "movies" have in common is that their intro sequences are all EXACTLY the same length, before they then show the title of the particular show.
    Now, if I could get iTunes to use this point in time as it's setting for creating default thumbnails, that would help me in two ways:
    Firstly, it would create the thumbnail that I want, and secondly, it would also show me the title of the show, so I could easily re-name the file there and then, without having to scrub back and forth, to find the name of the show.
    Any clues anyone...?

    Eric Willhelm wrote:
    I'm wondering, is there any way to change this so I don't have to click three times to get to that last point, where the cursor is placed in the filename and ready to edit?
    I don't have a direct answer to your question, but you can speed up what you're doing by pressing the "return" key after the first click instead of pausing, then clicking a second time.

  • Is there any way to tell "Create MP3 Version" where to create the files other than in the same folder as the songs you want to create the mp3 versions of?

    I am trying to get MP3 versions of my non DRM protected songs onto a DVD so I can import them into my cars "Music Register".
    There is no easy way to do this that I can see in Itunes . I follow this process..
    Highlight the songs I want to copy in Itunes
    Select Create MP3 version from main menu
    Open up Finder Window showing the Itunes folder with the m4a and MP3 files newly created..
    Go Up a directory or 2 to get the Artist 'folder'
    copy that folder to my external drive
    Delete the MP3 songs from the Itunes folder (I dont want duplicates showing) obviously
    Delete the M4a songs from the external drive....
    I have about 5000 songs so doing this manually is clearly a complete pain.
    I dont think you can force it to create the mp3 files anywhere other than in the current folder in itunes unless someone tells me otherwise 
    More likely does anyone know of any other software to do this with less effort...
    I confess to not being an Itunes fan at all I admit but I like the Match functionality so I keep it otherwise I would cheerfully chuck it in the bin...
    Thanks in advance...

    It appears I have figured it out. You gotta go down to where it says Destination and tell Lightroom to Organize into One Folder.

  • WHERE clause creating a join for two or more tables

    The CS3 Dreamweaver book says that the WHERE clause can
    create a join for two or more tables. The join was created, but the
    data is repeating. I have searched the web and this forum and have
    not found the answer.
    My Master page filters the recordset by Style No and when a
    customer clicks on a particular style, it sends him to the Detail
    page. All the records are showing from all tables on the detail
    page from the Dynamic List, except they are showing multiple times
    (ex. Size table has 4 sizes and Color table has 2 colors - my Size
    Drop Down list is showing 8 options and my Color Drop Down List is
    showing 8 options) I have a Master Page with a recordset pointing
    to a Detail Page using the same recordset.
    Master page works perfectly.
    Master Recordset SQL:
    SELECT products.itemID, products.category, products.styleno,
    products.name, products.description, products.ourprice,
    products.imageTH, products.image, coloroption.color,
    sizeoption.size
    FROM products, coloroption, sizeoption
    WHERE category = 'chefcoats' AND
    products.styleno=sizeoption.styleno AND
    products.styleno=coloroption.styleno
    GROUP BY products.styleno
    ORDER BY styleno ASC
    The Detail Recordset:
    SELECT products.itemID, products.category, products.styleno,
    products.name, products.description, products.ourprice,
    products.imageTH, products.image, sizeoption.size,
    coloroption.color
    FROM products, sizeoption, coloroption
    WHERE itemID=colname AND products.styleno=sizeoption.styleno
    AND products.styleno=coloroption.styleno
    I tried using the GROUP BY on the detail page, but then it
    only showed one size and color from the dynamic drop down list. I
    tried changing the field name "styleno" in the other tables to be
    unique, however, I was using the table identifer. I tried using the
    JOIN command instead of the WHERE clause and that didn't help
    either.
    On the detail page, the customer is supposed to click on the
    Size box and see sizes XSM - 6XL ONLY ONE TIME. and then be able to
    click on the Color option and see White, Black, Red ONE TIME.
    Is this possible?
    Thank you for giving your time to read this.!
    Evie

    Do you have a link we can look at to see what you are trying
    to do?
    Dave
    "EviePhillips" <[email protected]> wrote in
    message
    news:[email protected]...
    > The CS3 Dreamweaver book says that the WHERE clause can
    create a join for
    two
    > or more tables. The join was created, but the data is
    repeating. I have
    > searched the web and this forum and have not found the
    answer.
    >
    > My Master page filters the recordset by Style No and
    when a customer
    clicks on
    > a particular style, it sends him to the Detail page. All
    the records are
    > showing from all tables on the detail page from the
    Dynamic List, except
    they
    > are showing multiple times (ex. Size table has 4 sizes
    and Color table has
    2
    > colors - my Size Drop Down list is showing 8 options and
    my Color Drop
    Down
    > List is showing 8 options) I have a Master Page with a
    recordset pointing
    to a
    > Detail Page using the same recordset.
    >
    > Master page works perfectly.
    > Master Recordset SQL:
    > SELECT products.itemID, products.category,
    products.styleno,
    products.name,
    > products.description, products.ourprice,
    products.imageTH, products.image,
    > coloroption.color, sizeoption.size
    > FROM products, coloroption, sizeoption
    > WHERE category = 'chefcoats' AND
    products.styleno=sizeoption.styleno AND
    > products.styleno=coloroption.styleno
    > GROUP BY products.styleno
    > ORDER BY styleno ASC
    >
    > The Detail Recordset:
    > SELECT products.itemID, products.category,
    products.styleno,
    products.name,
    > products.description, products.ourprice,
    products.imageTH, products.image,
    > sizeoption.size, coloroption.color
    > FROM products, sizeoption, coloroption
    > WHERE itemID=colname AND
    products.styleno=sizeoption.styleno AND
    > products.styleno=coloroption.styleno
    >
    > I tried using the GROUP BY on the detail page, but then
    it only showed
    one
    > size and color from the dynamic drop down list. I tried
    changing the
    field
    > name "styleno" in the other tables to be unique,
    however, I was using the
    table
    > identifer. I tried using the JOIN command instead of the
    WHERE clause and
    that
    > didn't help either.
    >
    > On the detail page, the customer is supposed to click on
    the Size box and
    see
    > sizes XSM - 6XL ONLY ONE TIME. and then be able to click
    on the Color
    option
    > and see White, Black, Red ONE TIME.
    >
    > Is this possible?
    >
    > Thank you for giving your time to read this.!
    > Evie
    >
    >

  • RFC - XI - WEBSERVICES scenario - Where to create RFC Destination

    Hi  Experts
    For my RFC - XI - WEBSERVICES scenario, I have to create one TCP/IP RFC destination on R/3 system with the following details
    RFC Destination Name    : XXXX
    Connection Type            : T (TCP/IP)
    Activation Type              : u201CRegistered Server Programu201D
    Program ID                      : YYYY
    Gateway Host                : R/3 Details ..??
    Gateway Service           : R/3 Details ..??
    My Function Module (Remote-Enabled) - u201CZZZZu201D is defined in R/3 System.
    This Function Module should be communicated with the target system i.e. NW XI system 
    As per the Note from SAP Help: To be able to communicate using RFC, you need to define the target systems as RFC destinations in the sending system(R/3)
    Target system u2013 XI Server
    Sending system u2013 R/3 System
    Are my details provided are good enough as per my explanation? Please guide me in this regard.
    QUESTION : Where exactly do I need to create the RFC Destination(SM59)? on R/3 side or on XI side?

    Refer the following link-
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414700)ID1636235450DB01012070359836134304End?blog=/pub/wlg/1438
    what are the inputs should be given to Gateway Host and Gateway Service while creating RFC Destination??
    Open transaction SMGW on the R/3 system and choose
    Goto -> Parameters -> Display. Beneath Attributes there will be the
    entries 'gateway hostname' and 'gateway service'.#

  • Don't know how or where to create user.js file so I can add script to allow copy and paste into a webbased email

    I am trying to compose an email from the email address on my web page. The email editor program (or Mozilla) doesn't allow me to do that. The instructions that Mozilla provided said to find the user.js file in Firefox's profile directory. I can't find such a file. I don't know where or how to create this file or how to write into it the lines that the instructions provided. I also don't know what url I am supposed to substitute for mozila.org that is in the lines of script.

    This was helpful. Now, to to do what I need to do I have to add something to the user.js file as per directions regarding ''setting prefs for Mozilla Rich Text Editing Demo'' to allow a copy and paste. It instructs me to change the URL from mozila.org to where I want to enable the function. I am not sure what that means. I am trying to to do something in the "back office" of my web site. I want to send an email from the web site's email. I am trying to copy and paste a pdf file into the body of the email but was not able to do it. I was directed to the setting prefs page. Do I change the location to the URL of my web site or the web site of the web host?

  • Where to create ASL when Requisition and Purchasing OU's are different

    a)In which operating unit should the Approved supplier List be defined if Requisition organization's operating unit is different from Purchasing Operating unit?
    b)We need to use Centralized Procurement process. There could be multiple requisition organizations ( from different operating units). We want to use a ASL tied to a Global Blanket Purchase agreement.
    Where should I define the ASL and where should I defined the GBPA (Global Blanket Purchase Agreement)?

    Hi Gopal,
    Java webdynpro has different persistent options.
    1)You can use dictionary perspective for creation of tables in the Server database itself. go to dictionary perspective. Create the new dictionary project .Create the tables which you want and deploy that into server. This will create a table in the server database and you can create applications which has insert statements or update statements through which you can insert or update the data.. And other application for fetching the data using select statement.
    2) You can user Java beans for inserting data into different database which may be SQL or Oracle . this dependds on the availaiblty of the database in your landscape.
    3) You can use ABAP and RFC model.
    Regards,
    Raju Bonagiri

Maybe you are looking for

  • How can I delete files from my ipad?

    Hi I just downloaded an .exe file on my ipad and I don't know how to delete or where to view them. I did this as a test to see if safari can download files or not but now I can't find it to delete it. I'm sure its still somewhere in my Ipad because I

  • QTVR - White screen when loaded, but hotspots active

    Hi, I'm hoping someone can help me with the following problem. I am showing quicktime VR movie in a HTML page, using the following code:; This is in the head section:- <script language="JavaScript" src="Scripts/AC_QuickTime.js"></script> (Appropriate

  • Reading iview personalization language in Web Dynpro java

    HI How can i read Iview personalization language in webdynpro java netweaver 7 enviroement? WDWebContextAdapter.getWebContextAdapter().getRequestParameter("sap-locale") is deprecated it seems. regards PG

  • Re-calculation of Shopping cart delivery date.

    Hi, I have a requirement wherein , i have to do some calcutaions on the delivery date of the shoppinng Cart based on the approvals. we are currently on SRM 5.0. The scenario is ,When a shopping cart is created a Delivery date is determined for the sa

  • IKode Newsletter Software with 30% Discount Off for Christmas

    As Christmas is coming. Our iKode Newsletter Software provides 30% discount off for any new customers.iKode Newsletter Software is a web-based email marketing software for sending email newsletters and other marketing campaigns to keep in lifelong co