How to configure RBE in order to get data from a SAP System

Dear all,
I downloaded the last version of RBE in order to install it and evaluate the concept of Reverse Business Engineering.
After installing it on my laptop, I try to access with no exit. It appears a log on screen.
Someone can help me by explaining how to set first steps in order to connect with a system?
Thanks in advance, Xavier

Hi Gopi,
  Here I enclose the steps for sending data from a SAP R/3 system to Non-SAP R/3 thru ALE.
Here my Non SAP System is - Web Methods.
1.Creating LS - 1. SAP R/3 -              S1_800
                         2. web methods LS -  WM_800
2.  ASSIGN CLIENTS TO LS - S1_800 TO 800
3.     DEFINE TARGET RFC DESTINATIONS -
    3.1.   TCP/IP Connection  -          RFC DEST NAME -WM_800
                                         Connection Type - T
                                          Applicataion Type - Registered server proggram
                                                PROGRAM ID - WMB2B1
                                         Gateway Host - Sap Server Name
4.0.  Model View Name - W_M_V (for sending data to IS)
                                         sender - S1_800
                                        receiver - WM_800
                                        message type - MATMAS
      4.1. Create Partner Profiles.
5.     Create PORT - TCode - we21
          5.1. For Wem Methods system - WM_PORT
                  RFC Destination Name - WM_800 (created in step 3.1.)
With Regards
Vasu

