18
Thu, Apr
5 New Articles

Integrating to Enterprise Resource Planning (ERP)

Enterprise Resource Planning / Financial
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

While some people may wish otherwise, your enterprise resource planning (ERP) system can't do it all. For those tasks that are outside of the scope of your ERP package, you need a good means for interfacing and integrating those systems with your ERP. Integrating applications with your ERP can be one of the most challenging stumbling blocks to a successful ERP implementation. The task can be anything from needing to incorporate legacy home-grown applications when implementing a new ERP, to meeting the requirements of introducing new technologies like Web interfaces or RFID systems with your existing ERP, to supporting the latest supply-chain initiatives. And while the possibilities are endless, the concept in each of these cases is pretty much the same: There can be no compromises between sharing ERP information with other applications and ensuring the integrity of mission-critical data.

In this article, we'll examine ERP system integration concepts. The good news is that most ERP vendors have recognized the fact that their systems need to support interfacing with other applications at some level. In fact, many ERP vendors offer application program interfaces (APIs) to assist in the integration process. In most cases, however, some customization will be involved to supply the interface APIs with the data they need to do their job.

Application Integration Concepts

One of the most important things to determine when working on an enterprise application integration (EAI) initiative is exactly how tightly you want your applications integrated. Heavy integration can involve making major modifications to existing application flow and can ultimately impact the normal process flow. On the other hand, if your integration is too loose, you may end up with inconsistent data between applications. Fortunately, most modern ERP systems have some level of support for integration with other applications built in. I have always been a follower of the "don't reinvent the wheel" school of thinking, meaning that if your ERP already has some type of integration or interface technology built in, it's best to use that technology rather than use an external application or build a custom solution. Ideally, you want whatever integration solution you implement to make as much use of existing applications and services as possible while avoiding the risk of overloading your existing resources. Figure 1 below illustrates the type of interface that might exist in your current ERP.

http://www.mcpressonline.com/articles/images/2002/ERPIntegrationV4--06140600.png

Figure 1: This example illustrates an existing ERP process. (Click images to enlarge.)

This example illustrates a common process in any ERP system. Here, shop floor production data is entered into a data entry screen, which in turn creates a production transaction batch. This batch is then processed by a background job that handles adding the finished item into inventory and consuming the component items as well as updating production and status data for the work order. This is a perfect example of using an existing process to integrate your ERP to another system. Using this example, let's assume that you want to implement a third-party shop-floor data collection solution. Your interface would simply involve building the same batch data that would be built by the data entry screen using the information read from the data collection equipment on your production machines. This batch will then be processed using the same method that is used when transactions are entered through the data entry screen. Figure 2 helps illustrate this.

http://www.mcpressonline.com/articles/images/2002/ERPIntegrationV4--06140601.png

Figure 2: Utilize existing processes to integrate new applications.

As you can see, this example uses the existing processes already in place to process the data coming in from the data collection system. As a result, any necessary changes or corrections within the transaction processing job will automatically affect transactions entered via data entry as well as those coming in from the data collection system. This design concept can be extended when you don't have the existing background job in place and must develop a new interface application to handle integration. The most important thing to remember is flexibility. An integration process that you build today for one specific purpose may serve you down the road for some process that you can't even think of today.

XML/SOA-Based Integration

As XML and SOA technologies continue to make their way into the ERP world, new standards are developing for the processing of data between disparate systems. Because of the ever-growing use of Web services, it just makes sense to consider this technology when integrating applications with your ERP. Many examples of this technology are creeping into the business computing world.

One example is the UCCNet data synchronization initiative (recently renamed 1SYNC), which began several years ago and is supported by major retailers. The purpose of this initiative is to allow supply-chain partners to synchronize item-related data between their systems. At this level, we are talking about not only integration between systems and applications within a single company, but integration of systems and applications between multiple companies. In the case of the UCCNet initiative, this integration allows retailers and their suppliers to ensure that their systems are in sync from the standpoint of accurate item data.

The advantage to this type of standards-based approach is that many software vendors readily support these integration standards. As more standards continue to be developed, the demand to support these standards within your ERP will increase. In most cases, these standards are industry-specific and are defined by working groups made up of people with experience in that industry. The Planning and Scheduling Language on XML (PSLX) consortium, for example, has defined a set of standards for transmitting information related to planning and scheduling within the manufacturing industry. This is a means by which an organization can share information about the manufacturing process (items, processes, schedules, capacities, etc.) with other divisions, remote locations, or even external supply-chain partners. Similarly, standards have developed within the accounting field for transferring data related to financial transactions. Among these standards is eXtensible Business Reporting Language (XBRL). This standard defines messaging formats for sending data related to budgeting, financial reporting, procurement, and other accounting functions.

While these examples are all generally used to share data between partners, it's just as easy to design Web services to share data between applications within your organization for integration purposes. Possibly the greatest advantage to using Web services as the means to integrate your ERP with other applications is that Web services are platform-independent, meaning that Web services on different platforms can communicate without knowing (or caring) what platform the Web service on the other end is running on. Some of the major ERP players—SAP, Oracle, and PeopleSoft just to name a few—already support Web services as a means of application integration. This is great news from an application integration standpoint because, the same way that an existing process within the ERP can be utilized for integration purposes outside of the original design, so can XML Web services be utilized for purposes other than those for which they may have originally been intended. Leveraging that type of interface can greatly assist in application integration because of the standards-based approach used by Web services. Because more and more software vendors are including support for XML Web services, the integration task will become much easier to manage. Platform-independent Web services can communicate seamlessly without the headaches posed by platform-specific integration techniques. For example, a financial reporting application that supports XBRL standards can be easily integrated with an ERP also supporting those standards.

