Web / EDI Integration

Dear friends
How are you?
I am developing a high volume, mission critical Web "B2B" Application for Customer
Relationship Management (CRM) on OS - WindowsNT and database - MS SQL 2000 Enterprise.
Future needs include integration with EDI Systems (GentranServerNT, Harbinger
TLE, GEIS, etc.).
Can I request you to please share all relevant information and experience on this
topic?
Thanking you
Sriram (Ram) Peddibhotla

well, anything between 8 and 88 will do.

Similar Messages

  • How to set up web application integration to use hotmail as my default email

    I use hotmail and/or yahoo for my email providers, but when I click on an email link on a website, nothing opens like it did with IE. The website says I can set this up through a "web application integration" but I cannot find instructions on how to do this anywhere. I checked out all the "options" under tools and can't find it. I'm sure it's simple but I can't find it, LOL

    http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox

  • BSP Exception: Access to URL /irj/servlet/prt/portal/prtroot/com.sap.ip.bi.web.portal.integration.launcher;jsessionid= not allowed

    Dear all,
    I've created out BI system in our new Portal installation and tested the connection. Everything works fine. I added the certificate of the portal to STRUSTSSO2 in BI ABAP and assigned SAP_ALL and SAP_NEW to my Account.in BI. If I open the iView from the portal I get a BSP Exception with the message:
    The used connection by the iView is to the ABAP-Stack of the BI-system not to the JAVA-Stack. Is that correct?
    BSP Exception: Der Zugriff auf die URL /irj/servlet/prt/portal/prtroot/com.sap.ip.bi.web.portal.integration.launcher;jsessionid=IDBYatWIpt_pX4uc52ChoZqMWkm1RAFW2qsA_SAP ist untersagt.
    What can be the problem/reason?
    Thanks!

    Hi Gerrit
    In both places you have to provide a authorization access to the end users then only it will work. because your are already said that in SAP_All & SAP_New working fine
    Back end BI system access as per the word document as pasted the link
    https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&cad=rja&uact=8&ved=0CFIQFjAG&url=http%3A%2F%2Fbasisdsp.f…
    For SAP portal you have to create iview's assign the same to end user
    Assigning an Authentication Scheme to an iView - User Authentication and Single Sign-On - SAP Library
    Portal Authentication Infrastructure - Configuring the Portal for Initial Use - SAP Library
    BR
    SS

  • WEB ADI INTEGRATOR FOR Bill of Material

    I am developing a WEB ADI integrator for Bill of material upload. The integrator will populate the data in a temporary table, validate it & write the error messages back to the table . On succesful validation the data will be sent to interface tables & then to base table.
    The integrator uses a procedure & sends data to the procedure. Procedure then loads data in temporary table & does the rest of work.
    To do this i need to know the following thinngs:
    1. How i can track the line no of Excel?
    2. How do I know that all data are loaded in temporaray table because the validation & rest of work will be done once all the rows of excel are transfered to temporaray table. i.e. How do i determine the End of File in Excel?
    3. How do i write error messages from the table to the excel in web adi?
    Any help will be appreciated. Please send me the sample scripts & web adi developer guide at [email protected],[email protected]

    If you check the XML that Web ADI generates to upload a document you will note that each row gets a row number. It would be a matter of being able to keep track of that number in your table so that when you are reporting the error back you can include that number in the message so the code in the Excel spreadsheet can assign it to the correct row.
    I would suggest trying to use even some of the basic validation mechanisms provided within Web ADI, as these will automatically return the error messages for bad data to the correct row in the spreadsheet.
    Web ADI will take the uploaded data, perform any validation check defined within meta-data then push the data to your Interface table. There are plenty of examples in th shipped code of product teams then using the Import phase of the upload to perform additional checks and then push the data further. But if you can utilize the existing Web ADI functionality. The data never ends up in the table in the first place to require any clean up on your part.

  • Exchange and Office Web Apps Integration - Wrong Url to Outlook Web App port 444

    Hi,
    I'm trying to setup Office Web Apps integration with Exchange 2013.  Office Web Apps are working fine with SharePoint 2013 and the WAC servers are listed as in a healthy state.
    When trying to open an office document from OWA I get the usual "Sorry...we ran into a problem.  Please try again"
    However I have noticed that the URL that OWA is passing WAC is in the format: https://exchangeservername.domain.com:444/owa/[email protected]/wopi/files...
    This is the backend server address! All the internal and external urls for owa, ecp, ews etc are set to https://mail.domain.com and they all seem to be working fine.  Client Access and Mailbox roles are on the same server.
    If I change the url to https://mail.domain.com/owa/[email protected]/wopi/files... then the office file opens correctly in Office Web Apps
    How do I correct the URL that OWA is sending Office Web Apps?  
    Thanks!

    Hi DJL,
    If everything works well except open document via OWA, it seems Exchange server 2013 has been configured correctly.
    Please follow me to check Office Web Apps Server settings and Integration.
    OWAS settings
    1. Certificate:
    Come from a trusted CA, include FQDN of OWAS farm in SAN field.
    Exportable private key.
    Friendly name must be unique within Trusted Root Certificate Authorities store.
    2. Farm:
    New-OfficeWebAppsFarm with following parameters
    -InternalURL is the FQDN of the server that runs OWAS
    -ExternalURL is the FQDN so that OWAS can be access on the Internet
    -CertificateName is the friendly name of the certificate to be used for HTTPS
    3. Explore this URL https://mail.domain.com/hosting/discovery
    If OWAS works well, you can see a WOPI-discovery XML file in web browser.
    Integration
    1. Configure OWAS URL via EMS,
    Set-OrganizationConfig –WACDiscoveryEndpoint https://mail.domain.com/hosting/discovery
    2. WAC stands for Web Access Components.
    Check App Log the 140 and 142 Event IDs for MSExchange OWA.
    142 means the discovery of the OWAS was successful, 141 means something went wrong.
    3. Enable OWAS.
    By default, OWA Virtual Directory is already enable WAC Viewing on both public and private computer.
    Please run "Get-OwaVirtualDirectory | FL *wac* "to check whether both “WacViewingOnPublicComputersEnabled” and “WacViewingOnPrivateComputersEnabled” parameter is True.
    4. Method to collect logs on OWAS.
    Run following command in OWAS powershell prompt:
    Get-OfficeWebAppsFarm | FL *log*
    More details to refer:
    http://www.msexchange.org/articles-tutorials/exchange-server-2013/management-administration/exchange-2013-office-web-apps-server-integration.html
    Disclaimer:
    Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure
    that you completely understand the risk before retrieving any suggestions from the above link.
    Thanks
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Mavis Huang
    TechNet Community Support

  • Web Dynpro integration with R/3

    Dear all,
    We have the following requirement in Web Dynpro integration with R/3
    We have to update the local SQL tables based on R/3 system return values. R/3 system should call the webdynpro business method for updating local SQL Status table.  In the R/3 system after purchase order is created, via user exit it should call and update some fields in the local SQL tables. To solve this problem we have thought of following solutions possibility:
    1.       In R/3 system based on user exit, it calls the ABAP Proxy ->  XI (SOAP Adapter) -> Web Dynpro Web Service in WebAS->  XI -> ABAP Proxy -> User exit – PO continues.
    2.       In R/3 system based on user exit, it calls directly web service then web service goes to user exit.
    3.       In R/3 -> user exit -> ABAP Proxy – JDBC Adapter -> SQL stored procedure call - > user exit.
    Please give your valuable suggestion or any other options to solve above problems.
    And another one question is how to create web service and deploy into WebAS through webdynpro project?. Kindly guide us to the correct document for creating webservice through webdynpro or any other related url link.
    Advance thanks,
    S.Saravanan.

    Hi Sarvanan,
    Please refer to the following link for help on webservice,
    Creating webservice, http://help.sap.com/saphelp_nw2004s/helpdata/en/db/99c04ba22fe64f96a8651df68eab92/frameset.htm
    Consuming a Web Service in JAVA,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/81/12703e5da3e946e10000000a114084/frameset.htm
    Consuming webservices in webdynpro,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/91/9c2226df76f64fa7783dcaa4534395/frameset.htm
    I feel once you go through these links you yourself will be in a much better position to decide upon to your design options.
    Reply back for more help,
    Guru.

  • EDI Integration---Using Seeburger Adapter

    Hi All,
    I have a below requirement.
    EDI----->XI--
    >SAP and vice versa.
    I am new to EDI integration,i would like to know the procedure steps to do the above scenario.
    Thanks in advance,
    AVR

    Hi,
    How you want to communicate with the EDI system... If it is using AS2 adapter, then you need to purchase it from seeburger and configure it in the sender side and receiver side it'll be Idoc adapter. And in the ESR you need to import the xsd of EDI document under external definitions and map it to the idoc.Please refer the below links it may help you.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10b17369-9522-2c10-84a6-d75d8a8ace22
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=221354005
    http://wiki.sdn.sap.com/wiki/display/XI/SeeburgerSuiteforSAPPI
    Handling EDI interfaces using Seeburger BIC modules
    Regards,
    Priyanka

  • Help needed with Custom Web ADI Integrator for Mail Merge

    Hello,
    I've created a custom web adi integrator to generate letters to advise of end of probationary periods.
    The problem is that at the end of the process when the letter is opened in Word 2007, it only displays one record, and does not allow me to "preview results" and cycle through the records (this part is greyed out). It appears that the letter is not merged with the data spreadsheet although it does display one record from it.
    Our EBS version is 12.1.3 and we are using Office 2007.
    These are the steps I have followed so far (in brief):
    - Create a view to provide data (names, addresses etc).
    - Set up a new custom function (similar to seeded function HR Integrator Setup).
    - Add the custom function and other functions to Desktop Integration responsibility.
    - Add the relevant functions to end user's responsibility menu.
    - Add new category "other" to HR_ADI_DOCUMENT_TYPE lookup.
    - Create Download Excel Integrator by choosing Desktop Integration -> HR Integrator Setup. Enter "PER" for application and my view for the View Name. Upload.
    - Create another Excel document by choosing Desktop Integration -> HR Maintain Form Function Associations, and choose the integrator created above. Enter my custom function name in the generated spreadsheet and upload.
    - Define a layout for the new integrator.
    - Run the integrator under the end user responsibility and save the resulting spreadsheet, which is full of data as expected.
    - Create the letter in Word, using the saved spreadsheet as the data source for the merge. At this point the merge is successful.
    - Go to Desktop Integration -> Document Management and upload the Word mail merge document. Associate it with the custom document type created earlier.
    - Link this document to my integrator.
    - Go in as end user responsibility and run the integrator.
    At this point after enabling macros it loads 2 spreadsheets (one full of data) and the Word document, but the Word document only displays one record (approx the 10th in the list - there are about 100 in total). All of the relevant merge-related menu items on the "Mailings" tab are greyed out.
    Can anyone offer any pointers please?
    I did wonder whether it mattered if I changed the names of documents, e.g when I download and save the resulting spreadsheet full of data which I then use to merge to in the Word Doc, is it OK to call the spreadsheet anything or should it be left as the default name?
    Many thanks,
    Hazel

    Hi Nandhakumar.P,
    thanks for your response. Please find the answers below:
    - Set up a new custom function (similar to seeded function HR Integrator Setup).
    System Administrator -> Application -> Function. Query back the seeded User Function Name = "HR Integrator Setup", make a note of the details, then add a custom function entitled "NTC_HR_LETTERS" with the same details.
    - Add the custom function and other functions to Desktop Integration responsibility.
    System Administrator -> Application -> Menu. Query back User Menu Name = "Desktop Integration Menu" and add the following functions:
    WITHOUT PROMPT
    a. HR Integrator Setup
    b. HR Maintain Integrator Form Functions
    c. HR Disable Integrator
    d. HR ADI Document Overwrite Page
    e. HR ADI Document Upload Page
    f. The custom function created in previous step ("NTC_HR_LETTERS")
    WITH PROMPT
    g. HR ADI Document Management Page
    - Add the relevant functions to end user's responsibility menu.
    System Administrator -> Application -> Menu. Query back menu attached to custom responsibility of end user that will perform the action once set up.
    Add the following:
    a. The custom function "NTC_HR_LETTERS" as created previously (without prompt)
    b. Desktop Integration - Create Document (With Prompt. This function will be used to generate letters)
    - Add new category "other" to HR_ADI_DOCUMENT_TYPE lookup.
    SA_Application Developer -> Application -> Lookups -> Common. Query back Type = HR_ADI_DOCUMENT_TYPE and add a new entry entitled "Other". This document type is later assigned to the Word document I upload and link to the integrator.
    I hopoe that answers your questions.
    Regards,
    Hazel

  • EDI Integration

    Hi BizTalk community.
    I am new to BizTalk and I am looking for some references that will guide me through the process of integrating a trading partner from start to finish. I am currently working as a programmer analyst where 90% of my time is developing software. However, we
    need to continue with EDI trading partners integration, a task a previous developer left unfinished. I did EDI integrations for a few years, so I am an experienced EDI integrator as well. Thing is that I used another software (Trading Partner PC) for the EDI
    translation, I wrote the maps with a product called Mercator Mapping Tool, and used some C# and VB6 programs for the automation. I have researched a lot and I also started reading some BizTalk books, but none goes directly to the point of EDI integration.
    Any suggestions would be greatly appreciated.
    Thanks in advance.

    Hi,
    As being new to BizTalk, I would suggest firstly to go through edi video tutorials (total 5 videos) at : http://msdn.microsoft.com/en-us/biztalk/gg153503
    And then you can through others for more insight. Links by boatseller and few below :
    http://geekswithblogs.net/VishnuTiwariBlog/archive/2009/10/21/develop-your-first-biztalk-edi-project---part-1.aspx
    http://blogs.msdn.com/b/biztalkb2b/archive/2009/03/31/help-materials-for-biztalk-edi-as2.aspx
    http://msdn.microsoft.com/en-us/library/bb743276.aspx
    http://msdn.microsoft.com/en-us/library/bb727695.aspx
    Maheshkumar S Tiwari|User Page|Blog|BizTalk
    Server : How Map Works on Port Level

  • EDI integration w/WHM??

    Hello Guys,
    Anyone plz explain EDI integration w/WHM? appreciate quick reply.??
    Thanks.
    Mohammed.

    Hi,
    This is an extract from the sap library.
    <a href="http://help.sap.com/saphelp_47x200/helpdata/en/52/16b21f543311d1891c0000e8322f96/frameset.htm">Extract Link</a>
    You will find more info around this link.
    Interface Between the WMS and External Systems
    Purpose
    The Warehouse Management system (WMS) has an interface (WMS-WCU interface) with which you can connect
    Automated warehouse systems, such as warehouse control units (WCU)
    Fork lift control systems or carousels
    Decentralized warehouse management systems
    to the Warehouse Management system.
    Integration
    The interface allows communication between the connected systems on the basis of the so-called transactional Remote Function Call (tRFC).
    Unlike the synchronous Remote Function Call (sRFC), the system saves the data in temporary storage before sending it to the connected system. This leads to the decoupling of application and communication.
    Features
    Interface between the WMS and external systems (WMS-WCU interface)
    On the basis of the WMS-WCU interface, you connect automated warehouse systems such as warehouse control units (WCU), fork lift control systems, or carousels to the Warehouse Management system (WMS).
    For more information see Scenarios for Connecting External Systems and Description of the IDocs.
    Mobile data entry (LE-MOB) and the SAP console
    Using this interface, you can enter data decentrally, for example via barcode readers or character-based radio frequency devices, and transfer the data to the database of your SAP system.
    For more information, see Mobile Data Entry.
    Decentralized Warehouse Management system
    You can interface the Warehouse Management system as a stand-alone component with the SAP system or integrate the Warehouse Management system with any Enterprise Resource Planning system. This means that the ERP system and the Warehouse Management system can run on separate machines. For more information, see Decentralized Warehouse Management.
    Hope it gives some idea.
    Thanks & Regards
    Sadhu Kishore

  • Access denied:com.sap.ip.bi.web.portal.integration.launcher

    Hi Friends,
    I have installed a Standalone Portal ( EP, EP core, BI Java) , configured LDAP as data source and imported the Portal content from Source system . ( in Development, Quality, Production)
    I completed all configuration and testing completed.
    But the portal user created with customized  iviews roles are working fine in Development and Production.
    But ....Access denied:com.sap.ip.bi.web.portal.integration.launcher error is encountered in Quality system.
    In QAS system, while installation I have selected EP, EP core as Usage type.. and after Insatllation I have installed additional Usage tye BI JAVA using JSPM
    Whereas in DEV, PRD ( EP, EP core, BI Java) were taken as Usage types while installation only..
    Above reason may effect the Test user for access denied error.
    Please suggest.
    Thanks
    Venkat

    Ramana,
    It looks like a permissions issue, right click on the system created for BI under System Admin-System Configuration-System landscape and open the permissions and ensure you have the everyone group added there and enduser checked.
    Good Luck!
    Sandeep Tudumu

  • Com.sap.ip.bi.web.portal.integration.launcher slow in Portal

    Hi experts,
    com.sap.ip.bi.web.portal.integration.launcher is consistently showing as one of the slowest-running in our NW2004s SP16 Portal (non-Federated).  Even the report variable screen is slow to load especially on first-time access. E.g., 31.8 seconds first time, 5.9 seconds second access in same session.
    But what is curious is that it sometimes the variable screen load time goes as low as 350ms if you keep trying within the same session.
    We've done the obvious - patching the BI Web App components, tuning the portal & Java runtime, checking the JCOs, load-balancing, tweaked the BI backend... but without being able to impact the performance of this application substantially.
    So I would value any suggestions for improvement!  Any tables we can cache?  Any SAP Notes to shed some light on this area?  Any Portal settings to tweak?
    Thanks, Marc

    Hi Marc,
    Slow point are to com.sap.ip.bi.web.portal.integration.launcher and
    JCO connection. Would you please check CPIC_MAX_CONV in SAP Note 314530?
    -Regarding of BI java on Web performance, would you please check the
    SAP Note 1022930?
    SAP Note 1025307 is a summary notes for performance on Web.
    Do you use antivirus software with a javascript  scanner, but still would you please also check the SAP Note 983066 because sometime this also may responsible for slow performance.
    SAP Note 948158:  Performance problems/measuring BI Java Web runtime
    One more thing would like to highlight:
    In first acess it's slow because OLAP cache was not in use, but after the first execution it's loading the variable from the cache so it's comperatively fast then the previous acess.
    Let me know, incase any confusion..
    Thank you,
    Tilak

  • EDI Integration using PI with third party connectors

    Hi Experts ,
    I would like to know the extra cost factors associated if going for EDI integration with PI with third party connectors like seeburger .
    1. We have NW 2004s ECC installed . Do we need to purchase PI separately? If yes how much will it cost ?
    2. How licensing will happen in case of PI ?
    3. How much Seeburger will cost ? Is there any sort of AMC associated with seeburger
    4. Do we install Seeburger and PI on the same box ?
    5. How will be the landscape with Seeburger Instance ?
    6. How we will be able to move Seeburger Objects across the landscape ? DEV->QA->PRD
    Regards ,

    Santosh Rawat wrote:>
    > Hi Experts ,
    >
    > I would like to know the extra cost factors associated if going for EDI integration with PI with third party connectors like seeburger .
    >
    > 1. We have NW 2004s ECC installed . Do we need to purchase PI separately? If yes how much will it cost ?
    Yes your need to but PI separately,its independed product,its not come with ECC.
    > 2. How licensing will happen in case of PI ?
    Better to talk with SAP Sales team,they will help you with genuine answers.
    > 3. How much Seeburger will cost ? Is there any sort of AMC associated with seeburger
    Its depends on which See Burger Adapter You are going to use,.
    > 4. Do we install Seeburger and PI on the same box ?
    Yes ,we need to deploy the seeburger drivers on PI Server.
    > 5. How will be the landscape with Seeburger Instance ?
    google it,you wil find the answer i am not sure
    > 6. How we will be able to move Seeburger Objects across the landscape ? DEV->QA->PRD
    As per my knowledge when you develop any interface using seer burger adapter or predefined mappings,its same procedure to transport also.
    Regards,
    Raj

  • Custom web adi integrator

    I am developing a custom web adi integrator for uploading Bill of materials details from excel to oracle apps. I have created a custom integrator. I am able to see it while defining layout. I have defined layout,too. But after that when i am going to create a document, I am unable to see it in the select integrator drop-down list. Can anyone help me in this?
    Can anyone send me a document for creating custom integrator?

    You haven't included what version of Web ADI. But I'm going to guess that from your problem you are on Release 12.
    Web ADI included additional security options in the later versions of 11.5.10 and Release 12. You have run into one of these. All Integrators are now required to be secured by a form function. When the Create Document Page Flow runs in Release 12. All integrators are cross-checked against the assigned form functions in the current menu assigned to the responsibility. Only the integrators that have a match are shown in the list (11.5.10 the full list was shown, the check was then performed when attempting to navigate to the next page).
    BEGIN
    BNE_SECURITY_UTILS_PKG.ADD_OBJECT_RULES
    (Product Application Id,
    'Integrator Code',
    'INTEGRATOR',
    'Security Code',
    'FUNCTION',
    'List of Form Function Code Names',
    User Id
    END;
    COMMIT
    Subsituting
    Product Application Id - The Custom Application ID you are using for your dev,
    Integrator Code - Integrator Code for the integrator you are securing
    Security Code - for your use, just use the same value as Integrator Code
    List of Form Function Code Names - 'BNE_ADI_CREATE_DOCUMENT,BNE_CREATE_DOCUMENT'
    User Id - the Applications User Id you are using for development.
    You will need to bounce Apache or use Bne Admin Servlet to clear the Web ADI caches before this will be uptaken.
    Also - The Define Layout and Define Mapping flows don't perform the same check if you have the System Adminstrator privilleges. Which would be why you can see your custom integrator in those flows.

  • IView not found: com.sap.ip.bi.web.portal.integration.launcher

    Hi!
    I am about to integrate SAP BI into SAP EP 7.0.
    All the necessary steps with the program "RSPOR_SETUP" I already executed.
    Unfortunately when I try to execute a Query on Portal I get the following error:
    iView not found: com.sap.ip.bi.web.portal.integration.launcher
    Can some one help me to solve this error?
    Thank you very much!
    regards
    Holger Thomasson

    hi Thom,
      Make sure that you have already installed the BI 7.0 web templates as per the oss note 990321.
      If not, install the BI 7.0 web templates according the note. BI 7.0 templates are :
    0ANALYSIS_PATTERN
    0ANALYSIS_PATTERN_EXPORT
    0INFO_CONSUMER_PATTERN
    0ANALYSIS_PATTERN_ICP
    0ANALYSIS_PATTERN_INFO
    0QUERY_TEMPLATE_BROADCAST_PDF
    0ANALYSIS_PATTERN_HEADER
    0ANALYSIS_PATTERN_FOOTER
    0ANALYSIS_PATTERN_FILTER
    Web Item
    0PATTERN_BARCHART_STANDARD
    Thanks.

Maybe you are looking for