BI with Jdedwards

Hi All,
Client is using JDEdwards erp for the past 7 years,now he wants to move to sap bi.My queries are,
1.How can we connect jdedwards with sap bi,if so what kind of extractors we have to use.
2. Client needs the line item wise data into  bi, is it possible?
pls help me,
Regards,
Yunus

While installing and configuring the JDEdwards adapter provided by Iway, we found that there is no central information provider where we could get all the steps for installing, configuring the JDEdwards adapter and creating a scenario for calling a Business Function in JDEdwards system.
Through these blogs I intend to provide a step by step guide to anyone who wishes to configure JDEdwards adapter.
Think of integrating with an SAP system and you can directly have your IDOC and RFC interfaces imported into XI, but is it that simple in case of any third party ERP ?
The diagram below shows the process of importing rfc interfaces in XI.
Lets see in case of JDEdwards,
As we have RFCs and BAPI in sap, we have business functions in JDE. The Business functions in case of JDE are written in JDE specific language. There is a tool called as GenJava provided by JDEdwards itself, using which we can create a jar file of the business function. The output for GenJava produces fully functional Java objects based on the library you use to generate wrappers.
GenJava packages these objects in a single JAR file such as XXXInterop.jar or XXXXInteropDoc.jar, where XXXX is the name of function which we provide from the command line. For example the command can be as follows
GenJava /Cat 1 /UserID Devuser1 /Password Devuser1 /Environment DV811 CAEC.
Along with the adapter IWAY also provides a servlet application called as Application Explorer which creates xml schema definitions (XSD) for the generated java objects. Using the servlet u201Capplication exploreru201C, we can create request and response schemas (XSD) for that particular java function. Thus we get the XSD files for request and response which we can import in External definitions in Integration repository. Now that shows the advantage of being on open standards.
Steps for configuring and using the JDE adapter are as follows.
JDEdwards Adapter software installation.
Add JDE specific files to iwxijca_JDEdwards.sda.
Deploy the Adapter.
Registering the adapter in SLD.
Logging and Trace settings.
Deploying Application explorer.
Create request and response schemas for the Business function
Configuring a scenario in XI.
The next two blogs will cover all the eight steps in detail.
Here's the link for part two and three
part -II /people/yomeshp.sharma/blog/2006/06/01/integrating-jdedwards-system-with-xi-using-iway-adapter-part--ii
part -III /people/yomeshp.sharma/blog/2006/05/31/integrating-jdedwards-system-with-xi-using-iway-adapter-part--iii

