JP2011243013A - Execution control method for screen operation, server and program - Google Patents

Execution control method for screen operation, server and program Download PDF

Info

Publication number
JP2011243013A
JP2011243013A JP2010114882A JP2010114882A JP2011243013A JP 2011243013 A JP2011243013 A JP 2011243013A JP 2010114882 A JP2010114882 A JP 2010114882A JP 2010114882 A JP2010114882 A JP 2010114882A JP 2011243013 A JP2011243013 A JP 2011243013A
Authority
JP
Japan
Prior art keywords
screen
execution
business
registration
series
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.)
Pending
Application number
JP2010114882A
Other languages
Japanese (ja)
Inventor
Takanori Kobayashi
孝規 小林
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2010114882A priority Critical patent/JP2011243013A/en
Publication of JP2011243013A publication Critical patent/JP2011243013A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a technology for returning to a state before the initial screen operation when an error has occured in executing a plurality of screen operations in a plurality of existing systems indelendelty executing jobs as a sequential work.SOLUTION: A server acquires screen operation information required for executing a sequential job and business procedure information from another computer to register the information in a storage part, and acquires screen operation information for placing the screens of existing systems back to the state before executing jobs from the computer and registers the information in the storage part. When the server receives a start request for the execution of jobs from the computer, the server executes screen operations and registers the execution state in the storage part. If the server detects an error during execution of the screen operations, the server puts the screens of the existing systems back to the state before executing jobs based on the information registered in the storage part.

Description

本発明は、独立して業務を実行する複数の既存システムの複数画面の操作を、一連業務として実行する技術に関する。   The present invention relates to a technique for executing operations on a plurality of screens of a plurality of existing systems that independently execute a task as a series of tasks.

従来から、複数システムの処理に対して一連で実行する仕組みは検討されてきた。しかし、それらはシステム内部のモジュール処理を呼び出すことで実現されており、一連で実行したいシステムの内部仕様の詳細が分かっていなければ、モジュール処理を呼び出すことができなかった。そのため、システムの内部仕様の詳細がわからなくても、画面操作という外部仕様がわかっていれば、複数システムを一連で実行できるような仕組みが求められている。   Conventionally, a mechanism for executing a series of processes for a plurality of systems has been studied. However, they are realized by calling the module processing inside the system, and the module processing cannot be called unless the details of the internal specifications of the system to be executed in a series are known. Therefore, there is a need for a mechanism that can execute a plurality of systems in series if the external specifications of screen operation are known, even if the details of the internal specifications of the system are not known.

例えば特許文献1は、複数システムの処理を一連で実行する技術を開示する。   For example, Patent Document 1 discloses a technique for executing a plurality of system processes in series.

特開2001−34595号公報JP 2001-34595 A

一連業務として、既存システムの複数画面に同様の内容を人が手動で入力操作を行う場合がある。この一連業務を入力データのみを与えて自動で各画面入力操作をすることで効率が図れる場合がある。しかし、既存の技術では入力データを渡して複数画面に対して入力操作を一連で実行することはできるが、その途中でエラーが発生した場合には一連業務のデータが不整合な状態で終了してしまっているので、人が介在してエラー発生状況を確認した上で、データを一連処理の実行前の状態に戻して再実行する必要があった。   As a series of tasks, a person may manually input the same content on multiple screens of an existing system. In some cases, the efficiency of the series of operations can be improved by giving only input data and automatically performing each screen input operation. However, with the existing technology, it is possible to perform a series of input operations on multiple screens by passing input data. However, if an error occurs in the middle of the process, the series of business data ends in an inconsistent state. Therefore, it is necessary to return the data to the state before the execution of the series of processes and re-execute after confirming the error occurrence state through human intervention.

これは、途中の画面でエラーが発生すると、エラー発生時点で処理中の画面は、当該画面自身のトランザクション制御機能によって開始前の状態に戻せるが、既に実行済の画面操作開始前の状態に戻すことができないことによって生じる。なぜなら、1つの画面処理が完了した時点で、処理結果データをデータベースに書き込み、確定してしまうためである。なお、上記特許文献1に記載の技術では、画面処理を元に一連業務を実行、リカバリする処理の実施する仕組みについて言及していない。   This means that if an error occurs on an intermediate screen, the screen being processed at the time of the error can be returned to the state before the start by the transaction control function of the screen itself, but it is returned to the state before the start of the already executed screen operation. Caused by the inability to. This is because when one screen process is completed, the processing result data is written in the database and determined. Note that the technique described in Patent Document 1 does not mention a mechanism for executing a process for executing and recovering a series of tasks based on screen processing.

しかし、複数の画面を順番に全て実行することで、初めてある一連の業務が完了する場合には、一貫性をもって(1トランザクションとして)複数画面操作を実行、戻しをできなければならない。エラー発生時点の業務状態で止まると、処理結果のデータは一連業務が完了したときの状態でもなく、その業務を実行する前の状態でもない中途半端な状態になってしまう。例えば、商品情報の登録で言えば、商品情報に必須の商品名、取引先、価格、消費期限のうち、「商品名と取引先はデータとして登録されているが、価格と消費期限が入っていない。」というような状態で商品が登録されてしまうようなことが発生する。この場合は、この商品が登録されていない状態かすべての情報が登録された状態しか存在してはいけない。   However, when a series of tasks are completed for the first time by executing all the screens in order, it is necessary to be able to execute and return the multi-screen operation consistently (as one transaction). If it stops in the business state at the time of the error occurrence, the processing result data will be in a half-finished state that is neither the state when the series of business is completed nor the state before the business is executed. For example, when registering product information, out of the product name, business partner, price, and expiration date that are mandatory for product information, “Product name and business partner are registered as data, but the price and expiration date are included. A product may be registered in a state such as “No.”. In this case, there should be only a state where this product is not registered or a state where all information is registered.

本発明は、上記事情に鑑みてなされたものであり、独立して業務を実行する複数の既存システムの複数画面の操作を、一連業務として実行中に、エラーが発生した場合、最初の画面操作前の状態に戻す技術を提供することを課題とする。   The present invention has been made in view of the above circumstances, and when an error occurs during the execution of a plurality of screen operations of a plurality of existing systems that perform operations independently as a series of operations, the first screen operation is performed. It is an object to provide a technique for returning to the previous state.

上記課題を解決するための一手段を説明する。本発明では、独立して業務を実行する複数の既存システムの複数画面の操作を、一連業務として実行するサーバが、以下の処理を行うことを特徴とする。サーバは、制御部と記憶部を具備し、前記制御部が、他のコンピュータから、一連業務の実行に必要な画面操作情報を業務手順情報と共に取得して前記記憶部に登録し、前記他のコンピュータから、前記既存システムの画面を業務実行前の状態に戻すための画面操作情報を取得して前記記憶部に登録し、前記他のコンピュータから前記業務実行の起動要求を受けると、前記画面の操作を実行すると共に、その実行状態を前記記憶部に登録し、前記画面の操作の実行中にエラーを検出すると、前記記憶部に登録された情報に基づき、前記既存システムの画面を前記業務実行前の状態に戻すことを特徴とする。   One means for solving the above problem will be described. The present invention is characterized in that a server that executes a plurality of screen operations of a plurality of existing systems that independently execute a task as a series of tasks performs the following processing. The server includes a control unit and a storage unit, and the control unit acquires screen operation information necessary for execution of a series of business operations together with business procedure information from another computer, registers it in the storage unit, and stores the other When the screen operation information for returning the screen of the existing system to the state before the business execution is acquired from the computer and registered in the storage unit, and the business execution start request is received from the other computer, When the operation is executed, the execution state is registered in the storage unit, and an error is detected during the operation of the screen, the screen of the existing system is executed based on the information registered in the storage unit. It is characterized by returning to the previous state.

本発明によれば、独立して業務を実行する複数の既存システムの複数画面の操作を、一連業務として実行中に、エラーが発生した場合、最初の画面操作前の状態に戻すことができる。   According to the present invention, when an error occurs during the operation of a plurality of screens of a plurality of existing systems that independently execute a task as a series of tasks, the state before the first screen operation can be restored.

