SAP BC -- SAP XI BC ADAPTER

Hello,
I amtrying to send an ACC_DOCUMENT01 IDOC from SAP BC to SAP XI BC Adapter.
I have done the setup according to the instructions at help.sap.com.
I am hardcoding the XML into the transportservice.
When sending with the Transportservice
pub.sap.transport.XML:OutboundProcess
I get the following error:
Could not run the service 'ACC_DOCUMENT'.
com.wm.pkg.sap.BCException: com.sap.aii.af.ra.ms.api.MessageFormatExcpetion: got no name/namespace for the payload of the XRFC_DOC_TYPE_ENVELOPE: org.xml.sax.SAXException: got no name/namespace for the payload of the XRFC_DOC_TYPE_ENVELOPE
The payload I used
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!-- Response --> <SAP:IDocOutbound xmlns:SAP="http://sap.com/xi/XI/Message/30"><SAP:TABNAM>EDI_DC40</SAP:TABNAM><SAP:MANDT>100</SAP:MANDT><SAP:DOCREL>640</SAP:DOCREL><SAP:DOCNUM>0000000000002007</SAP:DOCNUM><SAP:DIRECT>2</SAP:DIRECT><SAP:IDOCTYP>ACC_DOCUMENT01</SAP:IDOCTYP><SAP:CIMTYP/><SAP:MESTYP>ACC_DOCUMENT</SAP:MESTYP><SAP:MESCOD/><SAP:MESFCT/><SAP:SNDPOR>SAPXI1</SAP:SNDPOR><SAP:SNDPRN>SE1CLN500</SAP:SNDPRN><SAP:SNDPRT>LS</SAP:SNDPRT><SAP:SNDPFC/><SAP:RCVPOR>SAPSE1</SAP:RCVPOR><SAP:RCVPRN>SE1CLN500</SAP:RCVPRN><SAP:RCVPRT>LS</SAP:RCVPRT><SAP:RCVPFC/><SAP:TEST/><SAP:SERIAL/><SAP:EXPRSS/><SAP:STD/><SAP:STDVRS/><SAP:STATUS>03</SAP:STATUS><SAP:OUTMOD/><SAP:SNDSAD/><SAP:SNDLAD/><SAP:RCVSAD/><SAP:RCVLAD/><SAP:STDMES/><SAP:REFINT/><SAP:REFGRP/><SAP:REFMES/><SAP:CREDAT>2005-10-27</SAP:CREDAT><SAP:CRETIM>19:12:31</SAP:CRETIM><SAP:ARCKEY>                    3D3800D43B140E4AA4E116A43E45F0CF  0000000024373039</SAP:ARCKEY></SAP:IDocOutbound>
Also tried this payload with the same problem
             < sap:Envelope xmlns:sap="urn:sap-com:document:sap" version="1.0">
                < sap:Header xmlns:rfcprop="urn:sap-com:document:sap:rfc:properties">
                  < saptr:From xmlns:saptr="urn:sap-com:document:sap:transport">TREMA100</saptr:From>
                  < saptr:To xmlns:saptr="urn:sap-com:document:sap:transport">DUMMY</saptr:To>
                  < rfcprop:Transaction>TID</rfcprop:Transaction>
                </sap:Header>
                <sap:Body>
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- Response -->
<SAP:IDocInbound xmlns:SAP="http://sap.com/xi/XI/Message/30">
<SAP:TABNAM>EDI_DC40</SAP:TABNAM>
<SAP:MANDT>500</SAP:MANDT>
<SAP:DOCREL>46C</SAP:DOCREL>
<SAP:DOCNUM>0000000024373039</SAP:DOCNUM>
<SAP:DIRECT>1</SAP:DIRECT>
<SAP:IDOCTYP>ACC_DOCUMENT01</SAP:IDOCTYP>
<SAP:CIMTYP/>
<SAP:MESTYP>ACC_DOCUMENT</SAP:MESTYP>
<SAP:MESCOD/>
<SAP:MESFCT/>
<SAP:SNDPOR>SAPSE1</SAP:SNDPOR>
<SAP:SNDPRN>SE1CLN500</SAP:SNDPRN>
<SAP:SNDPRT>LS</SAP:SNDPRT>
<SAP:SNDPFC/>
<SAP:RCVPOR>XI1CLNT100</SAP:RCVPOR>
<SAP:RCVPRN>XI1CLNT100</SAP:RCVPRN>
<SAP:RCVPRT>LS</SAP:RCVPRT>
<SAP:RCVPFC/>
<SAP:TEST/>
<SAP:SERIAL/>
<SAP:EXPRSS/>
<SAP:STD/>
<SAP:STDVRS/>
<SAP:STATUS>30</SAP:STATUS>
<SAP:OUTMOD>2</SAP:OUTMOD>
<SAP:SNDSAD/><SAP:SNDLAD/>
<SAP:RCVSAD/><SAP:RCVLAD/>
<SAP:STDMES>ACC_DO</SAP:STDMES>
<SAP:REFINT/>
<SAP:REFGRP/>
<SAP:REFMES/>
<SAP:CREDAT>2005-10-27</SAP:CREDAT>
<SAP:CRETIM>19:12:30</SAP:CRETIM>
<SAP:ARCKEY/>
</SAP:IDocInbound>
               </sap:Body>
              </sap:Envelope>