Similar Messages

  • Communication with JDEdwards

    Hi
    Is it possible to communicate with JD Edwards using HTTP Adapter ?? Basically want to post acquisitions from JD Edwards to SAP. Any experiences rather to links are highly appreciaed.
    Regards
    kumar

    well i m not sure if you can use HTTP adapter to integrate JDEdwards,but i know you can use iWay to integrate
    /people/yomeshp.sharma/blog/2006/06/01/integrating-jdedwards-system-with-xi-using-iway-adapter-part--i
    also get in touch with JDEdwards guys and see if they can explain a bit more about different ways they can send/receive data
    Thanx
    Aamir

  • Universal adaptor for OBIEE with JDEdwards as OLTP source

    Hi All,
    we are in the process of implementing OBIEE for procurement and spend analytics with JDE as OLTP source. As you knew this subject area doesnot come with adaptor for JD Edwards in the recent version.
    Does anyone having idea about creating a universal adaptor for this or any sample for this or any clue how to proceed for this?
    Thanks

    Hi,
    Do you have Oracle BI Applications? If you look carefully in the DAC there are twee execution plans called "Procurement and Spend: Universal" and "Procurement and Spend Only: Universal", it seems to me that they could be helpfull for you. I'm also trying to figure out how to use the universal adaptors for HRMS.
    Regards,
    Edwin

  • Problems with JDEdwards EnterpriseOne 8.0 Web Client & Internet Explorer 9

    Some of our computers running Windows 7 and Internet Explorer 9 have been running into problems when trying to launch a process. They go into a "Launching Application" state with the purple spinning icon, and never launch the application. We have checked for pop-ups being turned on and the are not, we believe all third party pop-up blockers are uninstalled or turned off, and we have set the intranet security settings to low, and added the JDE address as a trusted site and set the security to low. We still get the "Launching Application" page with the purple spinning icon.
    Thanks

    With JDE 8.0 - Support for IE9 32-bit and IE9 64-bit begins with release SP24.1.0 on Win7.
    Please confirm you are on SP24.1.0.
    Also, Try using the same in Firefox?
    Also, try enabling the ActiveX controls. In order to use ActiveX controls on Windows 7 when the user is not an administrator the Microsoft ActiveX Installer should be installed. Please refer to Solution ID: 761109.1

  • Unable to parse operation - BIP against JDE E1 with DAS

    Hi to all,
    I am in the following scenario:
    BI Publisher 10.1.3.4.1 integrated with JdEdwards E1 through DAS (Data Access Server).
    Then, using the connection that uses DAS, when I try tu use an outer join I get the following error:
    Unable to parse the operation [SELECT ..... WHERE AN8=AN8()]
    In the text editor where the query builder builds the query the '+' appears correctly...
    If I launch the query without the outer join then it works correctly!!
    This is quite urgent so any help would be appreciated.
    Many thanks in advance,
    Víctor.

    Hello Victor,
    you had the chance to fix the error?
    me doing the same,
    I'm also connected to a base JDE E1.
    my query is:
    Select     
    TO_DATE (substr(F0411.DGJ,2,6),'yydd') as DGJ,
    F0411.KCO as KCO,
         F0411.DOC as DOC,
         F0411.DCT as DCT,
         F0411.AN8 as AN8,
         F0411.PYE as PYE,
         F0411.SNTO as SNTO,
         F0411.AAP as AAP,
         F0411.AG as AG,
         F0411.SFX as SFX,
         F0101.ALPH as ALPH
    from     JDE.F0101 F0101,
         JDE.F0411 F0411
    where F0411.AN8=F0101.AN8
    and      F0411.DOC between :Doc_desde and :Doc_hasta
    and F0411.DGJ between TO_NUMBER(TO_CHAR(:Fecha_Desde, 'YYYYDDD' )) - 1900000
    and TO_NUMBER(TO_CHAR(:Fecha_Hasta, 'YYYYDDD' )) – 1900000
    error is:
    Unable to parse operation [select     
             TO_DATE(substr(DGJ,2,6),'yydd') as DGJ,
             F0411.KCO as KCO,
          F0411.DOC as DOC,
          F0411.DCT as DCT,
          F0411.AN8 as AN8,
          F0411.PYE as PYE,
          F0411.SNTO as SNTO,
          F0411.AAP as AAP,
          F0411.AG as AG,
          F0411.SFX as SFX,
          F0101.ALPH as ALPH
    from      JDE.F0101 F0101,
          JDE.F0411 F0411
    where   F0411.AN8=F0101.AN8
      and       F0411.DOC between ? and ?
      and    F0411.DGJ between TO_NUMBER(TO_CHAR(?, 'YYYYDDD' )) - 1900000
             AND               TO_NUMBER(TO_CHAR(?, 'YYYYDDD' )) - 1900000].
    why ??
    is the version of the drivers connecting ??
    thanks
    JC

  • Direct printing with BI delivery

    Hi all,
    I've got a problem when sending reports to a printer automatically after the launching the job, with JDEdwards. The RD output that I get is correct, but when I go and check the document that just came out of the printer, it doesn't contain any of the pictures nor the coulours and it displays some printing defaults as well, such as overlapping between words.
    Anyone has gotten this problem before? Any ideas to solve it?
    Thanks a lot.

    No Problem, any time.. if you are able to mark my replies as correct, i will be more happy. and also that helps people to see which reply as correct one.
    any way here is some links for documentation.. where you will get everything about BI Publisher.
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e12187.pdf
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e12188.pdf
    happy BI Publishing..:-)
    - Madan

  • Integrating Ariba with JDE using Oracle SOA

    Hi Gurus,
    We want to integrate Ariba system(Purchase Order opeartion) with JDEdwards using Oracle SOA Suite.
    Anybody has got any material or links which supports this activity?
    Any valuable inputs/suggestions on this will be appreciated.
    Thanks in Advance,
    Abhishek

    Hi,
    Thank you for your reply.
    Is the usage of B2B not applicable for this project ?
    Thanks

  • JDEdwards EnterpriseOne 9.1 support with DataServices Application Interface

    According to the Data Services XI 3 J.D. Edwards supplement guide, Data Services supports OneWorld version B7.3 and compatible versions, including Xe.
    Please, somebody can confirm ( or not) if Data Services support also JDE EnterpriseOne 9.1 version ?
    Thanks in advance
    Salvatore

    According to the Data Services XI 3 J.D. Edwards supplement guide, Data Services supports OneWorld version B7.3 and compatible versions, including Xe.
    Please, somebody can confirm ( or not) if Data Services support also JDE EnterpriseOne 9.1 version ?
    Thanks in advance
    Salvatore

  • Problem while creating a purchase order in JDEdwards worldsoft

    While creating 'OP' and 'OA' purchase order in JDEdwards worldsoft 'G' type
    btach header creating in F0011 table.
    Anybody can tell me this is correct or not.
    If not correct please tell me whether this is JDE bug or not and also provide
    solution for that.

    Here is what I see:
    Error analysis                                                                                |
    The following checkpoint group was used: "No checkpoint group specified"
    If in the ASSERT statement the addition FIELDS was used, you can find
    the content of the first 8 specified fields in the following overview:
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "ASSERTION_FAILED" " "
    "CL_FPM========================CP" or "CL_FPM========================CM004"
    "ADD_EVENT_TO_QUEUE"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    |

  • Crystal 2013 is casting a function with a date result as a string result, sometimes??

    I have an SQL Server function to take a JDEdwards numeric date and convert it to an SQL Date field. 
    CREATE FUNCTION [dbo].[date_ccyyddd_to_mmddyyyy]
      @JulianDate as Numeric(18,0)
    RETURNS Date
    AS
    BEGIN
    Declare @ResultDate as Date
    Set @ResultDate = DATEADD(YEAR, @JulianDate / 1000 + 1899, Cast('01/01/0001' as Date))
    Set @ResultDate = DATEADD(Day, @JulianDate % 1000 -1, @ResultDate)
    RETURN @ResultDate
    END
    In many query based reports we have used the function.  It works quite nicely for all but one user.  For this one user Crystal is casting the date result as a string, it will then display as a yyyy-mm-dd format instead of his default mm/dd/yyyy short date format.  It would generally be ok but since it is typed as a string if the user exports the results to excel it is not recognizing the column as a date either.  The strange piece of the equation is that if the user saves the report to the enterprise server and I open it, go to edit the SQL command, do nothing, close the edit box, it gives me the unmapped fields wizard where I can fix the report.  Thus when I open or generate a new report with this function it "knows" the result is a date but with a specific user it sees the result as a string.
    Has anyone had a similar situation or can lead me in the correct direction to fix this?  Unfortunately, this user is our power user, he writes more reports than anyone else.  It appeared as a problem when we upgraded from Crystal Enterprise 2008 to 2013.
    Current work around for user is to use a crystal CDate() function on the report side but I would like to get the correct solution.
    Any assistance appreciated,

    To add to Dell's suggestion:
    If OLE DB then use:
    MS SQL 2005 - OLE DB Provider
    MS SQL 2008 - SQL Native 10
    MS SQL 2012 - SQL Native 11
    MS SQL 2013 - SQL Native 11
    If ODBC then use:
    MS SQL 2005 - SQL Native
    MS SQL 2008 - SQL Native 10
    MS SQL 2012 - SQL Native 11
    MS SQL 2013 - SQL Native 11
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Data Migration From Peoplesoft , JDEdwards To SAP.

    Hi,
    This is kiran here we are doing data Migration work from Peoplesoft And JDEdwards to SAP.in SAP side it involves Master data tables Related to Customer, Vendor, Material. and Meta data tables related to SD, MM, FI. We as SAP Consultant identified Fields from above tables and marked them as Required, Not required, And Mandatory. The Peoplesoft and JDEdwards flocks come up with the same from their side. Then we want map the Fields. as I am new to data Migration any body suggest me what are the steps involves in data Migration How to do Data Mapping in Migration Thanks in advance.
    Thanks
    Kiran.B

    Hi Kiran,
    Good... Check out the following documentation and links
    Migrating from one ERP solution to another is a very complex undertaking. I don't think I would start with comparing data structures. It would be better to understand the business flows you have currently with any unique customizations and determine how these could be implemented in your target ERP. Once this is in place, you can determine the necessary data unload/reload to seed your target system.
    A real configuration of an ERP system will only happen when there is real data in the system. The mapping of legacy system data to a new ERP is a long difficult process, and choices must be made as to what data gets moved and what gets left behind. The only way to verify what you need to actually run in the new ERP environment is to migrate the data over to the ERP development and test environments and test it. The only way to get a smooth transition to a new ERP is to develop processes as automatic as possible to migrate the data from the old system to the new.
    Data loading is not a project that can be done after everything else is ready. Just defining the data in the legacy system is a huge horrible task. Actually mapping it to one of the ERP system schemas is a lesson in pain that must be experienced to be believed.
    The scope of a data migration project is usually a fairly large development process with a lot of proprietary code written to extract legacy data, transform and load the data into the ERP system. This process is usually called ETL (extract, transform, load.)
    How is data put into the ERP?
    There is usually a painfully slow data import facility with most ERP systems. Mashing data into the usually undocumented table schema is also an option, but must be carefully researched. Getting the data out of the legacy systems is usually left to the company buying the ERP. These export - import processes can be complex and slow, sometimes specialized ETL tools can help, sometimes it is easier to use what ever your programmers are familiar with, tools such as C, shell or perl.
    An interesting thing to note is that many bugs and quirks of the old systems will be found when the data is mapped and examined. I am always amazed at what data I find in a legacy system, usually the data has no relational integrity , note that it does not have much more integrity once it is placed in an ERP system so accurate and clean data going in helps to create a system that can work.
    The Business Analysts (BAs) that are good understand the importance of data migration and have an organized plan to migrate the data, allocate resources, give detailed data maps to the migrators (or help create the maps) and give space estimates to the DBAs. Bad BAs can totally fubar the ERP implementation. If the BAs and management cannot fathom that old data must be mapped to the new system, RUN AWAY. The project will fail.
    Check these links
    http://pdf.me.uk/informatica/AAHN/INFDI11.pdf
    http://researchcenter.line56.com/search/keyword/line56/Edwards%20Sap%20Migration%20Solutions/Edwards%20Sap%20Migration%20Solutions
    http://resources.crmbuyer.com/search/keyword/crmbuyer/Scm%20Data%20Migration%20On%20Peoplesoft%20Peoplesoft%20Data%20Migration/Scm%20Data%20Migration%20On%20Peoplesoft%20Peoplesoft%20Data%20Migration
    Good Luck and Thanks
    AK

  • XML pulishers in JDEdwards

    Can anybody help me out regarding xml publishers in JDEdwards
    from where I should strat.I have done xml publishers in Oracle apps.But in case of Jdedwrads how shall i start.
    I have found the output of JDE reports in XML by OSA Interface option but is it the right way of getting the data as i was unable to place the tag from that xml output while creating the RTF template
    Please revert me back if you have the answer.It is very urgent.
    Thanks in advance

    Were you able to get any help with this? I am in the same position - being asked to complete XML Checks in JDE because I know it in EBS.
    thanks - Malinda
    [email protected]

  • Data Guard with Oracle 9i and 10g -- have you done it?

    We have an ERP system (JDEdwards, db size approx 600 GB) and we'd like to copy the data in this system to a database on another computer. We'd use the remote database for reporting, so we need it to be available. We are looking at using Data Guard running in Logical Standby mode.
    The ERP database is Oracle 9i, and we are considering having the Logical Standby database be 10g. Have you done this and if so, what was your experience?
    Here's why we want to do this. There are many tables in the ERP database that contain descending indexes. We can't change this, and it is not supported with Data Guard under Oracle 9.2. Tables with descending indexes do not copy to the logical standby database.
    We were told that this is corrected in a newer release of Oracle, and we were wondering if a 10g database would properly copy tables with descending indexes.
    Thanks in advance for any experiences you can share.
    Best Regards,
    Mike

    What you are trying to do might not be possible. Because when you create logical standby you have to create a physical standby first and convert it. Primary and standby have to be same version.
    In furture it might be possible because 10G will support rolling upgrade of logical standby.
    However even it's possible you have to go through a lot of pain to setup and maintain it because Oracle don't support the setup.
    What you could try are Stream and Replication, I will say Stream is very interesting one. Because Oracle say : "Oracle Streams and Oracle Data Guard (including Data Guard SQL Apply) are independent features based on some common underlying infrastructure and technology. "
    http://www.oracle.com/technology/deploy/availability/htdocs/DataGuardStreams.html

  • IBM mainframe integration with SAP using XI

    Hi gurus,
    I have a task of integrate IBM mainframe with SAP using XI. I know the XI but IBM mainframe is totally new for me.
    Can anybody guide me in this. like (which adapter I have to use,how to connect/configure..etc)

    Hi
    these links help u
    http://www.iwaysoftware.com/pdf/tech_brief/TechBrief_SAPNETweaver.pdf
    Integrating JDEdwards system with XI using IWAY adapter part - I
    Integrating JDEdwards system with XI using IWAY adapter part - II
    Integrating JDEdwards system with XI using IWAY adapter part - III
    http://egeneration.bea.com/iwaydocs/iway55/5.5.001/iw55_cics.pdf
    Also refer to the troubleshooting guide of iway adapter..
    http://egeneration.bea.com/iwaydocs/iway55/5.5.001/iw55_cics.pdf

  • Async webservice with Callback

    Hi Experts,
    How to call a Asynchronous Microsoft webservice(Used callback mechanism) from XI?
    First I have to call the Microsoft webservice, it will return acknowledgement about the status. Again I have to invoke the webservice then it(microsoft) will return the response.
    How to do the above steps using XI? Please share your suggestions
    Regards
    Sara

    Hi Sara,
    Major thing is if ur  webservice accepts some data and gives some response, then both input and output should get imported into XI as seperate message types (Under Messages Tab) as shown in step 1 of ur referred weblog
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi
    So there u must have 2 messages: 1 for request and 1 for response. This depends upon ur wsdl structure. Once u get these messages, u could proceed with ur message mapping
    Steps are,
    1.import the wsdl file in Integration Repository in Integration Objects->external definitions.
    2.then create message types using the imported WSDL request and response.
    3.Other things are as usual.
    using SAP XI we can easily connect to webservices pls chk the links
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00c36ef6-dab9-2910-6ca9-a96b820de582
    /people/yomeshp.sharma/blog/2006/05/31/integrating-jdedwards-system-with-xi-using-iway-adapter-part--iii
    /people/anton.wenzelhuemer/blog/2006/03/05/integrating-php-and-abap-using-webservices
    /people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap
    http://help.sap.com/saphelp_nwpi71/helpdata/en/11/e8179b247e4720882512a04041491d/frameset.htm
    Regards,
    Vinod.