既存システムの複数画面からなる一連業務の実行システム全体構成例を示す図である。It is a figure which shows the example of an entire structure of the execution system of a series of work which consists of several screens of the existing system. 実行制御サーバ10のハードウェア構成例を示す図である。2 is a diagram illustrating a hardware configuration example of an execution control server 10. FIG. 実行制御情報登録端末11のハードウェア構成例を示す図である。3 is a diagram illustrating an example of a hardware configuration of an execution control information registration terminal 11. FIG. 既存システム画面稼動端末12のハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the existing system screen operation | movement terminal 12. FIG. 一連業務実行端末13のハードウェア構成例を示す図である。FIG. 3 is a diagram illustrating a hardware configuration example of a series of business execution terminals 13. 既存システムの複数画面からなる一連業務の実行システム全体の処理の流れを示した図である。It is the figure which showed the flow of processing of the execution system of the series of business which consists of several screens of the existing system. 実行制御サーバ10が具備する操作対象画面DB214のデータ構成例を示す図である。It is a figure which shows the example of a data structure of operation target screen DB214 which the execution control server 10 comprises. 実行制御サーバ10が具備する業務名登録DB215のデータ構成例を示す図である。It is a figure which shows the data structural example of business name registration DB215 which the execution control server 10 comprises. 実行制御サーバ10が具備する操作名登録DB216のデータ構成例を示す図である。It is a figure which shows the data structural example of operation name registration DB216 which the execution control server 10 comprises. 実行制御サーバ10が具備する操作内容登録DB217のデータ構成例を示す図である。It is a figure which shows the example of a data structure of operation content registration DB217 which the execution control server 10 comprises. 実行制御サーバ10が具備する業務実行順登録DB218のデータ構成例を示す図である。It is a figure which shows the example of a data structure of business execution order registration DB218 which the execution control server 10 comprises. 実行制御サーバ10が具備する操作状態DB219のデータ構成例を示す図である。It is a figure which shows the data structural example of operation state DB219 which the execution control server 10 comprises. 既存システム画面稼動端末12の表示部403に表示される操作対象画面オブジェクト取得画面例を示す図である。It is a figure which shows the example of the operation target screen object acquisition screen displayed on the display part 403 of the existing system screen operation terminal 12. FIG. 既存システム画面稼動端末12の表示部403に表示される操作対象画面オブジェクト取得結果画面例を示す図である。It is a figure which shows the example of an operation target screen object acquisition result screen displayed on the display part 403 of the existing system screen operation terminal 12. FIG. 実行制御情報登録端末11の表示部303に表示される操作名登録画面例を示す図である。It is a figure which shows the example of an operation name registration screen displayed on the display part 303 of the execution control information registration terminal 11. FIG. 実行制御情報登録端末11の表示部303に表示される業務画面操作登録画面例を示す図である。It is a figure which shows the example of a business screen operation registration screen displayed on the display part 303 of the execution control information registration terminal 11. FIG. 実行制御情報登録端末11の表示部303に表示される業務名登録画面例を示す図である。It is a figure which shows the example of a business name registration screen displayed on the display part 303 of the execution control information registration terminal 11. FIG. 実行制御情報登録端末11の表示部303に表示される業務画面順登録画面例を示す図である。It is a figure which shows the example of a business screen order registration screen displayed on the display part 303 of the execution control information registration terminal 11. FIG. 一連業務実行端末13の表示部503に表示される一連業務実行呼び出し画面例を示す図である。It is a figure which shows the example of a series business execution call screen displayed on the display part 503 of the series business execution terminal 13. FIG. 一連業務実行端末13の表示部503に表示される一連業務実行呼び出し結果(正常)画面例を示す図である。It is a figure which shows the example of a series business execution call result (normal) screen displayed on the display part 503 of the series business execution terminal 13. FIG. 一連業務実行端末13の表示部503に表示される一連業務実行呼び出し結果(エラー)画面例を示す図である。It is a figure which shows the example of a series business execution call result (error) screen displayed on the display part 503 of the series business execution terminal 13. FIG. 実行制御サーバ10の実行制御処理212のうち、図6に示した業務画面操作実行処理(ステップS511)の詳細を示すフローチャートである。It is a flowchart which shows the detail of the work screen operation execution process (step S511) shown in FIG. 6 among the execution control processes 212 of the execution control server 10. 実行制御サーバ10の実行制御処理212のうち、図6に示したエラー時操作実行処理(ステップS513)の詳細を示すフローチャートである。It is a flowchart which shows the detail of the operation execution process at the time of an error shown in FIG. 6 among the execution control processes 212 of the execution control server 10 (step S513).

以下、本発明の一実施例について、図面を参照して詳細に説明する。   Hereinafter, an embodiment of the present invention will be described in detail with reference to the drawings.

図1は、本実施例に係わる既存システムの複数画面からなる一連業務の実行システム全体の構成例を示す図である。   FIG. 1 is a diagram illustrating a configuration example of an entire execution system for a series of tasks including a plurality of screens of an existing system according to the present embodiment.

一連業務の実行システム1は、実行制御サーバ10と、実行制御情報登録端末11と、既存システム画面稼動端末12と、一連業務実行端末13とがネットワーク14に接続されて構成される。   The execution system 1 for a series of business operations is configured by an execution control server 10, an execution control information registration terminal 11, an existing system screen operation terminal 12, and a series of business execution terminals 13 connected to a network 14.

実行制御サーバ10は、一連業務の画面操作手順・内容を管理し、その内容に基づき、既存システム画面の実行制御を行う。   The execution control server 10 manages the screen operation procedure and contents of a series of tasks, and performs execution control of existing system screens based on the contents.

実行制御情報登録端末11は、一連業務として実行する既存システム画面の実行順、各画面の操作内容・手順を入力するための端末であり、入力した情報は実行制御サーバ10へ送信され、データベースに登録される。   The execution control information registration terminal 11 is a terminal for inputting the execution order of the existing system screens to be executed as a series of operations and the operation contents / procedures of each screen. The input information is transmitted to the execution control server 10 and stored in the database. be registered.

既存システム画面稼動端末12は、一連業務として実行する既存システム画面が稼動する端末である。既存システム画面稼動端末12では、本端末上で稼動する既存システム画面のオブジェクト情報(オブジェクトID、オブジェクト名等)を取得し、実行制御サーバ10へ送信する。送信された情報は実行制御サーバ10で、データベースに登録される。なお、本実施例では一連業務として商品情報登録業務を例にあげて説明する。既存システム操作例として、既存システムの商品属性登録、商品価格登録を一連で実施することとする。実行制御サーバ10から、既存システム画面稼動端末12上の商品属性登録・削除処理、商品価格登録・削除処理を実行する。   The existing system screen operation terminal 12 is a terminal on which an existing system screen executed as a series of operations operates. The existing system screen operation terminal 12 acquires the object information (object ID, object name, etc.) of the existing system screen operating on this terminal and transmits it to the execution control server 10. The transmitted information is registered in the database by the execution control server 10. In the present embodiment, the product information registration work will be described as an example of a series of work. As an example of an existing system operation, product attribute registration and product price registration of an existing system are performed in series. A product attribute registration / deletion process and a product price registration / deletion process on the existing system screen operation terminal 12 are executed from the execution control server 10.

一連業務実行端末13は、既存システム画面を呼び出して一連業務として実行する端末である。本実施例では一連業務として商品情報登録業務を例にあげて説明する。一連業務実行端末13から商品属性価格登録画面で商品情報登録業務を実行すると、実行制御サーバ10経由で既存システムの商品属性登録、商品価格登録を一連で実施する。また、既存システムの商品属性登録、商品価格登録の実行途中でエラーが発生すると、エラー表示画面にエラーが表示される。   The series of business execution terminals 13 is a terminal that calls an existing system screen and executes it as a series of business. In the present embodiment, a product information registration operation will be described as an example of a series of operations. When the product information registration job is executed on the product attribute price registration screen from the series of business execution terminals 13, the product attribute registration and product price registration of the existing system are executed in series via the execution control server 10. Also, if an error occurs during the execution of the product attribute registration and product price registration of the existing system, an error is displayed on the error display screen.

図2は、実行制御サーバ10のハードウェア構成例を示す図である。   FIG. 2 is a diagram illustrating a hardware configuration example of the execution control server 10.

実行制御サーバ10は、制御部200と、記憶部201と、入力部202と、表示部203と、ネットワークインタフェース部204とを具備する。各部は、バス(BUS)によって接続されている。記憶部201には、制御データ登録処理211及び実行制御処理212、画面オブジェクト登録処理213からなるプログラム210と、操作対象画面データベース(以下、「データベース」は「DB」と記す)214、業務名登録DB215、操作名登録DB216、操作内容登録DB217、業務実行順登録DB218、操作状態DB219 が格納されている。プログラム210は、制御部200により記憶部201から図示していないメモリにロードされ実行される。   The execution control server 10 includes a control unit 200, a storage unit 201, an input unit 202, a display unit 203, and a network interface unit 204. Each unit is connected by a bus (BUS). In the storage unit 201, a program 210 including a control data registration process 211, an execution control process 212, and a screen object registration process 213, an operation target screen database (hereinafter, “database” is referred to as “DB”) 214, business name registration A DB 215, an operation name registration DB 216, an operation content registration DB 217, a business execution order registration DB 218, and an operation state DB 219 are stored. The program 210 is loaded from the storage unit 201 to a memory (not shown) by the control unit 200 and executed.

