Site(Plant) details from SAP IS Retail ECC 6.0 to XI

Hi,
Which is the idoc to send Site(Plant) details to XI, which is created in ECC 6.0 T.Code WB01, & hw to send the same to XI.
Rgds,
balaji

closed

Similar Messages

  • How to get Plant address from SAP R/3 to SRM

    Hi Gurus,
    We need to retrieve the plant address from SAP R/3 to SRM and display it in the output list of the report (SRM).
    Suggest any standard FM or should we need to create a Custom Remote enabled FM and put the select query to get the address.
    Regards
    Paul

    Hi Paul,
    Try using the RFC_READ_TABLE function module...
    Pass the table name as t001w which contains the plant details.
    Hope this helps.
    Thanks,
    Pradeep

  • IORDER01 IDoc is sent without plant code from SAP ECC

    Hi MEINT experts,
    Does anyone experience before on the service order integration between SAP ERP and SAP ME, somehow the IORDER01 IDoc is sent over with empty plant code embedded in the original document? (where we suppose to see <WERKS> data tag is attached to the IDoc sent over from SAP ECC). This has resulted to the corresponding IDoc is not able to process by MEINT due to empty plant code.
    Please advice how to resolve this if you have done that before.

    Hi,
    Once the issue stems from ERP side of integration process, this question should be either re-posted to ERP-related forum or submitted as a customer ticket against PP-MES component.
    Regards,
    Sergiy

  • Creating Datasource and Extracting from SAP R/3 ECC 6.0

    Hello Gurus,
    I am very new in BI field, I am learning through notes provided in this Blog.
    Curretnly I need to know how we create Datasource at SAP R/3 ECC 6.0 (is there any difference b/t these?)
    and how we may extract data from R/3 ECC 6.0 Source System.
    Looking for your kind reply
    Thanks in Advance
    KK

    You can use any specific Extractors to Create  Data Source in R/3 side.
    Let me explain with Generic Extraction
    Goto SBIW--> you can see all the extractions here
    Generic extractors are of 3 types:
    1. Based on table/view
    2. Based on Info set Query
    3. Based on Function module
    If you would like to create a custom table, then goto SE11>Select Table>Click on Create (Now create you own table here & use this table while creating Transaction data)
    Goto RS02-->Select Transaction data.
    Click on  Create
    Choose an application component to which the data source is to be assigned
    Click on  Generic Delta
    Specify the Delta-Specific and the type for the field.
    Specify a safety interval
    Select Data type>Save> Now Data source was generated successfully
    After generating the data source , you will find Delta Flag checked.
    Please go through the following link for Generic Delta
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33]
    Once you've done with Data Source in R/3 side--> u need to Replicate it to BI
    Goto RSA1>source system>Select the Source system in which u've created Data source>R.C select Data Source Overview>Select the Application Component to which Data source is assigned>R.C Select Replicate dataSorce>here you can see your NEW Data source
    Hope it helps!

  • Update Plant details from MM to SRM for an already replicated plant

    Hi All,
    In order to replicate all plants from MM to SRM, we use program - BBP_GET_LOCATIONS_ALL
    In order to replicate selected plants from MM to SRM, we use program - BBP_GET_LOCATIONS_SELECTED
    In case a plant has already been replicated from MM to SRM, and subsequently the plant address details are changed in MM,
    what is the process to reflect the changed plant details in SRM side? Is there a separate program for this?
    Please advise.
    Thanks in advance,
    Ruchika

    Hi
    LOCATIONS reports helpful to bring plant data into SRM as a business partner.
    even you do run a report again you maigh get a report that plant BP updated successfully in SLG1 log.
    you can test them in develoment box.
    but we dont deal with any processing in EBP other than plant number.
    Plant address is not a ship to address as in EBP . Ship to address attributes helps for f\delivery address.
    i believe no harm in plant ADDRESS data in srm.
    BR
    Muthu

  • Sample java program which will call SAP bapi function to get PO details from SAP

    Hi all,
    I am new to bapi with sap, Any one guide me to interface with sap in java to get details from PO order,From Java end if i put particular PO number it will get details about PO from SAP...Any one guide me r send sample code..
    Thanks in Advance.
    Thanks
    Baskar.

    hi guru,
    Can you please send me the same to my e mail as well...
    my email address is [email protected] ..Thank you
    Regards,
    Baskar.

  • Error in Getting Details from SAP by BAPI_MATERIAL_GET_DETAIL

    Hi All,
    I am trying to get the material info from SAP by webDynPro.
    My Input Parameter is Material(IMPORT PARAMETER) and out put is Matrial_general_data(EXPORT PARAMETER).
    In the implementation of method in
    wdDoInit().
    Bapi_Material_Get_Detail_Input input = new Bapi_Material_Get_Detail_Input();
        wdContext.nodeBapi_Material_Get_Detail_Input().bind(input);
    what is the object I have to initiate for material Parameter.
    //for input data Material     
        Matnr bapimat = new Matnr();
    I tried in different way I am getting error.
    Thanks & Regards,
    Ram

    Hi Srinivasa,
             What is the error you are getting?Did you try setting in all the values required for the Input paramater fields and structures?
    Regards,
    Uma.

  • How to get PO details from SAP to VB using BAPI control

    hi friends...
    My requirement is
    In VB(Visual basic)  i will enter PO number, for that PO number i want to fetch the data from SAP to VB.
    How to get this using BAPI Control in VB.
    From SAP point of view, i checked SWo1, there standard Object (PurchaseOrder)-Method GetDetail is there.
    but my doubt is how to pass the PO number to which parameter...
    i dono how to use that standard Object (PurchaseOrder) in VB...
    can you guide me plz..
    regards
    deva

    Hi,
    You need to get .NET connector and use this in your VB.
    h6.
    The SAP .NET Connector is a development environment that enables communication between the Microsoft. NET platform and SAP systems. This connector supports RFCs and Web services, and allows you to write different applications such as Web form, Windows form, or console applications in the Microsoft Visual Studio.Net. With the SAP .NET Connector, you can use all common programming languages, such as Visual Basic. NET, C#, or Managed C++.
    In short it will make your VB talk to SAP.
    http://www.service.sap.com/connectors
    Regards,
    Firoz.

  • Replication of few Plants(Locations) from SAP R/3 Backend system

    Hi All,
    Some of the plants which has been created in SAP R/3 Backend System but they are not visible in Enterprise Buyers Portal Production System.
    In order to get the missing plants replicated to EBP System shall I run the program
    BBP_LOCATIONS_GET_FROM_SYSTEM  or any other program i have to run,please advise.
    Thanks in advance.
    Regards,
    Pranab

    Hi Pranab,
    In order to replicate the selected plants from R/3 to EBP. Run the report (SA38)
    BBP_LOCATIONS_GET_SELECTED in SRM
    In order to replicate all the plants then ru the report BBP_LOCATIONS_GET_ALL.
    Award points for suitable answers.
    Rgds,
    Teja

  • Getting error  in trasfer plant details from R/3 system to APO

    We are planning to transfer plant  from R/3 system to APO as location.
    After  generating integration model (CFM1) and transferring it to APO trough transaction
    CFM2, we are  getting below error .it is fetching geographic details like langitude and lattitude from some table result in dump.
    Please see attached file from more details.
    Error contains time and date values are always same,there might be because of buffer.
    Please provide some valuable reason to avaoid issue.
    Thanks

    Nitin,
    CIF across XXXX first, then YYYY.
    Best Regards,
    DB49

  • SAP IS Retail ECC 6.0 - Article Master sending to XI

    Hi,
    I'm doing IDoc to File Scenario, to send articles from ECC to XI. Using the
    Message Type WP_PLU
    IDoc Type WP_PLU01
    I have created a single article or generic article from t.code MM41. But what is the t.code to send the article to XI. If idoc what i'm using is wrong, then which is the right one.
    Pl. do the needful.
    Rgds,
    Balaji

    hi,
    SLD-
    1) Create a Product/Software Component
    2) Technical System pointing to R/3 system
    3) Business System for the above technical system
    In the Repository
    1) Import the Software component created in the sld
    2) Create a namespace,
    3) import the idoc and then create sender data type/message type etc and mapping
    4) Mapping Rules is depends on the requirement
    In the Directory
    1) Create a Scenario /import the business system
    2) Create Receiver/Interface determination
    3) Create communication channels for sender and receiver
    4) Sender Agreeement and Receiver Agreement.
    XI:
    1. SM 59 - Create RFC destination pointing to R3.
    2. IDX1 - Create a port for R3
    3. IDX2 - Import IDOC metadata.
    if you have any other doubts regarding IDOC-XI-FILE scenario, please go through the information below and clear all your doubts.
    While doing an IDOC -> XI -> File scenario, The Points to noted are:
    1. You don’t need a DT, MT or a message interface for the IDOC as it itself acts as the Message Interface.
    2. You import the IDOC and use the same in your mapping.
    3. In this configuration note that you don’t have a sender agreement as you don’t have a sender IDOC adapter.
    If it is that you wanted to send an IDOC from XI (File to IDOC) , then in this case:
    points 1 and 2 will remain, but the 3 will not. You will need a sender agreement for the file and a receiver agreement for the IDOC.
    IDOC -> File scenario ref:
    IDoc-XI-File scenario
    File -> IDOC ref:
    File to IDOC
    To be able to trigger your IDOC from the SAP ISU system, you will have to set the partner profile in we20. Select your Business System (mostly under Logical system) and then create Outbound entries for whichever IDOC you want to trigger.
    You define your basic type also in your partner profile settings, Please go thru the following links to get a better idea about partner profile:
    http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b833243d711d1893e0000e8323c4f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7cd343d711d1893e0000e8323c4f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/32/692037b1f10709e10000009b38f839/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/5e/b8f8bf356dc84096e4fedc2cd71426/frameset.htm
    Also, I would suggest that you go through this blog by michal if any issue arises,
    /people/michal.krawczyk2/blog/2005/03/29/xi-error--unable-to-convert-the-sender-service-to-an-ale-logical-system
    /people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions
    Thanks,
    Vijaya

  • How can I remove one company detail from SAP prodcut for customer

    I have done one SAP product.I have created two comp SBB1,SBB2.According to this company I developed SAP product.now customer needs only one company.How can I remove one company detail for this purticular customer.kindly guide on this.

    Hi,
    If you are saying- you created 2 company codes in your implementation and now, the client says - only one company code should be active - then all you need to do is: make the second comp code non-productive.
    You can do it using the foll menu path:
    SPRO>Financial Accounting>Financial Accounting Global Settings>Company Code>Set Company Code to Productive
    Under this node, you mark only one of the two comp codes as productive.
    Does this answer you?
    Pls confirm,
    Siva

  • How to get recurring revenue doc details from SAP

    Hi Experts,
    We have a custom report which displays Geo Quest commission details.
    Now user requested this report should include recurring revenue doc also.
    please suggest how to get recurring revenue docs, what are the tables used to get recurring revenue docs.
    Thanks in advance.
    Bhushan
    Edited by: bhushan Reddy on Mar 9, 2011 4:57 PM

    hi..
    May be tried as follows:
       1.Select doc type (Billing doc ) in Table BKPF to find accounting documents
       2. Pass the accounting documents in Table BSEG
      Filter as per your requirements.
    kkumar

  • Uodate Freight/Booking order from SAP TM to SAP ECC

    Hi All,
    Iam an SD consultant and new to SAP TM. We have the follwoing requirement.
    The delivery proposal is sent from TM to ECC and in ECC it will create a delivery. The delivery proposal  from TM does not  carry the freight/booking  order no from TM. we need to send booking order no in the outbound message from SAP TM to ECC. And then we want the booking order number to store in delivery in ECC.
    questions are
    1) how  TM communciates with ECC. we have been told that there are two interfaces
    OutboundDeliveryBulkCreateRequest_ (for sending delivery proposal from TM to ECC )
    OutboundDeliveryBulkConfirmation_In (for sending back delivery creation message from ECC to TM )
    2 ) I need to know what are these interfaces. Are these idocs. How to enchance the same in TM and ECC to achieve  the above regarding booking order. That is how to inlcude booking order no in  delivery proposals message so that it is sent from TM to ECC.
    3 ) In ECC,  how the booking order no will be captured from TM and how it will be updated in delivery ?
    regards
    Pamela

    hi Pamela,
    sap erp communicates with tm using XML Messages (so called Enterprise Services).  the Standard way to update erp would be to create freight orders and have those create erp shipments. But, you certainly have your reasons why you want to update only deliveries. Enhancing the Enterprise Service and modifying the update is certainly the best way. If you do not get help on this. Here is an alternative:
    To get the booking number/freight order Number for the FU, I would use the save document prepare user Exit in the delivery and write the Fo number into LIFEX. You can use a remote function call to call tm, alternatively, you can store the FO number in the FU with a custom save strategy.
    Step 1: get the sales orde number (VGBEL) within Exit in sd delivery
    Step 2: read the Fu related to the sales order (if ist 1:1), you can use the field LABELTXT in the ROOT node of the TOR object.
    Step 3: get the FO related to the relevant stage (following coding).

  • How data  is replicated from SAP R/3 to SAP BW

    Hi,
        I have to replicate datasource from SAP R/3 ECC 6.0
    TO  SAP BW.
      Please, help me in this regards
    Thks in advance
    - Mubeen.

    hi,
    For replication of data from Sap R/3 to BW once the data source is created, go to RSA6 and check whether the data source exist there and in which subtree down the hierarchy. Then got to SAP BW and in Modeling -> source system tab right  click on the appropriate client where the data source is present and click on replicate data source. This will get ur data source in BW system and u can check it in  Modeling -> Data Source tab under hte same subtree.

Maybe you are looking for

  • Refresh master group

    Hey, I have a jspx page genereted by JHeadstart. The page contains a Form layout of a view object, and a table layout on the same page of a detail view object (referenced by a view link). When in the details table a drop down list (id=PBD_ZrgVerzeker

  • IPad message says apple Id has been disabled

    While trying to Download upgrade to app getting message that apple ID has been disable. How do I reset or correct

  • OS X 10.4.3 fails to recognize some bundles (packages)

    The copy of OS X 10.4.3 on my main drive suddenly does not recognize most .bundle packages, causing my software development to fail when bundles must be copied. Booting instead from an external drive running 10.4.3 shows the same .bundle files as bun

  • 10g express Upgrade

    Hi, Is it possible to upgrade the 10g Express edition from 10.2.0.1 to 10.2.0.4 I am on windows xp. Tried with patch 6810189. But it is not recognizing the existing home. ( Even if specify the path ) Thanks sunil

  • How to call a Query from widget which has mandatory variables/filter values

    Dear Gurus,     I want to show data from BI query (BEX) in Wedget, which has variable/ Filter as input parameter.     Please tell me how add these parameters while calling query throgh web service. Regards, Aslam Khan