Best regards Otto

Hello,
I amtrying to send an ACC_DOCUMENT01 IDOC from SAP BC to SAP XI BC Adapter.
I have done the setup according to the instructions at help.sap.com.
I am hardcoding the XML into the transportservice.
When sending with the Transportservice
pub.sap.transport.XML:OutboundProcess
I get the following error:
Could not run the service 'ACC_DOCUMENT'.
com.wm.pkg.sap.BCException: com.sap.aii.af.ra.ms.api.MessageFormatExcpetion: got no name/namespace for the payload of the XRFC_DOC_TYPE_ENVELOPE: org.xml.sax.SAXException: got no name/namespace for the payload of the XRFC_DOC_TYPE_ENVELOPE
The payload I used
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!-- Response --> <SAP:IDocOutbound xmlns:SAP="http://sap.com/xi/XI/Message/30"><SAP:TABNAM>EDI_DC40</SAP:TABNAM><SAP:MANDT>100</SAP:MANDT><SAP:DOCREL>640</SAP:DOCREL><SAP:DOCNUM>0000000000002007</SAP:DOCNUM><SAP:DIRECT>2</SAP:DIRECT><SAP:IDOCTYP>ACC_DOCUMENT01</SAP:IDOCTYP><SAP:CIMTYP/><SAP:MESTYP>ACC_DOCUMENT</SAP:MESTYP><SAP:MESCOD/><SAP:MESFCT/><SAP:SNDPOR>SAPXI1</SAP:SNDPOR><SAP:SNDPRN>SE1CLN500</SAP:SNDPRN><SAP:SNDPRT>LS</SAP:SNDPRT><SAP:SNDPFC/><SAP:RCVPOR>SAPSE1</SAP:RCVPOR><SAP:RCVPRN>SE1CLN500</SAP:RCVPRN><SAP:RCVPRT>LS</SAP:RCVPRT><SAP:RCVPFC/><SAP:TEST/><SAP:SERIAL/><SAP:EXPRSS/><SAP:STD/><SAP:STDVRS/><SAP:STATUS>03</SAP:STATUS><SAP:OUTMOD/><SAP:SNDSAD/><SAP:SNDLAD/><SAP:RCVSAD/><SAP:RCVLAD/><SAP:STDMES/><SAP:REFINT/><SAP:REFGRP/><SAP:REFMES/><SAP:CREDAT>2005-10-27</SAP:CREDAT><SAP:CRETIM>19:12:31</SAP:CRETIM><SAP:ARCKEY>                    3D3800D43B140E4AA4E116A43E45F0CF  0000000024373039</SAP:ARCKEY></SAP:IDocOutbound>
Also tried this payload with the same problem
             < sap:Envelope xmlns:sap="urn:sap-com:document:sap" version="1.0">
                < sap:Header xmlns:rfcprop="urn:sap-com:document:sap:rfc:properties">
                  < saptr:From xmlns:saptr="urn:sap-com:document:sap:transport">TREMA100</saptr:From>
                  < saptr:To xmlns:saptr="urn:sap-com:document:sap:transport">DUMMY</saptr:To>
                  < rfcprop:Transaction>TID</rfcprop:Transaction>
                </sap:Header>
                <sap:Body>
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- Response -->
<SAP:IDocInbound xmlns:SAP="http://sap.com/xi/XI/Message/30">
<SAP:TABNAM>EDI_DC40</SAP:TABNAM>
<SAP:MANDT>500</SAP:MANDT>
<SAP:DOCREL>46C</SAP:DOCREL>
<SAP:DOCNUM>0000000024373039</SAP:DOCNUM>
<SAP:DIRECT>1</SAP:DIRECT>
<SAP:IDOCTYP>ACC_DOCUMENT01</SAP:IDOCTYP>
<SAP:CIMTYP/>
<SAP:MESTYP>ACC_DOCUMENT</SAP:MESTYP>
<SAP:MESCOD/>
<SAP:MESFCT/>
<SAP:SNDPOR>SAPSE1</SAP:SNDPOR>
<SAP:SNDPRN>SE1CLN500</SAP:SNDPRN>
<SAP:SNDPRT>LS</SAP:SNDPRT>
<SAP:SNDPFC/>
<SAP:RCVPOR>XI1CLNT100</SAP:RCVPOR>
<SAP:RCVPRN>XI1CLNT100</SAP:RCVPRN>
<SAP:RCVPRT>LS</SAP:RCVPRT>
<SAP:RCVPFC/>
<SAP:TEST/>
<SAP:SERIAL/>
<SAP:EXPRSS/>
<SAP:STD/>
<SAP:STDVRS/>
<SAP:STATUS>30</SAP:STATUS>
<SAP:OUTMOD>2</SAP:OUTMOD>
<SAP:SNDSAD/><SAP:SNDLAD/>
<SAP:RCVSAD/><SAP:RCVLAD/>
<SAP:STDMES>ACC_DO</SAP:STDMES>
<SAP:REFINT/>
<SAP:REFGRP/>
<SAP:REFMES/>
<SAP:CREDAT>2005-10-27</SAP:CREDAT>
<SAP:CRETIM>19:12:30</SAP:CRETIM>
<SAP:ARCKEY/>
</SAP:IDocInbound>
               </sap:Body>
              </sap:Envelope>