制御データ登録処理211は、実行制御情報登録端末11の業務名登録画面機能
311、業務画面順登録画面機能312、操作名登録画面機能313、業務画面操作登録画面機能314から呼び出され、業務名登録DB215、操作名登録DB216、操作内容登録DB217、業務実行順登録DB218に、既存システム画面稼動端末12の商品属性登録画面機能411、商品属性削除画面機能412、商品価格登録画面機能413、商品価格取消画面機能414を操作するために必要な制御情報を登録する機能を有する。
The control data registration process 211 is called from the business name registration screen function 311, business screen order registration screen function 312, operation name registration screen function 313, business screen operation registration screen function 314 of the execution control information registration terminal 11, and business name registration is performed. DB 215, operation name registration DB 216, operation content registration DB 217, business execution order registration DB 218, product attribute registration screen function 411, product attribute deletion screen function 412, product price registration screen function 413, product price cancellation of existing system screen operation terminal 12 It has a function of registering control information necessary for operating the screen function 414.

実行制御処理212は、一連業務実行端末13の一連業務実行呼出し画面機能から呼び出され、業務名登録DB215、操作名登録DB216、操作内容登録DB217、業務実行順登録DB218を参照しつつ、既存システム画面稼動端末12の商品属性登録画面機能411、商品属性削除画面機能412、商品価格登録画面機能413、商品価格取消画面機能414を操作し、その実行結果を操作状態DB219に更新する機能を有する。   The execution control process 212 is called from the series of business execution call screen functions of the series of business execution terminals 13 and refers to the existing system screen while referring to the business name registration DB 215, operation name registration DB 216, operation content registration DB 217, and business execution order registration DB 218. The product attribute registration screen function 411, the product attribute deletion screen function 412, the product price registration screen function 413, and the product price cancellation screen function 414 of the operating terminal 12 are operated, and the execution result is updated to the operation state DB 219.

画面オブジェクト登録処理213は、既存システム画面稼動端末12の操作対象画面オブジェクト取得画面機能415から呼び出され、既存システム画面稼動端末12の既存システム画面である商品属性登録画面機能411、商品属性削除画面機能412、商品価格登録画面機能413、商品価格取消画面機能414の各画面と画面上のオブジェクトの操作に必要な情報を操作対象画面DB214に登録する機能を有する。   The screen object registration process 213 is called from the operation target screen object acquisition screen function 415 of the existing system screen operation terminal 12, and the product attribute registration screen function 411 and the product attribute deletion screen function which are existing system screens of the existing system screen operation terminal 12. 412, a product price registration screen function 413, and a product price cancellation screen function 414, and a function of registering information necessary for operating an object on the screen in the operation target screen DB 214.

図3は、実行制御情報登録端末11のハードウェア構成例を示す図である。   FIG. 3 is a diagram illustrating a hardware configuration example of the execution control information registration terminal 11.

実行制御情報登録端末11は、制御部300と、記憶部301と、入力部302と、表示部303と、ネットワークインタフェース部304とを具備する。各部は、バス(BUS)によって接続されている。記憶部301には、業務名登録画面機能311及び業務画面順登録画面機能312、操作名登録画面機能313、業務画面操作登録画面機能
314からなるプログラム310が格納されている。プログラム310は、制御部300により記憶部301から図示していないメモリにロードされ実行される。
The execution control information registration terminal 11 includes a control unit 300, a storage unit 301, an input unit 302, a display unit 303, and a network interface unit 304. Each unit is connected by a bus (BUS). The storage unit 301 stores a program 310 including a business name registration screen function 311, a business screen order registration screen function 312, an operation name registration screen function 313, and a business screen operation registration screen function 314. The program 310 is loaded from the storage unit 301 to a memory (not shown) and executed by the control unit 300.

業務名登録画面機能311は、実行制御サーバ10の制御データ登録処理211を呼び出して、一連実行する業務名を登録する機能を有する。   The business name registration screen function 311 has a function of calling the control data registration processing 211 of the execution control server 10 and registering business names to be executed in series.

業務画面順登録画面機能312は、実行制御サーバ10の制御データ登録処理211を呼び出して、一連実行する業務で実行する既存システム画面の実行順を登録する機能を有する。   The business screen order registration screen function 312 has a function of calling the control data registration processing 211 of the execution control server 10 and registering the execution order of existing system screens executed in a series of business operations.

操作名登録画面機能313は実行制御サーバ10の制御データ登録処理211を呼び出して、一連実行する業務で実行する既存システム1画面の一連操作の名称を登録する機能を有する。   The operation name registration screen function 313 has a function of calling the control data registration processing 211 of the execution control server 10 and registering the name of a series of operations on the existing system 1 screen executed in a series of operations to be executed.

業務画面操作登録画面機能314は実行制御サーバ10の制御データ登録処理211を呼び出して、一連実行する業務で実行する既存システム1画面の一連操作の内容を登録する機能を有する。   The business screen operation registration screen function 314 has a function of calling the control data registration processing 211 of the execution control server 10 and registering the contents of a series of operations on the existing system 1 screen executed in a series of business execution.

図4は、既存システム画面稼動端末12のハードウェア構成例を示す図である。   FIG. 4 is a diagram illustrating a hardware configuration example of the existing system screen operation terminal 12.

既存システム画面稼動端末12は、制御部400と、記憶部401と、入力部402と、表示部403と、ネットワークインタフェース部404とを具備する。各部は、バス(BUS)によって接続されている。記憶部401には、商品属性登録画面機能411、及び商品属性削除画面機能412、商品価格登録画面機能413、商品価格取消画面機能414、操作対象画面オブジェクト取得機能415からなるプログラム410が格納されている。プログラム410は、制御部400により記憶部401から図示していないメモリにロードされ実行される。   The existing system screen operation terminal 12 includes a control unit 400, a storage unit 401, an input unit 402, a display unit 403, and a network interface unit 404. Each unit is connected by a bus (BUS). The storage unit 401 stores a product attribute registration screen function 411, a product attribute deletion screen function 412, a product price registration screen function 413, a product price cancellation screen function 414, and an operation target screen object acquisition function 415. Yes. The program 410 is loaded from the storage unit 401 to a memory (not shown) by the control unit 400 and executed.

商品属性登録画面機能411は、既存システムの画面プログラムであり、取引先、消費期限といった仕入れ商品の属性を登録する機能を有する。   The product attribute registration screen function 411 is a screen program of the existing system and has a function of registering attributes of purchased products such as business partners and expiration dates.

商品属性削除画面機能412は、既存システムの画面プログラムであり、取引先、消費期限といった仕入れ商品の属性を削除する機能を有する。   The product attribute deletion screen function 412 is a screen program of the existing system, and has a function of deleting attributes of purchased products such as business partners and expiration dates.

商品価格登録画面機能413は、既存システムの画面プログラムであり、原価、売価といった仕入れ商品の価格情報を登録する機能を有する。   The product price registration screen function 413 is a screen program of the existing system, and has a function of registering price information of purchased products such as cost and selling price.

商品価格取消画面機能414は、既存システムの画面プログラムであり、原価、売価といった仕入れ商品の価格情報を取り消す機能を有する。   The product price cancellation screen function 414 is a screen program of the existing system and has a function of canceling price information of purchased products such as cost and selling price.

操作対象画面オブジェクト取得機能415は、同じ端末上で稼動する既存システム画面の商品属性登録画面機能411、及び商品属性削除画面機能412、商品価格登録画面機能413、商品価格取消画面機能414から、各画面と画面上のオブジェクトの操作に必要な情報を取得し、実行制御サーバ10の画面オブジェクト登録処理213を呼び出して登録する機能を有する。   The operation target screen object acquisition function 415 includes a product attribute registration screen function 411, a product attribute deletion screen function 412, a product price registration screen function 413, and a product price cancellation screen function 414 of an existing system screen operating on the same terminal. It has a function of acquiring information necessary for operating the screen and objects on the screen, and calling and registering the screen object registration processing 213 of the execution control server 10.

