systems and methods are provided for enabling communication between two systems using different commands, variables, protocols, methods, or instructions. In an embodiment, exit points in a software application may be used to insert additional code without altering the source code. In an embodiment, this additional code may interface with a backend abstraction layer, which may contain an itemization of functions to performed on external systems or data. In an embodiment, the abstraction layer may interface with a connectivity layer. In an embodiment, the connectivity layer may include instructions in a format recognized by the external system that correspond to the desired function in the backend abstraction layer that is to be executed at the external system.
|
1. An enterprise resource planning system comprising:
a processor, and an application,
the application comprising:
a plurality of business objects,
a backend abstraction layer which comprises:
a plurality of pre-coded interfaces for each business object, each interface including a rule identifying a condition on which the interface is to be used; and
a plurality of pre-coded methods for each interface representing a complete set of read and write functions performed by the enterprise resource planning system on data stored at an external system to the enterprise resource planning system and used by a respective business object;
a plurality of exit points associated with the pre-coded interfaces and the pre-coded methods;
a connectivity layer which comprises:
a plurality of customizable interfaces, each linked to a respective one of the pre-coded interfaces in the backend abstraction layer;
a plurality of customizable operation fields in each of the customizable interfaces, each customizable operation field linked to a respective pre-coded method in a respective pre-coded interface, each customizable operation field storing third-party instructions recognized by the external system for performing the pre-coded read or write function specified by the respective linked pre-coded method at the external system;
wherein the processor is operative to:
execute the source code of the application;
upon reaching one of the exit points,
identify whether a condition in at least one pre-coded interface associated with the identified business object is met;
when the condition is met, identify a pre-coded method in the identified interface associated with a selected function to be executed on the external system; and
identify for transmission and execution at the external system the third-party instructions stored in a respective customizable operation field linked to the identified pre-coded method.
11. A computer-implemented method comprising, at a processor:
executing a source code of an application, the application comprising:
a plurality of exit points, each exit point associated with a pre-coded interface or a pre-coded method;
a backend abstraction layer including:
a plurality of pre-coded interfaces for each business object, each interface including a rule identifying a condition on which the interface is to be used; and
a plurality of pre-coded methods for each interface representing a complete set of read and write functions performed by the enterprise resource planning system, each method identifying a function to be executed on data stored at an external system to the enterprise resource planning system and used by a respective business object; and
a connectivity layer including:
a plurality of customizable interfaces, each linked to a respective one of the pre-coded interfaces in the backend abstraction layer;
a plurality of customizable operation fields in each of the customizable interfaces, each customizable operation field linked to a respective pre-coded method in a respective pre-coded interface, each customizable operation field configured to store third-party instructions recognized by the external system for performing the pre-coded read or write function specified by the respective linked pre-coded method at the external system;
upon reaching one of the exit points, including whether a condition in at least one pre-coded interface associated with the identified business object is met;
when the condition is met, identifying a pre-coded method in the identified interface associated with a selected function to be executed on the external system;
identifying the third-party instructions stored in a respective customizable operation field linked to the identified pre-coded method; and
transmitting the identified third-party instructions to the external system over a communications network.
9. An article of manufacture comprising a non-transitory processor-readable media containing instructions that, when executed by a processor, cause the processor to:
execute a source code of an application, the application comprising:
a plurality of exit points, each exit point associated with a pre-coded interface or a pre-coded method;
a backend abstraction layer including:
a plurality of pre-coded interfaces for each business object, each interface including a rule identifying a condition on which the interface is to be used; and
a plurality of pre-coded methods for each interface representing a complete set of read and write functions performed by the enterprise resource planning system, each method identifying a function to be executed on data stored at an external system to the enterprise resource planning system and used by a respective business object; and
a connectivity layer including:
a plurality of customizable interfaces, each linked to a respective one of the pre-coded interfaces in the backend abstraction layer;
a plurality of customizable operation fields in each of the customizable interfaces, each customizable operation field linked to a respective pre-coded method in a respective pre-coded interface, each customizable operation field configured to store third-party instructions recognized by the external system for performing the pre-coded read or write function specified by the respective linked pre-coded method at the external system; and
upon reaching one of the exit points, identifying whether a condition in at least one pre-coded interface associated with the identified business object is met;
when the condition is met, identifying a pre-coded method in the identified interface associated with a selected function to be executed on the external system;
identifying the third-party instructions stored in a respective customizable operation field linked to the identified pre-coded method; and
transmitting the identified third-party instructions to the external system.
2. The enterprise resource planning system of
3. The enterprise resource planning system of
4. The enterprise resource planning system of
5. The enterprise resource planning system of
6. The enterprise resource planning system of
7. The enterprise resource planning system of
8. The enterprise resource planning system of
10. The article of manufacture of
12. The method of
|
This application claims priority under 35 U.S.C. §119 to U.S. Provisional Patent Application No. 61/176,651, filed on May 8, 2009, and entitled “Integrating Backend Systems and Composite Applications,” which is herein incorporated by reference in its entirety.
Many large businesses rely on enterprise resource planning computing architectures and systems to electronically manage and coordinate business resources, information, and functions. In large organizations these computing architectures may be made up of hundreds of systems, distributed across various entities making up the organization. For example, a global business may rely on location-specific logistics systems to process orders in different localities, division specific supply chain management systems to manage supply chains across geographies, and business specific accounting systems to manage financial transactions at a business level.
These systems may interact not only with other systems in the organization, but also with external systems managed by other organizations. In many instances these enterprise resource planning systems may be preconfigured to communicate with other systems using similar commands, variables, and methods. However, over time different systems in the organization may be replaced or upgraded, or new systems may be introduced into the organization that do not communicate using the same commands, variables, or methods. Integrating systems that do not communicate using the same commands, variables, or methods into existing systems was time consuming and cumbersome. In many instances, software programs and source code would have to be reconfigured to enable communication between these systems. Reconfiguring these systems is not only costly and inefficient, but is also time consuming and prevents quick integration of critical replacement systems into enterprise resource planning systems.
Thus, there is a need to quickly and inexpensively integrate systems using different communication commands, variables, and methods into existing systems.
In an embodiment, an enterprise resource planning system contains multiple modules or layers enabling specific functionality. Each of these layers may contain a group of reusable components that may be reused by the system to perform similar functions in different instances. For example, an embodiment may contain a portal layer, which may set the environment in which the system is being used; a process logic layer, which may direct the flow of information in the system; a user interface layer, which may control the data displayed to a user; a business logic layer, which may control data interactivity such as data retrieval, alteration, and storage; an abstraction layer, which may contain an itemization of functions performed on external data; and a connectivity layer, which may contain commands, variables, or methods in a format recognized by an external system.
In an embodiment, the commands, variables, or methods in the connectivity layer may be associated with corresponding functions in the abstraction layer. In this embodiment, when enterprise resource planning system executes a function to be performed on data in the external system, the function may be identified in the abstraction layer, and the corresponding commands, variables, or methods in the format recognized by the external system may be retrieved through the connectivity layer and sent to the external system. No reconfiguration of source code is required in this instance because instructions are sent to the external system in its native format through the abstraction and connectivity layers.
The role of the user may be stored as part of a user profile together with user login information so that when the user logs in to either the enterprise resource planning system or a second system sharing user profile information with the enterprise resource planning system, the portal layer 101 can access the user role information. In another embodiment, user role information may be transmitted to the portal layer 101 as part of a request to initiate a portal session with the enterprise resource planning system.
The user context may vary depending on the functionality being requested of the enterprise resource planning system. For example, in
Once the portal layer 101 identifies a use context and/or user role, data may be sent to the user interface layer 102 specifying the environment that is to be provided to the user. In the case of employee 110 attempting to purchase an airline ticket, the portal layer 101 may receive information from the employee's 110 user profile that the role of the employee 110 is an employee and may receive use context information in the portal session request that the airline ticket purchase function is to be performed. From this information, the portal layer 101 may determine, through a lookup table or other means, that the employee work center environment 111 is the proper environment and send this information to the user interface layer 102.
The user interface layer 102 may then begin generating a user interface screen 112 for the employee 110 to enter or select desired flight information. In generating the user interface screen 112, the user interface layer 102 may need to access, retrieve, or store data, such as the employees name, title, department, destination, date, and class of service. Some of this information may be stored locally in local object 153 whereas some information may be stored remotely on external systems in remote objects 175 and 185.
The business logic layer 150 may contain components identifying which objects are stored locally 153 and remotely 175 and 185. The business logic layer 150 may also contain components for retrieving, changing, or storing local objects 153 and may interface with an abstraction layer 155 to retrieve, change, or store remote objects 175 and 185. Thus, if data relating to the employee 110, such as name, title, department, and manager are stored locally, the business logic layer 150 may retrieve that data from local objects 153 and insert it in employee user interface 112.
The abstraction layer 155 may contain an itemization of functions performed by the enterprise resource planning system on external data. Thus, if the enterprise resource planning system obtains or stores flight information, such as flight number, departure time, and cost in remote objects 175 and 185 on external systems, the abstraction layer 155 may include an itemization of each of these functions for each data object. Thus the abstraction layer 155 may include different entries for reading, changing, and storing each piece of flight information.
Each itemized entry in the abstraction layer 155 may have a corresponding entry the connectivity layer 170 or 180. For example, if certain information, such as flight number and departure time are stored in one set of remote objects 175 and other information, such as cost, is stored in another set of remote objects 185, then the entries in the abstraction layer 155 corresponding to the first set of information (flight number and departure time) would have corresponding entries in connectivity layer 170, while the second set (cost) would have corresponding entries in connectivity layer 180.
In an embodiment, the connectivity layer 170 may contain instructions in a format recognized by the remote object system 175 for performing the functions itemized in the abstraction layer 155 relating to objects 175. Similarly, connectivity layer 180 may contain instructions in a format recognized by the remote object system 185 for performing the functions itemized in the abstraction layer 155 relating to objects 185.
Once all the requisite data from objects 153, 175, and 185 has been entered, viewed, changed, or stored through the employee user interface 112, and the employee 110 is done entering the required information, the process logic layer 105 then uses components to determine the next step in completing the process. The next step may be determined through a stored workflow, which may route the process to a specific entity or function depending on the workflow criteria associated with the process. In the
Once the manager 120 receives the air travel request, the manager 120 may initiate a portal session though portal layer 101. In this case, the portal layer 101 may send a request to the user interface layer 102 to initiate a manager work center environment 121 based on the role of the manager 120 as a manager and the context of approving the employee's 110 air travel request. In this case, the user interface layer 102 may generate a manager user interface screen 122, where the manager 120 can approve, not approve, or change the employee's 110 air travel request. The business logic layer 150 may then directly retrieve, modify, and store data as needed from the local objects 153, and may indirectly retrieve, modify, and store data as needed from remote objects 175 and 185 through the abstraction layer 155 and connectivity layers 170 and 180.
Once the manager 120 has approved the air travel request, the process logic layer 105 may send the approval to purchasing 130 for ticket purchase 125 according to the workflow 125 associated with the process. In an embodiment, a workflow may include multiple outcomes for different situations, so the process logical layer 105 could have sent the air travel request back to the employee 110 if the manager 120 had denied the request.
This functionality may also be repeated for the purchase 130 and accounting 140 processes in an embodiment—once a purchaser in purchasing 130 receives the approval, the purchaser 130 may initiate a portal session though portal layer 101. In this case, the portal layer 101 may send a request to the user interface layer 102 to initiate a purchasing work center environment 131 based on the role of the purchaser 130 and the context of purchasing the approved airline ticket. In this case, the user interface layer 102 may generate a purchasing user interface screen 132, where the purchaser 130 can buy the airline ticket for the employee 110. The business logic layer 150 may then directly retrieve, modify, and store data as needed from the local objects 153, and may indirectly retrieve, modify, and store data as needed from remote objects 175 and 185 through the abstraction layer 155 and connectivity layers 170 and 180.
Once the purchaser 130 has bought the tickets, the process logic layer 105 may send the purchase information to accounting 140 according to the workflow 135 associated with the process. Similarly, once accounting 140 receives the purchase information, the accountant 140 may initiate a portal session though portal layer 101. In this case, the portal layer 101 may send a request to the user interface layer 102 to initiate a accounting work center environment 141 based on the role of the accountant 140 and the context of accounting for the purchased airline ticket. In this case, the user interface layer 102 may generate a accounting user interface screen 132, where the accountant 140 can enter accounting related information. The business logic layer 150 may then directly retrieve, modify, and store data as needed from the local objects 153, and may indirectly retrieve, modify, and store data as needed from remote objects 175 and 185 through the abstraction layer 155 and connectivity layers 170 and 180.
Once a user, such as manager 120 or employee 110, selects a task or function, such as reviewing an air travel request sent for manager approval 115 or initiating a request for air travel, the selected function or task may send through the portal layer 101 to the user interface layer 102 where the appropriate user interface screen may be generated, such as a screen for reviewing or initiating the air travel request. Data may be sent from the user interface layer 102 to the business logic layer 150, where data may be retrieved from local objects 153 or a process agent may be created to direct communication through the backend abstraction layer 155 when the data is not stored in local object 153. In an embodiment, the process agent may be used at the user interface layer 102 for further related communication through the backend abstraction layer 155. In an embodiment, once a method has been identified in the backend abstraction layer 155, the operation in the connectivity layer 170 corresponding to the identified method may be used to perform the desired method on data in an external system, such as retrieving data from the external system.
In an embodiment, once a user has completed a task or function, such approving the air travel request sent for manager approval 115 or completing the request for air travel, the task completion may be sent from the portal layer 101 to the process logic layer 105. Further workflow instructions may retrieved through the business logic layer 150. The business logic layer 150 may obtain these workflow instructions from local objects 153 or from remote objects through the backend abstraction layer 155 and connectivity layer 170 through a process agent. Once further workflow instructions have been retrieved, the process logic layer 105 may redirect the completed task or function according to the workflow instructions. For example, an approval air travel request may be sent for ticket purchase 125 while a completed air travel request may be sent for manager approval 115.
In step 212, the requested interactivity with data objects 153, 175, and/or 185 is sent to a selected process object 151 in the business logic layer 150. The selected process object 151 may be dependent on the needs of the user interface layer 102, and different process objects 151 may be coupled to different user interface layer 102 functionalities. Each process object 151 may control the execution of a process step, store the current state of the process step, and/or compose process master data objects 152 and process agents 154 to complete the process step. A process step may involve reading, writing, changing, or otherwise accessing data.
At step 213, process object 151 may initiate or access an instance of a process master data object 152 to access or hold process related transient and/or persistent master data. This transient and/or persistent master data may be stored in a local database 153, which may be accessed by process master data object 152, as shown in step 214, where data is sent to local database 153, and step 215, where data is retrieved from local database 153. Data retrieved from local database 152 in step 215 may be sent to the process object 151 by the process master data object 152 in step 216.
At step 217, process object 151 may initiate or access a process agent instance 154 to transfer information between external systems. In an embodiment, all communication with the backend abstraction layer 155 must be done by process agents 154, and all communication with external systems must occur through the backend abstraction layer 155. In other embodiments, some non-backend abstraction layer communications with external system are permitted. In an embodiment, a process agent 154 may only be either an outbound process agent or an inbound process agent. In an embodiment, an outbound process agent may be used to call methods in the backend abstraction layer that lead to outbound enterprise service calls, while an inbound process agent may be used to compute a call from the backend abstraction layer to the business logic layer.
In an embodiment, an outbound process agent may be able to perform read or write services. In an embodiment, data may be read from an external system only through the backend abstraction layer through read process agents. A read process agent may call read or find methods in the backend abstraction layer, while a write process agent may call change, update or action methods in the backend abstraction layer at a save event.
Once an outbound process agent is sent to the backend abstraction layer 155 in step 218, in step 219 the abstraction layer 155 sends a request to the connectivity layer 170 or 180 to send the appropriate instructions to the external system to perform the desired operation. Once a result from performing the desired operation has been received by the abstraction layer in step 220, an inbound process agent containing the result is sent to process agent 154 in step 221. In step 222, the result may be sent to process object 151. In step 223, the result may be sent to the user interface layer 102, and in step 224, the result may be presented to the user through the user interface screen.
In an embodiment, each BAdI representing an identified business object 312 may contain one or more services or methods 317 that an application in the enterprise resource planning system 305 may perform on the business object data 332 or node of the business object data 333 in the external system 330. In an embodiment, these services or methods 317 may be pre-coded 310 in the enterprise resource planning system 305. In an embodiment, an entity may enter corresponding instructions in a format recognized by the external system 330 through a customizable interface 320 to perform the specific operations 327 on the business object data 332 or nodes 333 in the external system 330.
The pre-coded interfaces 316 and methods 317 in the BAdI may be associated with the corresponding instructions in interfaces 326, operations 327, and services 328 so that when the BAdI is called in the enterprise resource planning system 305, the corresponding instructions are sent to the external system 330 to execute the desired actions at the external system 330. Thus, whenever the external system 330 is upgrade, modified, or changed, an organization need only change the corresponding instructions in the customizable interface 320 on the enterprise resource planning system 305 to ensure ongoing communications between the two systems.
In an embodiment, each system 305 and 330 may maintain a plurality of business objects 312 and 332. Business objects 312 and 332 may differ from each other. In some embodiments, business objects 312 may contain similar data to business objects 332, but in other embodiments business objects 312 may contain subsets of data in business objects 332. In an embodiment, business objects 312 may contain transformations of data in business objects 332. In an embodiment, business objects 312 may not contain any of the data found in business objects 332.
Each business object 312 and 332 may include a root object node 314 and 334 respectively, and a plurality of other object nodes 313 and 333 based on the respective root node. Each of the nodes may contain specific formatting instructions for the corresponding business object 312 and 332 that may vary depending on the processes and circumstances under which the business object is used. Each of the nodes may include a means for associating the formatting instructions with a specific process or circumstance, including links, identifiers, or keys.
Each business object 312 may also have a plurality of interfaces 316 associated with the business object. Each interface 316 may include a rule for identifying the conditions on which the interface is to used. These rules may include comparing data in the business object to specified criteria, such as the processes the application is trying to execute. For example, an interface may contain a rule that the interface is to be applied when an application executes a process to create a sales order form using data from a sales order business object.
Each interface 316 may contain a plurality of methods 317, so that when the rule in the interface 316 is satisfied, the methods 317 in the interface 316 may be used to identify the specifics functions that are to be performed at the second system 330 on the corresponding business object data 332. Examples of methods 317 including querying business object data 332 to retrieve specific data, changing business object data 332, and/or deactivating unused business object data 332.
In some embodiments, business objects 312, business object nodes 313, interfaces 316, and methods 317, may be supplied by the software developer as pre-coded components 310 of the application on the enterprise resource planning system 305. The application may also contain a customizable interface 320. The customizable interface 320 may include an interface 326 linked to or associated with each pre-coded interface 316. Each interface 326 may contain a plurality of enterprise services 328 and service operations 327.
In an embodiment, the components in the customizable interface 320 including the interface 326, enterprise services 328, and service operations 327, may be configured or customized by an organization using the application on the enterprise resource planning system 305. Customization may be necessary in some embodiments, when the organization acquires a external system 330, that uses different communications protocols, data structures, or software than the enterprise resource planning system 305.
In these instances, the organization may modify the components of the customizable interface 320 to include communications protocols, commands, and instructions recognized by the second system 330, in order for the application on the enterprise resource planning system 305 to interact with the business object data 332 on the external system 330. This interactivity may be enabled by including specific instructions recognized by the external system 330 in the service operations 327 of the interface 326 corresponding to the pre-coded method 317 of the pre-coded interface 316.
Thus, when the application executes a method 317 associated with an interface 316 of a business object 312, the instructions programmed by the organization into the corresponding operation 327 field of the corresponding interface 326 are sent to the external system 330 to perform the desired function on the corresponding business object data 332 at the external system 330.
Once the rules and/or criteria associated with an interface are satisfied, specific methods 317 associated with the interface may also be inserted by a third party or software developer. In the embodiment shown in
In some embodiments, organizations may store data, such as business object data 332 relating to the SALES_ORDER business object 312, on an external system 330. For example, the organization may store customer information, sales order numbers, delivery date information, product information, and other information that the application on the enterprise resource planning system 305 may use to generate a sales form through the SALES_ORDER business object 312. Commands, protocols, and/or instructions used by the external system 330 that are not programmed into or recognized by the application on the enterprise resource planning system 305, may be entered by into the customizable interface 320.
As discussed previously, the customizable interface 320 may contain a plurality of interfaces 326, each interface 326 being associated with a corresponding pre-coded interface 316. In the embodiment of
In the embodiment of
In addition to each interface 316 containing a plurality of methods 317, the plurality of methods 317 may be categorized in some embodiments in groups known as patterns.
In an embodiment, the create method 511 may use business object information as an input in order to create a business object instance including the inputted business object data 332. The change method 512 may use business object information as an input in order to change business object data 332 in a business object instance, without checking whether the business object instance was changed since the last “read.” The update method 513 may use business object information as an input order to update data 332 in a business object instance, after checking whether the instance was changed since the last “read.” The read method 514 may use one or more business objects identifiers as an input to retrieve business object instance data 332. The check method 515 may use business object information as an input to check the data consistency of the business object data 332, while the check change 516 and check creation 517 methods may be used to verify the consistency of changes to business object data 332 or new business object data 332.
Each of the methods 317 shown in
In an embodiment, when the instruction is executed at a processor, a Business Object Add-In (BAdI) 410 may be executed in step 601. In step 602, after executing the BAdI 410 associated with the business object 312, a processor may check the rules and/or criteria of each interface 415 associated with the BAdI 410 to identify an interface(s) 415 having its rules and/or criteria satisfied. In step 603, a processor may then identify a method(s) 416, 417, 418, 419, and/or 420 associated with the desired function to be performed in the application. Once the appropriate method(s) 416, 417, 418, 419, and/or 420 have been identified, the corresponding operations 451, 452, 453, 454, and/or 455 in the corresponding interface 450 may be identified in step 604.
Thus, if the create method 418 was identified when executing SALES_ORDER_BADI 410 in IF_SALES_ORDER_X interface 415, the SalesOrderCreateRequestConfirmation operation 453 in interface CL_SALES_ORDER 450 may be identified as associated with the create method 418 in step 604 through a link or other connection. Once the operations 451, 452, 453, 454, and/or 455 have been identified, in step 605 the specific instructions, commands, and/or protocols associated with the operation 451, 452, 453, 454, and/or 455 for performing the desired function at the external system 330 may be sent to the external system 330.
Upon receiving a response from the external system 330 to the specific instructions, commands, and/or protocols sent by the enterprise resource planning system 305, in step 606 a processor may check whether the response contains business object data 332 or other data, such as confirmation data that an event has or has not occurred at the external system 330.
When the response does not contain business object data 332, in step 607 the response may be continue to be processed based on the data in the response. However, when the response contains business object data 332, in step 608, the business object data 332 may be transformed, reformatted, or otherwise manipulated according to instructions in the business object node 313 corresponding to the function to be performed in the application.
In some embodiments, the instructions in operations 451, 452, 453, 454, and/or 455 may include instructions for retrieving data from a specific business object node 333 in the external system 330. In this case, the business object node data 333 retrieved from the external system 330 may be used to transform, reformat, or otherwise manipulate business object data 312 or 332 according to instructions specified in the retrieved business object node 333.
In an embodiment, memory 73 may contain different components for retrieving, presenting, changing, and saving data. Memory 73 may include a variety of memory devices, for example, Dynamic Random Access Memory (DRAM), Static RAM (SRAM), flash memory, cache memory, and other memory devices. Additionally, for example, memory 73 and processor(s) 72 may be distributed across several different computers that collectively comprise a system.
Processor 72 may perform computation and control functions of a system and comprises a suitable central processing unit (CPU). Processor 72 may comprise a single integrated circuit, such as a microprocessor, or may comprise any suitable number of integrated circuit devices and/or circuit boards working in cooperation to accomplish the functions of a processor. Processor 72 may execute computer programs, such as object-oriented computer programs, within memory 73.
Note that while embodiments of the present invention are described in the context of a fully functional computer system, those skilled in the art will appreciate that modules of the present invention are capable of being distributed in a variety of forms across a plurality of systems. Embodiments consistent with the invention may also include one or more programs or program modules on different computing systems running separately and independently of each other, while in their entirety being capable of performing business transactions in a large enterprise environment or in a “software on demand” environment. These programs or program modules may be contained on signal bearing media that may include: recordable type media such as floppy disks and CD ROMS, and transmission type media such as digital and analog communication links, including wireless communication links.
The foregoing description has been presented for purposes of illustration and description. It is not exhaustive and does not limit embodiments of the invention to the precise forms disclosed. Modifications and variations are possible in light of the above teachings or may be acquired from the practicing embodiments consistent with the invention. For example, some of the described embodiments may include software and hardware, but some systems and methods consistent with the present invention may be implemented in software or hardware alone. Additionally, although aspects of the present invention are described as being stored in memory, one skilled in the art will appreciate that these aspects can also be stored on other types of computer-readable media, such as secondary storage devices, for example, hard disks, floppy disks, or CD-ROM; the Internet or other propagation medium; or other forms of RAM or ROM.
Patent | Priority | Assignee | Title |
Patent | Priority | Assignee | Title |
7930704, | Feb 06 2002 | Oracle International Corporation | J2EE component extension architecture |
20030053459, | |||
20040167894, | |||
20050021348, | |||
20050188383, | |||
20050198652, | |||
20070233754, | |||
20100287555, | |||
EP336552, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Aug 04 2009 | MOCK, FRANK | SAP AG | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 023122 | /0762 | |
Aug 14 2009 | SAP SE | (assignment on the face of the patent) | / | |||
Jul 07 2014 | SAP AG | SAP SE | CHANGE OF NAME SEE DOCUMENT FOR DETAILS | 033625 | /0223 |
Date | Maintenance Fee Events |
Sep 18 2014 | ASPN: Payor Number Assigned. |
Apr 03 2018 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Apr 06 2022 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Date | Maintenance Schedule |
Oct 14 2017 | 4 years fee payment window open |
Apr 14 2018 | 6 months grace period start (w surcharge) |
Oct 14 2018 | patent expiry (for year 4) |
Oct 14 2020 | 2 years to revive unintentionally abandoned end. (for year 4) |
Oct 14 2021 | 8 years fee payment window open |
Apr 14 2022 | 6 months grace period start (w surcharge) |
Oct 14 2022 | patent expiry (for year 8) |
Oct 14 2024 | 2 years to revive unintentionally abandoned end. (for year 8) |
Oct 14 2025 | 12 years fee payment window open |
Apr 14 2026 | 6 months grace period start (w surcharge) |
Oct 14 2026 | patent expiry (for year 12) |
Oct 14 2028 | 2 years to revive unintentionally abandoned end. (for year 12) |