Best regards Otto

Similar Messages

  • SAP PI 7.1 HTTP Adapter

    In my scenario, SAP PI 7.1. needs to talk to a 3rd party EDI system via web services. SAP PI is using HTTP adapter to exchange XML messages for both inbound and outbound with the EDI system. Questions:
    1. If SAPI PI sends for example 100 (different) messages to the EDI system every day, will PI make 100 web service calls to the EDI system to send each individual message?
    2. Please explain how PI will use the HTTP URL to send the messages to the EDI system. Any document/blogs to explain how HTTP adapter works for exchanging messages with third party systems (web service capable)? Did not find anything good one in SDN.
    3. Any disadvantage of using HTTP adapter, e.g. for high volume scenarios?

    > 1. If SAPI PI sends for example 100 (different) messages to the EDI system every day, will PI make 100 web service calls to the EDI system to send each individual message?
    Yes, it will use 100 cals to process 100 individual messages.
    >
    > 2. Please explain how PI will use the HTTP URL to send the messages to the EDI system. Any document/blogs to explain how HTTP adapter works for exchanging messages with third party systems (web service capable)? Did not find anything good one in SDN.
    >
    When you use HTTP adapter in receiver side, you will specify address of the target system in URL format, that means data will be send it to specific UIRL adress.
    > 3. Any disadvantage of using HTTP adapter, e.g. for high volume scenarios?
    i prefer using SOAP adapter for web service cals..HTTP adapter give good perfomance.
    Regards,
    Raj

  • Migrate all Open Sales Orders From Legacy System (SAP) To SAP System using

    Hi Experts,
                 I've to Migrate all Open Sales Orders From Legacy System (SAP) To SAP System using Business Objects with a new SALES ORDER DOCUMENT NUMBER referencing the older one.
               I'll get all the required data with field in an excel file.
                 Does any standard transaction exist for it ? Or how to go ahead with it ?
    Thanks and regards,
    Jyoti Shankar

    Hi
    If you are checking for CREATE option then Sales Doc Type
    For more Info goto SWO1 transaction -> BUS2032 --> DIsplay --> Execute --> There SELECT the method which you want to perform... There you can fine the MANDATORY parameters also....
    Or in DISPLAY mode PLACE Cursor on the Required Method and CLick the PARAMETERS button on toolbar...
    That will show the MANDATORY parameters...
    Reward if helpful....
    Message was edited by:
            Enter the Dragon

  • SSO to SAP via SAP Logon Group

    Hi,
    I've tried to configure SSO to SAP via SAP logon group. When trying this I'll get the following error:
    Connect to message server failed Connect_PM MSHOST=<server>, R3NAME=IB1, GROUP=IB1_Web LOCATION CPIC (TCP/IP) on local host ERROR The message received isn't from a message server. Are you really connected to the message server? Please check your connection parameters. (<server> / sapmsIB1) TIME Tue Dec 16 16:48:49 2008 RELEASE 640 COMPONENT MS (message handling interface, multithreaded) VERSION 4 RC -2
    I've also configured the file services under winnt\system32\drivers\etc on the BO server with the following line:
    +sapmsIB1      443/tcp     +
    Is there anything I'll have to configure too? Or what does this error mean? The server which I have tried to reach is a message server.
    Thanks in advice.
    Claudia

    HI Ingo,
    yes I can connect with SAP GUI via message server and application server. I can also connect with BO via sso to the application server. Only the message server failed.
    I have now found out that I had the wrong port. But also the right port doesn't work. I have tested the port with telnet. The port is reachable.
    Thanks
    Claudia

  • Using ale u can send from sap to sap and sap to non sap systems

    hi,
    using ale u can send from sap to sap and sap to non sap systems,
    then what is diff b/w ALE and EDI

    Hello KALYAN KUMAR,
    Application Link Enabling (ALE)
    1.You distribute data using ALE if you want to communicate from one system to one or more other (mostly internal) systems.
    2.ALE transfers data in IDoc format and uses the methods of tRFC for data transfer.
    3.ALE enables the integration of business processes across several SAP or non-SAP systems.
    Electronic Data Interchange (EDI)
    1.You use EDI if you want to exchange business application documents with an (external) partner system (for example, a customer or vendor).
    2. The SAP system sends EDI messages in IDoc format to an EDI subsystem, where they are converted to a universal EDI standard (UN/EDIFACT or ANSI/X12).
    3. This enables communication with non-SAP systems.
        By definition, two partners are involved in the process in an EDI application scenario: The sender and the recipient of an EDI message
    I hope u understands the difference:)

  • SSO from non-SAP to SAP apps

    Hi All,
    Currently We have SAP applications, non-SAP applications(java, .NET, PHP etc) in our landscape.
    If the client tries to access any non-SAP application it should ask for authentication and thereby for any subsequent access to any URL's(SAP or NON-SAP apps) it should not ask for any authentication.
    FYI:
    The client logins into SAP Portal(SAP to NON-SAP) first and thereby able to achieve SSO for non-SAP applications as well.
    Currently we are stuck for the scanerio of  Non-SAP to SAP apps ?
    Please suggest.......
    Thanks,
    Mano.

    Hi samuli,
    Using SPNEGO, we can incorporate windows authentication for SAP Portal ( after desktop authentication user can logon without userid/password). But for non-sap apps this would be challenge.
    I have another option, using webdispatcher if we enable server redirect for all applications(SAP & NON-SAP) and get authenticated centrally by which SSO can be achieved across all the apps.
    Would above solution work ?
    Thanks,
    Mano.

  • Migrating Open Sales Order From Legacy System (SAP) To SAP System

    Hi Experts,
                 I've to Migrate all Open Sales Orders From Legacy System (SAP) To SAP System using Business Objects with a new SALES ORDER DOCUMENT NUMBER referencing the older one.
               I'll get all the required data with field in an excel file.
                 Does any standard transaction exist for it ? Or how to go ahead with it ?
    Thanks and regards,
    Jyoti Shankar

    hi jyothi ,
       there are lot of ways of doing it depending on data upload volume it will be decided .
    1) thru abap bdc program which directly uses XL sheet data and creates SO using bapi/FMs.
    2) using scat.functional consultant should be good enough to use this.
    3)lsmw-laborious procedure but achievable.
      reward if helps !!!!!

  • Crystal Report Missing SAP InfoSet, SAP BW Query Connector

    Hi,
    I have installed SAP GUI  for Windows 7.2 (Compilation 2) and Crystal Report 2008 SP2 then following by installed SAP Integration Kits 3.1 SP3 on my workstation. However, when i launch my Crystal Report designer, it do shows SAP toolbar however when i click on one of the icon (eg: Setting) the entire CR will hung and prompt me error and exit automatically.
    Beside that, i could not find any connector for SAP (Eg: SAP InfoSet, SAP BW Query and etc) when i create a new blank report by click on the New Connection.
    Appreciated anyone know this could assist on this.
    Thank You.
    Regards,
    CK

    Hi Ingo,
    Thanks for your prompt reply. I will sort it out and ensure the release version will be the same as Inter Kits.
    By the way, i saw your post regarding the Integration Kits installation and configuration. However, i still need some clarification; appreciated you could assist me on this.
    I have installed SAP BOXI3.1 SP3 on an LINUX machine (Redhat Enterprise 5) and the server was running fine without connecting to BW or SAP eCIBS.
    Now, i have to establish the connectivity to BW (InfoCuve and BW Query) and SAP eCIBS system. As my customer requirement was required to using WEBI, CR and Xcelsius for connecting to BW for getting the data and then using scheduler in BOE for performing report distribution. Some of the report will connecting to SAP eCIBS directly and that will using our Client's machine for creating the report (using CR2008) and then publish to the BOE platform for report scheduling and distribution.
    My question, i wish to install SAP Inter Kits and downloaded Inter. Kits for SAP Solution 3.1 SP3 from service market place. When i refer to the document from help.sap.com; there are couple of section but i wish to know which are the perquisite section that i wish to install and configure?
    Eg: System Requirement which are installing SAP RFC SDK and SAP JCO SDK into my BOE server, then following my create a logon token. How to to that? It also require to install SAP Java Connector and SAP GUI, does these two available for LINUX OS as well?
    The steps in doc was confuse, appreciated your kind help.
    THanks.
    Regards,
    CK.

  • How Can we get the data from Non-SAP to SAP in WebDynpro

    Hi,
    I hope u understand my query, How can we get the data from Non-SAP to SAP thru WebDynpro Programming.
    Help out with the steps for getting the data or procedure.
    Regards,
    Mutyapu

    You can expose the APIs in the Non-SAP backend as Web Services, and consume them in SAP by creating an Enterprise Proxy. Then these can be called just like normal class methods from Web Dynpro.
    Regards,
    Nithya

  • Integrate SAP B1 & SAP R/3, To BOBJ

    Dear All,
                  We have a requirement, wherein, the client has two platforms, viz SAP B1 & SAP R/3. They want the data to be displayed on a common platform, say BOBJ, can you please suggest, how to go forward with it.
    Cheers!!!!!
    Umang

    Hi Umang,
    Check this
    [Integration between SAP R/3 and SAP B1;
    [http://www.magicsoftware.com/en/products/?catID=41&pageID=62]
    Thanks
    Sachin

  • Time sheet uploading from Non SAp to SAP R/3.

    Hi,
              I am trying to upload the time sheets from Non SAp to SAP with the datails like the sales oreder for which the employee worked, time spent ect.
              While uploading this from Excel to R/3 using se38, I am gettig an error saying "Enter sender activty also".
              I have checked if the activity type is checked in the CATS data entry profile, it is selected in the defaults.
             I have cheked in KP26, for the year we have given the planned activity also.
             In KSPI, I have run the price alculation for all the cost center with the activity type.
             I have seen the validity periods of the cost centers, activity typs are in line with 2010.
              I am able to upload the time sheets for a few employees and for a few it asks for the "Sender activity type".
              Please assist me, its very urent.
    Regards,
    Shilpa.

    For employees where you are facing this error, please check if Time Sheet defaults - IT0315 is maintained, and if not maintain it.
    Hope this helps.

  • Idoc Scenario from SAP to SAP  via PI 7.1o

    Q: Two idocs will process from SAP to SAP via SAP-PI 7.1o and generated together.
    Requirement :
    Sync
    2 IDOCs – as we explained our design will require two IDOCs. The first IDOC will be developed by a Z code and the second IDOC is generated by 100% Standard SAP BAPIs and 2 IDOCs  send them to PI. Both IDOCs will be generated together by  process code in sap and must be moved to PI and later to the receiver client together(SAP). The process can only be 100% completed when both IDOCs will be processed with success in the receiver side. Any one of the IDOC among 2 idoc's failed all the process should stop.
    i think that is not possible , PI will not be able to stop successfull IDOC If another IDOC get fails .
    Please give me approaches if any chance .
    Thanks, Sanakr

    Hi Bhavani,
    You can use BPM with correlation to achieve this scenario:
    Demonstration of ccBPM Scenario: SAP PI 7.1
    **************** - BPM Scenario using Fork and correlation
    Regards,
    Suman

  • Upgrade of Sourcesystem SAP EHP3 SAP ECC 6.0 to SAP EHP4 SAP ECC 6.0

    Hi,
    I noticed there is a lot of questions on the testing procedures for BI side when Upgrading the source system from R/3 to ECC 6.0. But noticed there aren't many posts on when doing Ehancement Packs. But I believe the process would be more or less the same?
    My project is doing an Upgrade of SAP EHP3 SAP ECC 6.0 Stack03 to SAP EHP4 SAP ECC 6.0 Stack07. BI Side is also upgraded, but I am more interested in the impact of the Upgrade's Source System (ECC) on BI.
    I believe the amount of impact is less as compared to an upgrade from R/3 to ECC, but there still should be impact to BI somehow.
    Basically, from what I have researched, there correct procedure is as below:
    Pre-Upgrade
    1 - Lock users in ECC
    2 - ensure that the Delta queue is cleared in RSA7
    3 - check the PI in ECC6.0 ( What is PI???)
    3 - stop all loads from BW
    Post-upgrade
    1 - Check Source System connections
    2 - replicate all data sources in ECC (when I do a check connection in RSA1 I get the message "No metadata upload since upgrade" which I believe is due to this step not done yet? Is it ok to replicate all datasources??)
    3 - activate all rules thru program (RS_TRANSTRU_ACTIVATE_ALL. Is it ok to activate all transfer strucs?)
    4 - run Init w/o Data Transfer for deltas
    5- run and then check extraction for full & delta loads
    Appreciate if I could your expert inputs on the procedures above? Maybe a more detailed step by step procedure or comments are most welcomed.
    Thanks.

    Additional information:
    I start the upgrade from SAP ECC 6.0 with a dual stack.
    SAP advised me to download the following file to start the upgrade
    SAPehpi_68-10005800.SAR from the SMP
    Download path: Browse our Download Catalog-->  Additional Components --> Upgrade tools --> SAP EHPI Installer --> SAP EHP Installer 7.00.
    Start the upgrade without the jce_policy_zip extension. This was written in note 1302772 .
    Have more luck with it.

  • 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

  • *IDOC INBOUND ( NON SAP system - SAP system )*

    I am transferring IDOC  INBOUND ( NON SAP system ->> SAP system ) by calling SAP standard funtc module IDOC_INBOUND_SINGLE using SAP JCo.
    In which I am passing all necessary information in Control Record regarding sender and receiver port/IDOC/segment etc.
    BUT help me to clarify my doubt that if i am calling a function and i am able to access SAP FM, then why i have to specify the SAP port/RFC connection at RECEIVER end in WE21.
    Whats the Significance if i am calling the FM from same SAP system and configuring the port explicitly in WE21.*
    If i don't Specify in we02 i am getting error as EDI : RECEIVER PORT in CONTROL RECORD is INVALID

    Dear Sree,
    For Basic understanding of IDOC read : saptechnical - Step-by Step ALE IDOC guide ( all necessary TCodes available here )
    Kindly let me know your data flow .
    In short :
    As per my scenario the data flow is from  non SAP to SAP  i,.e. Inbound processing.
    At my non SAP  i am calling SAP standard function IDOC_INBOUND_SINGLE using SAP Jco 2.1.
    You have to fill all Control Structure EDI_DC40 ( port etc. ) and Table parameter EDI_DD40 ( segment etc. )
    Read IDOC status and error in WE02.
    Goodluck.
    - Aakash

Maybe you are looking for