図5は、一連業務実行端末13のハードウェア構成例を示す図である。   FIG. 5 is a diagram illustrating a hardware configuration example of the series of business execution terminals 13.

一連業務実行端末13は、制御部500と、記憶部501と、入力部502と、表示部503と、ネットワークインタフェース部504とを具備する。各部は、バス(BUS)によって接続されている。記憶部501には、一連業務実行呼出し画面機能511、及びエラー表示画面機能512からなるプログラム510が格納されている。プログラム510は、制御部500により記憶部501から図示していないメモリにロードされ実行される。   The series of business execution terminals 13 includes a control unit 500, a storage unit 501, an input unit 502, a display unit 503, and a network interface unit 504. Each unit is connected by a bus (BUS). The storage unit 501 stores a program 510 including a series of business execution call screen function 511 and an error display screen function 512. The program 510 is loaded from the storage unit 501 to a memory (not shown) by the control unit 500 and executed.

図6は、既存システムの複数画面からなる一連業務の実行システム全体の処理の流れを示した図である。   FIG. 6 is a diagram showing a flow of processing of the entire execution system for a series of tasks composed of a plurality of screens of the existing system.

まず、既存システム画面稼動端末12から、既存システムの画面を操作するために必要な情報を取得しDBに格納する(ステップS501〜502)。   First, information necessary for operating the screen of the existing system is acquired from the existing system screen operating terminal 12 and stored in the DB (steps S501 to 502).

既存システム画面稼動端末12で操作対象画面オブジェクト取得処理(ステップS501)を実行する。操作対象画面オブジェクト取得処理(ステップS501)は既存システム画面稼動端末12で稼動する既存システム、例えば、「商品属性登録画面機能411、商品属性削除画面機能412、商品価格登録画面機能413、商品価格取消画面機能414」を操作するために必要な画面オブジェクト(画面、テキストボックス、ボタンなど)の画面ID、画面名、オブジェクトID、オブジェクト名、操作をすべて取得し、実行制御サーバ10の操作対象画面DB214に登録する。   The operation target screen object acquisition process (step S501) is executed on the existing system screen operation terminal 12. The operation target screen object acquisition process (step S501) is an existing system that operates on the existing system screen operation terminal 12. For example, “product attribute registration screen function 411, product attribute deletion screen function 412, product price registration screen function 413, product price cancellation” All the screen IDs, screen names, object IDs, object names, and operations of screen objects (screens, text boxes, buttons, etc.) necessary for operating the “screen function 414” are acquired, and the operation target screen DB 214 of the execution control server 10 is acquired. Register with.

操作対象画面オブジェクト取得処理(ステップS501)の流れを説明すると、既存システム画面稼動端末12で既存システム画面を起動した状態で、図13に示す操作対象画面オブジェクト取得画面で「(再)取得」ボタンを押下することにより、画面オブジェクト(画面、テキストボックス、ボタンなど)を取得し、画面ID、画面名、オブジェクトID、オブジェクト名、操作を一覧表示する。一覧表示されたものから登録するものを対象としてチェックを入れ、登録ボタンを押すことで、入力情報が操作対象画面DB214の画面ID701、画面名702、オブジェクトID703、オブジェクト名704、操作705に格納される。実行制御サーバ10は、画面オブジェクト登録結果(ステップS502)により、既存システム画面稼動端末12へ登録結果を送信する。その結果、登録結果件数と正常に終了したことを図13に示す操作対象画面オブジェクト取得画面に表示する。画面ID、オブジェクトIDは、具体的には、OSから当該画面のWindowIDと名称を取得することで、画面ID、画面名称を取得できる。また、オブジェクトID、オブジェクト名、操作は、同様に既存システム画面を起動した状態で、OSから当該画面のWindowID上にあるオブジェクトIDとそのオブジェクト名、さらに、オブジェクトIDがもつメソッドを操作内容として取得する。   The flow of the operation target screen object acquisition process (step S501) will be described. In the state where the existing system screen is activated on the existing system screen operation terminal 12, the “(re) acquire” button is displayed on the operation target screen object acquisition screen shown in FIG. By pressing, a screen object (screen, text box, button, etc.) is acquired, and screen ID, screen name, object ID, object name, and operation are displayed in a list. By checking the items to be registered from the list displayed and pressing the registration button, the input information is stored in the screen ID 701, the screen name 702, the object ID 703, the object name 704, and the operation 705 of the operation target screen DB 214. The The execution control server 10 transmits the registration result to the existing system screen operation terminal 12 based on the screen object registration result (step S502). As a result, the number of registration results and the normal end are displayed on the operation target screen object acquisition screen shown in FIG. Specifically, the screen ID and the object ID can be acquired by acquiring the window ID and name of the screen from the OS. Similarly, with the existing system screen activated, the object ID, object name, and operation are acquired as the operation content from the OS, the object ID and its object name on the window ID of the screen, and the method of the object ID. To do.

次に、実行制御情報登録端末11から、一連業務として商品情報登録業務を行うために必要な既存システムの画面操作内容をDBに登録する(ステップS503〜508)。実行制御情報登録端末11で、画面オブジェクト情報要求(ステップS503)を実行する。画面オブジェクト情報要求(ステップS503)は実行制御サーバ10の操作対象画面DB214に対して、操作対象画面DB214に登録されている全ての操作対象画面オブジェクト情報画面ID701、画面名702、オブジェクトID703、オブジェクト名704、操作705を取得するように要求する。実行制御サーバ10は、操作対象画面DB214から、画面ID701、画面名702、オブジェクトID703、オブジェクト名704、操作705を取得し、実行制御情報登録端末11へ送信する(ステップS504)。   Next, the screen operation contents of the existing system necessary for performing the product information registration work as a series of work are registered in the DB from the execution control information registration terminal 11 (steps S503 to 508). On the execution control information registration terminal 11, a screen object information request (step S503) is executed. The screen object information request (step S503) is performed for all operation target screen object information screen IDs 701, screen names 702, object IDs 703, and object names registered in the operation target screen DB 214 with respect to the operation target screen DB 214 of the execution control server 10. 704, request to obtain the operation 705. The execution control server 10 acquires the screen ID 701, the screen name 702, the object ID 703, the object name 704, and the operation 705 from the operation target screen DB 214, and transmits them to the execution control information registration terminal 11 (step S504).

そして、実行制御情報登録端末11は、業務画面操作登録処理(ステップS505)を実行する。この業務画面操作登録処理では、実行制御サーバ10の操作名登録DB216、操作内容登録DB217に、業務を実施するために必要な操作内容を操作名をつけて既存システムの画面単位で登録する。当該処理は、まず、図15に示す操作名登録画面で操作名を入力し、操作名登録DB216に自動採番した操作ID901と入力された操作名902を格納する。次に、図16に示す業務画面操作登録画面で操作名登録DB216から読み込んだ操作ID901(非表示)、操作名902を選択し、操作対象画面DB214から読み込んだ操作に必要な一連の画面オペレーション(画面ID701(非表示)、画面名702、オブジェクトID703(非表示)、オブジェクト名704、操作705)を選択し、操作実行順に操作内容登録DB217に登録する。このとき、操作内容登録DB217に、上記画面入力内容が操作ID1001と操作実行順1002をキーとして格納される。エラーが発生した場合、既存システムは画面処理単位でトランザクション制御を行っており、既存システムの画面単位で操作内容を操作内容登録DB217に登録しておくことにより、当該操作の途中でエラーが発生しても既存システムの機能で操作前の状態に戻すことができる。また、あわせて当該操作を実施した後で操作の実施前に戻すための既存システムの画面操作内容を上記同様に操作名を付けて操作内容登録DB217に登録する。この操作は一連業務を実行する途中でエラーが発生した場合の戻し処理に利用する。例えば、商品属性登録画面機能での商品属性登録操作を登録し、そのエラー発生時の戻し処理として、商品属性削除画面機能での削除操作を登録する。商品属性登録に続く業務として、商品価格登録画面機能での商品価格登録操作を登録し、そのエラー発生時の戻し処理として、商品価格取消画面機能での取消操作を登録する、といった戻し処理が考えられる。   Then, the execution control information registration terminal 11 executes a business screen operation registration process (step S505). In this business screen operation registration processing, the operation content necessary for carrying out the business is registered in the operation name registration DB 216 and the operation content registration DB 217 of the execution control server 10 with the operation name registered in units of screens of the existing system. In this processing, first, an operation name is input on the operation name registration screen shown in FIG. 15, and the operation ID 901 automatically assigned and the input operation name 902 are stored in the operation name registration DB 216. Next, an operation ID 901 (hidden) and operation name 902 read from the operation name registration DB 216 on the operation screen operation registration screen shown in FIG. 16 are selected, and a series of screen operations necessary for the operation read from the operation target screen DB 214 ( Screen ID 701 (non-display), screen name 702, object ID 703 (non-display), object name 704, operation 705) are selected and registered in the operation content registration DB 217 in the order of operation execution. At this time, the screen input content is stored in the operation content registration DB 217 using the operation ID 1001 and the operation execution order 1002 as keys. If an error occurs, the existing system performs transaction control in units of screen processing, and if an operation content is registered in the operation content registration DB 217 for each screen of the existing system, an error occurs during the operation. However, it is possible to return to the state before the operation with the function of the existing system. In addition, the screen operation content of the existing system for performing the operation and returning to the operation is registered in the operation content registration DB 217 with the operation name as described above. This operation is used for return processing when an error occurs during the execution of a series of tasks. For example, a product attribute registration operation in the product attribute registration screen function is registered, and a deletion operation in the product attribute deletion screen function is registered as a return process when an error occurs. As a task following product attribute registration, registering the product price registration operation with the product price registration screen function, and registering the cancellation operation with the product price cancellation screen function as the return processing when the error occurs is considered It is done.

