Logistics Integration R/3 & CRM

Hi All,
I am trying to update Consignment stock of Field Engineers in R/3.
Based on the SAP CRM Service Order, Confirmation will be created and it will trigger internal order in R/3 and update the Inventory stock (consignment) for the Field Engineers.
I don't have do Availability Check and reservation.
Does anybody has idea that how do i do that?
Thx
Bim

Hi Bimal,
Please surf through the below mention links:
http://help.sap.com/saphelp_crm40/helpdata/en/cb/f876d513c56e4e864c15517ff67e92/content.htm
Best Regards,
Pratik Patel
<b>Reward with Points!</b>

Similar Messages

  • MS Word integration with SAP CRM: can a PDF be created from the MS Word doc

    21/11
    Gurus,
    I know have a better understanding of the topic but still have 2 open questions.
    I now know that StreamServe cannot read .DOC files but can read and work with .PDF files.
    Since we are in a SAP forum and not a StreamServe forum,
    1/ I am wondering if SAP CRM 2007 can convert the MS Word generated and populated documents into .PDF. Possibly immediatly.
    2/ Can the MS Word generated and populated documents be saved by SAP CRM 2007 as .XML files?
    Thanks again.
    Dear All,
    On my project, there is a requirement to generate ad-hoc and amendable letters in CRM (2007).
    We might have +150 letters so I am thinking about using MS Word integration with SAP CRM to deliver this.
    With SAP CRM 2007, I understand that it is indeed possible to generate WebServices that will then be consumed by Word templates through the mail merge functionality. So agents will not have to enter BP name, address and so on. All this can be done by configuration which is great.
    My point of concern is how to integrate this design to StreamServe for printing purpose (we do not want to go into local printing)
    Can StreamServe collects the Word generated document?
    Should this Word document be converted as PDF before or can StreamServe do it?
    Should StreamServe exploits the XML contents within the Word generated document?
    Thanks for your help and insights about this.
    Brice.
    Edited by: Brice Vialle on Nov 21, 2008 9:26 PM
    Edited by: Brice Vialle on Nov 21, 2008 9:34 PM

    Hi Chris,
        Your advice helps me a lot, thank you.
        I upload an XML-Format template Word Doc to server as a MIME Object.
        When OfficeControl is started in Web Dynpro, OfficeControl automatically open the XML-Format template.
       For the first time, I get the XString-type Context attribute bind to the content of the Word Doc,
       then translate it to string, I got the XML-format content, it's great!
       However, after the first time, when I input any new contents in MS Word in Web Dynpro,
       no matter I execute "Ctrl + S" or click the "savedocument" button,
       when I translate the XString Context attribute to String, I got messy code. (but the first time, it is good plain text)
       I use the function module: ECATT_CONV_XSTRING_TO_STRING (good for first time, dump after first time),
       SCMS_XSTRING_TO_BINARY, SCMS_BINARY_TO_STRING (good for first time, messy code after first time).
       My Demo source code is in: (system) SMV --> (local object) zhaode --> (Dynpro Component) ztest_office_control
       core source code is as:
       clear itab.
      CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          BUFFER = lv_datas
        IMPORTING
          OUTPUT_LENGTH = lv_length
        TABLES
          binary_tab = itab.
      CALL FUNCTION 'SCMS_BINARY_TO_STRING'
        EXPORTING
          input_length = lv_length
          mimetype = 'text/plain; charset=utf-8'
        IMPORTING
          text_buffer = lv_datas_string
          output_length = lv_data_len
        TABLES
          binary_tab = itab.
        Can you give me some advice?
    Best Regards,
    Derek

  • Customer specific codelists in integration scenario with CRM onPrem

    Hi,
    we are working on an integration scenario C4C <> CRM onPrem. The businesspartner masterdata should be editable in C4C and CRM.
    We have several customer specific fields on the businesspartner in both systems.
    In CRM we have implemented customizing for the values of these fields via customizingtables that can be maintained with TX:SM30.
    We can also create finetuning-activities for the maintenance of the code lists for these fields in C4C.
    As these customizingtables can have around 1.000 entries per table we are searching for a solution to maintain the values just in CRM instead of maintaining them twice.
    Does anybody has an idea how to replicate customer specific codelist-values from CRM into C4C? Or maybe a valuehelp in C4C that retrieves the values via webservice from CRM?
    Thanks
    Danny

    Hi Danny,
    We have requirement like get all Oper Order based on Account from ECC to cloud and we have successfully achieved using External Web Service Integration.
    We have consume ECC web service integration and retrieve all Open orders based on Account ID and display in the table.
    So as per my knowledge you can read all value using web service call and maintained in custom OVS ( I have never tried ).
    You need to check whether is it possible or not using custom OVS but if it is working for table than it may be work for custom OVS as well.
    Please check this post below may be helpful to you
    SAP Cloud SDK : Bi-directional Custom Web-service Integration with PI
    Regards,
    Mithun

  • Melita Predictive Dialer Integration with SAP CRM WebIC

    Hello All,
    Does any one have any information about "Melita Predictive Dialer" integration with SAP CRM Web IC.
    Please let me know.
    Thanks
    Amar Reddy

    Hello Amar,
    I am only aware of a few customers who have integrated predictive dialing into the Interaction Center, and those customers all used Genesys or Avaya. I'm not aware of anyone who has done this with Melita yet.
    By the way, I wrote a high-level Blog on the topic of automated dialing available on PBX:
    Link:Does Automated Outbound Dialing Fit in Your CRM / Call Center Strategy?
    Warm regards,
    John

  • Outbound Integration in Siebel CRM On Demand

    As we know that only Inbound integration is possible in Siebel CRM on Demand.Has anybody ever done outbound integration in Siebel CRM on demand using Integration event or using ASP?
    Please repond soon.

    Hi Max,
    Thanks for your reply.
    I have built a workflow.
    Name : SH
    Record Type : Contact
    Trigger Event : When New record saved.
    Then created action .
    Name : Outbound Integration
    type : Integration Event
    I select 'Track Changes' for two fields named : First Name and Last Name as it will save changes in a file whenever any new record saved.
    Then I went to Webservice Administration and downloaded zip file for Integration event wsdl.Also I downloaded wsdl file for contact.
    There are few points where I am stuck.
    1) In pdf,they talked about one xml file which will save all changes whenever any new contact record saved because it is created as Integration Event.
    Which file is this?(Integration Event.wsdl???)
    2) Should I use any of the above downloaded wsdl files to create webservice in siebel as I am doing integration b/w Siebel ondemand and Siebel CRM??
    Can you give me a glimpse of the program to ping the queue ?Where do I need to write code in CRM on Demand?Which changes do I need to do in SIebel CRM?
    Thanks for your help.

  • Oracle CRM on Demand Integration to Siebel CRM Enterprise

    Hi,
    Can anyone tell me wheather Oracle has come up with Oracle CRM on Demand R19 integration with Siebel CRM on Premise 8.1 ? If so what is the latest pack to be installed on Siebel Enterprise for the integration & the link for the same to download . More information on same will be helpful.
    Any inputs on this will be appreciated.TIA
    Rgds,
    Satish

    Any thoughts experts?

  • Question of the day: Best Portal integration strategy for CRM 7.0?

    I would appreciate it if anyone can give me their feedback with the knowledge and background with the Portaland CRM WebUI integration based on the following options:
    These are the available options for portal integration:
    Option A: Initial Login to CRM WebUI, launch other functionalities from WebUI
         All users login through SAP CRM WebUI. Based on user portal roles, available applications are presented using WebUI transaction launcher to open up as new browser windows or within the content area of CRM WebUI
    Option B: Initial Login to Portal, CRM and other applications launched from Portal
         CRM WebUI is setup as a full screen BSP iView. All users login once through SAP NW Portal. Based on user portal roles, available applications are presented. CRM, BI BOBJ, KM are launched in a separate browser windows. For SAP applications, there is SSO available.
    Option C: Initial Login to Portal, CRM and other applications integrated into Portal
         All users login once through SAP NW Portal. CRM WebUI is integrated into the Portal content area, and navigation between CRM screens are handled through Portal links.
    Business considerations:
    1.  Single-Sign-On (SSO): The proposed solution should provide an integrated sign on page that allows access to other CRM applications without the user logging in again.
    2.  Frontend navigation: All CRM applications used by business should be accessible from a single location. This should cater for future applications as well eg: AFLS. Ideally there should be a minimum number of windows that a user has to juggle.
    3.  Contextual usability: The related applications should be linked to CRM and launched where it is used to support business operations. If possible, the applications should launch with the particular CRM transaction/record to minimize time required to locate relevant information eg: integrated reporting
    4.  Standardized look and feel: The portal should not change the functionalities of standard CRM and should integrate well in terms of the look and feel of the product and NOL branding
    Based on the following business considerations, would Option B a better solution in terms of integration with other CRM applications, integration with other SAP applications (BOBJ, KM), flexibility in integrating with other options, SSO, maintainability and scalabilit.
    Thanks a lot,
    Cecilia
    Edited by: John Burton on Jan 20, 2010 1:38 PM

    We did option B at our client for CRM 2007. The authetication works perfectly between SAP NW Portal, and SAP CRM. It was one day work with single BSP iView (I beleive).

  • Sample of  XML Integration function in CRM

    Hi,
    There is a function named XML Integration in the CRM. It provides Services, Invocations, and Authentications. As document, the service function will support the web service and give a sample service HelloWorld. But how to call the Hello World Service is no document. My question is how to call the sample service hello world.
    The following is the information of the sample service:
    Service Group Prefix: oracle.apps
    Application: CRM FOUNDATION
    Service Group: HelloWorld
    Service Group Full Name: oracle.apps.JTF.HelloWorld
    Java Class: oracle.apps.jtf.services.HelloWorldService
    Thanks a lot.
    Message was edited by:
    user584230

    Hi Devika,
    Check the Table: /1BEA/CRMB_BDH  in CRM
    You can pass the cancelled invoice Y in the field REFERENCE_NO and you will get the Invoice cancelled X in the field HEADNO_EXT.
    Hope i answered ur querry
    Regards,
    PePe

  • Note 312090 - Integration HR - EBP/CRM

    Hi All
    Note 312090 - Integration HR - EBP/CRM
    is used to set Distribution Model and talks about 9 filters.
    1. Can anyone explain how to read/understand these filters?
    2. Can you also elaborate on Templates (Note 615896 - HR-ALX: Distribution models - Templates)
    Thanks
    Nikhil

    Hi
    Please post this on CRM forum.
    I think there someone will answer you faster.
    Regards
    Radek

  • ECC 6.0 Integration with BI,CRM,SRM

    Hi All,
    What are the perequisites for Integration of ECC 6.0 with JAVA Stack (BI,CRM, SRM).
    I suppose we can use PI as a middleware between ECC 6.0 and BI, CRM, SRM, But Please make understand the entire flow how we will achieve this and how it works physicaly.
    And, What information ABAP and JAVA stack holds, How we can Install ABAP & JAVA Stack and what purpose it solves.
    Please share your valuable inputs with me as I would like to have clear understanding of It.
    Thanks in Advance,
    VB

    Hi Vikas,
    Please have a look at http://help.sap.com/saphelp_ep50sp2/helpdata/en/89/6eb8deaf2f11d5993700508b6b8b11/content.htm
    Hope it will helps
    Regards
    Arun

  • Integration of SAP CRM 7.0 with Lotus Notes 8.5 ?

    Hi,
    Just wandering if anyone has integrated CRM 7 with Lotus Notes 8.5 successfully lately? I am runing into problem installing the Groupware Connector.
    Aug 30, 2010 4:13:37 PM  ...sap.gcn.Logger.trace(Logger.java:134) [Domino.R5.ConnectionSys-local-8] Error: java.lang.UnsatisfiedLinkError: no nlsxbe in java.library.path
         at java.lang.ClassLoader.loadLibrary(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at lotus.domino.NotesThread.load(Unknown Source)
         at lotus.domino.NotesThread.checkLoaded(Unknown Source)
         at lotus.domino.NotesThread.sinitThread(Unknown Source)
         at com.sap.gcn.dominor5.local.ConnectionSysHandlerLocal.init(ConnectionSysHandlerLocal.java:42)
         at com.sap.gcn.dominor5.ConnectionAbstract$ConnectionAbstractThread.init(ConnectionAbstract.java:130)
         at com.sap.gcn.dominor5.util.Adapter$AdapterThread.run(Adapter.java:136)
    Aug 30, 2010 4:13:37 PM  ...sap.gcn.Logger.trace(Logger.java:134) [main] Error: com.sap.gcn.ConnectorException: [ERR: 9]: Unspecified error: java.lang.IllegalThreadStateException: Thread is canceled
         at com.sap.gcn.dominor5.ConnectionAbstract.close(ConnectionAbstract.java:62)
         at com.sap.gcn.dominor5.GroupWare.releaseConnectionSys(GroupWare.java:563)
         at com.sap.gcn.dominor5.GroupWare.initialize(GroupWare.java:100)
         at com.sap.gcn.dominor5.ConnectionTest.testConnection(ConnectionTest.java:81)
    Caused by: java.lang.IllegalThreadStateException: Thread is canceled
         at com.sap.gcn.dominor5.util.Adapter.checkBridgeThread(Adapter.java:95)
         at com.sap.gcn.dominor5.util.Adapter.invoke(Adapter.java:47)
         at com.sap.gcn.dominor5.ConnectionAbstract.close(ConnectionAbstract.java:57)
    Regards,
    Kevin

    Can you please try to do the following in the steps .
    1) Search for the file nslbe.dll which can be in the folder c:\program files\notes . Add the location to the PATH variable in the environment variables.
    2) Go to the installation folder for Lotus notes which might be c:\program files\Lotus\Notes\jvm\lib\ext . In this folder please put the following files Notes.jar,mail.jar,activation.jar, nslbe.dll. Please do take care that you will need to add the files in the folder ..\jvm\lib\ext
    3) Add the ..\jvm\lib\ext folder location to your environment variables.
    4) Create a environment variable JAVA_HOME and add the location of the jre-bin,lib and the JDK-bin,lib to this.
    Restart your Server and the system where in you want to install the connector and try to run the installation again .

  • MS Commerce Server integration with SAP CRM (incl. Middleware question)

    Hi,
    We're investigating on how to possibly connect a MS eCom solution (MS Commerce Server) to a SAP CRM backend.
    With the correct middleware and some Bapi's this would probably be do-able solution I guess, but does anyone have info on standard setups for this?
    - Standard Bapi's to use?
    - Middleware to be used (will XI do it all or do we need a 3th party middleware solution)?
    - Are any of the standard MS eCom screens aligned with what's in the SAP Badi's?
    - What about pricing information - is the info returning from the IPC valid for MS eCom display?
    Anyway - if anybody has any ideas or experience around this - feel free to reply.
    Thanx!

    HI Arno,
    I asked our CRM guys but because we are doing workforce management and that required server based integration..
    Do you have any idea for that ?

  • Oracle BI Publisher 10x/11x Integration with Siebel CRM 8.2 Release

    Hello Gurus,
    We are in the process of implementing Siebel (8.2) Public Sector for one of our client and in term s of reporting we have decided to use latest version of OBIEE and BI Publisher and thus decided to go ahead with implementing BI Apps 7.9.6.3 combined package of (OBIEE 11.1.1.6, BI Publisher, Informatica 9.x, DAC 10.1.3.4.1 with hot fix).
    There is My Oracle Support (MOS) article # 1172844.1 (titled ‘Supporting Documentation for Siebel Reports by Product Version’) which explains that Oracle BI Publisher 10.1.3.4.2 version supports Siebel CRM release 8.2.
    Due to the limitations of the Oracle BI Publisher usage as per the Oracle support documentation, we need to make use of OBIEE 10g version for BI Publisher for integrating with Siebel 8.2 release and we need to also use OBIEE 11g for the main reporting and henceforth we end up maintaining 2 servers for reporting in our environment.
    Does Oracle BI Publisher 11.1.1.5 or 11.1.1.6 version cannot be integrated with Siebel 8.2? Is this not supported version with Seibel 8.2 version?
    Oracle BI Publisher architecture in 10g is different when compared to OBIEE 11g version and does it make any impact if we go ahead with 2 different versions pointing to pull the data from the OLTP source ( Siebel) ?
    I am looking out for exact approach to be followed for reporting requirements for this kind of scenario ?
    Help me with your inputs and suggestions on this.
    Thanks
    Praveen

    hi Praveen,
    Did you got any answer for this?
    Cheers,
    J

  • Integrating with SAP CRM / SAP ECC apps with SMP 3.0

    Hi All,
    I have some questions for integrating SAP ERP / SAP CRM applications with SMP 3.0, what my questions is
    1) I want integrate SAP ERP / SAP CRM apps with SMP 3.0 from scratch. (which are available in the SAP Portal)
    2) For that what are all the per-requisites, after integration is done if application want required any changes then how to update that app.
    3) Provided SAP ERP / SAP CRM applications are all available executable only, is there any source are available for all theat apps.
    Some of SAP ERP applications SAP ERP Customer Order Entry, SAP ERP Order Status, SAP ERP Quality Issue, SAP Employee Lookup and etc.. and
    Some of SAP CRM applications SAP CRM SALES, SAP CRM SERVICE MANAGER, SAP Customer and Contacts, SAP Customer Briefing, SAP Customer Financial Fact Sheet, SAP Customer Loyalty, SAP Direct Store Delivery and etc...   which are all available in the SAP Portal.
    Please help me on the same.
    Thank & Regards,
    Ranjith Lingala
    +91-9985241328

    Hi All,
    I have some questions for integrating SAP ERP / SAP CRM applications with SMP 3.0, what my questions is
    1) I want integrate SAP ERP / SAP CRM apps with SMP 3.0 from scratch. (which are available in the SAP Portal)
    2) For that what are all the per-requisites, after integration is done if application want required any changes then how to update that app.
    3) Provided SAP ERP / SAP CRM applications are all available executable only, is there any source are available for all theat apps.
    Some of SAP ERP applications SAP ERP Customer Order Entry, SAP ERP Order Status, SAP ERP Quality Issue, SAP Employee Lookup and etc.. and
    Some of SAP CRM applications SAP CRM SALES, SAP CRM SERVICE MANAGER, SAP Customer and Contacts, SAP Customer Briefing, SAP Customer Financial Fact Sheet, SAP Customer Loyalty, SAP Direct Store Delivery and etc...   which are all available in the SAP Portal.
    Please help me on the same.
    Thank & Regards,
    Ranjith Lingala
    +91-9985241328

  • Integration of SAP CRM 7.0 with MS Exchange 2007

    Hi SAP GURUS,
    We have Installed CRM 7.0 ABAP APP server.
    We are in process of installing MS Exchange gropware connector and MS Exchange groupware connector proxy Release 4.0
    Now my question is do we need to install both of them(GW connector & GW Conn Proxy) on the same server where our Microsoft Exchange 2007 is installed ? or we can install on two different servers like MS Exchange
    on server XYZ and other two components on server ABC.!
    Also i believe ABAP Mapbox is get installed automatically when we do the installation of CRM 7.0 ABAP Application server. am i correct ?
    How to start that ?
    Will you please guide us the same asap.

    HI Arno,
    I asked our CRM guys but because we are doing workforce management and that required server based integration..
    Do you have any idea for that ?

Maybe you are looking for

  • Purchasing options-Online or PC World

    Just about to make a life changing purchase (iMac G5)..are there any benefits of buying from the Apple online store versus buying at my local PC World? Obviously it would be easier to return a 'duff' product to my local...any others? Nice to be onboa

  • Acrobat Install Error with 10.9.1

    Tried installing Adobe Acrobat XI running Mac OS 10.9.1.  Received the following error: "The Installtion Failed.  The Installer encountered an error that caused the installtion to fail.  Contact the software manufacturer for assistance."  The only op

  • After installing last version 11.0.0.163 itunes crash at startup.

    i have a windows 7 64bit notebook with 12GB Ram i updated Itunes to the last version (before i used 10.7 version ) After the upgrade itunes don't start ! If i double click on the icon start itype process after few second start  ipoint.exe process and

  • Received jpg CS4 will not open

    I received a jpg from a customer today that CS4 will not open but CS3 will. CS4 just hangs. I closed down the program and tried this several times. CS4 opens other jpgs just fine. I am on a Mac Pro w/5 gig of RAM. Have experience no other problems.

  • Hot to pass error in Dynamic link library

    Hi...   I ma trying to write dll in C++ and calling them in Labview through Labview, below is the test programme to pass error, #include "extcode.h" typedef struct     char  status;     int  code;     unsigned char  source[10]; } er;  _declspec(dllex