Similar Messages

  • How can i  get data from anather database system  ????????

    Hi every body..
    I 've a problem .....
    I've an old program work on "DOS" and it's content database which content all Data that i need for that program
    The data file extension with ".FD" , ".VW" , ".LSS" & "SLP"
    I want to kow:-
    1) what is that database system
    2)What program could open or can get data from that database tables.
    3)can i do that with oracle...
    please describe every thing in details...
    ... Please replay quickly... urgently
    ...waiting your answer....

    You're probably better off consulting the documentation for the DOS program you're trying to deal with than hoping someone here will be able to guess what program you're using, identify the structure of the files, and tell you how to extract the data into something Oracle can import.
    Justin

  • How to refresh AdvancedDataGrid in flashbuilder 4, getting data from webservice

    I have tried many things like below to get my grid updated when it gets data from webservice ,
    myGridName.ValidateNow(),
    myGridName.InvalidateList(),
    if(myGridName.updateCompletePendingFlag)
    the problem is I have two buttons that can show hourly, and daily data in one grid, when activating daily button, I got the data in the grid but with delay of maybe 2 to 5 seconds(to get data from webservice) and within this period if user clicks on hourly button, to see the hourly data, then user will see the daily data attached to the end of the hourly data in the grid, please notice that there is just one grid. the problem is I don't know how much to wait for the first set of data to show up on the grid (daily data) and then enable all other buttons so user can only just choose Hour button when all the daily data has been shown in the grid, so when user click on hour button, the daily data will not attached to the end of hourly data in the grid.
    any help is appreciated

    Thanks for the answer,
    I do disable other controls when one of the buttons are clicked and waiting for the data, and  in my retrieved data function from webserver , at the very end after I retrievd all the data from webserver and add it to the dataprovider of the grid, I enable all the controls, but the problem is in reality , I see that all other controls are enabled sooner than I see the data show on the grid, and because of that user can think there is no data in the grid and click on the hour buttons , causing that  the daily data to be attached to the hourly data in one grid.
    I appreicate if you could still help me

  • How can i get data from the other system?

    hi,
    i want get some data from the other r3 system in my r3 system? now this two r3 system are installed two server.

    Hi,
    U can achieve this by RFC function module...
    create a function module and make it as REMOTE ENEBLED IN ATTRIBUTES TAB..
    for example i have to r/3 systems as A and B.
    I want to get data from B system..
    so create the FM in B system and then in A SYSTEM u have to call that one ,like this....
    DESTINATION NAME IS FOR SYSTEM B.
    CALL FUNCTION 'ZRFC' DESTINATION <DESTINATION NAME>
    EXPORTING
    IMPORTING
    TABLES..
    Regards,
    Nagaraj

  • I can't get datas from IPone mail system?

    I want to develop a application for manage the linkmen in IPone?
    but I cannot get the datas from IPone mail system,becuase I cannot find the API for these data ,though I have taken 2days. Help me ,please~!

    Developer questions should be posted here: http://devforums.apple.com

  • Should i use pipeline in order to get data from file path to create metadata?

    Hi,
    we use sharepoint 2013 to index file share and the folders structure represents data as project name / subject etc.
    Do you reccomend use pipeline capabilities in order to create metadata from those folders name? (so we will be able to use it as refiners later).
    In case so - how to do it?
    thanks
    keren tsur

    Hi  Keren,
    According to your description, my understanding is that you want to convert folder structure to SharePoint metadata.
    For achieving your demand, you can use the tool in codeplex:
    Folders To SharePoint Metadata Migrator (Folders2SP)
    Also you can have a look at the blog:
    http://en.community.dell.com/techcenter/sharepoint-for-all/w/wiki/5443.converting-folder-structure-to-sharepoint-metadata.aspx
    http://stackoverflow.com/questions/22411014/sharepoint-script-to-automatically-import-documents-from-a-network-share-on-a-r
    http://en.share-gate.com/blog/map-folder-names-to-sharepoint-metadata
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • RFC ; setting in SM59 to get data from NON SAP

    Dear ,
            i have  developed REMOTE ENABLED RFC which take input one serial no. from NON SAP  (i,e IPMS system ) and store in SAP database. so now i have to know how give setting in SM59 to get access my RFC by non sap.
    Edited by: manoj kv on Jul 30, 2008 12:38 PM

    Hi,
    Place the cursor on -> HTTP Connections to R/3 System
    Create Give description, connection type H,
    In technical settings give target host and path...

  • How to configure Environment Parameter BW_SPEC_USAGE to get multiple Usages

    We are extracting EHS data from R/3 to BW system. The Environment Parameter BW_SPEC_USAGE can allow only ONE Rating and ONE Validity Area. Our EHS is maintained for many different Ratings and Validity Areas. Does any experts know how to configure Environment Parameter BW_SPEC_USAGE to get data from multiple Usages (the combinations of Rating and Validity Areas).
    The default usage is PUBLIC: REG_WORLD (Rating: Validity Area), so we configure the default Usage as sort sequence 0. EHS data maintained for PUBLIC: REG_WORLD is then extracted to BW system successfully. Then, I try to create another sort sequence of  BW_SPEC_USAGE as CUSTOMER: REG_EU, but the data maintained for CUSTOMER: REG_EU has never been extracted to BW. I guess this may be the solution to carry multiple Usages, but not sure it is the correct way to do it. Plus, I don't know what to input to the field "Parameter Value" and don't know if the "Parameter Value" matters. 
    Does any expert have experience to configure Environment Parameter BW_SPEC_USAGE?
    Thank you in advance
    Tina Wu

    Hello Tina
    I have done a small review of this paramater. I believe by using this paramter there is no "further option".  But: to my knowlegde you can define several "extractors" (via customizing etc.) (e.g. Data related to 0EHS_PHRASE_TEXT Extractor.)
    You can define any type of extraktor. EHS does have some "standard extraktors" (please consult corresponding release information). In preparing a "customer specific" extraktor it is clear that you can do there what you would like to get. (retrieve data with several usages). We have done that recently successfully.
    take a look here:
    SAP NetWeaver -> SAP Business Information Warehouse -> BI
    Content -> Product Lifecycle Management -> Environment, Health and Safety (help.sap.com)
    With best regards
    C.B.

  • Migration of Planned Orders from one SAP system to another one

    Hi,
    A quick help needed.
    We are migrating SAP data from one SAP system to other due to business split. Regarding PP data, can Planned orders be migrated as it is from one SAP System to another? What is the impact if we do so?
    Appreciate your response.
    Kind Regards,
    tanuji

    hi ,
    As suggested , you can propose to migrate only Firmed Planned orders from SAP  to SAP system .
    How to acheive it ?
    You can use below BAPI to extract details of planned order from Table PLAF and upload in TARGET SYSTEM
    BAPI_PLANNEDORDER_CREATE
    Please note  newly created Planned order in Target system would not have BOM EXPLOSION and Scheduling .
    If need , Make a BDC recording as a add on step to explode Bom and Schedule by clicking those icons in Planned order .
    Technical Team can do this .

  • Get data from file in server to client and vice versa

    after greeting
    i really didn't know how to use socket and serversocket to get data from file in the server and display it to client.
    also read file from client and save it to server.
    really i didn't know how to do it.
    really i want the reply as soon as possible

    You REALLY need to work through the Java networking tutorials:
    http://java.sun.com/docs/books/tutorial/networking/index.html

  • How to configure third party order ?

    how to configure third party order ? and how the business know that the customer has received the goods so that invoice to be raised?

    hi shoban,
    Third party order processing is as follows:
    Assume three companies X, Y and Z
    X - The company,
    y - The customer
    Z - Vendor
    When ever X gets a PO from Y to supply some goods, X has an option of either manufacturing those goods or procuring those goods.
    If he is procuring the goods, there are two methods that are generally followed:
    Method 1) After receiving the PO from Y, X creates a sales order against Y.
    Now at the same time he also creates a PO to a vendor Z to produce the goods
    Z produces the goods and supplies to X
    X receives the goods from Z
    Then X delivers the same goods to Y.
    After that X invoices Y and Z invoices X.
    Note : Here there is no direct/ Indirect relation between Z and Y.
    This process is known as Trading Process. and the Material here is created  with Material type HAWA.
    The other method is a Third party order processing method:
    Here the glaring difference is that instead of Z supplying the material to X and X in turn supplying the same material to Y.
    X authorizes Z to supply the material to Y on his behalf and notify him once the delivery is complete.
    Now Z supplies the material to Y and acknowledges the same to X.
    Z  will send a copy of delivery acknowledgement and invoice to X.
    After receiving the delivery confirmation and invoice from Z, X has to verify the invoice and this process is known as invoice verification and is done in SAP through Tcode MIRO.
    The next step for X  is to create an invoice and submit to Y
    Only after the invoice verification document is posted  then only X can create an invoice for Y.
    This is the business flow that is followed for third party order configuration.
    There are few steps that have to be configured to enable the system to function as mentioned above.
    Step1)
    If you are always followwing a third party process for a material then you have to create the material using item category group BANS.
    The procument type should be marked as External procurement (F) in MRP 2 view of the material master record.
    if you are not always allowing third party order processing then u can create a material master record with item category group as NORM and the procurement type should be marked as ( X) meaning both types of procurment ( in house manufacturing and external procurement).
    step 2)
    the item category in the order should be manually changed as TAS.
    For that you need to confugure the item category determination
    ord type + item cat grp + usge + Hiv level = Item cat + Manual item cat
    OR + NORM +      +       = TAN . + TAS
    OR + BANS +       +       = TAS
    Step 3)
    make sure that during the item category configuration for TAS  you need to mark relevnat for billing indicator as F
    step 4)
    The schedule line cateogry for this type should be CS.
    make sure that you mark  subsequent type as NB - purchase requisition  in this schedule line category as this will trigger the purchase requision order immediately after the creation of the sales order and the PO to vendor is created against this purchase requiesion.
    Hope it helps
    Mastan

  • I recieved an Adobe Master Collection License number from my school (Stevens Institute of Technology) and I can't figure out how to use it in order to get the product. I've created a username and that's as far as I've gotten.

    I recieved an Adobe Master Collection License number from my school (Stevens Institute of Technology) and I can't figure out how to use it in order to get the product. I've created a username and that's as far as I've gotten. I need to download the product and I can't figure out where to begin.

    Ask someone at your school... Do you have a Cloud redemption code, or a CS6 serial number?
    If Cloud, Redemption Code http://helpx.adobe.com/x-productkb/global/redemption-code-help.html and
    http://www.adobe.com/products/creativecloud/faq.html
    http://helpx.adobe.com/creative-cloud/help/install-apps.html to install or uninstall
    http://forums.adobe.com/community/download_install_setup/creative_cloud_faq
    What it is http://helpx.adobe.com/creative-cloud/help/creative-cloud-desktop.html
    Cloud Getting Started https://helpx.adobe.com/creative-cloud.html
    If CS6, download at Other downloads and enter your serial number when prompted
    Again... your 1st resource is your school

  • How to configure extended withholding tax to get correct 1099MISC

    hi sap guru's
    How to configure extended withholding tax to get correct 1099MISC
      any body help me configuration  and generating 1099misc form.
    raju
    [email protected]

    Hi,
    Pls. check your email. I just sent documents on configuration and reporting for 1099MISC.
    Hope this helps.
    Regards,
    Chirag

  • How to configure for the give senario where we from APO demand planning, we provide baseline forecast into TPM

    Hello Guru's,
    Request for information on smart documentation on the integration between Trade Promotion Management and SCM-Demand Planning from an architecture perspective how to configure for the give senario where we from APO demand planning, we provide baseline forecast into TPM and from TPM promotions values can be considered in to APO demand planning: can anybody give me some insight on it.
    Thanks in advance.
    Kumar

    Hi Praveen
    There are several ways you can connect a DP system to a TPM. How are your interfaces and systems setup?
    Option1:
    Extract the baseline from APO to a BW cube, extract the data out of BW, may be using infospokes/open hub and pass it on to TPM.
    2. Have a custom program written in APO-DP to extract the selected keyfigure data at the aggregation level into an interface or a .txt file into APO directory and use some data transfer service such as EDI to take this data and send to TPM.
    In my experience it is simple to define an integration process. The much larger and complicated aspects are the date adjustments and the aggregation levels.
    Date adjustments:
    Understand the basis of the data in APO and TPM. APO is usually at the requested delivery date or material availability date ( when the customer like a store wants the product). However TPMs are usually at the consumption date ( when an end customer like you and me but from store shelf). Depending on the product and business style this can mean several days difference. Let's say it is 25 days on average, you need to add 25 days to APO base line date to get the TPM consumption date.
    Aggregation level:
    This can be product or customer. If the planning in DP is at product sku level and the TPM is at packs or brand level, you need to aggregate the data up before loading to TPM. The same with customer.
    To me the most complex part of the integration is to understand and transform the data in a meaningful way and a strategy to sustain this integration by keeping both DP and TPM in sync in terms of master data. Also important to have a process for identifying exceptions and failures. you send baseline from DP to TPM and if it fails, how do you know? how do you trouble shoot?
    Hope these help.

  • How to get data from PostgresSQL to Oracle 11g

    I have a general idea on the topic but need more information on the procedure to get data from Postgres (version 8.2 on Linux) database to Oracle 11g (on AIX Unix). Thanks very much in advance!

    You need to configure DG4ODBC (=Database Gateway for ODBC). When you install it on a 64bit OS (for example on the same machine as your Oracle database), then it requires a 64bit Postgres ODBC driver. If you install it on a 32bit machine (for example on a 32bit Linux), then you need a 32bit Postgres ODBC driver. Commonly on Unix you also need to install a matching ODBC Dreiver Manager (for example you can get it from www.unixodbc.org) when Postgres doesn't ship one with their driver.
    A note describing the DG4ODBC configuration can be found on My Oracle Support:
    How to Setup DG4ODBC on Linux x86 32bit          (Doc ID 466228.1)
    and
    How to Setup DG4ODBC on 64bit Unix OS (Linux, Solaris, AIX, HP-UX)          (Doc ID 561033.1)

Maybe you are looking for