実行制御サーバ10は、業務画面操作登録結果を実行制御情報登録端末11へ送信する(ステップS506)。   The execution control server 10 transmits the business screen operation registration result to the execution control information registration terminal 11 (step S506).

そして、実行制御情報登録端末11は、業務画面順登録処理(ステップS507)を実行する。この業務画面順登録処理では、実行制御サーバ10の業務名登録DB215、業務実行順登録DB218に、一連の業務名とその業務を実施するために必要な操作を実行順を指定して登録するまた、同時に登録した操作を取り消して、操作前の状態に戻すために必要な操作も戻し操作として登録する。当該処理は、まず、図17に示す業務名登録画面で業務名を入力し、業務名登録DB215に自動採番した業務ID801と入力された業務名802を格納する。次に、図18に示す業務画面順登録画面で業務名登録DB215から読み込んだ業務ID801(非表示)、業務名802を選択し、操作名登録DB216から読み込んだ操作ID901(非表示)、操作名902を、業務に必要な一連の操作とそれに対応する戻し操作(ここでの「操作」は図16に示す業務画面操作登録画面で登録した操作)のそれぞれ1つづつ選択し、業務実行順に登録する。このとき、業務実行順登録DB218に上記画面入力内容を業務ID1101と業務実行順1102をキーとして、操作ID1103、戻し操作ID1104に格納する。ここで登録する操作は、上記業務画面操作登録処理で登録した既存システムの画面単位の操作内容である。例えば、業務実行順1で商品属性登録操作を登録し、業務実行順2で商品価格登録操作を登録する。また、エラー発生時の戻し処理として、業務実行順1で商品属性削除操作を登録し、業務実行順2で商品価格取消操作を登録する、といったことが考えられる。業務画面順登録結果は、実行制御情報登録端末11へ送信される(ステップS508)。   Then, the execution control information registration terminal 11 executes a business screen order registration process (step S507). In this business screen order registration process, a series of business names and operations necessary for performing the business are specified and registered in the business name registration DB 215 and the business execution order registration DB 218 of the execution control server 10. The operation necessary to cancel the registered operation and return to the state before the operation is also registered as the return operation. In this process, first, a business name is input on the business name registration screen shown in FIG. 17, and the business ID 801 automatically numbered and the input business name 802 are stored in the business name registration DB 215. Next, the business ID 801 (hidden) and business name 802 read from the business name registration DB 215 on the business screen order registration screen shown in FIG. 18 are selected, and the operation ID 901 (hidden) and operation name read from the operation name registration DB 216 are selected. 902 is selected one by one for a series of operations required for the business and a corresponding return operation (here, “operation” is an operation registered on the business screen operation registration screen shown in FIG. 16), and registered in the order of business execution. To do. At this time, the screen input content is stored in the operation ID 1103 and the return operation ID 1104 in the business execution order registration DB 218 using the business ID 1101 and the business execution order 1102 as keys. The operation registered here is the operation content of the screen unit of the existing system registered in the business screen operation registration process. For example, the product attribute registration operation is registered in the business execution order 1, and the product price registration operation is registered in the business execution order 2. Further, as a return process when an error occurs, a product attribute deletion operation may be registered in the business execution order 1 and a product price cancellation operation may be registered in the business execution order 2. The business screen order registration result is transmitted to the execution control information registration terminal 11 (step S508).

最後に、一連業務実行端末13から、一連業務として商品情報登録業務を行う(ステップS509〜S514)。   Finally, product information registration work is performed as a series of work from the series of business execution terminals 13 (steps S509 to S514).

一連業務実行端末13で、行いたい一連業務を選択し、一連業務実行呼び出し(ステップS509)を実行する。実行呼び出しを受けて、実行制御サーバ10で業務画面操作実行の呼び出しと業務画面操作が実行される(ステップS510、S511)。当該処理は、まず、図19に示す一連業務実行呼び出し画面で業務名登録DB215の業務ID801(非表示)、業務名802を選択し実行する。その結果、一連業務が正常に終了した場合に、図20に示すように、「正常に終了しました」とのメッセージを出力し、一連業務の途中でエラーが発生した場合に、図21に示すように、「エラーが発生しました」とのメッセージを出力する。   The series of business execution terminals 13 selects a series of business to be performed, and executes a series of business execution calls (step S509). In response to the execution call, the execution control server 10 executes a business screen operation execution call and a business screen operation (steps S510 and S511). In this process, first, the business ID 801 (not shown) and the business name 802 of the business name registration DB 215 are selected and executed on the series of business execution call screen shown in FIG. As a result, when the series of tasks is completed normally, as shown in FIG. 20, a message “successfully completed” is output, and when an error occurs during the sequence of tasks, the sequence shown in FIG. The message “An error has occurred” is output.

業務画面操作実行処理(ステップS511)は実行制御サーバ10の業務名登録DB215、操作名登録DB216、操作内容登録DB217、業務実行順登録DB218を参照し、既存システム画面稼動端末12に対して、一連業務として登録されている既存システムの画面操作を実行する。本処理(ステップS511)の詳細は図22のフローチャートに示す。   The business screen operation execution process (step S511) refers to the business name registration DB 215, operation name registration DB 216, operation content registration DB 217, and business execution order registration DB 218 of the execution control server 10, and performs a series of operations on the existing system screen operation terminal 12. Execute screen operations for existing systems registered as business. Details of this process (step S511) are shown in the flowchart of FIG.

既存システム画面稼動端末12では、業務実行順登録DB218に登録されている操作が正常に完了する毎に、もしくは、既存システム画面で実行中にエラーが発生した時点で業務画面操作実行結果を実行制御サーバ10に送信する(ステップS512)。そして、正常に操作が完了した場合には操作状態DB219の該当する業務実行順のステータスを1(実行済)に更新する。実行制御サーバ10は画面操作の実行がすべて完了した時点、もしくは、既存システム画面で実行中にエラーが発生した時点で、一連業務実行結果を一連業務実行端末13へ送信する(ステップS512)。実行制御サーバ10で、エラーが発生したという実行結果を受け取った場合は、実行制御サーバ10はエラー時操作実行(ステップS513)で実行制御サーバ10の操作状態DB219、操作内容登録DB217、業務実行順登録DB218を参照し、操作状態DB219のステータスが1(実行済)となっている業務実行順に該当する、業務実行順登録DB218の戻し操作IDを業務実行順の降順に実行する。戻し操作の内容は、操作内容登録DB217の該当する操作IDを参照し、該当操作を実行する。本処理(ステップS513)の詳細は図23のフローチャートに示す。エラー時操作実行結果は、実行制御サーバ10へ送信される(ステップS514)。   The existing system screen operation terminal 12 executes and controls the execution result of the business screen operation every time the operation registered in the business execution order registration DB 218 is normally completed or when an error occurs during execution on the existing system screen. It transmits to the server 10 (step S512). When the operation is normally completed, the status of the corresponding job execution order in the operation state DB 219 is updated to 1 (executed). The execution control server 10 transmits a series of business execution results to the series of business execution terminals 13 when the execution of all screen operations is completed or when an error occurs during execution on the existing system screen (step S512). When the execution control server 10 receives the execution result indicating that an error has occurred, the execution control server 10 performs the operation execution at the time of error (step S513), the operation state DB 219, the operation content registration DB 217 of the execution control server 10, and the job execution order. Referring to the registration DB 218, the return operation ID of the business execution order registration DB 218 corresponding to the business execution order in which the status of the operation state DB 219 is 1 (executed) is executed in descending order of the business execution order. The content of the return operation refers to the corresponding operation ID in the operation content registration DB 217 and executes the corresponding operation. Details of this process (step S513) are shown in the flowchart of FIG. The error operation execution result is transmitted to the execution control server 10 (step S514).