It's a Small (ERP) World After All

ERP application integration techniques continue to change. The introduction of XML/SOA into the mix will eventually mean that application integration will become more seamless; however, getting to that point may be a long and painful process. In the end, a great deal depends on what the ERP vendors themselves do to make this technology a core component of their software offerings.

Mike Faust is a Business Analyst for Invivo Corp. in Orlando, Florida. Mike is also the author of the books The iSeries and AS/400 Programmer's Guide to Cool Things and Active Server Pages Primer and SQL Built-in Functions and Stored Procedures. You can contact Mike at This email address is being protected from spambots. You need JavaScript enabled to view it..

Mike Faust

Mike Faust is a senior consultant/analyst for Retail Technologies Corporation in Orlando, Florida. Mike is also the author of the books Active Server Pages Primer, The iSeries and AS/400 Programmer's Guide to Cool Things, JavaScript for the Business Developer, and SQL Built-in Functions and Stored Procedures. You can contact Mike at This email address is being protected from spambots. You need JavaScript enabled to view it..


MC Press books written by Mike Faust available now on the MC Press Bookstore.

Active Server Pages Primer Active Server Pages Primer
Learn how to make the most of ASP while creating a fully functional ASP "shopping cart" application.
List Price $79.00

Now On Sale

JavaScript for the Business Developer JavaScript for the Business Developer
Learn how JavaScript can help you create dynamic business applications with Web browser interfaces.
List Price $44.95

Now On Sale

SQL Built-in Functions and Stored Procedures SQL Built-in Functions and Stored Procedures
Unleash the full power of SQL with these highly useful tools.
List Price $49.95

Now On Sale

BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$0.00 Raised:
$

Book Reviews

Resource Center

  • SB Profound WC 5536 Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application. You can find Part 1 here. In Part 2 of our free Node.js Webinar Series, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Brian will briefly discuss the different tools available, and demonstrate his preferred setup for Node development on IBM i or any platform. Attend this webinar to learn:

  • SB Profound WP 5539More than ever, there is a demand for IT to deliver innovation. Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects. The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the company are not aligned with the current IT environment.

  • SB HelpSystems ROBOT Generic IBM announced the E1080 servers using the latest Power10 processor in September 2021. The most powerful processor from IBM to date, Power10 is designed to handle the demands of doing business in today’s high-tech atmosphere, including running cloud applications, supporting big data, and managing AI workloads. But what does Power10 mean for your data center? In this recorded webinar, IBMers Dan Sundt and Dylan Boday join IBM Power Champion Tom Huntington for a discussion on why Power10 technology is the right strategic investment if you run IBM i, AIX, or Linux. In this action-packed hour, Tom will share trends from the IBM i and AIX user communities while Dan and Dylan dive into the tech specs for key hardware, including:

  • Magic MarkTRY the one package that solves all your document design and printing challenges on all your platforms. Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product. Make sure your data survives when catastrophe hits. Request your trial now!  Request Now.

  • SB HelpSystems ROBOT GenericForms of ransomware has been around for over 30 years, and with more and more organizations suffering attacks each year, it continues to endure. What has made ransomware such a durable threat and what is the best way to combat it? In order to prevent ransomware, organizations must first understand how it works.

  • SB HelpSystems ROBOT GenericIT security is a top priority for businesses around the world, but most IBM i pros don’t know where to begin—and most cybersecurity experts don’t know IBM i. In this session, Robin Tatam explores the business impact of lax IBM i security, the top vulnerabilities putting IBM i at risk, and the steps you can take to protect your organization. If you’re looking to avoid unexpected downtime or corrupted data, you don’t want to miss this session.

  • SB HelpSystems ROBOT GenericCan you trust all of your users all of the time? A typical end user receives 16 malicious emails each month, but only 17 percent of these phishing campaigns are reported to IT. Once an attack is underway, most organizations won’t discover the breach until six months later. A staggering amount of damage can occur in that time. Despite these risks, 93 percent of organizations are leaving their IBM i systems vulnerable to cybercrime. In this on-demand webinar, IBM i security experts Robin Tatam and Sandi Moore will reveal:

  • FORTRA Disaster protection is vital to every business. Yet, it often consists of patched together procedures that are prone to error. From automatic backups to data encryption to media management, Robot automates the routine (yet often complex) tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:

  • FORTRAManaging messages on your IBM i can be more than a full-time job if you have to do it manually. Messages need a response and resources must be monitored—often over multiple systems and across platforms. How can you be sure you won’t miss important system events? Automate your message center with the Robot Message Management Solution. Key features include:

  • FORTRAThe thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing. Manage your reports with the Robot Report Management Solution. Key features include:

  • FORTRAFor over 30 years, Robot has been a leader in systems management for IBM i. With batch job creation and scheduling at its core, the Robot Job Scheduling Solution reduces the opportunity for human error and helps you maintain service levels, automating even the biggest, most complex runbooks. Manage your job schedule with the Robot Job Scheduling Solution. Key features include:

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed. Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

  • LANSASupply Chain is becoming increasingly complex and unpredictable. From raw materials for manufacturing to food supply chains, the journey from source to production to delivery to consumers is marred with inefficiencies, manual processes, shortages, recalls, counterfeits, and scandals. In this webinar, we discuss how:

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • Profound Logic Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: