US8234633B2 - Incident simulation support environment and business objects associated with the incident - Google Patents

Incident simulation support environment and business objects associated with the incident Download PDF

Info

Publication number
US8234633B2
US8234633B2 US11/971,409 US97140908A US8234633B2 US 8234633 B2 US8234633 B2 US 8234633B2 US 97140908 A US97140908 A US 97140908A US 8234633 B2 US8234633 B2 US 8234633B2
Authority
US
United States
Prior art keywords
incident
business
data
software
support
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active, expires
Application number
US11/971,409
Other versions
US20090177926A1 (en
Inventor
Thomas Schneider
Juergen Sattler
Tilmann Haeberle
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SAP SE
Original Assignee
SAP SE
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SAP SE filed Critical SAP SE
Priority to US11/971,409 priority Critical patent/US8234633B2/en
Assigned to SAP AG reassignment SAP AG ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HAEBERLE, TILMANN, SATTLER, JUERGEN, SCHNEIDER, THOMAS
Publication of US20090177926A1 publication Critical patent/US20090177926A1/en
Application granted granted Critical
Publication of US8234633B2 publication Critical patent/US8234633B2/en
Assigned to SAP SE reassignment SAP SE CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: SAP AG
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2294Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing by remote test

Definitions

  • This application relates to software support and, more particularly, to servicing, managing, or otherwise supporting applications.
  • Analyzing errors that occur within client systems can be a labor intensive endeavor. There are many types of errors that may occur within a system and each may require a different level of debugging. Three types of errors typically require some amount of code debugging. In order of severity, they are: program termination errors, business process errors, and simple miscalculations. Program termination errors are the most severe and result in the termination of the execution of a client's backend system. Debugging program termination errors generally requires recreation or simulation of the error and its accompanying data dump in a support system because it is typically undesirable for testing to be performed in a production environment. Support technicians may need to debug the logic contained in all levels, even down to the implementation details of certain business objects.
  • a system may prevent the saving of a PurchaseOrder business object order because of a technical error (e.g., inappropriate divide by zero) or a business logic error.
  • a business logic error may result from applying an incorrect business rule. For example, there may be a legal requirement applicable to business done in Italy requiring that certain tax documents be created before closing a certain business order object. If the requirement were applied in a Spanish context, the system may prevent a user from closing the PurchaseOrder business object instance for failing to create an irrelevant document that the wrongly configured system required. This type of incident may also require debugging the logic of a business object. The third type of incident is a simple miscalculation. With this category of error, the system may be technically sound, but errors in logic prevent the system from producing correct results. For example, a pricing function, which should appropriately apply two rebates, may apply only the first, resulting in the wrong price for a good.
  • software for supporting a business application includes computer readable instructions embedded on media that is operable when executed to receive error information and dynamic context information from a remote business application in response to an incident.
  • the dynamic context information at least partially identifies one or more business objects associated with the incident.
  • the software is further operable to clone at least one of the one or more business objects associated with the incident.
  • the software is also operable to start a transaction simulating the incident. When requested by a support user, the software is operable to start a debugging session running concurrently with the transaction simulating the incident.
  • the software can be further operable when executed to disable one or more business consistency checks before cloning the at least one of the one or more business objects.
  • the software can be further operable when executed to copy data that were involved in the incident, wherein the data comprises at least one of: business configuration data, user data, organizational data, master data, and transactional data.
  • Cloning can include executing a cloning service implemented on at least one of the one or more business objects.
  • the at least one of one or more business objects that were cloned can include portions that are stored in a business object database.
  • Starting the transaction can include starting a user interface that simulates the user interface of the remote business interface during the incident.
  • Starting the transaction can include retrieving a portion of the data associated with a cloned business object by executing business logic contained in the cloned business object.
  • Starting the transaction can include retrieving a portion of the data associated with a cloned business object by executing persistence logic.
  • the debugging session allows a user to trace code in all levels of a software stack associated with the transaction simulating the incident.
  • software for supporting a business application includes computer readable instructions embedded on media and operable when executed to receive error information and dynamic context information from a remote business application in response to an incident.
  • the incident includes a particular execution environment when the incident was created.
  • the dynamic context information at least partially identifies one or more business objects associated with the incident.
  • the software is further operable to start a transaction simulating the incident and to redirect service calls to a plug-in.
  • the plug-in parses through the dynamic context information to return data that simulate the particular execution environment when the incident was created.
  • the software is also operable to start a debugging session that runs concurrently with the transaction simulating the incident.
  • the software can be further operable to copy data that were involved in the incident, wherein the data includes at least one of: business configuration data, user data, organizational data, master data, and transactional data.
  • the software can be further operable to load into memory one or more business objects associated with the incident such that the business logic contained within the business objects is executed instead of redirecting to the plug-in.
  • Redirecting service calls includes redirecting to the plug-in-only service calls to a database layer.
  • the debugging session can allow a user to trace code in all levels above the database layer of a software stack of the transaction simulating the incident.
  • Starting the transaction simulating the incident can include starting a user interface that simulates the user interface of the remote business interface during the incident.
  • FIG. 1 illustrates at least a portion of an enterprise or data processing environment implementing or facilitating the technical support of a business application
  • FIG. 2A illustrates an architecture diagram of a computing system for providing an incident simulation environment
  • FIG. 2B illustrates an architecture diagram of a computing system for providing an incident simulation environment
  • FIG. 2C illustrates an architecture diagram of a computing system for populating business object and configuration data for an incident simulation environment
  • FIG. 3 illustrates an example method to create an incident simulation environment
  • FIG. 4 illustrates an architecture diagram of a client system that collects context data in an incident file.
  • FIG. 1 illustrates at least a portion of an enterprise or data processing environment 100 implementing or facilitating the technical support of a business application 108 .
  • this disclosure generally involves simulation of an incident in a (typically remote or unaffiliated) support system, which means the context data of the incident is taken to “reconstruct” the incident at the software support site.
  • this simulation can be done in several grades of complexity: e.g., i) start the UI with data from the incident that are filled from the incident context into the UI without saving them into the database tables of the business objects, or ii) store the incident context data in the database tables of the business objects and replay the complete transaction.
  • this disclosure describes preparation of a support system with collected incident context data and use of the model information on business objects, UIs, etc. so that the transaction in which the incident occurred in the customer system can be restarted and the support employee can analyze it, e.g. by debugging, tracing, etc.
  • the support user may analyze the incident without a need to log into the client system. This ability can help save time and effort by reducing the need to contact the customer, to create a support user on the client system, to reproduce the incident on the client system's production environment, to verify that the client's test or backup system is adequately configured and populated to reproduce the production incident, and so forth.
  • the end users may also be enabled to solve incidents quickly and efficiently by working with a more involved or knowledgeable support representative.
  • Various embodiments may have none, some, or all of these—as well as other—advantages.
  • environment 100 may include or be communicably coupled with the server 104 , one or more clients 128 , a network 124 , the remote support site server 140 , and a business configuration repository 184 . More specifically, example environment 100 utilizes the business application 108 running within a server 104 .
  • This business application 108 may be more highly modeled (business process model, business object model, business configuration model, etc.) such that implementations are well known and understood.
  • implementing entities such as customers, may be prohibited or discouraged from modifying the application, which helps ensure that the software (based on version, configuration, implementation, and so forth) can be systemically cloned, reproduced, or otherwise supported remotely.
  • This business application 108 is in (direct or indirect, whether synchronous or asynchronous) communication with a support application 152 located at a remote, or unaffiliated, support server 140 in order to provide support to the business application 108 .
  • a support application 152 located at a remote, or unaffiliated, support server 140 in order to provide support to the business application 108 .
  • an incident request is either manually or automatically generated and sent to the support application 152 .
  • the client 128 and/or its support agent 136 capture the environment and the current state of objects which are relevant to analyzing the incident.
  • incident file e.g., incident file 260 in FIG. 2A
  • the support application 152 may use the context data in the incident file to recreate the transaction that caused the incident. A support user may then replay the transaction in the incident simulation environment to debug and otherwise troubleshoot the incident.
  • Servers 104 and 140 include memory 116 and 164 , as well as one or more processors 112 and 148 , respectively, and comprise electronic computing devices operable to receive, transmit, process, store, or manage data associated with the system.
  • this disclosure provides merely one example of computers that may be used with the disclosure.
  • the term “computer” is intended to encompass any suitable processing device.
  • the environment 100 may be implemented using computers other than servers, as well as a server pool.
  • server 104 and remote support site server 140 may be adapted to execute any operating system including Linux, UNIX®, WINDOWS SERVER®, or any other suitable operating system.
  • either server 104 or server 140 may also include or be communicatively coupled with a web server and/or a mail server.
  • Memory 116 and 164 may include any memory or database module and may take the form of volatile or non-volatile memory including, without limitation, magnetic media, optical media, random access memory (RAM), read-only memory (ROM), removable media, or any other suitable local or remote memory component.
  • memory 116 and 164 may store classes, frameworks, applications, backup data, jobs, or other information that includes any parameters, variables, algorithms, instructions, rules, or references thereto.
  • the memory 116 and 164 may also include any other appropriate data such as VPN applications, firmware logs and policies, firewall policies, a security or access log, print or other reporting files, HTML files or templates, and others.
  • the business configuration repository 184 may also be present within the environment 100 .
  • the business configuration repository 184 is shown external to the remote support site server 140 and memory 164 .
  • the business configuration repository 184 may be stored internal to memory 164 among the other data stores.
  • the business configuration repository 184 provides a centralized location for storing business configuration data that may make up the backbone of the environment 100 .
  • the business configuration repository 184 may include a static context information repository. This static context information repository may store static information relating to the clients 128 , business applications 108 , and servers 104 of the environment 100 .
  • Some examples of the information collected in the static context information repository may include the customer type, the type of client 128 , the release or version of the specific business application 108 , contractual limitations or requirements of the client 128 or server 104 , service levels of the associated customer, and other information that remains relatively static in the normal course of operations.
  • Some of the static context information may be collected the first time a particular client 128 accesses the business application 108 or the network 124 in general.
  • a support agent 136 at the client 128 may collect particular static context data and provide the information to the static context information repository for storage.
  • the information may be retrieved by the business application 108 at certain intervals during operation.
  • static information may change over time or in response to certain events (such as a pricing increase, change in licensing terms, employee turnover, software or equipment upgrades, etc.), but are generally stored at the business configuration repository 184 as such information may span (or apply to) a multitude of errors.
  • the business configuration repository 184 may include business configuration data other than the static context information repository.
  • Illustrated servers 104 and 140 also include processors 112 and 148 , respectively. Each processor executes instructions and manipulates data to perform the operations of the associated server such as, for example, a central processing unit (CPU), a blade, an application specific integrated circuit (ASIC), or a field-programmable gate array (FPGA). Although described as a single processor in the servers 104 and 140 , multiple processors 112 and 148 may be used according to particular needs, and references to processors 112 and 148 are meant to include multiple processors where applicable. In this particular illustration, processor 112 executes the business application 108 , while processor 148 executes the support application 152 .
  • processor 112 executes the business application 108
  • processor 148 executes the support application 152 .
  • business application 108 is any application, program, module, process, or other software that may execute, change, delete, generate, or otherwise manage business information, according to the present disclosure.
  • environment 100 may implement a composite application 108 .
  • portions of the composite application may be implemented as Enterprise JAVATM Beans (EJBs) or design-time components may have the ability to generate run-time implementations into different platforms, such as J2EETM (JAVATM 2 Platform, Enterprise Edition), ABAP (Advanced Business Application Programming) objects, or MICROSOFT's .NET®.
  • J2EETM JAVATM 2 Platform, Enterprise Edition
  • ABAP Advanced Business Application Programming
  • MICROSOFT's .NET® MICROSOFT's .NET®.
  • one or more processes associated with application 108 may be stored, referenced, or executed remotely.
  • a portion of application 108 may be a web service that is remotely called, while another portion of application 108 may be an interface object bundled for processing at remote client 128 .
  • application 108 may be a child or sub-module of another software module or enterprise application (not illustrated) without departing from the scope of this disclosure.
  • client 128 may access business application 108 on server 104 , or even as a hosted application located over network 124 , without departing from the scope of this disclosure.
  • portions of business application 108 may be used by the customer working directly at server 104 , as well as remotely at client 128 .
  • business application 108 may be hosted by a third party relatively unrelated to either the customer (represented in this case as client 128 ) or the service provider (represented in this case as server 140 ). Additionally, the client 128 , the business application 108 , and the support application 152 may be controlled by a third party.
  • business application 108 may be a composite application, or an application built on other applications, that includes an object access layer (OAL) and a service layer.
  • application 108 may execute or provide a number of application services such as customer relationship management (CRM) systems, human resources management (HRM) systems, financial management (FM) systems, project management (PM) systems, knowledge management (KM) systems, and electronic file and mail systems.
  • CRM customer relationship management
  • HRM human resources management
  • FM financial management
  • PM project management
  • KM knowledge management
  • Such an object access layer is operable to exchange data with a plurality of enterprise base systems and to present the data to a composite application through a uniform interface.
  • the example service layer is operable to provide services to the composite application.
  • composite application 108 may help composite application 108 to orchestrate a business process in synchronization with other existing processes (e.g., native processes of enterprise base systems) and leverage existing investments in the IT platform. Further, composite application 108 may run on a heterogeneous IT platform. In doing so, composite application 108 may be cross-functional in that it may drive business processes across different applications, technologies, and organizations. Accordingly, composite application 108 may drive end-to-end business processes across heterogeneous systems or sub-systems. Application 108 may also include or be coupled with a persistence layer and one or more application system connectors.
  • Such application system connectors enable data exchange and integration with enterprise sub-systems and may include an Enterprise Connector (EC) interface, an Internet Communication Manager/Internet Communication Framework (ICM/ICF) interface, an Encapsulated PostScript (EPS) interface, and/or other interfaces that provide Remote Function Call (RFC) capability.
  • EC Enterprise Connector
  • ICM/ICF Internet Communication Manager/Internet Communication Framework
  • EPS Encapsulated PostScript
  • RRC Remote Function Call
  • Support application 152 executed by processor 148 , may be any application, program, module, process, or other software that may implement or execute the support functions and processes according to the present disclosure. Support application 152 may also include the capabilities to access, query, change, delete, generate, or otherwise manipulate the elements within memory 164 . In certain embodiments, support application 152 is able to communicate with the business application 108 in order to send and receive relevant support information. It will be understood that while support application 152 is generally described as being remote from business application 108 or as affiliated with a third party, the support software can be local to the incident or owned or operated by the entity executing business application 108 as appropriate.
  • support application 152 may be stored, referenced, or executed remotely from server 140 .
  • a portion of application 152 may be a web service that is remotely called, while another portion of the application 152 may be an agent, such as support agent 136 (described in more detail below), bundled for processing at remote client 128 .
  • application 152 may be a child or sub-module of another software module or enterprise application (not illustrated) without departing from the scope of this disclosure.
  • the support application 152 may be communicatively coupled to a billing system, perhaps part of the business application.
  • the billing system may comprise a third party billing application or distributor.
  • the billing system may be notified and may keep track of the time spent working for the customer.
  • the billing system may charge per incident, per time spent working, or any other method of calculating the support.
  • various levels of support may be included with the contract between the customer and support provider. In those cases, the billing system may still keep track of the time spent working for the customer so that various metrics, such as billable support time, may be kept.
  • the billing system may automatically process and aggregate the various support times, generate bills, and electronically forward the bills to the customers or debit the customer's account.
  • the support application 152 may read and analyze the technical error and dynamic context information provided by the business application 108 and the support agent 136 , and static context information retrieved from the business configuration repository 184 , in addition to other relevant information provided to the support application 152 . Upon analyzing the information, the support application 152 may perform a number of tasks. In one instance, the support application 152 may analyze the combination of information and, using the functionality of the network 124 and the GUI 132 located at the client 128 , display the analyzed data into a readable and usable format. Customers and support personnel may review the information through the GUI 132 at the client 128 to help find possible solutions to the technical error.
  • the analyzed information may be portrayed by a business process view, a business object view, a business configuration view, or a system landscape view.
  • the different views support the customer by displaying the analyzed context and error data for efficient and complete analysis of the specific problem experienced by the customer.
  • the analyzed information from the support application 152 is used to generate a simulated business application 108 environment, such as incident simulation environment 156 .
  • a simulated business application 108 environment such as incident simulation environment 156 .
  • support personnel may analyze the business application 108 as it existed at the time of the error, as well as the interactions throughout the environment 100 that may have led to the error's occurrence.
  • Servers 104 and 140 may include interfaces 120 and 144 for communicating with other computer systems, such as clients 128 , or each with other over the network 124 , in a client-server or other distributed environment.
  • interfaces 120 and 144 comprise logic encoded in software and/or hardware in a suitable combination and operable to communicate with the network 124 .
  • interfaces 120 and 144 may comprise software supporting one or more communications protocols associated with communications such that the network 124 or hardware is operable to communicate physical signals.
  • the network 124 facilitates wireless or wireline communication between the server 104 and any other local or remote computer, such as the clients 128 .
  • network 124 may be a discontinuous network without departing form the scope of this disclosure, so long as at least a portion of network 124 may facilitate communications between senders and recipients.
  • the network 124 may be all or a portion of an enterprise or secured network.
  • a portion of the network 124 may be a virtual private network (VPN) merely between the server 104 and the client 128 across a wireline or wireless link.
  • VPN virtual private network
  • Such an example wireless link may be via 802.11a, 802.11b, 802.11g, 802.20, WiMax, and many others.
  • the network 124 encompasses any internal or external network, networks, sub-network, or combination thereof operable to facilitate communications between various computing components in the system.
  • the network 124 may communicate, for example, Internet Protocol (IP) packets, Frame Relay frames, Asynchronous Transfer Mode (ATM) cells, voice, video, data, and other suitable information between network addresses.
  • IP Internet Protocol
  • the network 124 may include one or more local area networks (LANs), radio access networks (RANs), metropolitan area networks (MANs), wide area networks (WANs), all or portion of the global computer network known as the Internet, and/or any other communication system or systems at one or more locations.
  • the network 124 may be a secure network associated with the enterprise and certain local or remote clients 128 .
  • the server 104 , the remote support site server 140 , and the business configuration repository 184 are connected by the network 124 .
  • the client 128 may be any computing device operable to connect or communicate with server 104 , server 140 , or the network 124 using a wireline or wireless connection.
  • each client 128 includes at least the GUI 132 and, in some cases, the support agent 136 , and comprises an electronic computing device operable to receive, transmit, process, and store any appropriate data associated with the business application 108 and the support application 152 .
  • the clients 128 may include two local clients, as illustrated in FIG. 1 , as well as other clients external to the illustrated portion of the network 124 .
  • the client 128 may be used interchangeably as appropriate without departing from the scope of this disclosure.
  • the analyst may access a first instance of the business application 108 on a first client 128
  • an end user may use a second instance of the business application 108 on a second client 128 .
  • each client 128 is described in terms of being used by one user. But this disclosure contemplates that many users may use one computer or that one user may use multiple computers.
  • the client 128 is intended to encompass a personal computer, touch screen terminal, workstation, network computer, kiosk, wireless data port, smart phone, personal data assistant (PDA), one or more processors within these or other devices, or any other suitable processing device.
  • the client 128 may comprise a computer that includes an input device, such as a keypad, touch screen, mouse, or other device that can accept information, and an output device that conveys information associated with the operation of the server 104 or the clients 128 , including digital data, visual information, or the GUI 132 .
  • Both the input device and output device may include fixed or removable storage media, such as a magnetic computer disk, CD-ROM, or other suitable media to both receive input from and provide output to users of the clients 128 through the display, namely, the GUI 132 .
  • the support agent 136 may be an agent, daemon, object, library, service, or other software that is reactive to certain events occurring with respect to the client 128 .
  • support agent 136 may be communicably coupled with the support application 152 using asynchronous or synchronous communications.
  • agent 136 may monitor client 128 and, upon detecting an error, send the error and various business data to the support application 152 .
  • agent 136 may detect a change in client 128 , such as a hardware upgrade, and communicate a change in such relatively static information.
  • support agent 136 may be operable to send any amount of business data to support application 152 , often upon request.
  • the support agent 136 can intercept error messages, signals, and events concerning the related client 128 , or the client 128 may actively supply the support agent 136 with notification of and data regarding the error.
  • the support agent 136 may determine, based on the error event, the specific technical error, or instead, a code or other marker indicating a certain error has occurred.
  • the support agent 136 may receive a report from the client 128 describing the error. Additionally, the support agent 136 may analyze or retrieve a set of dynamic context information regarding the client 128 and the business application 108 at the time of the error.
  • Such information may include the particular screen the client 128 was on at the time of the error, the particular machine type of the client 128 , and other information that may vary at different instances during operation of the business application 108 .
  • the dynamic context information may be included in an incident file. As described above, multiple clients 128 may use the business application 108 in the current environment 100 . Therefore, the clients 128 and the other computers accessing the business application 108 may have different specifications and software that are relevant to the technical issues experienced.
  • the support agent 136 may collect this dynamic context information, in addition to any error information, and provide the information to the support application 152 for further action. Moreover, support agent 136 may provide or facilitate the presentation of potential solutions via GUI 132 .
  • GUI 132 comprises a graphical user interface operable to allow the user of the client 128 to interface with at least a portion of environment 100 for any suitable purposes such as to allow the client 128 to interact with the business application 108 and, in the event of a technical error, provide an interface with the support application 152 to help support the business application 108 .
  • the GUI 132 provides the client 128 with an efficient and user-friendly presentation of data provided by or communicated within the system.
  • GUI 132 may provide the user of business application 108 with access to data stored within memory 116 .
  • the GUI 132 may comprise a plurality of user interface (UI) elements such as interactive fields, pull-down lists, and buttons operable at the client 128 .
  • UI user interface
  • UI elements may be associated with support functions provided by the support application 152 and the business application 108 for requesting or receiving information related to support of the business application 108 .
  • the GUI 132 may provide an interactive display of the context information provided to the support application 152 when a technical error is reported by the business application 108 .
  • the term graphical user interface may be used in the singular or in the plural to describe one or more graphical user interfaces and each of the displays of a particular graphical user interface. Therefore, the GUI 132 contemplates any graphical user interface, such as a generic web browser, touch screen, or command line interface (CLI) that processes information in environment 100 and efficiently presents the results to the user.
  • the server 104 can accept data from the client 128 via the web browser (e.g., Microsoft Internet Explorer or Mozilla Firefox) and return the appropriate HTML or XML responses using the network 124 .
  • the web browser e.g., Microsoft Internet Explorer or Mozilla Firefox
  • the business application 108 , the support application 152 , and the business configuration repository 184 may be managed by a single provider, perhaps as a hosted solution.
  • the business application 108 and support application 152 may communicate through the internal connections of the respective server.
  • at least a portion of the error and context information related to the technical error at the business application 108 that was sent via the network 124 from the client 128 to the support application 152 may instead be communicated internal to the server.
  • Clients 128 may still contain the support agent 136 and connect to the server 140 via the network 124 . In such a hosted environment, the client 128 may log in to the remote server and run the business application 108 from a web browser or other similar interface.
  • the error information and the dynamic context information of the client 128 is sent to the support application 152 communicably coupled to the business application 108 .
  • Clients 128 may include a set of local environment and application data specific to each instance of the client 128 . This information may be included with the error and dynamic context information associated with the business application 108 , and sent to the support application 152 in the form of an incident file. Using the incident file along with the static context information stored at the business configuration repository 184 , the support application 152 may analyze and present the relevant information to the customer and/or support personnel at the client 128 through the GUI 132 within an environment closely resembling the client's, such as the incident simulation environment 156 .
  • FIGS. 2A-2C illustrate an architecture 200 of an incident simulation environment 156 .
  • the incident environment architecture 156 includes a user interface layer 210 , a service layer 220 , a business object (BO) implementation layer 230 , a database layer 250 , plug-ins 238 , and a parser 270 .
  • a support request involving an incident on a client system is received by a support application 152 and assigned to a support user for analysis.
  • the support user may analyze the incident using information at various layers of the architecture 200 .
  • business object data may or may not be cloned in the support system. When business object data is cloned in the support system (see FIG.
  • the incident file 260 is parsed by the parser 270 to clone business objects into the support system, and ultimately the BO database 252 .
  • business object data is not cloned (see business object BO 1 and BO 2 in FIG. 2A and business object BO 2 in FIG. 2B )
  • calls to a lower layer of the architecture e.g., the BO implementation layer 230 or database layer 250
  • the system uses the parser 270 to retrieve data from the incident file 260 .
  • One or more plug-ins 238 may be used to redirect the lower layer calls to the parser 270 in order to obtain relevant information from the incident file 260 .
  • the two approaches (cloning and non-cloning) may be combined. That is, some business objects may be cloned while others are not, and thus data may be retrieved from the business object database 252 for some business objects and from the incident file 260 for others (see FIG. 2B ).
  • the incident file 260 contains context data 262 retrieved from a client 128 at the reporting of an incident or the initiating of a support request to the remote support application 152 .
  • the incident file may conform to any of a variety of formats, such as XML.
  • the context data 262 contained in the incident file 260 may include relevant system and business information obtained from one or more architectural layers 400 of the client system (see FIG. 4 ), which includes: a UI Layer 402 , an ESI service layer 404 , a BO Layer 406 , and an application server layer 408 . Some of these layers correspond directly with the layers of the example incident simulation environment 156 shown in FIG. 2A .
  • Relevant information may be defined on a layer-by-layer basis and can generally relate to (a) generic data provided by the infrastructure (e.g., statistical records) or a message log; or (b) components specific data defined by each component individually with respect to understanding an error situation and performing error cause identification and resolution thereto (this component-specific data is especially relevant for the BO Layer 406 ).
  • the UI Layer 402 may consist of the front-end runtime which, in turn, includes a Portal Runtime 414 and a model-based runtime component 416 . This component is associated with any pattern-based programming model for user interfaces, especially user interfaces for business applications.
  • the UI layer 402 of client applications may be implemented, for example, using Java.
  • Relevant context data 262 obtained from this layer may include, for example, user data, work center and role definition, as well as displayed fields with input data/content.
  • the UI Layer 402 may obtain data such as a user ID of the end user (e.g., the person creating the incident message).
  • a session ID may also be obtained to determine the session from which the support request has been initiated.
  • a pattern and floor plan from which the call has been sent may also be obtained.
  • a portal role to which the end user has been assigned may be obtained. This role may be pertinent to the authorizations, worksets the user can see, and the layout of the pages in the portal.
  • the UI Layer 402 may also obtain information characterizing a work set that the end user is currently working in to enable an identification of a screen which is being presented to the end user when initiating the incident message. Some worksets may additionally comprise notes which may be obtained and form part of the context data 262 .
  • Additional information that may be obtained by the UI Layer 402 includes a locale parameter characterizing the browser utilized by the end user, the language the user is logged on, local time, and the like; and an application ID of the application UI component(s) that are visible as part of the work set.
  • the context data 262 from the UI layer 402 may provide an intelligent screenshot that contains data that was presented to the end user at the time the incident message was initiated. By providing such information (which may comprise, in some variations, a screenshot of the entire screen/window being presented to the initiating and/or an identification of omitted fields, etc.), a support user may be provided with sufficient data to reproduce the problem and perform some high-level troubleshooting.
  • the ESI Layer 404 may include the service manager 418 and, additionally, a message handler 422 , where internal and external error messages from the application are stored for a certain session.
  • the ESI Layer 404 may also optionally include a central extensibility repository 420 .
  • Relevant context data 262 obtained from the ESI Layer 404 includes, for example, registered/called services or process steps in the BO Layer 406 .
  • ESI Layer 404 all metadata of business objects is stored (in terms of process flow, called service, etc.). Therefore, the ESI Layer 404 may deliver all generic (as opposed to application component-specific) information. This generic information may include all registered services that are called throughout the session using a service manager. The service manager collects information about registered services or buffer data from ESI layer 404 , as well as all ESI framework information, that is retrieved by the service manager itself.
  • Other context data 262 that may be obtained from the ESI layer 404 includes traces of data flow for the service interface and data characterizing transient messages in the message handler 422 .
  • the BO layer 406 is the software layer in which the business objects 426 (and, additionally, configuration objects 424 ) are implemented, using, for example, ABAP or Java coding.
  • Relevant context data 262 obtained from the BO Layer 406 include, for example, configuration data or transaction data.
  • Context data 262 derived from the BO Layer 406 may include called business object(s) which are clearly identified by business object type (e.g., PurchaseOrder) and business object ID. Additional characteristics of business objects, such as its respective configuration data, may be obtained for the context data 262 . Other characteristics may relate to how a particular business object may be and is used. For example, in the area of “determination,” a list of potential determinations in the system, which of these determinations have been activated, and how they have been or will be used, may also be utilized.
  • Information regarding available extensions may also be obtained from the BO layer 406 ; as well as information relating to a system expectation regarding a field value. For example, the system knowing what type of data it expects therefore can determine valid values that can be entered into a field. Thus, the system has to be able to assess whether or not the entered field value is a valid one or not and should display this accordingly.
  • the context data 262 may also comprise data characterizing a trace, recording the actual performed “action” from the beginning of the session up to the time the error occurs.
  • the context data 262 obtained from the BO layer 406 may include information relating to an affected business object including information about all its business objects nodes (e.g., all elements of such business object which point to a node in the associated data model). With this information, each node can be identified by a key and contains a fixed amount of attributes. In addition, information about the associations of the business objects (e.g., directed relationships between business object nodes) can be identified. Services for navigation on top of the nodes are assigned to the association (which may be a composition or an aggregation association).
  • Context data 262 may also include BO data as of the time the error/incident occurred.
  • Checkpoint data at critical places in program coding can be used to provide context data 262 that characterizes an internal status of the program (and which may, for example, be written to a log).
  • Rules may be pre-defined which determine when to classify a situation as critical and what related data to populate in the log.
  • the application server layer 408 refers to the technical layers of the infrastructure, such as a web application server, J2EETM engine, LiveCache, portal Infrastructure, BI, XI, JTS, Database Interface, and the like.
  • the application server 408 may comprise a central monitoring system 428 for monitoring various operating parameters of applications and for storing such parameters as statistical records 430 .
  • the application server 408 may include a message log 432 that records messages relating to business object 426 and message buffer 434 .
  • Relevant context data 262 from the application server 408 include, for example, statistical records or system information such as software release and patch level.
  • the application server layer 408 may provide a transaction ID of the entire transaction throughout the solution (i.e., through the technology stacks) so that statistical records 430 may be generated.
  • the statistical records 430 may characterize remote function calls to other components, database accesses, CPU usage, memory usage, data transfer to and from the database, database response time, and the like.
  • the context data 262 may also utilize information regarding the agents called from the beginning of a session upon the time the error occurs and the “runtime” of each of these agents (which may be provided by a trace).
  • Operating system, software release version, patch level and implemented notes information may also form part of the context data 262 . Such information may be used for both identifying bugs already fixed and upon which software version error corrections can be applied. Relevant information can be gained from the system landscape directory (SLD) and can also be read via the statistical records.
  • SLD system landscape directory
  • a user may analyze various aspects of an incident. Some analysis may be performed efficiently without applying data to the support system. For example, a user may analyze the user interface layer data to determine whether a formatting error or mapping error may have caused the incident.
  • the incident simulation environment may recreate the screen that was presented on the client when the error occurred. The support user may be able to view the same error messages, the user inputs, and fields that were presented on the client during the occurrence of the incident. By examining the recreated screen, a support user may determine whether the incident was the result of incorrect formatting in standardized fields, such as time, date, currency, and the like. Because the calls to the lower layer in this scenario are handled by a plug-in 238 and not the actual business logic, a support user may not be able to trace through the logic contained in the lower layers.
  • the system may recreate the user screen involved in the incident using business object data contained in the context data 262 , without cloning the business objects themselves.
  • the incident simulation environment 156 may begin simulating the original transaction.
  • the system may start the transaction and user interface 202 using, for example, an object-based navigation (OBN) link.
  • OBN object-based navigation
  • the user interface 202 may call the service layer 220 to populate a local client proxy 222 with the business object data.
  • the service layer 220 may be configured to first attempt to call the application implementation of the BO in the BO implementation layer 230 in order to retrieve the BO data. If the BO logic is not contained in the BO implementation layer 230 a distinct error may be returned.
  • the system may call the plug-in 238 a to retrieve the business data from the incident file 260 .
  • a support user may analyze the incident by executing, tracing, and/or debugging the business logic. For example, if a program terminates, the support user may need to recreate the conditions during termination and trace through the code to isolate the portion of code that caused the termination. This deeper analysis may also benefit troubleshooting business process errors and simple miscalculations, whose root causes may not be discovered using the user interface layer data and other context data 262 .
  • the system may load the logic of business objects into the BO implementation layer 230 , given the information contained in the incident file 260 .
  • the persistence data may or may not be cloned. If the data is not cloned, then the persistence logic may use a plug-in 238 b to retrieve data from the incident file 260 . Similar to the use of the plug-in 238 a , described earlier, the persistence logic 236 may attempt to retrieve data from the business object database 252 , which may return a distinct error when the data from the BO database 252 is unavailable. This distinct error may be handled by the system to redirect the call to the plug-in 238 b.
  • the persistence logic may call the BO database 252 to retrieve persistence data.
  • the BO database 252 may be populated with business objects that are involved in the incident and retrieved in the context data 262 . These business objects may be recreated as clones in the BO database 252 .
  • the system may start the simulation of the incident. Having fully recreated the business objects and persistence data, the full application stack may be executed (thus, able to be traced and debugged) and the complete transaction can be replayed. Full debugging and tracing on all levels may be possible during any part of the transaction simulating the incident.
  • the business objects may also be changed and those changes saved as they would be in a client production system. This may also enhance debugging.
  • Each business object may implement a “create as clone” service, which enables and/or facilitates the cloning of the business object.
  • the business object implementation layer 230 may facilitate cloning by halting business logic and consistency checks.
  • the configuration database 254 includes code lists, schemas, and the like, that may be country specific (e.g., pricing and tax schemas). Other information pertinent to the business configuration of the customer may also be stored in the configuration database 254 .
  • the following data may also be stored in the support system 152 : user/authorization data, organizational data, master data, and transactional data. These different classes of data may need to be treated differently when copying them to the system. These data, like the business objects, may also be copied as technical clones into the system without business consistency checks.
  • BO data is retrieved for BO 1 and BO 2 , whose business logic and persistence data are not loaded into the incident simulation environment 156 .
  • a incident file 260 is received.
  • the user interface 202 retrieves relevant business object data for BO 1 and BO 2 by accessing the service layer 220 .
  • the service layer 220 attempts to call the application implementation of the BO and receives an distinct error message.
  • the call is redirected to plug-in 238 a , which retrieves the relevant BO data from incident file 260 using parser 270 .
  • Parser 270 searches the context data 262 and returns the appropriate data.
  • the support user may examine the retrieved data in the user interface 202 .
  • BO data is retrieved for BO 1 , which is cloned in the incident simulation environment 156 , and BO 2 , whose logic is loaded but data is not.
  • the user interface accesses the service layer 220 , which calls the mapping/business logic 232 a in the BO implementation layer 230 .
  • the mapping/business logic 232 a in turn calls the persistence logic, which accesses the BO database 252 to retrieve the relevant BO data for BO 1 .
  • a support user may trace the execution of the program through all the parts of the application stack and may debug accordingly.
  • the user interface accesses the service layer 220 in a fashion similar to the retrieval of data for BO 1 .
  • the service layer calls the mapping/business logic 232 b , which calls the persistence logic 236 .
  • the persistence logic 236 may attempt unsuccessfully to retrieve the data from the BO database 252 .
  • the persistence logic 236 may call the plug-in 238 b to retrieve the relevant BO data from the incident file 260 using the parser 270 .
  • a support user may trace the execution of the program through the persistence logic, but may not fully through the interactions with the database layer 240 .
  • a support user may start a debugging or tracing program to concurrently step through the execution of the transaction simulating the incident.
  • FIG. 3 illustrates an example method to create an incident simulation environment.
  • a support request involving an incident on a client system is received by a support application and assigned to a support user for analysis.
  • the support user may analyze the incident using information at various layers of the architecture.
  • business object data may or may not be cloned in the support system.
  • an incident file is received.
  • the incident file contains data collected when the incident occurred.
  • the incident file may conform to any of a variety of formats that may be parsed. For example, this file may be distributed across multiple files, packets, datagrams, and so forth. Indeed, while receiving an incident file in one self-describing format (such as XML) can be efficient, multiple formats or protocols can be used for the various information as appropriate.
  • the depth of analysis is identified. The depth of analysis may indicate that business objects need to be debugged. This depth of analysis may be determined using any suitable criteria such as customer contract or support level, incident type, priority or critical nature, logical layer of the application associated with the incident, length of support requests queue, and so on.
  • the transaction may be started and a user interface may be created, transmitted, or otherwise presented at 318 . Otherwise, at 306 , it is determined whether the business objects need to be cloned.
  • the business logic checks implemented in the BO framework layer are halted.
  • the BOs involved in the incident are identified and, at 312 , their respective “create as clone” services are executed.
  • the “create as clone” service implemented on a business object creates a clone of that business object that can be stored and loaded in the incident simulation system, at 314 and 316 .
  • the transaction simulating the incident and user interface is started.
  • the user interface may be started using an OBN link.
  • a debugging program may be started to run concurrently with the transaction simulating the incident.
  • the business object data is retrieved using the service layer.
  • the service layer in turn calls the BO implementation layer.
  • the BO data can have the following information:
  • environment 100 contemplates using or implementing any suitable technique for performing these and other tasks. It will be understood that these methods are for illustration purposes only and that the described or similar techniques may be performed at any appropriate time, including concurrently, individually, or in combination. In addition, many of the steps in these flowcharts may take place simultaneously and/or in different orders than as shown. Moreover, environment 100 may use methods with additional steps, fewer steps, and/or different steps, so long as the method remains appropriate.

Abstract

This disclosure describes software for supporting an application. In one aspect, software for supporting a business application receives error and dynamic context information from a remote business application in response to an incident. The dynamic context information at least partially identifies one or more business objects (BOs) associated with the incident. The software is further operable to clone at least one of the BOs associated with the incident. The software can then start a transaction simulating the incident. Conversely, the business application (or other supported software) can transmit error and dynamic context information to support software related to an incident within having a particular execution environment. In response to an automated request from the support software executing a simulated transaction simulating the incident, the supported software communicates a clone of one of the associated BOs to the support software. Alternatively, the software re-directs service calls instead of cloning BOs.

Description

TECHNICAL FIELD
This application relates to software support and, more particularly, to servicing, managing, or otherwise supporting applications.
BACKGROUND
Organizations and businesses depend on software deployed throughout their computing infrastructures to perform tasks relevant to their respective fields. As these entities begin using more enterprise software solutions, enterprise-wide software support becomes a necessary corollary to the software itself, as technical issues and performance errors may inevitably arise during the software's normal operations. For example, a customer may experience technical errors affecting the operations of the current software. In some support solutions, the customer may be required to submit or report the error through a manual process. Upon receiving the error report or notice, the support provider may manually analyze the error, diagnose the problem, and determine the proper solution. Once found, the support provider may relay the solution to the customer, who may then attempt to implement the steps of the provided solution. In some of these situations, such as those involving a customer support phone hotline, the customer generally needs a rudimentary level of knowledge regarding the software to ensure that the dialog between the technical consultant and the customer is clear enough to allow for a successful resolution to the issue.
Conventionally, support technicians and users need access to a customer's system in order to debug and otherwise troubleshoot the software. Sometimes, technicians may work with a copy of the production work environment, but even then it is not always possible to recreate the error.
Analyzing errors that occur within client systems can be a labor intensive endeavor. There are many types of errors that may occur within a system and each may require a different level of debugging. Three types of errors typically require some amount of code debugging. In order of severity, they are: program termination errors, business process errors, and simple miscalculations. Program termination errors are the most severe and result in the termination of the execution of a client's backend system. Debugging program termination errors generally requires recreation or simulation of the error and its accompanying data dump in a support system because it is typically undesirable for testing to be performed in a production environment. Support technicians may need to debug the logic contained in all levels, even down to the implementation details of certain business objects.
Business process errors, as the name implies, halt the execution of a business process, even though the overall system may continue to run. For example, a system may prevent the saving of a PurchaseOrder business object order because of a technical error (e.g., inappropriate divide by zero) or a business logic error. A business logic error may result from applying an incorrect business rule. For example, there may be a legal requirement applicable to business done in Italy requiring that certain tax documents be created before closing a certain business order object. If the requirement were applied in a Spanish context, the system may prevent a user from closing the PurchaseOrder business object instance for failing to create an irrelevant document that the wrongly configured system required. This type of incident may also require debugging the logic of a business object. The third type of incident is a simple miscalculation. With this category of error, the system may be technically sound, but errors in logic prevent the system from producing correct results. For example, a pricing function, which should appropriately apply two rebates, may apply only the first, resulting in the wrong price for a good.
SUMMARY
This disclosure provides various embodiments of software for supporting a business application. In one aspect, software for supporting a business application includes computer readable instructions embedded on media that is operable when executed to receive error information and dynamic context information from a remote business application in response to an incident. The dynamic context information at least partially identifies one or more business objects associated with the incident. The software is further operable to clone at least one of the one or more business objects associated with the incident. The software is also operable to start a transaction simulating the incident. When requested by a support user, the software is operable to start a debugging session running concurrently with the transaction simulating the incident.
One or more of the following features may also be implemented in any combination. The software can be further operable when executed to disable one or more business consistency checks before cloning the at least one of the one or more business objects. The software can be further operable when executed to copy data that were involved in the incident, wherein the data comprises at least one of: business configuration data, user data, organizational data, master data, and transactional data. Cloning can include executing a cloning service implemented on at least one of the one or more business objects. The at least one of one or more business objects that were cloned can include portions that are stored in a business object database. Starting the transaction can include starting a user interface that simulates the user interface of the remote business interface during the incident. Starting the transaction can include retrieving a portion of the data associated with a cloned business object by executing business logic contained in the cloned business object. Starting the transaction can include retrieving a portion of the data associated with a cloned business object by executing persistence logic. The debugging session allows a user to trace code in all levels of a software stack associated with the transaction simulating the incident.
In another aspect, software for supporting a business application includes computer readable instructions embedded on media and operable when executed to receive error information and dynamic context information from a remote business application in response to an incident. The incident includes a particular execution environment when the incident was created. The dynamic context information at least partially identifies one or more business objects associated with the incident. The software is further operable to start a transaction simulating the incident and to redirect service calls to a plug-in. The plug-in parses through the dynamic context information to return data that simulate the particular execution environment when the incident was created. When requested by a support user, the software is also operable to start a debugging session that runs concurrently with the transaction simulating the incident.
One or more of the following optional features may also be implemented in any combination for this and other aspects. The software can be further operable to copy data that were involved in the incident, wherein the data includes at least one of: business configuration data, user data, organizational data, master data, and transactional data. The software can be further operable to load into memory one or more business objects associated with the incident such that the business logic contained within the business objects is executed instead of redirecting to the plug-in. Redirecting service calls includes redirecting to the plug-in-only service calls to a database layer. The debugging session can allow a user to trace code in all levels above the database layer of a software stack of the transaction simulating the incident. Starting the transaction simulating the incident can include starting a user interface that simulates the user interface of the remote business interface during the incident.
While generally described as software, some or all of these aspects may be further included in respective systems or other devices for executing, implementing, or otherwise supporting a suitable software application. The details of these and other aspects and embodiments of the disclosure are set forth in the accompanying drawings and the description below. Other features, objects, and advantages of the present disclosure will be apparent from the description and drawings, and from the claims.
DESCRIPTION OF DRAWINGS
FIG. 1 illustrates at least a portion of an enterprise or data processing environment implementing or facilitating the technical support of a business application;
FIG. 2A illustrates an architecture diagram of a computing system for providing an incident simulation environment;
FIG. 2B illustrates an architecture diagram of a computing system for providing an incident simulation environment;
FIG. 2C illustrates an architecture diagram of a computing system for populating business object and configuration data for an incident simulation environment;
FIG. 3 illustrates an example method to create an incident simulation environment; and
FIG. 4 illustrates an architecture diagram of a client system that collects context data in an incident file.
DETAILED DESCRIPTION
FIG. 1 illustrates at least a portion of an enterprise or data processing environment 100 implementing or facilitating the technical support of a business application 108. For example, this disclosure generally involves simulation of an incident in a (typically remote or unaffiliated) support system, which means the context data of the incident is taken to “reconstruct” the incident at the software support site. According to the particular implementation, this simulation can be done in several grades of complexity: e.g., i) start the UI with data from the incident that are filled from the incident context into the UI without saving them into the database tables of the business objects, or ii) store the incident context data in the database tables of the business objects and replay the complete transaction. As such, this disclosure describes preparation of a support system with collected incident context data and use of the model information on business objects, UIs, etc. so that the transaction in which the incident occurred in the customer system can be restarted and the support employee can analyze it, e.g. by debugging, tracing, etc. In some situations, the support user may analyze the incident without a need to log into the client system. This ability can help save time and effort by reducing the need to contact the customer, to create a support user on the client system, to reproduce the incident on the client system's production environment, to verify that the client's test or backup system is adequately configured and populated to reproduce the production incident, and so forth. In another example, the end users may also be enabled to solve incidents quickly and efficiently by working with a more involved or knowledgeable support representative. Various embodiments may have none, some, or all of these—as well as other—advantages.
Turning to FIG. 1, environment 100 may include or be communicably coupled with the server 104, one or more clients 128, a network 124, the remote support site server 140, and a business configuration repository 184. More specifically, example environment 100 utilizes the business application 108 running within a server 104. This business application 108 may be more highly modeled (business process model, business object model, business configuration model, etc.) such that implementations are well known and understood. Moreover, in some cases, implementing entities, such as customers, may be prohibited or discouraged from modifying the application, which helps ensure that the software (based on version, configuration, implementation, and so forth) can be systemically cloned, reproduced, or otherwise supported remotely. In these cases, software changes are applied by updates (service packs) or patches through the defined software maintenance process. Moreover, in certain situations, business configuration of the systems is available in one central place (such as in the business configuration design time). This business application 108 is in (direct or indirect, whether synchronous or asynchronous) communication with a support application 152 located at a remote, or unaffiliated, support server 140 in order to provide support to the business application 108. In general, when an error or incident occurs on a client 128, an incident request is either manually or automatically generated and sent to the support application 152. In generating the request, the client 128 and/or its support agent 136 capture the environment and the current state of objects which are relevant to analyzing the incident. This may be placed in an incident file (e.g., incident file 260 in FIG. 2A). The support application 152 may use the context data in the incident file to recreate the transaction that caused the incident. A support user may then replay the transaction in the incident simulation environment to debug and otherwise troubleshoot the incident.
Servers 104 and 140 include memory 116 and 164, as well as one or more processors 112 and 148, respectively, and comprise electronic computing devices operable to receive, transmit, process, store, or manage data associated with the system. Generally, this disclosure provides merely one example of computers that may be used with the disclosure. As used in this document, the term “computer” is intended to encompass any suitable processing device. For example, the environment 100 may be implemented using computers other than servers, as well as a server pool. Indeed, either of or both server 104 and remote support site server 140 may be adapted to execute any operating system including Linux, UNIX®, WINDOWS SERVER®, or any other suitable operating system. According to one embodiment, either server 104 or server 140 may also include or be communicatively coupled with a web server and/or a mail server.
Memory 116 and 164 may include any memory or database module and may take the form of volatile or non-volatile memory including, without limitation, magnetic media, optical media, random access memory (RAM), read-only memory (ROM), removable media, or any other suitable local or remote memory component. For example, memory 116 and 164 may store classes, frameworks, applications, backup data, jobs, or other information that includes any parameters, variables, algorithms, instructions, rules, or references thereto. The memory 116 and 164 may also include any other appropriate data such as VPN applications, firmware logs and policies, firewall policies, a security or access log, print or other reporting files, HTML files or templates, and others.
Another data store, the business configuration repository 184, may also be present within the environment 100. In the specific embodiment of FIG. 1, the business configuration repository 184 is shown external to the remote support site server 140 and memory 164. In other instances, the business configuration repository 184 may be stored internal to memory 164 among the other data stores. Regardless of its location within the environment 100, the business configuration repository 184 provides a centralized location for storing business configuration data that may make up the backbone of the environment 100. Specifically, the business configuration repository 184 may include a static context information repository. This static context information repository may store static information relating to the clients 128, business applications 108, and servers 104 of the environment 100. Some examples of the information collected in the static context information repository may include the customer type, the type of client 128, the release or version of the specific business application 108, contractual limitations or requirements of the client 128 or server 104, service levels of the associated customer, and other information that remains relatively static in the normal course of operations. Some of the static context information may be collected the first time a particular client 128 accesses the business application 108 or the network 124 in general. In some of those embodiments, a support agent 136 at the client 128 may collect particular static context data and provide the information to the static context information repository for storage. In other embodiments, the information may be retrieved by the business application 108 at certain intervals during operation. Of course, static information may change over time or in response to certain events (such as a pricing increase, change in licensing terms, employee turnover, software or equipment upgrades, etc.), but are generally stored at the business configuration repository 184 as such information may span (or apply to) a multitude of errors. In other instances, the business configuration repository 184 may include business configuration data other than the static context information repository.
Illustrated servers 104 and 140 also include processors 112 and 148, respectively. Each processor executes instructions and manipulates data to perform the operations of the associated server such as, for example, a central processing unit (CPU), a blade, an application specific integrated circuit (ASIC), or a field-programmable gate array (FPGA). Although described as a single processor in the servers 104 and 140, multiple processors 112 and 148 may be used according to particular needs, and references to processors 112 and 148 are meant to include multiple processors where applicable. In this particular illustration, processor 112 executes the business application 108, while processor 148 executes the support application 152.
At a high level, business application 108 is any application, program, module, process, or other software that may execute, change, delete, generate, or otherwise manage business information, according to the present disclosure. In certain cases, environment 100 may implement a composite application 108. For example, portions of the composite application may be implemented as Enterprise JAVA™ Beans (EJBs) or design-time components may have the ability to generate run-time implementations into different platforms, such as J2EE™ (JAVA™ 2 Platform, Enterprise Edition), ABAP (Advanced Business Application Programming) objects, or MICROSOFT's .NET®. Further, while illustrated as internal to server 104, one or more processes associated with application 108 may be stored, referenced, or executed remotely. For example, a portion of application 108 may be a web service that is remotely called, while another portion of application 108 may be an interface object bundled for processing at remote client 128. Moreover, application 108 may be a child or sub-module of another software module or enterprise application (not illustrated) without departing from the scope of this disclosure. For example, client 128 may access business application 108 on server 104, or even as a hosted application located over network 124, without departing from the scope of this disclosure. In another example, portions of business application 108 may be used by the customer working directly at server 104, as well as remotely at client 128. In yet another example, business application 108 may be hosted by a third party relatively unrelated to either the customer (represented in this case as client 128) or the service provider (represented in this case as server 140). Additionally, the client 128, the business application 108, and the support application 152 may be controlled by a third party.
More specifically, business application 108 may be a composite application, or an application built on other applications, that includes an object access layer (OAL) and a service layer. In this example, application 108 may execute or provide a number of application services such as customer relationship management (CRM) systems, human resources management (HRM) systems, financial management (FM) systems, project management (PM) systems, knowledge management (KM) systems, and electronic file and mail systems. Such an object access layer is operable to exchange data with a plurality of enterprise base systems and to present the data to a composite application through a uniform interface. The example service layer is operable to provide services to the composite application. These layers may help composite application 108 to orchestrate a business process in synchronization with other existing processes (e.g., native processes of enterprise base systems) and leverage existing investments in the IT platform. Further, composite application 108 may run on a heterogeneous IT platform. In doing so, composite application 108 may be cross-functional in that it may drive business processes across different applications, technologies, and organizations. Accordingly, composite application 108 may drive end-to-end business processes across heterogeneous systems or sub-systems. Application 108 may also include or be coupled with a persistence layer and one or more application system connectors. Such application system connectors enable data exchange and integration with enterprise sub-systems and may include an Enterprise Connector (EC) interface, an Internet Communication Manager/Internet Communication Framework (ICM/ICF) interface, an Encapsulated PostScript (EPS) interface, and/or other interfaces that provide Remote Function Call (RFC) capability. It will be understood that while this example describes the composite application 108, it may instead be a standalone or (relatively) simple software program. Regardless, application 108 may also perform processing automatically, which may indicate that the appropriate processing is substantially performed by at least one component of system 100. It should be understood that this disclosure further contemplates any suitable administrator or other user interaction with application 108 or other components of environment 100 without departing from its original scope. While described as an application operating within a business environment, “business application” includes any software application that is being supported by a separate (perhaps remote or third party) support module, namely support application 152.
Support application 152, executed by processor 148, may be any application, program, module, process, or other software that may implement or execute the support functions and processes according to the present disclosure. Support application 152 may also include the capabilities to access, query, change, delete, generate, or otherwise manipulate the elements within memory 164. In certain embodiments, support application 152 is able to communicate with the business application 108 in order to send and receive relevant support information. It will be understood that while support application 152 is generally described as being remote from business application 108 or as affiliated with a third party, the support software can be local to the incident or owned or operated by the entity executing business application 108 as appropriate. In the latter situations, this can allow internal support staff the ability to more efficiently and quickly test, debug, trace, or otherwise support other departments without affecting the production environment or maintaining a full-copy test system. Further, while illustrated as internal to the support site server 140, one or more processes associated with support application 152 may be stored, referenced, or executed remotely from server 140. For example, a portion of application 152 may be a web service that is remotely called, while another portion of the application 152 may be an agent, such as support agent 136 (described in more detail below), bundled for processing at remote client 128. Moreover, application 152 may be a child or sub-module of another software module or enterprise application (not illustrated) without departing from the scope of this disclosure. In some embodiments, the support application 152 may be communicatively coupled to a billing system, perhaps part of the business application. In other situations, the billing system may comprise a third party billing application or distributor. When support personnel spend time using the support application 152, the billing system may be notified and may keep track of the time spent working for the customer. In some instances, the billing system may charge per incident, per time spent working, or any other method of calculating the support. In still other instances, various levels of support may be included with the contract between the customer and support provider. In those cases, the billing system may still keep track of the time spent working for the customer so that various metrics, such as billable support time, may be kept. In some situations, the billing system may automatically process and aggregate the various support times, generate bills, and electronically forward the bills to the customers or debit the customer's account.
The support application 152 may read and analyze the technical error and dynamic context information provided by the business application 108 and the support agent 136, and static context information retrieved from the business configuration repository 184, in addition to other relevant information provided to the support application 152. Upon analyzing the information, the support application 152 may perform a number of tasks. In one instance, the support application 152 may analyze the combination of information and, using the functionality of the network 124 and the GUI 132 located at the client 128, display the analyzed data into a readable and usable format. Customers and support personnel may review the information through the GUI 132 at the client 128 to help find possible solutions to the technical error. For example, the analyzed information may be portrayed by a business process view, a business object view, a business configuration view, or a system landscape view. The different views support the customer by displaying the analyzed context and error data for efficient and complete analysis of the specific problem experienced by the customer. In some instances, the analyzed information from the support application 152 is used to generate a simulated business application 108 environment, such as incident simulation environment 156. By generating simulation environment 156, support personnel may analyze the business application 108 as it existed at the time of the error, as well as the interactions throughout the environment 100 that may have led to the error's occurrence.
Servers 104 and 140 may include interfaces 120 and 144 for communicating with other computer systems, such as clients 128, or each with other over the network 124, in a client-server or other distributed environment. Generally, interfaces 120 and 144 comprise logic encoded in software and/or hardware in a suitable combination and operable to communicate with the network 124. More specifically, interfaces 120 and 144 may comprise software supporting one or more communications protocols associated with communications such that the network 124 or hardware is operable to communicate physical signals.
The network 124 facilitates wireless or wireline communication between the server 104 and any other local or remote computer, such as the clients 128. Indeed, while illustrated as one network 124, network 124 may be a discontinuous network without departing form the scope of this disclosure, so long as at least a portion of network 124 may facilitate communications between senders and recipients. The network 124 may be all or a portion of an enterprise or secured network. In some instances, a portion of the network 124 may be a virtual private network (VPN) merely between the server 104 and the client 128 across a wireline or wireless link. Such an example wireless link may be via 802.11a, 802.11b, 802.11g, 802.20, WiMax, and many others. In other words, the network 124 encompasses any internal or external network, networks, sub-network, or combination thereof operable to facilitate communications between various computing components in the system. The network 124 may communicate, for example, Internet Protocol (IP) packets, Frame Relay frames, Asynchronous Transfer Mode (ATM) cells, voice, video, data, and other suitable information between network addresses. The network 124 may include one or more local area networks (LANs), radio access networks (RANs), metropolitan area networks (MANs), wide area networks (WANs), all or portion of the global computer network known as the Internet, and/or any other communication system or systems at one or more locations. In certain embodiments, the network 124 may be a secure network associated with the enterprise and certain local or remote clients 128. In the present environment 100 of FIG. 1, the server 104, the remote support site server 140, and the business configuration repository 184 are connected by the network 124.
The client 128, illustrated in FIG. 1, may be any computing device operable to connect or communicate with server 104, server 140, or the network 124 using a wireline or wireless connection. At a high level, each client 128 includes at least the GUI 132 and, in some cases, the support agent 136, and comprises an electronic computing device operable to receive, transmit, process, and store any appropriate data associated with the business application 108 and the support application 152. It will be understood that there may be any number of clients 128 communicably coupled to the server 104. For example, the clients 128 may include two local clients, as illustrated in FIG. 1, as well as other clients external to the illustrated portion of the network 124. Further, “the client 128,” “analyst,” “customer,” and “user” may be used interchangeably as appropriate without departing from the scope of this disclosure. For example, the analyst may access a first instance of the business application 108 on a first client 128, while an end user may use a second instance of the business application 108 on a second client 128. Moreover, for ease of illustration, each client 128 is described in terms of being used by one user. But this disclosure contemplates that many users may use one computer or that one user may use multiple computers. As used in this disclosure, the client 128 is intended to encompass a personal computer, touch screen terminal, workstation, network computer, kiosk, wireless data port, smart phone, personal data assistant (PDA), one or more processors within these or other devices, or any other suitable processing device. For example, the client 128 may comprise a computer that includes an input device, such as a keypad, touch screen, mouse, or other device that can accept information, and an output device that conveys information associated with the operation of the server 104 or the clients 128, including digital data, visual information, or the GUI 132. Both the input device and output device may include fixed or removable storage media, such as a magnetic computer disk, CD-ROM, or other suitable media to both receive input from and provide output to users of the clients 128 through the display, namely, the GUI 132.
Some of the illustrated clients 128 include the support agent 136. The support agent 136 may be an agent, daemon, object, library, service, or other software that is reactive to certain events occurring with respect to the client 128. When present at client 128, support agent 136 may be communicably coupled with the support application 152 using asynchronous or synchronous communications. For example, agent 136 may monitor client 128 and, upon detecting an error, send the error and various business data to the support application 152. In another example, agent 136 may detect a change in client 128, such as a hardware upgrade, and communicate a change in such relatively static information. Indeed, support agent 136 may be operable to send any amount of business data to support application 152, often upon request. More specifically, the support agent 136 can intercept error messages, signals, and events concerning the related client 128, or the client 128 may actively supply the support agent 136 with notification of and data regarding the error. In some embodiments, the support agent 136 may determine, based on the error event, the specific technical error, or instead, a code or other marker indicating a certain error has occurred. In other embodiments, the support agent 136 may receive a report from the client 128 describing the error. Additionally, the support agent 136 may analyze or retrieve a set of dynamic context information regarding the client 128 and the business application 108 at the time of the error. Such information may include the particular screen the client 128 was on at the time of the error, the particular machine type of the client 128, and other information that may vary at different instances during operation of the business application 108. The dynamic context information may be included in an incident file. As described above, multiple clients 128 may use the business application 108 in the current environment 100. Therefore, the clients 128 and the other computers accessing the business application 108 may have different specifications and software that are relevant to the technical issues experienced. Thus, the support agent 136 may collect this dynamic context information, in addition to any error information, and provide the information to the support application 152 for further action. Moreover, support agent 136 may provide or facilitate the presentation of potential solutions via GUI 132.
GUI 132 comprises a graphical user interface operable to allow the user of the client 128 to interface with at least a portion of environment 100 for any suitable purposes such as to allow the client 128 to interact with the business application 108 and, in the event of a technical error, provide an interface with the support application 152 to help support the business application 108. Generally, the GUI 132 provides the client 128 with an efficient and user-friendly presentation of data provided by or communicated within the system. In particular, GUI 132 may provide the user of business application 108 with access to data stored within memory 116. The GUI 132 may comprise a plurality of user interface (UI) elements such as interactive fields, pull-down lists, and buttons operable at the client 128. These UI elements may be associated with support functions provided by the support application 152 and the business application 108 for requesting or receiving information related to support of the business application 108. In some embodiments, the GUI 132 may provide an interactive display of the context information provided to the support application 152 when a technical error is reported by the business application 108. Moreover, it should be understood that the term graphical user interface may be used in the singular or in the plural to describe one or more graphical user interfaces and each of the displays of a particular graphical user interface. Therefore, the GUI 132 contemplates any graphical user interface, such as a generic web browser, touch screen, or command line interface (CLI) that processes information in environment 100 and efficiently presents the results to the user. The server 104 can accept data from the client 128 via the web browser (e.g., Microsoft Internet Explorer or Mozilla Firefox) and return the appropriate HTML or XML responses using the network 124.
In other implementations, the business application 108, the support application 152, and the business configuration repository 184, may be managed by a single provider, perhaps as a hosted solution. Notably, the business application 108 and support application 152 may communicate through the internal connections of the respective server. Additionally, at least a portion of the error and context information related to the technical error at the business application 108 that was sent via the network 124 from the client 128 to the support application 152, may instead be communicated internal to the server. Clients 128 may still contain the support agent 136 and connect to the server 140 via the network 124. In such a hosted environment, the client 128 may log in to the remote server and run the business application 108 from a web browser or other similar interface. When an error is reported by or to the support agent 136, the error information and the dynamic context information of the client 128 is sent to the support application 152 communicably coupled to the business application 108. Clients 128 may include a set of local environment and application data specific to each instance of the client 128. This information may be included with the error and dynamic context information associated with the business application 108, and sent to the support application 152 in the form of an incident file. Using the incident file along with the static context information stored at the business configuration repository 184, the support application 152 may analyze and present the relevant information to the customer and/or support personnel at the client 128 through the GUI 132 within an environment closely resembling the client's, such as the incident simulation environment 156.
FIGS. 2A-2C illustrate an architecture 200 of an incident simulation environment 156. The incident environment architecture 156 includes a user interface layer 210, a service layer 220, a business object (BO) implementation layer 230, a database layer 250, plug-ins 238, and a parser 270. Generally, a support request involving an incident on a client system is received by a support application 152 and assigned to a support user for analysis. The support user may analyze the incident using information at various layers of the architecture 200. Depending on the depth of analysis, business object data may or may not be cloned in the support system. When business object data is cloned in the support system (see FIG. 2C), the incident file 260 is parsed by the parser 270 to clone business objects into the support system, and ultimately the BO database 252. When business object data is not cloned (see business object BO 1 and BO 2 in FIG. 2A and business object BO 2 in FIG. 2B), calls to a lower layer of the architecture (e.g., the BO implementation layer 230 or database layer 250) are redirected. The system then uses the parser 270 to retrieve data from the incident file 260. One or more plug-ins 238 may be used to redirect the lower layer calls to the parser 270 in order to obtain relevant information from the incident file 260. The two approaches (cloning and non-cloning) may be combined. That is, some business objects may be cloned while others are not, and thus data may be retrieved from the business object database 252 for some business objects and from the incident file 260 for others (see FIG. 2B).
The incident file 260 contains context data 262 retrieved from a client 128 at the reporting of an incident or the initiating of a support request to the remote support application 152. The incident file may conform to any of a variety of formats, such as XML. The context data 262 contained in the incident file 260 may include relevant system and business information obtained from one or more architectural layers 400 of the client system (see FIG. 4), which includes: a UI Layer 402, an ESI service layer 404, a BO Layer 406, and an application server layer 408. Some of these layers correspond directly with the layers of the example incident simulation environment 156 shown in FIG. 2A.
Relevant information may be defined on a layer-by-layer basis and can generally relate to (a) generic data provided by the infrastructure (e.g., statistical records) or a message log; or (b) components specific data defined by each component individually with respect to understanding an error situation and performing error cause identification and resolution thereto (this component-specific data is especially relevant for the BO Layer 406).
The UI Layer 402 may consist of the front-end runtime which, in turn, includes a Portal Runtime 414 and a model-based runtime component 416. This component is associated with any pattern-based programming model for user interfaces, especially user interfaces for business applications. The UI layer 402 of client applications may be implemented, for example, using Java. Relevant context data 262 obtained from this layer may include, for example, user data, work center and role definition, as well as displayed fields with input data/content.
The UI Layer 402 may obtain data such as a user ID of the end user (e.g., the person creating the incident message). A session ID may also be obtained to determine the session from which the support request has been initiated. A pattern and floor plan from which the call has been sent may also be obtained. Additionally, a portal role to which the end user has been assigned may be obtained. This role may be pertinent to the authorizations, worksets the user can see, and the layout of the pages in the portal.
The UI Layer 402 may also obtain information characterizing a work set that the end user is currently working in to enable an identification of a screen which is being presented to the end user when initiating the incident message. Some worksets may additionally comprise notes which may be obtained and form part of the context data 262.
Additional information that may be obtained by the UI Layer 402 includes a locale parameter characterizing the browser utilized by the end user, the language the user is logged on, local time, and the like; and an application ID of the application UI component(s) that are visible as part of the work set. Furthermore, the context data 262 from the UI layer 402 may provide an intelligent screenshot that contains data that was presented to the end user at the time the incident message was initiated. By providing such information (which may comprise, in some variations, a screenshot of the entire screen/window being presented to the initiating and/or an identification of omitted fields, etc.), a support user may be provided with sufficient data to reproduce the problem and perform some high-level troubleshooting.
The ESI Layer 404 may include the service manager 418 and, additionally, a message handler 422, where internal and external error messages from the application are stored for a certain session. The ESI Layer 404 may also optionally include a central extensibility repository 420. Relevant context data 262 obtained from the ESI Layer 404, includes, for example, registered/called services or process steps in the BO Layer 406.
In ESI Layer 404, all metadata of business objects is stored (in terms of process flow, called service, etc.). Therefore, the ESI Layer 404 may deliver all generic (as opposed to application component-specific) information. This generic information may include all registered services that are called throughout the session using a service manager. The service manager collects information about registered services or buffer data from ESI layer 404, as well as all ESI framework information, that is retrieved by the service manager itself. Other context data 262 that may be obtained from the ESI layer 404 includes traces of data flow for the service interface and data characterizing transient messages in the message handler 422.
The BO layer 406 is the software layer in which the business objects 426 (and, additionally, configuration objects 424) are implemented, using, for example, ABAP or Java coding. Relevant context data 262 obtained from the BO Layer 406 include, for example, configuration data or transaction data.
Context data 262 derived from the BO Layer 406 may include called business object(s) which are clearly identified by business object type (e.g., PurchaseOrder) and business object ID. Additional characteristics of business objects, such as its respective configuration data, may be obtained for the context data 262. Other characteristics may relate to how a particular business object may be and is used. For example, in the area of “determination,” a list of potential determinations in the system, which of these determinations have been activated, and how they have been or will be used, may also be utilized.
Information regarding available extensions (e.g., including their configurations) may also be obtained from the BO layer 406; as well as information relating to a system expectation regarding a field value. For example, the system knowing what type of data it expects therefore can determine valid values that can be entered into a field. Thus, the system has to be able to assess whether or not the entered field value is a valid one or not and should display this accordingly.
Information regarding called methods and performed actions may be used to generate the context data 262. In the BO layer 406, in some variations, only the actual used implemented method of core service operations and the actual performed action is needed. The context data 262 may also comprise data characterizing a trace, recording the actual performed “action” from the beginning of the session up to the time the error occurs.
Moreover, the context data 262 obtained from the BO layer 406 may include information relating to an affected business object including information about all its business objects nodes (e.g., all elements of such business object which point to a node in the associated data model). With this information, each node can be identified by a key and contains a fixed amount of attributes. In addition, information about the associations of the business objects (e.g., directed relationships between business object nodes) can be identified. Services for navigation on top of the nodes are assigned to the association (which may be a composition or an aggregation association).
Context data 262 may also include BO data as of the time the error/incident occurred. Checkpoint data at critical places in program coding can be used to provide context data 262 that characterizes an internal status of the program (and which may, for example, be written to a log). Rules may be pre-defined which determine when to classify a situation as critical and what related data to populate in the log.
The application server layer 408 refers to the technical layers of the infrastructure, such as a web application server, J2EE™ engine, LiveCache, portal Infrastructure, BI, XI, JTS, Database Interface, and the like. The application server 408 may comprise a central monitoring system 428 for monitoring various operating parameters of applications and for storing such parameters as statistical records 430. Moreover, the application server 408 may include a message log 432 that records messages relating to business object 426 and message buffer 434. Relevant context data 262 from the application server 408 include, for example, statistical records or system information such as software release and patch level.
The application server layer 408 may provide a transaction ID of the entire transaction throughout the solution (i.e., through the technology stacks) so that statistical records 430 may be generated. The statistical records 430 may characterize remote function calls to other components, database accesses, CPU usage, memory usage, data transfer to and from the database, database response time, and the like. The context data 262 may also utilize information regarding the agents called from the beginning of a session upon the time the error occurs and the “runtime” of each of these agents (which may be provided by a trace).
Operating system, software release version, patch level and implemented notes information may also form part of the context data 262. Such information may be used for both identifying bugs already fixed and upon which software version error corrections can be applied. Relevant information can be gained from the system landscape directory (SLD) and can also be read via the statistical records.
Turning back to FIGS. 2A-2C, a user may analyze various aspects of an incident. Some analysis may be performed efficiently without applying data to the support system. For example, a user may analyze the user interface layer data to determine whether a formatting error or mapping error may have caused the incident. To analyze the user interface layer data, the incident simulation environment may recreate the screen that was presented on the client when the error occurred. The support user may be able to view the same error messages, the user inputs, and fields that were presented on the client during the occurrence of the incident. By examining the recreated screen, a support user may determine whether the incident was the result of incorrect formatting in standardized fields, such as time, date, currency, and the like. Because the calls to the lower layer in this scenario are handled by a plug-in 238 and not the actual business logic, a support user may not be able to trace through the logic contained in the lower layers.
The system may recreate the user screen involved in the incident using business object data contained in the context data 262, without cloning the business objects themselves. After receiving and reading the incident file 260, the incident simulation environment 156 may begin simulating the original transaction. The system may start the transaction and user interface 202 using, for example, an object-based navigation (OBN) link. To retrieve BO data, the user interface 202 may call the service layer 220 to populate a local client proxy 222 with the business object data. The service layer 220 may be configured to first attempt to call the application implementation of the BO in the BO implementation layer 230 in order to retrieve the BO data. If the BO logic is not contained in the BO implementation layer 230 a distinct error may be returned. Upon receiving the distinct error, the system may call the plug-in 238 a to retrieve the business data from the incident file 260.
For a variety of incidents, it may be helpful for a support user to analyze the incident by executing, tracing, and/or debugging the business logic. For example, if a program terminates, the support user may need to recreate the conditions during termination and trace through the code to isolate the portion of code that caused the termination. This deeper analysis may also benefit troubleshooting business process errors and simple miscalculations, whose root causes may not be discovered using the user interface layer data and other context data 262.
The system may load the logic of business objects into the BO implementation layer 230, given the information contained in the incident file 260. The persistence data may or may not be cloned. If the data is not cloned, then the persistence logic may use a plug-in 238 b to retrieve data from the incident file 260. Similar to the use of the plug-in 238 a, described earlier, the persistence logic 236 may attempt to retrieve data from the business object database 252, which may return a distinct error when the data from the BO database 252 is unavailable. This distinct error may be handled by the system to redirect the call to the plug-in 238 b.
When the data is cloned, the persistence logic may call the BO database 252 to retrieve persistence data. As shown in FIG. 2C, the BO database 252 may be populated with business objects that are involved in the incident and retrieved in the context data 262. These business objects may be recreated as clones in the BO database 252. After populating the BO database 252, the system may start the simulation of the incident. Having fully recreated the business objects and persistence data, the full application stack may be executed (thus, able to be traced and debugged) and the complete transaction can be replayed. Full debugging and tracing on all levels may be possible during any part of the transaction simulating the incident. The business objects may also be changed and those changes saved as they would be in a client production system. This may also enhance debugging. Each business object may implement a “create as clone” service, which enables and/or facilitates the cloning of the business object. The business object implementation layer 230 may facilitate cloning by halting business logic and consistency checks.
Some embodiments use a business configuration workspace 264 that is loaded into a configuration database 254. The configuration database 254 includes code lists, schemas, and the like, that may be country specific (e.g., pricing and tax schemas). Other information pertinent to the business configuration of the customer may also be stored in the configuration database 254. In addition to configuration data and business objects, the following data may also be stored in the support system 152: user/authorization data, organizational data, master data, and transactional data. These different classes of data may need to be treated differently when copying them to the system. These data, like the business objects, may also be copied as technical clones into the system without business consistency checks.
Turning now to FIG. 2A, BO data is retrieved for BO1 and BO2, whose business logic and persistence data are not loaded into the incident simulation environment 156. In operation, a incident file 260 is received. The user interface 202 retrieves relevant business object data for BO1 and BO2 by accessing the service layer 220. The service layer 220 attempts to call the application implementation of the BO and receives an distinct error message. The call is redirected to plug-in 238 a, which retrieves the relevant BO data from incident file 260 using parser 270. Parser 270 searches the context data 262 and returns the appropriate data. The support user may examine the retrieved data in the user interface 202.
Turning to FIG. 2B, BO data is retrieved for BO1, which is cloned in the incident simulation environment 156, and BO2, whose logic is loaded but data is not. For BO1, the user interface accesses the service layer 220, which calls the mapping/business logic 232 a in the BO implementation layer 230. The mapping/business logic 232 a in turn calls the persistence logic, which accesses the BO database 252 to retrieve the relevant BO data for BO1. At each layer and call, a support user may trace the execution of the program through all the parts of the application stack and may debug accordingly.
For BO2, the user interface accesses the service layer 220 in a fashion similar to the retrieval of data for BO1. The service layer calls the mapping/business logic 232 b, which calls the persistence logic 236. The persistence logic 236 may attempt unsuccessfully to retrieve the data from the BO database 252. Upon failing, the persistence logic 236 may call the plug-in 238 b to retrieve the relevant BO data from the incident file 260 using the parser 270. A support user may trace the execution of the program through the persistence logic, but may not fully through the interactions with the database layer 240.
For each of the scenarios, a support user may start a debugging or tracing program to concurrently step through the execution of the transaction simulating the incident.
FIG. 3 illustrates an example method to create an incident simulation environment. In general, a support request involving an incident on a client system is received by a support application and assigned to a support user for analysis. The support user may analyze the incident using information at various layers of the architecture. Depending on the depth of analysis, business object data may or may not be cloned in the support system.
At 302, an incident file is received. The incident file contains data collected when the incident occurred. The incident file may conform to any of a variety of formats that may be parsed. For example, this file may be distributed across multiple files, packets, datagrams, and so forth. Indeed, while receiving an incident file in one self-describing format (such as XML) can be efficient, multiple formats or protocols can be used for the various information as appropriate. At 304, the depth of analysis is identified. The depth of analysis may indicate that business objects need to be debugged. This depth of analysis may be determined using any suitable criteria such as customer contract or support level, incident type, priority or critical nature, logical layer of the application associated with the incident, length of support requests queue, and so on. If not, the transaction may be started and a user interface may be created, transmitted, or otherwise presented at 318. Otherwise, at 306, it is determined whether the business objects need to be cloned. At 308, the business logic checks implemented in the BO framework layer are halted. At 310, the BOs involved in the incident are identified and, at 312, their respective “create as clone” services are executed. The “create as clone” service implemented on a business object creates a clone of that business object that can be stored and loaded in the incident simulation system, at 314 and 316.
At 318, the transaction simulating the incident and user interface is started. The user interface may be started using an OBN link. Also, a debugging program may be started to run concurrently with the transaction simulating the incident. At 320, the business object data is retrieved using the service layer. The service layer in turn calls the BO implementation layer. At 322, it is determined whether mapping/business logic is implemented. If so, the business logic code is executed. Otherwise, a plug-in or adapter parses the incident file to retrieve the BO data at 324. For example, the BO data can have the following information:
    • <SERVER>:<PORT>: The server and port of a support system with the same release and support package level as the customer system is used
    • <BOTechnicalName>: Technical name of the controller object; e.g., 81A3C0924384EF0D55B5D93750CD64EAF851732
    • <Operation>: in the support context, the information on application is available. With this information, from the OBN parameter for the operation can be retrieved, e.g., OpenKeyUserQAF
    • <BOSystemAlias>
    • <objectKey>: UUID of the controller object, perhaps available from the provider in the support studio, e.g., 00300571-b437-1ddb-b2f9-221bc6e38c91
      After executing the business logic code, it is determined whether the data was cloned in the BO database. If so, the BO data is retrieved from the BO database, at 328; otherwise, the BO data is retrieved from the incident file using a plug-in or adapter, at 324.
While the present disclosure uses flowcharts and accompanying descriptions to illustrate the exemplary method 300, environment 100 contemplates using or implementing any suitable technique for performing these and other tasks. It will be understood that these methods are for illustration purposes only and that the described or similar techniques may be performed at any appropriate time, including concurrently, individually, or in combination. In addition, many of the steps in these flowcharts may take place simultaneously and/or in different orders than as shown. Moreover, environment 100 may use methods with additional steps, fewer steps, and/or different steps, so long as the method remains appropriate.
Although this disclosure has been described in terms of certain embodiments and generally associated methods, alterations and permutations of these embodiments and methods will be apparent to those skilled in the art. Accordingly, the above description of example embodiments does not define or constrain the disclosure. Other changes, substitutions, and alterations are also possible without departing from the spirit and scope of this disclosure, and such changes, substitutions, and alterations may be included within the scope of the claims included herewith.

Claims (19)

1. An article comprising software for supporting a business application, the software comprising computer-readable instructions stored on computer-readable, non-transient media and operable when executed to:
receive error information and dynamic context information from a remote business application in response to an incident, the dynamic context information at least partially identifying a plurality of business objects associated with the incident;
clone at least one of the business objects associated with the incident;
initiate a transaction simulating at least a portion of the incident using the cloned business object; and
when requested by a support user, start a debugging session running concurrently with the transaction simulating the incident, wherein the debugging session allows a user to trace code in multiple levels of a software stack associated with the transaction simulating the incident.
2. The article of claim 1 further operable to disable a business consistency check before cloning the business object.
3. The article of claim 1 further operable to copy data that were involved in the incident, wherein the data comprises at least one of: business configuration data, user data, organizational data, master data, and transactional data.
4. The article of claim 1, wherein cloning comprises invoking a cloning service implemented in one of the business objects.
5. The article of claim 1, wherein a portion of the cloned business object is stored in a local business object database.
6. The article of claim 1, wherein initiating the transaction comprises presenting a user interface that simulates the user interface of the remote business interface during the incident.
7. The article of claim 1, wherein initiating the transaction comprises retrieving a portion of the data associated with a cloned business object by executing business logic contained in the cloned business object.
8. The article of claim 1, wherein initiating the transaction comprises retrieving a portion of the data associated with a cloned business object by executing persistence logic.
9. An article comprising software for supporting a business application, the software comprising computer-readable instructions stored on computer-readable, non-transient media and operable when executed to:
receive error information and dynamic context information from a remote business application in response to an incident, the incident having a particular execution environment when the incident was created, the dynamic context information identifying a plurality of business objects associated with the incident, and the dynamic context information comprising information identifying aspects of the particular execution environment;
initiate a transaction simulating the incident;
redirect at least one service call to a plug-in, the plug-in parsing the dynamic context information to return data that simulate the particular execution environment; and
when requested by a support user, execute a debugging session that runs concurrently with the transaction simulating the incident, wherein the debugging session allows a user to trace code in multiple levels of a software stack associated with the transaction simulating the incident.
10. The article of claim 9 further operable to extract data from the dynamic context information that were involved in the incident, wherein the data comprises at least one of: business configuration data, user data, organizational data, master data, and transactional data.
11. The article of claim 9 further operable to load into memory one of the business objects associated with the incident such that the business logic contained within the business objects is executed partially instead of being redirected to the plug-in.
12. The article of claim 11, wherein redirecting service calls to a plug-in comprises redirecting to plug-in-only service calls to a database layer.
13. The article of claim 9, wherein starting the transaction simulating the incident comprises starting a user interface that simulates the user interface of the remote business interface during the incident.
14. An article comprising software for supporting a business application, the software comprising computer-readable instructions stored on computer-readable, non-transient media and operable when executed to:
transmit error information and dynamic context information to support software related to an incident, the incident having a particular execution environment when the incident was created, the dynamic context information identifying a plurality of business objects associated with the incident, and the dynamic context information comprising information identifying aspects of the particular execution environment;
in response to an automated request from the support software executing a simulated transaction simulating the incident, communicate a clone of one of the associated business objects to the support software; and
when requested by a support user, execute a debugging session that runs concurrently with the simulated transaction simulating the incident, wherein the debugging session allows a user to trace code in multiple levels of a software stack associated with the transaction simulating the incident.
15. The article of claim 14, the request communicated via an exposed interface in the respective business object.
16. The article of claim 14 further operable to implement a patch identified based, at least in part, on the transmitted information.
17. The article of claim 14 communicably coupled to the support software via a local plug-in.
18. The article of claim 14, the transmitted information comprising Extensible Markup Language (XML).
19. The article of claim 14 executing on a server unaffiliated with a provider of the support software.
US11/971,409 2008-01-09 2008-01-09 Incident simulation support environment and business objects associated with the incident Active 2030-12-24 US8234633B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/971,409 US8234633B2 (en) 2008-01-09 2008-01-09 Incident simulation support environment and business objects associated with the incident

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/971,409 US8234633B2 (en) 2008-01-09 2008-01-09 Incident simulation support environment and business objects associated with the incident

Publications (2)

Publication Number Publication Date
US20090177926A1 US20090177926A1 (en) 2009-07-09
US8234633B2 true US8234633B2 (en) 2012-07-31

Family

ID=40845547

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/971,409 Active 2030-12-24 US8234633B2 (en) 2008-01-09 2008-01-09 Incident simulation support environment and business objects associated with the incident

Country Status (1)

Country Link
US (1) US8234633B2 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100250225A1 (en) * 2009-03-31 2010-09-30 International Business Machines Corporation Date and time simulation for time-sensitive applications
US20110239194A1 (en) * 2010-03-29 2011-09-29 Microsoft Corporation Automatically redirecting method calls for unit testing
US20130086101A1 (en) * 2011-09-29 2013-04-04 Sap Ag Data Search Using Context Information
US8959063B2 (en) 2012-09-19 2015-02-17 Sap Se Managing incident reports
US9141356B2 (en) 2011-12-14 2015-09-22 Microsoft Technology Licensing, Llc Process for generating dynamic type
US9223681B2 (en) 2013-02-15 2015-12-29 International Business Machines Corporation Automated debug trace specification
US9922088B2 (en) 2013-12-31 2018-03-20 Sybase, Inc. Cardinality estimation using spanning trees
US10366458B2 (en) 2017-03-01 2019-07-30 Bank Of America Corporation Live reporting of check image keying issues
US10606682B2 (en) 2017-03-09 2020-03-31 International Business Machines Corporation System and method of collecting serviceability data in containers based cloud infrastructure
US20210390010A1 (en) * 2020-06-16 2021-12-16 Sap Se Software Application Diagnostic Aid

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9329915B1 (en) * 2012-05-08 2016-05-03 Amazon Technologies, Inc. System and method for testing in a production environment
US9026851B2 (en) * 2012-09-05 2015-05-05 Wipro Limited System and method for intelligent troubleshooting of in-service customer experience issues in communication networks
US20140149360A1 (en) * 2012-11-27 2014-05-29 Sap Ag Usage of Filters for Database-Level Implementation of Constraints
US9866466B2 (en) * 2013-01-21 2018-01-09 Entit Software Llc Simulating real user issues in support environments
US9727445B2 (en) * 2013-11-09 2017-08-08 Microsoft Technology Licensing, Llc. Debugging a web application locally during development
US9350792B2 (en) * 2014-04-16 2016-05-24 Go Daddy Operating Company, LLC Method for location-based website hosting optimization
US11922377B2 (en) * 2017-10-24 2024-03-05 Sap Se Determining failure modes of devices based on text analysis
US10802847B1 (en) * 2018-01-10 2020-10-13 Amazon Technologies, Inc. System and method for reproducing and resolving application errors

Citations (54)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5867712A (en) 1993-04-05 1999-02-02 Shaw; Venson M. Single chip integrated circuit system architecture for document instruction set computing
US5978584A (en) * 1996-06-19 1999-11-02 Matsushita Electric Industrial Co., Ltd. Debugging apparatus for debugging a program by changing hardware environments without changing program operation state
US6177932B1 (en) 1998-08-21 2001-01-23 Kana Communications, Inc. Method and apparatus for network based customer service
US6292830B1 (en) 1997-08-08 2001-09-18 Iterations Llc System for optimizing interaction among agents acting on multiple levels
US6363488B1 (en) 1995-02-13 2002-03-26 Intertrust Technologies Corp. Systems and methods for secure transaction management and electronic rights protection
US20020120918A1 (en) 2000-12-27 2002-08-29 International Business Machines Corporation Monitoring messages during execution of a message flow
US6553563B2 (en) * 1998-11-30 2003-04-22 Siebel Systems, Inc. Development tool, method, and system for client server applications
US6615253B1 (en) 1999-08-31 2003-09-02 Accenture Llp Efficient server side data retrieval for execution of client side applications
US6636242B2 (en) 1999-08-31 2003-10-21 Accenture Llp View configurer in a presentation services patterns environment
US20030229884A1 (en) 2002-05-21 2003-12-11 Hewlett-Packard Development Company Interaction manager template
US6748583B2 (en) * 2000-12-27 2004-06-08 International Business Machines Corporation Monitoring execution of an hierarchical visual program such as for debugging a message flow
US6804814B1 (en) * 1999-12-29 2004-10-12 Veritas Operating Corporation Method for simulating back program execution from a traceback sequence
US20050033631A1 (en) 2003-08-06 2005-02-10 Sap Aktiengesellschaft Systems and methods for providing benchmark services to customers
US20050033626A1 (en) 2003-06-13 2005-02-10 Sap Ag Universal worklist service and user interface
US6907546B1 (en) * 2000-03-27 2005-06-14 Accenture Llp Language-driven interface for an automated testing framework
US6918108B2 (en) * 2001-07-26 2005-07-12 Kyocera Wireless Corp. System and method for field diagnosis of wireless communications device system software
US20050288987A1 (en) 2004-06-29 2005-12-29 Sap Aktiengesellschaft Vacation planning and approval
US20060010051A1 (en) 2004-07-07 2006-01-12 Sap Aktiengeseilschaft Method and system for time sheet reporting
US20060010025A1 (en) 2004-07-09 2006-01-12 Sap Aktiengesellschaft E-mail notification support for workflows
US20060015376A1 (en) 2004-07-16 2006-01-19 Sap Aktiengesellschaft Method and system for employee reservation of meeting rooms
US20060015859A1 (en) 2004-07-16 2006-01-19 Sap Aktiengesellschaft Method and apparatus for supporting context links for application program text
US20060026166A1 (en) 2004-07-07 2006-02-02 Sap Aktiengesellschaft Ad hoc workflow
US20060031775A1 (en) 2004-07-09 2006-02-09 Sap Aktiengesellschaft Action pad
US20060112106A1 (en) 2004-11-23 2006-05-25 Sap Aktiengesellschaft Method and system for internet-based software support
US20060143034A1 (en) 2004-12-29 2006-06-29 Sap Ag System supported optimization of event resolution
US20060161505A1 (en) 2005-01-14 2006-07-20 Sap Aktiengesellschaft System and method for processing multiple mailings
US20060229890A1 (en) 2005-04-06 2006-10-12 Sap Aktiengesellschaft Method and system for employee compensation planning
US20060259272A1 (en) 2005-05-13 2006-11-16 Sap Aktiengesellschaft Wizard for answering support inquiries
US20070136342A1 (en) 2005-12-13 2007-06-14 Sap Ag Processing a user inquiry
US7243059B2 (en) * 2003-04-24 2007-07-10 International Business Machines Corporation Simulation of hardware based on smart buffer objects
US7266476B2 (en) * 1999-09-30 2007-09-04 Rockwell Automation Technologies, Inc. Simulation method and apparatus for use in enterprise controls
US20070245409A1 (en) 2006-04-12 2007-10-18 James Harris Systems and Methods for Providing Levels of Access and Action Control Via an SSL VPN Appliance
US7302677B2 (en) * 2003-05-08 2007-11-27 Microsoft Corporation Event driven graph explorer for model-based testing of software
US20070288885A1 (en) 2006-05-17 2007-12-13 The Mathworks, Inc. Action languages for unified modeling language model
US20080127120A1 (en) 2006-10-31 2008-05-29 Sun Microsystems, Inc. Method and apparatus for identifying instructions associated with execution events in a data space profiler
US20080127200A1 (en) 2006-07-04 2008-05-29 Iti Scotland Limited Techniques for program execution
US7428727B2 (en) * 1998-11-13 2008-09-23 Cray Inc. Debugging techniques in a multithreaded environment
US7519960B2 (en) * 2003-12-19 2009-04-14 International Business Machines Corporation Method and system for debugging business process flow
US7543276B2 (en) * 2001-12-12 2009-06-02 Siemens Aktiengesellschaft System and method for testing and/or debugging runtime systems for solving MES (manufacturing execution system) problems
US20090147010A1 (en) 2006-07-04 2009-06-11 George Russell Generation of video
US7584294B2 (en) 2007-03-12 2009-09-01 Citrix Systems, Inc. Systems and methods for prefetching objects for caching using QOS
US7620940B2 (en) * 2004-11-23 2009-11-17 International Business Machines Corporation Methods and apparatus for monitoring program execution
US7689558B2 (en) * 2005-09-09 2010-03-30 Sap Ag Application monitoring using profile points
US7774172B1 (en) 2003-12-10 2010-08-10 The Mathworks, Inc. Method for using a graphical debugging tool
US7797686B2 (en) * 2005-05-13 2010-09-14 Texas Instruments Incorporated Behavior of trace in non-emulatable code
US7869425B2 (en) 1996-11-18 2011-01-11 Verizon Services Corp. System and method for providing requested quality of service in a hybrid network
US7904889B2 (en) * 2006-06-30 2011-03-08 Sap Ag Business process model debugger
US7930683B2 (en) * 2006-03-31 2011-04-19 Sap Ag Test automation method for software programs
US7958486B2 (en) * 2005-04-22 2011-06-07 Sap Ag Methods and systems for data-focused debugging and tracing capabilities
US8037454B2 (en) * 2004-01-30 2011-10-11 International Business Machines Corporation Method of generating and utilizing debug history
US8055612B2 (en) * 2003-09-03 2011-11-08 Hyperformix, Inc. System and method for aligning data frames in time
US8079022B2 (en) * 2007-06-04 2011-12-13 Carbon Design Systems, Inc. Simulation of software
US8087007B2 (en) * 2006-05-08 2011-12-27 Assima Ltd. System and method for software prototype-development and validation and for automatic software simulation re-grabbing
US8127277B2 (en) * 2007-05-21 2012-02-28 International Business Machines Corporation Framework for conditionally executing code in an application using conditions in the framework and in the application

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5787283A (en) * 1995-10-27 1998-07-28 International Business Machines Corporation Framework for manufacturing logistics decision support
US6170081B1 (en) * 1998-09-17 2001-01-02 Unisys Coporation Method and system for interfacing to a variety of software development tools
US7287166B1 (en) * 1999-09-03 2007-10-23 Purdue Research Foundation Guards for application in software tamperproofing
US7594220B2 (en) * 2001-08-14 2009-09-22 National Instruments Corporation Configuration diagram with context sensitive connectivity
TWI386817B (en) * 2006-05-24 2013-02-21 Kofax Inc System for and method of providing a user interface for a computer-based software application
US7757126B2 (en) * 2007-04-20 2010-07-13 Sap Ag System and method for supporting software

Patent Citations (58)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5867712A (en) 1993-04-05 1999-02-02 Shaw; Venson M. Single chip integrated circuit system architecture for document instruction set computing
US6389402B1 (en) 1995-02-13 2002-05-14 Intertrust Technologies Corp. Systems and methods for secure transaction management and electronic rights protection
US6363488B1 (en) 1995-02-13 2002-03-26 Intertrust Technologies Corp. Systems and methods for secure transaction management and electronic rights protection
US5978584A (en) * 1996-06-19 1999-11-02 Matsushita Electric Industrial Co., Ltd. Debugging apparatus for debugging a program by changing hardware environments without changing program operation state
US7869425B2 (en) 1996-11-18 2011-01-11 Verizon Services Corp. System and method for providing requested quality of service in a hybrid network
US6292830B1 (en) 1997-08-08 2001-09-18 Iterations Llc System for optimizing interaction among agents acting on multiple levels
US6177932B1 (en) 1998-08-21 2001-01-23 Kana Communications, Inc. Method and apparatus for network based customer service
US7428727B2 (en) * 1998-11-13 2008-09-23 Cray Inc. Debugging techniques in a multithreaded environment
US6553563B2 (en) * 1998-11-30 2003-04-22 Siebel Systems, Inc. Development tool, method, and system for client server applications
US6615253B1 (en) 1999-08-31 2003-09-02 Accenture Llp Efficient server side data retrieval for execution of client side applications
US6636242B2 (en) 1999-08-31 2003-10-21 Accenture Llp View configurer in a presentation services patterns environment
US7266476B2 (en) * 1999-09-30 2007-09-04 Rockwell Automation Technologies, Inc. Simulation method and apparatus for use in enterprise controls
US6804814B1 (en) * 1999-12-29 2004-10-12 Veritas Operating Corporation Method for simulating back program execution from a traceback sequence
US7543279B2 (en) * 1999-12-29 2009-06-02 Symantec Operating Corporation Method for simulating back program execution from a traceback sequence
US6907546B1 (en) * 2000-03-27 2005-06-14 Accenture Llp Language-driven interface for an automated testing framework
US20020120918A1 (en) 2000-12-27 2002-08-29 International Business Machines Corporation Monitoring messages during execution of a message flow
US6817010B2 (en) 2000-12-27 2004-11-09 International Business Machines Corporation Monitoring messages during execution of a message flow
US6748583B2 (en) * 2000-12-27 2004-06-08 International Business Machines Corporation Monitoring execution of an hierarchical visual program such as for debugging a message flow
US6918108B2 (en) * 2001-07-26 2005-07-12 Kyocera Wireless Corp. System and method for field diagnosis of wireless communications device system software
US7543276B2 (en) * 2001-12-12 2009-06-02 Siemens Aktiengesellschaft System and method for testing and/or debugging runtime systems for solving MES (manufacturing execution system) problems
US20030229884A1 (en) 2002-05-21 2003-12-11 Hewlett-Packard Development Company Interaction manager template
US7243059B2 (en) * 2003-04-24 2007-07-10 International Business Machines Corporation Simulation of hardware based on smart buffer objects
US7302677B2 (en) * 2003-05-08 2007-11-27 Microsoft Corporation Event driven graph explorer for model-based testing of software
US20050033626A1 (en) 2003-06-13 2005-02-10 Sap Ag Universal worklist service and user interface
US20050033631A1 (en) 2003-08-06 2005-02-10 Sap Aktiengesellschaft Systems and methods for providing benchmark services to customers
US8055612B2 (en) * 2003-09-03 2011-11-08 Hyperformix, Inc. System and method for aligning data frames in time
US7774172B1 (en) 2003-12-10 2010-08-10 The Mathworks, Inc. Method for using a graphical debugging tool
US7607124B2 (en) * 2003-12-19 2009-10-20 International Business Machines Corporation Method for debugging a business process flow
US7519960B2 (en) * 2003-12-19 2009-04-14 International Business Machines Corporation Method and system for debugging business process flow
US8037454B2 (en) * 2004-01-30 2011-10-11 International Business Machines Corporation Method of generating and utilizing debug history
US20050288987A1 (en) 2004-06-29 2005-12-29 Sap Aktiengesellschaft Vacation planning and approval
US20060026166A1 (en) 2004-07-07 2006-02-02 Sap Aktiengesellschaft Ad hoc workflow
US20060010051A1 (en) 2004-07-07 2006-01-12 Sap Aktiengeseilschaft Method and system for time sheet reporting
US20060031775A1 (en) 2004-07-09 2006-02-09 Sap Aktiengesellschaft Action pad
US20060010025A1 (en) 2004-07-09 2006-01-12 Sap Aktiengesellschaft E-mail notification support for workflows
US20060015859A1 (en) 2004-07-16 2006-01-19 Sap Aktiengesellschaft Method and apparatus for supporting context links for application program text
US20060015376A1 (en) 2004-07-16 2006-01-19 Sap Aktiengesellschaft Method and system for employee reservation of meeting rooms
US20060112106A1 (en) 2004-11-23 2006-05-25 Sap Aktiengesellschaft Method and system for internet-based software support
US7620940B2 (en) * 2004-11-23 2009-11-17 International Business Machines Corporation Methods and apparatus for monitoring program execution
US20060143034A1 (en) 2004-12-29 2006-06-29 Sap Ag System supported optimization of event resolution
US20060161505A1 (en) 2005-01-14 2006-07-20 Sap Aktiengesellschaft System and method for processing multiple mailings
US20060229890A1 (en) 2005-04-06 2006-10-12 Sap Aktiengesellschaft Method and system for employee compensation planning
US7958486B2 (en) * 2005-04-22 2011-06-07 Sap Ag Methods and systems for data-focused debugging and tracing capabilities
US7797686B2 (en) * 2005-05-13 2010-09-14 Texas Instruments Incorporated Behavior of trace in non-emulatable code
US20060259272A1 (en) 2005-05-13 2006-11-16 Sap Aktiengesellschaft Wizard for answering support inquiries
US7689558B2 (en) * 2005-09-09 2010-03-30 Sap Ag Application monitoring using profile points
US20070136342A1 (en) 2005-12-13 2007-06-14 Sap Ag Processing a user inquiry
US7930683B2 (en) * 2006-03-31 2011-04-19 Sap Ag Test automation method for software programs
US20070245409A1 (en) 2006-04-12 2007-10-18 James Harris Systems and Methods for Providing Levels of Access and Action Control Via an SSL VPN Appliance
US8087007B2 (en) * 2006-05-08 2011-12-27 Assima Ltd. System and method for software prototype-development and validation and for automatic software simulation re-grabbing
US20070288885A1 (en) 2006-05-17 2007-12-13 The Mathworks, Inc. Action languages for unified modeling language model
US7904889B2 (en) * 2006-06-30 2011-03-08 Sap Ag Business process model debugger
US20090147010A1 (en) 2006-07-04 2009-06-11 George Russell Generation of video
US20080127200A1 (en) 2006-07-04 2008-05-29 Iti Scotland Limited Techniques for program execution
US20080127120A1 (en) 2006-10-31 2008-05-29 Sun Microsystems, Inc. Method and apparatus for identifying instructions associated with execution events in a data space profiler
US7584294B2 (en) 2007-03-12 2009-09-01 Citrix Systems, Inc. Systems and methods for prefetching objects for caching using QOS
US8127277B2 (en) * 2007-05-21 2012-02-28 International Business Machines Corporation Framework for conditionally executing code in an application using conditions in the framework and in the application
US8079022B2 (en) * 2007-06-04 2011-12-13 Carbon Design Systems, Inc. Simulation of software

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
Canfora et al, "New frontiers of reverse engineering", IEEE FOSE, pp. 1-16, 2007. *
Chen et al, "Algorithms for HLA based distributed simulation cloning", ACM Trans on Modeling and Comput. Simulation, vol. 15, No. 4, pp. 316-345, 2005. *
Duc et al, "Uniform object modeling methodology and reuse of real time system using UML", ACM EMSOFT, pp. 44-47, 2005. *
Kawachiya et al, "Clonable JVM a new approach to start isolated Java applications faster", ACM VEE, pp. 1-11, 2007. *
Miki et al., "Development of a Hybrid Type Assessment Method for Power System Dynamic Reliability," IEEE, Oct. 5, 1999, 6 pages.

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100250225A1 (en) * 2009-03-31 2010-09-30 International Business Machines Corporation Date and time simulation for time-sensitive applications
US8352922B2 (en) * 2009-03-31 2013-01-08 International Business Machines Corporation Date and time simulation for time-sensitive applications
US20110239194A1 (en) * 2010-03-29 2011-09-29 Microsoft Corporation Automatically redirecting method calls for unit testing
US8954929B2 (en) * 2010-03-29 2015-02-10 Microsoft Corporation Automatically redirecting method calls for unit testing
US20130086101A1 (en) * 2011-09-29 2013-04-04 Sap Ag Data Search Using Context Information
US9245006B2 (en) * 2011-09-29 2016-01-26 Sap Se Data search using context information
US9141356B2 (en) 2011-12-14 2015-09-22 Microsoft Technology Licensing, Llc Process for generating dynamic type
US8959063B2 (en) 2012-09-19 2015-02-17 Sap Se Managing incident reports
US9223681B2 (en) 2013-02-15 2015-12-29 International Business Machines Corporation Automated debug trace specification
US9740594B2 (en) 2013-02-15 2017-08-22 International Business Machines Corporation Automated debug trace specification
US9922088B2 (en) 2013-12-31 2018-03-20 Sybase, Inc. Cardinality estimation using spanning trees
US10366458B2 (en) 2017-03-01 2019-07-30 Bank Of America Corporation Live reporting of check image keying issues
US10606682B2 (en) 2017-03-09 2020-03-31 International Business Machines Corporation System and method of collecting serviceability data in containers based cloud infrastructure
US20210390010A1 (en) * 2020-06-16 2021-12-16 Sap Se Software Application Diagnostic Aid
US11874728B2 (en) * 2020-06-16 2024-01-16 Sap Se Software application diagnostic aid

Also Published As

Publication number Publication date
US20090177926A1 (en) 2009-07-09

Similar Documents

Publication Publication Date Title
US8234633B2 (en) Incident simulation support environment and business objects associated with the incident
Zhou et al. Fault analysis and debugging of microservice systems: Industrial survey, benchmark system, and empirical study
US8209669B2 (en) System and method for supporting software
US8984489B2 (en) Quality on submit process
US8510720B2 (en) System landscape trace
US8225308B2 (en) Managing software lifecycle
US8645326B2 (en) System to plan, execute, store and query automation tests
US7917815B2 (en) Multi-layer context parsing and incident model construction for software support
US8762929B2 (en) System and method for exclusion of inconsistent objects from lifecycle management processes
US8661125B2 (en) System comprising probe runner, monitor, and responder with associated databases for multi-level monitoring of a cloud service
US11048572B2 (en) System and method for failure management using distributed execution traces
US8769502B2 (en) Template based asynchrony debugging configuration
US9697104B2 (en) End-to end tracing and logging
US8005803B2 (en) Best practices analyzer
US20070240118A1 (en) System, method, and software for testing a software application
EP2572294B1 (en) System and method for sql performance assurance services
US20100180260A1 (en) Method and system for performing an automated quality assurance testing
US20200133829A1 (en) Methods and systems for performance testing
US10644973B2 (en) Monitoring of availability data for system management environments
US20120198415A1 (en) Unified interface for meta model checking, modifying, and reporting
US11477264B2 (en) Network workflow replay tool
US20220244975A1 (en) Method and system for generating natural language content from recordings of actions performed to execute workflows in an application
Miglierina Monitoring modern distributed software applications: challenges and solutions
CN115543807A (en) Automatic regression testing method and device, computer equipment and storage medium
ZHOU et al. Fault analysis and debugging of microservice systems: Industrial survey, benchmark system, and empirical study.(2018)

Legal Events

Date Code Title Description
AS Assignment

Owner name: SAP AG, GERMANY

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SCHNEIDER, THOMAS;SATTLER, JUERGEN;HAEBERLE, TILMANN;REEL/FRAME:020476/0274

Effective date: 20080107

STCF Information on status: patent grant

Free format text: PATENTED CASE

AS Assignment

Owner name: SAP SE, GERMANY

Free format text: CHANGE OF NAME;ASSIGNOR:SAP AG;REEL/FRAME:033625/0334

Effective date: 20140707

FPAY Fee payment

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 12