図7は、実行制御サーバ10が具備する操作対象画面DB214のデータ構成例を示す図である。   FIG. 7 is a diagram illustrating a data configuration example of the operation target screen DB 214 included in the execution control server 10.

操作対象画面DB214は、既存システムを操作するために必要な画面とその画面上のオブジェクトを記憶するDBであり、既存システム画面稼動端末12で稼動している既存システムの画面、オブジェクト情報を受信し、制御データ登録処理211により更新される。図7に示すように、操作対象画面DB214は、画面ID701と、画面名702と、オブジェクトID703と、オブジェクト名704と、操作705と、をそれぞれ対応付けて記憶する。ここで、画面ID701とは、既存システムの画面単位にOSから割り振られる番号であり、この画面ID701には、その画面内に存在するオブジェクトID703が1つ以上結び付けられる。また、オブジェクトID703にはそのオブジェクトのメソッドが705として、1つ以上結び付けられる。操作対象画面DB214のキーは画面ID701、オブジェクトID703、操作705である。   The operation target screen DB 214 is a DB that stores screens necessary for operating the existing system and objects on the screen, and receives screens and object information of the existing system operating on the existing system screen operation terminal 12. It is updated by the control data registration process 211. As illustrated in FIG. 7, the operation target screen DB 214 stores a screen ID 701, a screen name 702, an object ID 703, an object name 704, and an operation 705 in association with each other. Here, the screen ID 701 is a number assigned by the OS in units of screens of the existing system, and one or more object IDs 703 existing in the screen are associated with the screen ID 701. Further, one or more methods are associated with the object ID 703 as the method 705 of the object. Keys of the operation target screen DB 214 are a screen ID 701, an object ID 703, and an operation 705.

図8は、実行制御サーバ10が具備する業務名登録DB215のデータ構成例を示す図である。   FIG. 8 is a diagram illustrating a data configuration example of the business name registration DB 215 included in the execution control server 10.

業務名登録DB215は、既存システムの各画面を一連で操作することで実現できる業務内容に該当する名称を記憶するDBであり、実行制御情報登録端末11で稼動している業務名登録画面機能311から入力された業務名を受信し、制御データ登録処理211により更新される。図8に示すように、業務名登録DB215は、業務ID801と、業務名802と、をそれぞれ対応付けて記憶する。ここで、業務ID801とは、システムで取得される連番であり、業務名802は既存システム画面を一連で操作することで実現できる業務内容に該当する名称である。業務名登録DB215のキーは業務ID801である。   The business name registration DB 215 is a DB that stores names corresponding to business contents that can be realized by operating each screen of the existing system in series, and the business name registration screen function 311 that is running on the execution control information registration terminal 11. Is received by the control data registration process 211 and is updated. As shown in FIG. 8, the business name registration DB 215 stores a business ID 801 and a business name 802 in association with each other. Here, the business ID 801 is a serial number acquired by the system, and the business name 802 is a name corresponding to the business content that can be realized by operating a series of existing system screens. The key of the business name registration DB 215 is a business ID 801.

図9は、実行制御サーバ10が具備する操作名登録DB216のデータ構成例を示す図である。   FIG. 9 is a diagram illustrating a data configuration example of the operation name registration DB 216 included in the execution control server 10.

操作名登録DB216は、既存システムの各画面を一連で操作する手順に該当する名称を記憶するDBであり、実行制御情報登録端末11で稼動している操作名登録画面機能313から入力された業務名を受信し、制御データ登録処理211により更新される。図9に示すように、操作名登録DB216は、操作ID901と、操作名902と、をそれぞれ対応付けて記憶する。ここで、操作ID901とは、システムで取得される連番であり、操作名902は既存システムの1画面を操作する手順に該当する名称である。操作名登録DB216のキーは操作ID901である。   The operation name registration DB 216 is a DB that stores names corresponding to a procedure for operating each screen of the existing system in series, and is a task input from the operation name registration screen function 313 operating on the execution control information registration terminal 11. The name is received and updated by the control data registration process 211. As illustrated in FIG. 9, the operation name registration DB 216 stores an operation ID 901 and an operation name 902 in association with each other. Here, the operation ID 901 is a serial number acquired by the system, and the operation name 902 is a name corresponding to a procedure for operating one screen of the existing system. The key of the operation name registration DB 216 is an operation ID 901.

図10は、実行制御サーバ10が具備する操作内容登録DB217のデータ構成例を示す図である。   FIG. 10 is a diagram illustrating a data configuration example of the operation content registration DB 217 included in the execution control server 10.

操作内容登録DB217は、既存システムの各画面を一連で操作する手順を示す情報を記憶するDBであり、実行制御情報登録端末11で稼動している業務画面操作登録画面機能314により入力された画面操作内容を受信し、制御データ登録処理211により更新される。図10に示すように、操作内容登録DB217は、操作ID1001と、操作実行順1002と、画面ID1003と、オブジェクトID1004と、操作1005と、入力データ1006と、をそれぞれ対応付けて記憶する。ここで、操作ID1001は操作名登録DB216に登録された操作ID901と関連付けされ、画面ID1003、オブジェクトID1004、操作1005は、操作対象画面DB214の画面ID701、オブジェクトID703、操作705と関連付けされている。また、入力データ 1006は操作705の操作を実行する場合に入力するデータがある場合にそのデータを登録する。操作実行順1002は画面を一連で操作するための各画面操作の実行順を登録する。操作内容登録DB217のキーは操作ID 1001と、操作実行順1002である。   The operation content registration DB 217 is a DB that stores information indicating a procedure for operating each screen of the existing system in a series, and is a screen input by the business screen operation registration screen function 314 operating on the execution control information registration terminal 11. The operation content is received and updated by the control data registration process 211. As illustrated in FIG. 10, the operation content registration DB 217 stores an operation ID 1001, an operation execution order 1002, a screen ID 1003, an object ID 1004, an operation 1005, and input data 1006 in association with each other. Here, the operation ID 1001 is associated with the operation ID 901 registered in the operation name registration DB 216, and the screen ID 1003, the object ID 1004, and the operation 1005 are associated with the screen ID 701, the object ID 703, and the operation 705 of the operation target screen DB 214. The input data 1006 is registered when there is data to be input when the operation 705 is executed. The operation execution order 1002 registers the execution order of each screen operation for operating the screen in series. The keys of the operation content registration DB 217 are an operation ID 1001 and an operation execution order 1002.

図11は、実行制御サーバ10が具備する業務実行順登録DB218のデータ構成例を示す図である。   FIG. 11 is a diagram illustrating a data configuration example of the business execution order registration DB 218 included in the execution control server 10.

業務実行順登録DB218は、既存システムの各画面を一連で操作することで実現できる業務実行手順を記憶するDBであり、実行制御情報登録端末11で稼動している業務画面順登録画面機能312により入力された業務実行順を受信し、制御データ登録処理211により更新される。図11に示すように業務実行順登録DB218は、業務ID1101と、業務実行順1102と、操作ID1103と、戻し操作ID1104と、をそれぞれ対応付けて記憶する。ここで、業務ID1101とは、業務名登録DB215の業務ID801と関連付けされており、操作ID1103、戻し操作ID1104は、操作名登録DB216の操作ID901と関連付けされている。業務実行順1102は業務を一連で実施するための既存システム操作の実行順を登録する。業務実行順登録DB218のキーは業務ID1101と、業務実行順1102である。   The business execution order registration DB 218 is a DB that stores a business execution procedure that can be realized by operating each screen of the existing system in series, and is executed by the business screen order registration screen function 312 running on the execution control information registration terminal 11. The inputted job execution order is received and updated by the control data registration process 211. As illustrated in FIG. 11, the business execution order registration DB 218 stores a business ID 1101, a business execution order 1102, an operation ID 1103, and a return operation ID 1104 in association with each other. Here, the business ID 1101 is associated with the business ID 801 of the business name registration DB 215, and the operation ID 1103 and the return operation ID 1104 are associated with the operation ID 901 of the operation name registration DB 216. The business execution order 1102 registers the execution order of existing system operations for performing a series of business operations. Keys of the business execution order registration DB 218 are a business ID 1101 and a business execution order 1102.

図12は、実行制御サーバ10が具備する操作状態DB219のデータ構成例を示す図である。   FIG. 12 is a diagram illustrating a data configuration example of the operation state DB 219 included in the execution control server 10.

操作状態DB219は、既存システム画面を一連で操作することで実現できる業務実行手順の実行状態を示す情報を記憶するDBであり、実行制御処理212により更新される。図12に示すように操作状態DB219は、業務ID1201と、業務実行順1202と、ステータス1203と、をそれぞれ対応付けて記憶する。ここで、業務ID1201と、業務実行順1202は、業務実行順登録DB218の業務ID1101、業務実行順1102と関連付けされている。ステータス1203は当該業務実行手順の実行状態が登録される。実行が完了した手順は“1”、未完了の手順は“0”が登録される。操作状態DB219のキーは業務ID1201と、業務実行順1202である。   The operation state DB 219 is a DB that stores information indicating the execution state of the business execution procedure that can be realized by operating a series of existing system screens, and is updated by the execution control process 212. As illustrated in FIG. 12, the operation state DB 219 stores a business ID 1201, a business execution order 1202, and a status 1203 in association with each other. Here, the business ID 1201 and the business execution order 1202 are associated with the business ID 1101 and the business execution order 1102 of the business execution order registration DB 218. The status 1203 registers the execution state of the business execution procedure. “1” is registered for the procedure that has been executed, and “0” is registered for the procedure that has not been completed. The keys of the operation state DB 219 are a business ID 1201 and a business execution order 1202.

図22は、実行制御サーバ10の実行制御処理212のうち、図6に示した業務画面操作実行処理(ステップS511)の詳細を示すフローチャートである。   FIG. 22 is a flowchart showing details of the business screen operation execution process (step S511) shown in FIG. 6 in the execution control process 212 of the execution control server 10.

業務画面操作実行処理(ステップS511)は、一連業務実行端末13から送信された業務IDを受信(ステップS5101)し、その業務IDをキーに業務実行順登録DB218から業務実行順1102と操作ID1103を読み込む(ステップS5102)。   In the business screen operation execution process (step S511), the business ID transmitted from the series of business execution terminals 13 is received (step S5101), and the business execution order 1102 and the operation ID 1103 are received from the business execution order registration DB 218 using the business ID as a key. Read (step S5102).

次に、当該業務ID1101の読み込んだ業務実行順1102の昇順に業務実行順1102が最大値に達するまで、下記を繰り返す(ステップS5103、S5111)。なお、業務実行順1102が最大値に達した時点で一連業務実行端末13に正常終了を送信する(ステップS5112)。繰り返す処理は、以下の処理である。   Next, the following is repeated until the business execution order 1102 reaches the maximum value in the ascending order of the business execution order 1102 read by the business ID 1101 (steps S5103 and S5111). When the job execution order 1102 reaches the maximum value, a normal end is transmitted to the series of job execution terminals 13 (step S5112). The process to be repeated is the following process.

まず、操作ID1103をキーに操作内容登録DB217から画面ID1003、オブジェクトID1004、操作1005、入力データ1006を読み込み(ステップS5104)、既存システム画面稼動端末12に送信し、既存システムの画面ID1003に該当する画面のオブジェクトID1004に該当するオブジェクト(テキストボックス、ボタン等)に対して、操作1005(入力、クリック等)を実行する。なお、操作1005の値がINPUT(入力)の場合は、入力データ1006の値を自動入力する(ステップS5106)。操作実行結果を既存システム画面稼動端末12から受信する(ステップS5107)。操作実行結果がエラーの場合は、図6に示したエラー時操作実行(ステップS513)を実行する。エラーでない場合は、操作実行順1002を1つ増やして、上記手順を同様に実行する(ステップS5108)。現在の操作IDに対して操作内容登録DB217に登録されている操作実行順1002の最大値まで達した時点で実行完了とする(ステップS5105、S5109)。実行完了時点で、操作状態DB219の業務ID1201、業務実行順1202に該当するステータス1203を1(“正常終了”)に更新する(ステップS5110)。   First, the screen ID 1003, object ID 1004, operation 1005, and input data 1006 are read from the operation content registration DB 217 using the operation ID 1103 as a key (step S5104), transmitted to the existing system screen operation terminal 12, and the screen corresponding to the screen ID 1003 of the existing system. An operation 1005 (input, click, etc.) is executed for the object (text box, button, etc.) corresponding to the object ID 1004. When the value of the operation 1005 is INPUT (input), the value of the input data 1006 is automatically input (step S5106). The operation execution result is received from the existing system screen operating terminal 12 (step S5107). If the operation execution result is an error, the error-time operation execution (step S513) shown in FIG. 6 is executed. If it is not an error, the operation execution order 1002 is incremented by 1, and the above procedure is executed in the same manner (step S5108). When the current operation ID reaches the maximum value of the operation execution order 1002 registered in the operation content registration DB 217, the execution is completed (steps S5105 and S5109). When the execution is completed, the status 1203 corresponding to the job ID 1201 and the job execution order 1202 in the operation status DB 219 is updated to 1 (“normal end”) (step S5110).

図23は、実行制御サーバ10の実行制御処理212のうち、図6に示したエラー時操作実行処理(ステップS513)の詳細を示すフローチャートである。   FIG. 23 is a flowchart showing details of the error operation execution process (step S513) shown in FIG. 6 in the execution control process 212 of the execution control server 10.

エラー時操作実行(ステップS513)は、業務画面操作実行(ステップS510)から呼び出され、その時点の業務IDをキーに、操作状態DB219から、業務実行順1202の降順に、業務実行順1202が1に到達するまで(ステップS5131、S5139)、ステータス1203を読み込む(ステップS5132)。ステータス1203が0の場合(ステップS5133)は業務実行順を1つ減じて、次のステータス1203を読み込む(ステップS5139)。   The operation execution upon error (step S513) is called from the business screen operation execution (step S510), and the business execution order 1202 is set to 1 in descending order of the business execution order 1202 from the operation status DB 219 using the current business ID as a key. Until it reaches (steps S5131, S5139), the status 1203 is read (step S5132). If the status 1203 is 0 (step S5133), the job execution order is decremented by 1, and the next status 1203 is read (step S5139).

ステータス1203が1の場合(ステップS5133)は業務ID1201と業務実行順1202をキーに操作実行順登録DB218から戻し操作ID1104を読み込む(ステップS5134)。次に、戻し操作ID1104をキーとして操作内容登録DB217の操作ID1001と関連付けることで、操作内容登録DB217から画面ID1003、オブジェクトID1004、操作1005、入力データ1006を読み込み(ステップS5135)、既存システム画面稼動端末12に送信し、既存システムの画面ID1003に対応した画面のオブジェクトID1004に該当するオブジェクト(テキストボックス、ボタン等)に対して、操作1005(入力、クリック等)を実行する(ステップS5137)。なお、操作1005が入力の場合は、入力データ1006の値を自動入力する。現在の操作ID1001に対して操作内容登録DB217に登録されている操作実行順1002の最大値まで達した時点で実行完了とする(ステップS5136、S5138)。実行完了した時点で、操作状態DB219の業務実行順1202を1つ減じて、次のステータス1203を読み込む(ステップS5131、S5139)。   If the status 1203 is 1 (step S5133), the return operation ID 1104 is read from the operation execution order registration DB 218 using the business ID 1201 and the business execution order 1202 as keys (step S5134). Next, the screen ID 1003, the object ID 1004, the operation 1005, and the input data 1006 are read from the operation content registration DB 217 by associating the return operation ID 1104 with the operation ID 1001 of the operation content registration DB 217 (step S5135). The operation 1005 (input, click, etc.) is executed for the object (text box, button, etc.) corresponding to the screen object ID 1004 corresponding to the screen ID 1003 of the existing system (step S5137). If the operation 1005 is an input, the value of the input data 1006 is automatically input. When the current operation ID 1001 reaches the maximum value in the operation execution order 1002 registered in the operation content registration DB 217, the execution is completed (steps S5136 and S5138). When the execution is completed, the job execution order 1202 in the operation status DB 219 is decremented by 1, and the next status 1203 is read (steps S5131, S5139).

業務実行順1202が1に到達した時点で、一連業務実行端末13に一連業務の異常終了を送信する(ステップS5140)。   When the job execution order 1202 reaches 1, an abnormal end of the job sequence is transmitted to the job sequence execution terminal 13 (step S5140).