Maybe you are looking for

  • Issue in 2013

    Hi, I have set max numb of leaves in the Generation rules as 48 days. I am using 2013 infotype to upload last year quota." ONly transfer quota correctionimmediately " is the option that i selected ,as i gave 01.01.2007 date to upload the quota.... Pr

  • MacBook Pro Battery: How can I protect my battery when not using computer for a long time period 3-months ?

    Hello, In 2014, I am expecting to be out of the states for a long period of time which is over 3 months. I am not planning of bringing my MacBook Pro with me. As a result, what would be the correct procedure for the battery in order to preserve it in

  • J2SE adapter upgrade to PI 7.1

    Hi, is there anything special that needs to be changed when moving those local (J2SE) adpaters from 7.0 to 7.1 ? anyone already moved those pretty, little, file configuration based devils ? Thank you, Regards, Michal Krawczyk http://mypigenie.com XI/

  • PDF.OCX or AcroPDF.DLL

    We have a Powerbuilder 9 and 10 application that use to use PDF.OCX, but we can no longer register the file.  We have also read this is no longer supported so we started investigating AcroPDF.DLL.  Problem is no matter what we register, we receiv e a

  • Add the same component in 2 different tabs

    I am trying to add the same component in two different tabs in a tabbed pane. When I add it (programaticaly) the first instance disappears. Is this at all possible. I dont want to clone the component first and then add it. Thank you