以上、本発明の一実施例を説明したが、上述の実施例によれば、独立して業務を実行する複数の既存システムの複数画面の操作を、一連業務として実行中に、エラーが発生した場合、最初の画面操作前の状態に戻すことができる。これにより、人がエラー発生時までの画面操作実行状況を考慮した戻し処理を行う手間を省略でき、かつ、すぐに別の入力データで再実行できる。   As mentioned above, although one embodiment of the present invention has been described, according to the above-described embodiment, an error has occurred during the operation of a plurality of screens of a plurality of existing systems that independently execute a task as a series of tasks. In this case, it is possible to return to the state before the first screen operation. As a result, it is possible to save the person from having to perform the return processing in consideration of the screen operation execution status until the time of the error occurrence, and the user can immediately re-execute with another input data.

また、本発明は、上述の実施例に限定されるものではなく、その要旨を逸脱しない範囲で種々変更可能である。   The present invention is not limited to the above-described embodiments, and various modifications can be made without departing from the scope of the invention.

10…実行制御サーバ、11…実行制御情報登録端末、12…既存システム画面稼動端末、13…一連業務実行端末、200、300、400、500…制御部、201、301、401、501…記憶部、202、302、402、502…入力部、203、303、403、503…表示部、204、304、404、504…ネットワークインタフェース部。
DESCRIPTION OF SYMBOLS 10 ... Execution control server, 11 ... Execution control information registration terminal, 12 ... Existing system screen operation terminal, 13 ... Series operation execution terminal, 200, 300, 400, 500 ... Control part, 201, 301, 401, 501 ... Storage part 202, 302, 402, 502... Input unit, 203, 303, 403, 503... Display unit, 204, 304, 404, 504.

Claims (5)

独立して業務を実行する複数の既存システムの複数画面の操作を、一連業務として実行するサーバにおける画面操作の実行制御方法であって、
前記サーバは、制御部と記憶部を具備し、
前記制御部により、
他のコンピュータから、一連業務の実行に必要な画面操作情報を業務手順情報と共に取得して前記記憶部に登録する処理と、
前記他のコンピュータから、前記既存システムの画面を業務実行前の状態に戻すための画面操作情報を取得して前記記憶部に登録する処理と、
前記他のコンピュータから前記業務実行の起動要求を受けると、前記画面の操作を実行すると共に、その実行状態を前記記憶部に登録する処理と、
前記画面の操作の実行中にエラーを検出すると、前記記憶部に登録された情報に基づき、前記既存システムの画面を前記業務実行前の状態に戻す処理とを実施する、
ことを特徴とする画面操作の実行制御方法。
A screen operation execution control method in a server that executes a plurality of screen operations of a plurality of existing systems that independently execute a task as a series of tasks,
The server includes a control unit and a storage unit,
By the control unit,
A process for acquiring screen operation information necessary for execution of a series of operations together with business procedure information from another computer and registering it in the storage unit;
A process of acquiring screen operation information for returning the screen of the existing system to the state before the business execution from the other computer and registering it in the storage unit;
When receiving the business execution start request from the other computer, the operation of the screen is executed, and the execution state is registered in the storage unit;
When an error is detected during the operation of the screen, based on the information registered in the storage unit, a process of returning the screen of the existing system to the state before the business execution is performed.
A screen operation execution control method.
前記制御部により、
さらに、前記他のコンピュータから、前記既存システムの複数画面の操作の実行に必要な画面上のオブジェクトを取得し、前記一連業務の実行に必要な画面操作情報に基づき、前記既存システムの画面に対して、前記画面上のオブジェクトを指定して前記画面の操作を実行する処理を実施する、
ことを特徴とする請求項1に記載の画面操作の実行制御方法。
By the control unit,
Further, from the other computer, an object on the screen necessary for executing the operation of the plurality of screens of the existing system is acquired, and the screen of the existing system is acquired based on the screen operation information required for executing the series of tasks. To execute an operation of the screen by designating an object on the screen,
The screen operation execution control method according to claim 1.
独立して業務を実行する複数の既存システムの複数画面の操作を、一連業務として実行するサーバであって、
制御部と記憶部を具備し、
前記制御部は、
他のコンピュータから、一連業務の実行に必要な画面操作情報を業務手順情報と共に取得して前記記憶部に登録し、
前記他のコンピュータから、前記既存システムの画面を業務実行前の状態に戻すための画面操作情報を取得して前記記憶部に登録し、
前記他のコンピュータから前記業務実行の起動要求を受けると、前記画面の操作を実行すると共に、その実行状態を前記記憶部に登録し、
前記画面の操作の実行中にエラーを検出すると、前記記憶部に登録された情報に基づき、前記既存システムの画面を前記業務実行前の状態に戻す、
ことを特徴とするサーバ。
A server that executes multiple screen operations of multiple existing systems that execute tasks independently as a series of tasks,
A control unit and a storage unit;
The controller is
From other computers, screen operation information necessary for execution of a series of operations is acquired together with the operation procedure information and registered in the storage unit,
From the other computer, obtain the screen operation information for returning the screen of the existing system to the state before the business execution, and register it in the storage unit,
Upon receiving the business execution start request from the other computer, the operation of the screen is executed and the execution state is registered in the storage unit,
When an error is detected during the operation of the screen, the screen of the existing system is returned to the state before the business execution based on the information registered in the storage unit.
A server characterized by that.
前記制御部は、
さらに、前記他のコンピュータから、前記既存システムの複数画面の操作の実行に必要な画面上のオブジェクトを取得し、前記一連業務の実行に必要な画面操作情報に基づき、前記既存システムの画面に対して、前記画面上のオブジェクトを指定して前記画面の操作を実行する、
ことを特徴とする請求項3に記載のサーバ。
The controller is
Further, from the other computer, an object on the screen necessary for executing the operation of the plurality of screens of the existing system is acquired, and the screen of the existing system is acquired based on the screen operation information required for executing the series of tasks. Specify the object on the screen and execute the operation on the screen.
The server according to claim 3.
コンピュータを制御して、請求項1および請求項2に記載の画面操作の実行制御方法を実行するプログラム。   A program for controlling a computer to execute the screen operation execution control method according to claim 1.
JP2010114882A 2010-05-19 2010-05-19 Execution control method for screen operation, server and program Pending JP2011243013A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010114882A JP2011243013A (en) 2010-05-19 2010-05-19 Execution control method for screen operation, server and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010114882A JP2011243013A (en) 2010-05-19 2010-05-19 Execution control method for screen operation, server and program

Publications (1)

Publication Number Publication Date
JP2011243013A true JP2011243013A (en) 2011-12-01

Family

ID=45409591

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010114882A Pending JP2011243013A (en) 2010-05-19 2010-05-19 Execution control method for screen operation, server and program

Country Status (1)

Country Link
JP (1) JP2011243013A (en)

Similar Documents

Publication Publication Date Title
US9916552B2 (en) Workflow system and method with skip function
US9483307B2 (en) Asynchronous, interactive task workflows
JP6078080B2 (en) Sharing and transferring message content between users
WO2019186778A1 (en) Work assistance device, work assistance system, work assistance method, and work assistance program
JP6742125B2 (en) Business management device, information processing method, and business management program
WO2014136228A1 (en) Programmable controller, programmable controller system, and execute error information creation method
US20220147304A1 (en) Maintenance method, maintenance server, and non-transitory computer readable medium
JP2006285348A (en) Transaction information input system
JP2018112875A (en) Knowledge managing device, knowledge managing method and computer program
JP2011243013A (en) Execution control method for screen operation, server and program
JP2010211593A (en) Progress input support system
JP2010262361A (en) Business management system
JP2019128859A (en) Information processing device
JP2008269029A (en) Electronic operation manual system, method of providing electronic operation manual, and program for browsing electronic operation manual
JP5873913B2 (en) Business recovery support system and centralized management system
JP6161546B2 (en) A method, apparatus, and program for generating and displaying a specific area.
JP5716704B2 (en) Data linkage flow management device and data integration device
JP2020052450A (en) Information processing apparatus and program
JP2020102064A (en) Automatic instruction system, method and program
US11861417B2 (en) Operation support system, operation support method, and operation support program
JP7078958B2 (en) Manual system
JP7055939B1 (en) Process control equipment and process control program
JP6076929B2 (en) Work procedure management system
JP2005084944A (en) Business process management method and system
JP2017187906A (en) System, and method for controlling system