JP2007094572A - Master data management device and master data management program - Google Patents

Master data management device and master data management program Download PDF

Info

Publication number
JP2007094572A
JP2007094572A JP2005280613A JP2005280613A JP2007094572A JP 2007094572 A JP2007094572 A JP 2007094572A JP 2005280613 A JP2005280613 A JP 2005280613A JP 2005280613 A JP2005280613 A JP 2005280613A JP 2007094572 A JP2007094572 A JP 2007094572A
Authority
JP
Japan
Prior art keywords
data
master data
master
processing
update
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.)
Withdrawn
Application number
JP2005280613A
Other languages
Japanese (ja)
Inventor
Satoshi Yamanaka
聡 山中
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.)
Toshiba Corp
Toshiba Digital Solutions Corp
Original Assignee
Toshiba Corp
Toshiba Solutions Corp
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 Toshiba Corp, Toshiba Solutions Corp filed Critical Toshiba Corp
Priority to JP2005280613A priority Critical patent/JP2007094572A/en
Publication of JP2007094572A publication Critical patent/JP2007094572A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To reduce the occurrence probability of mismatching between data and to attain work efficiency in update operation such as addition and alteration of data constituting master data. <P>SOLUTION: This master data management device comprises a history storage means 11a for storing operation history data having a record including operation number information given in the unit of a series of operation in updating a plurality of master data, processing number information given in the order of updating of master data in the series of operation, master data identifier information for identifying master data to be updated in the processing number information, item identifier information for identifying items of data constituting the master data, and processing classification information for identifying classification of operated processing, wherein the record is related to time series information of procedure for carrying out processing; and a master data updating means 14c for updating the plurality of master data according to the order of processing included in the operation history data based on input update contents. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、マスタデータ管理装置及びマスタデータ管理プログラムに関する。   The present invention relates to a master data management device and a master data management program.

複数のシステムや端末において共有して利用するマスタデータには、カテゴリが異なり、異なるデータ構成の複数のマスタデータが含まれていることがある。また、各カテゴリのマスタデータを構成するデータの項目には、(1)全てのカテゴリのマスタデータを構成する際に利用されるデータの項目である「主キー項目」、(2)「主キー項目」ではないが、カテゴリの属性上、マスタデータの構成に必須なデータの項目である「必須項目」、及び、(3)「主キー」又は「必須項目」ではないが、カテゴリの属性上、マスタデータの構成に任意なデータの項目である「任意項目」がある。   Master data shared and used in a plurality of systems and terminals may include a plurality of master data with different categories and different data configurations. In addition, the items of data constituting the master data of each category include (1) “primary key item” which is a data item used when constituting the master data of all categories, and (2) “primary key”. Although it is not an “item”, it is not an “essential item”, which is an item of data essential to the configuration of the master data, and (3) is not a “primary key” or “essential item” but is an attribute of the category There is an “arbitrary item” which is an item of arbitrary data in the configuration of the master data.

たとえば、上述したように各カテゴリのマスタデータで共通して使用されるの「主キー」である情報を含む場合であっても、各マスタデータにおけるそれぞれの情報が関連付けられて記憶されていない。また、「必須項目」や「任意項目」のデータについて複数のカテゴリのマスタデータで共通して使用される場合であっても、それぞれの情報が関連付けられて記憶されていない。   For example, as described above, even when information that is a “primary key” that is commonly used in the master data of each category is included, the information in each master data is not stored in association with each other. Further, even when the “essential items” and “arbitrary items” data are used in common in the master data of a plurality of categories, the respective information is not stored in association with each other.

そのため、このような従来のマスタデータに新たな情報を挿入したり、マスタデータに含まれる情報を削除したり、情報の内容を変更する等の更新の操作を行う場合、複数のカテゴリのマスタデータに含まれる同一の項目のデータについても、各カテゴリのマスタデータ毎に別々に更新の操作を行っており、同一の項目のデータを複数回入力する手間を要する。また、各カテゴリについて情報を入力する際に誤りをなくす必要があるとともに、各カテゴリのマスタデータの整合性を保つため、マニュアル等に注意を喚起しており、マスタデータの更新の操作をさらに複雑にしている。   Therefore, when performing update operations such as inserting new information into such conventional master data, deleting information contained in the master data, or changing the contents of the information, multiple categories of master data As for the data of the same item included in the data, the update operation is performed separately for each master data of each category, and it takes time to input the data of the same item a plurality of times. In addition, it is necessary to eliminate errors when inputting information for each category, and attention is given to the manual etc. in order to maintain the consistency of the master data of each category, and the operation of updating the master data is further complicated I have to.

マスタデータを共有するために、分散して管理される複数ある同一の内容のマスタデータのデータを集中的に管理する技術がある。具体的には、いずれかのマスタデータで更新がされた場合、この更新を同一の内容のマスタデータに対して反映させるか否かを判定することによってマスタデータのデータの集中的な管理に利用している。これによれば、自由度を持たせてマスタデータの登録や更新を統一する技術もある(例えば、特許文献1)。
特開2002−169717号公報
In order to share master data, there is a technique for centrally managing a plurality of pieces of master data having the same contents that are managed in a distributed manner. Specifically, when any of the master data is updated, it is used for centralized management of the master data by deciding whether or not to reflect this update on the same master data. is doing. According to this, there is also a technique that unifies registration and update of master data with a degree of freedom (for example, Patent Document 1).
JP 2002-169717 A

しかしながら、上述した特許文献1に記載の技術によれば、マスタデータの更新について集中的な管理に利用するものであり、異なる内容のマスタデータの更新の操作について統一するものではなくデータの整合性は保障されない。また、マスタデータを構成するデータの更新を同一の操作の手順で複数回行う場合であっても、同一の操作の手順を繰り返して行なわなければならない。   However, according to the technique described in Patent Document 1 described above, the update of master data is used for centralized management, and the operation of updating master data having different contents is not unified, but the consistency of data. Is not guaranteed. Further, even when updating data constituting the master data is performed a plurality of times in the same operation procedure, the same operation procedure must be repeated.

本発明によれば、マスタデータを構成するデータの追加・変更等の更新操作についてデータ間の不整合の発生確率低減及び作業効率化を図ることを目的とする。   According to the present invention, an object of the present invention is to reduce the probability of occurrence of inconsistency between data and to improve work efficiency for update operations such as addition / change of data constituting master data.

上記課題を解決するために、本発明の特徴に係るマスタデータ管理装置は、複数のマスタデータの更新にかかる一連の操作を単位として付与される操作番号情報と、一連の操作においてマスタデータの更新の順番に付与される処理番号情報と、当該処理番号情報における更新の対象であるマスタデータを識別するマスタデータ識別子情報と、マスタデータを構成するデータの項目を識別する項目識別子情報と、操作された処理の種別を識別する処理種別情報とを含むレコードを有する操作履歴データであって、さらにレコードは処理を実行する手順の時系列情報と関連付けられている操作履歴データを記憶装置に記憶させる履歴記憶手段と、入力された更新の内容に基づいて、操作履歴データに含まれる処理の順序に従って複数のマスタデータを更新するマスタデータ更新手段とを有することを特徴とする。   In order to solve the above problems, a master data management device according to a feature of the present invention includes operation number information given in units of a series of operations for updating a plurality of master data, and updating of master data in a series of operations. Processing number information given in the order, master data identifier information for identifying master data to be updated in the processing number information, and item identifier information for identifying data items constituting the master data. Operation history data having a record including process type information for identifying the type of the processed process, and the record further stores a history of operation history data associated with time series information of a procedure for executing the process in the storage device Based on the storage means and the content of the input update, a plurality of master data are arranged according to the order of processing included in the operation history data. And having a master data updating means for updating the.

上記構成の本発明によれば、過去に実行したマスタデータの更新処理と同一の処理については、過去の更新処理の順序と同一の順序で実行することが出来る。   According to the present invention having the above-described configuration, the same process as the master data update process executed in the past can be executed in the same order as the order of the past update processes.

マスタデータ管理装置は、記憶装置から前記操作履歴データを読み出すと、操作番号情報及び処理番号情報が同一のレコードを一連の操作においてマスタデータの更新の処理を実行するグループとして抽出するグループ抽出手段と、操作番号情報が同一であるグループが複数あると判定すると、グループのレコードに共通して含まれる項目識別子情報で識別される項目を共通項目として抽出する共通項目抽出手段と、操作履歴データに基づいて、更新の処理について時系列の順番に付与される処理順序情報と、マスタデータ識別子情報と、項目識別子情報と、処理種別情報とを含むレコードを生成し、異なるグループに共通する項目に同一の番号である共通項目番号情報を付与して前記レコードに追加して操作用データに挿入し、記憶装置に記憶させる記憶処理手段とを備えることが望ましい。   When the master data management device reads the operation history data from the storage device, the master data management device extracts a record having the same operation number information and process number information as a group for executing a process of updating master data in a series of operations; If it is determined that there are a plurality of groups having the same operation number information, a common item extraction unit that extracts items identified by item identifier information included in common in the group records as common items, and operation history data To generate a record including processing order information, master data identifier information, item identifier information, and processing type information given in chronological order for the update processing, and the same for items common to different groups Common item number information that is a number is added to the record, inserted into the operation data, and stored in the storage device It is desirable to provide a storage processing means for 憶.

上記構成の本発明によれば、過去に実行したマスタデータの更新の処理の履歴に基づいて操作用データを生成し、マスタデータの更新に利用することが出来る。   According to the present invention configured as described above, operation data can be generated based on a history of master data update processing executed in the past and used for updating master data.

マスタデータ管理装置は、グループ抽出手段で抽出されたグループに、マスタデータ識別子情報及び項目識別子情報の組み合わせと処理を実行する手順とが同一のグループが複数あると判定すると、複数のグループから一つのグループを選択し、他のグループについては削除するグループ選択手段を有することが望ましい。   When the master data management apparatus determines that the group extracted by the group extraction unit includes a plurality of groups having the same combination of master data identifier information and item identifier information and the procedure for executing the process, the master data management apparatus selects one group from the plurality of groups. It is desirable to have group selection means for selecting a group and deleting other groups.

マスタデータ管理装置は、複数のマスタデータの更新を一括して実行する処理の処理種別情報を入力させる画面を表示する入力指示処理手段と、操作用データを記憶装置から読み出し、入力された処理種別情報を含むレコードを操作用データから抽出し、レコードに含まれる項目識別子情報に基づいて更新内容を入力させる一括操作画面を表示する更新指示処理手段とを有することが望ましい。   The master data management device includes an input instruction processing means for displaying a screen for inputting processing type information of processing for executing update of a plurality of master data at a time, and operation data read from the storage device and inputted. It is desirable to have update instruction processing means for extracting a record including information from the operation data and displaying a batch operation screen for inputting update contents based on item identifier information included in the record.

また、更新内容は、選択された更新の処理種別情報が追加又は変更である場合、マスタデータにおける共通項目についての全ての実データ及び共通項目以外の項目である非共通項目についての実データを含み、各マスタデータの共通項目は関連付けられていることが望ましい。   In addition, the update content includes all actual data for common items in the master data and actual data for non-common items that are items other than the common items when the processing type information of the selected update is addition or change. It is desirable that the common items of each master data are associated with each other.

マスタデータ管理装置は、操作用データは、項目がマスタデータのキーとなる主キーであるか否かを判別する主キーフラグ情報を含み、マスタデータ更新手段は、マスタデータの更新をする際に操作用データの主キーフラグ情報を参照し、追加の更新が指示されると、新たなレコードを生成してマスタデータに挿入し、削除の更新が指示されると、主キーの実データが一致するグループのレコードを前記マスタデータから削除し、修正の更新が指示されると、主キーの実データが一致するグループのレコードの設定値の実データを新たに入力された実データに変更することが望ましい。   In the master data management device, the operation data includes main key flag information for determining whether or not the item is a main key serving as a key of the master data, and the master data update means operates when updating the master data. When additional update is instructed by referring to the primary key flag information of the data for use, a new record is generated and inserted into the master data, and when update of deletion is instructed, the group in which the actual data of the primary key matches Is deleted from the master data, and it is desirable to change the actual data of the set value of the record of the group in which the actual data of the primary key is matched to the newly input actual data when the correction update is instructed .

マスタデータ管理装置は、記憶装置から、操作番号情報を含むレコードを有する履歴記憶有無データを読み出し、操作番号情報を含む操作が実行されている際、操作番号情報と、処理番号情報と、マスタデータ識別子情報と、項目識別子情報と、処理種別情報とを含む新たなレコードを生成し、生成したレコードを操作履歴データに記憶させる履歴記憶手段を有することが望ましい。   The master data management device reads history storage presence / absence data having a record including operation number information from the storage device, and when an operation including operation number information is being executed, operation number information, processing number information, and master data It is desirable to have a history storage unit that generates a new record including identifier information, item identifier information, and process type information, and stores the generated record in operation history data.

マスタデータ管理装置は、入力された操作用データの変更内容に基づいて、記憶装置に記憶されている操作用データを変更する操作用データ更新手段を有することが望ましい。   The master data management device preferably has an operation data update means for changing the operation data stored in the storage device based on the change contents of the input operation data.

マスタデータ管理プログラムは、複数のマスタデータの更新にかかる一連の操作を単位として付与される操作番号情報と、一連の操作において前記マスタデータの更新の順番に付与される処理番号情報と、当該処理番号情報における更新の対象であるマスタデータを識別するマスタデータ識別子情報と、マスタデータを構成するデータの項目を識別する項目識別子情報と、操作された処理の種別を識別する処理種別情報とを含むレコードを有する操作履歴データであって、さらにレコードは処理を実行する手順の時系列情報と関連付けられている操作履歴データを記憶装置に記憶させる履歴記憶ステップと、入力された更新の内容に基づいて、操作履歴データに含まれる処理の順序に従って複数のマスタデータを更新するマスタデータ更新ステップとをコンピュータに実行させることが望ましい。   The master data management program includes operation number information given in units of a series of operations for updating a plurality of master data, process number information given in the order of updating the master data in a series of operations, and the processing Master data identifier information for identifying master data to be updated in the number information, item identifier information for identifying data items constituting the master data, and process type information for identifying the type of the operated process Operation history data having a record, and further, the record is based on a history storage step of storing operation history data associated with time-series information of a procedure for executing processing in a storage device, and the content of the input update A master data update schedule that updates multiple master data according to the processing order included in the operation history data It is desirable to execute and-up to a computer.

本発明によれば、マスタデータを構成するデータの追加・変更等の更新操作についてデータ間の不整合の発生確率低減及び作業効率化を図るマスタデータ管理装置及びマスタデータ管理プログラムを提供することができる。   According to the present invention, it is possible to provide a master data management device and a master data management program for reducing the probability of occurrence of inconsistency between data and improving work efficiency for update operations such as addition / change of data constituting the master data. it can.

以下、図面を参照して、本発明の最良の実施の形態を説明する。   The best mode for carrying out the present invention will be described below with reference to the drawings.

(マスタデータ管理装置)
図1は本発明の最良の実施の形態に係るマスタデータ管理装置1の構成を示す図である。図1に示すように、本発明の最良の実施の形態に係るマスタデータ管理装置1は、社員マスタ管理部11、メニューマスタ管理部12、操作履歴処理部13、一括操作処理部14及び操作用データ更新処理部15を有している。
(Master data management device)
FIG. 1 is a diagram showing a configuration of a master data management apparatus 1 according to the best embodiment of the present invention. As shown in FIG. 1, the master data management apparatus 1 according to the preferred embodiment of the present invention includes an employee master management unit 11, a menu master management unit 12, an operation history processing unit 13, a batch operation processing unit 14, and an operation A data update processing unit 15 is included.

また、マスタデータ管理装置1は、ネットワーク3を介して端末2a〜2cと接続されている。端末2a〜2cは、ネットワーク3を介してマスタデータ16を更新することが出来る。なお、以下においては、端末2aを用いて説明するが、端末2b又は端末2cを用いても同様である。また、図1において、マスタデータ管理装置1は3台の端末が接続されているが、3台には限られない。   The master data management device 1 is connected to the terminals 2 a to 2 c via the network 3. The terminals 2 a to 2 c can update the master data 16 via the network 3. In the following, description will be made using the terminal 2a, but the same applies to the case where the terminal 2b or the terminal 2c is used. In FIG. 1, the master data management apparatus 1 is connected to three terminals, but is not limited to three.

マスタデータ管理装置1は、図2に示すように、中央処理制御装置101、ROM(Read Only Memory)102、RAM(Random Access Memory)103及び入出力インタフェース109が、バス110を介して接続されている。入出力インタフェース109には、入力装置104、表示装置105、通信制御装置106、記憶装置107及びリムーバブルディスク108を有する。   As shown in FIG. 2, the master data management device 1 includes a central processing control device 101, a ROM (Read Only Memory) 102, a RAM (Random Access Memory) 103, and an input / output interface 109 connected via a bus 110. Yes. The input / output interface 109 includes an input device 104, a display device 105, a communication control device 106, a storage device 107, and a removable disk 108.

中央処理制御装置101は、入力装置104からの入力信号に基づいてROM102からマスタデータ管理装置1を起動するためのブートプログラムを読み出して実行し、更に記憶装置107に記憶されたオペレーティングシステムを読み出す。更に中央処理制御装置101は、入力装置104や通信制御装置106等の入力信号に基づいて、各種装置の制御を行ったり、RAM103や記憶装置107等に記憶されたプログラム及びデータを読み出してRAM103にロードするとともに、RAM103から読み出されたプログラムのコマンドに基づいて、データの計算または加工など、後述する一連の処理を実現する処理装置である。   The central processing control device 101 reads out and executes a boot program for starting the master data management device 1 from the ROM 102 based on an input signal from the input device 104, and further reads out an operating system stored in the storage device 107. Further, the central processing control device 101 controls various devices based on input signals from the input device 104, the communication control device 106, etc., and reads programs and data stored in the RAM 103, the storage device 107, etc., into the RAM 103. A processing device that loads and implements a series of processing described later, such as data calculation or processing, based on a program command read from the RAM 103.

入力装置104は、操作者が各種の操作を入力するキーボード、マウスなどの入力デバイスにより構成されており、操作者の操作に基づいて入力信号を作成し、入出力インタフェース109及びバス110を介して中央処理制御装置101に送信される。表示装置105は、CRT(Cathode Ray Tube)ディスプレイや液晶ディスプレイなどであり、中央処理制御装置101からバス110及び入出力インタフェース109を介して表示装置105において表示させる出力信号を受信し、たとえば、中央処理制御装置101の処理結果などを表示する装置である。通信制御装置106は、LANカードやモデムなどの装置であり、課金プログラムを実行するマスタデータ管理装置1をインターネットやLANなどの通信ネットワークに接続する装置である。通信制御装置106を介して通信ネットワークと送受信したデータは入力信号または出力信号として、入出力インタフェース109及びバス110を介して中央処理制御装置101に送受信される。   The input device 104 includes input devices such as a keyboard and a mouse through which an operator inputs various operations. The input device 104 generates an input signal based on the operation of the operator, and inputs via the input / output interface 109 and the bus 110. It is transmitted to the central processing control apparatus 101. The display device 105 is a CRT (Cathode Ray Tube) display, a liquid crystal display, or the like. The display device 105 receives an output signal to be displayed on the display device 105 from the central processing control device 101 via the bus 110 and the input / output interface 109. This is a device that displays the processing results of the processing control device 101. The communication control device 106 is a device such as a LAN card or a modem, and is a device that connects the master data management device 1 that executes the accounting program to a communication network such as the Internet or a LAN. Data transmitted / received to / from the communication network via the communication control device 106 is transmitted / received to / from the central processing control device 101 via the input / output interface 109 and the bus 110 as input signals or output signals.

記憶装置107は半導体記憶装置または磁気ディスク装置等であって、中央処理制御装置101で実行されるプログラムやデータが記憶されている。リムーバブルディスク108は、光ディスクやフレキシブルディスクのことであり、ディスクドライブによって読み書きされた信号は、入出力インタフェース109及びバス110を介して中央処理制御装置101に送受信される。また、記憶装置107は、マスタデータ16、履歴記憶有無データ17、操作履歴データ18及び操作用データ19が記憶されている。   The storage device 107 is a semiconductor storage device, a magnetic disk device, or the like, and stores programs and data executed by the central processing control device 101. The removable disk 108 is an optical disk or a flexible disk, and signals read / written by the disk drive are transmitted / received to / from the central processing control apparatus 101 via the input / output interface 109 and the bus 110. The storage device 107 stores master data 16, history storage presence / absence data 17, operation history data 18, and operation data 19.

また、マスタデータ管理装置1は、マスタデータ管理プログラムが中央処理制御装置101に読み込まれて実行されることによって、社員マスタ管理部11、メニューマスタ管理部12、操作履歴処理部13、一括操作処理部14及び操作用データ更新処理部15が実装される。   Further, the master data management apparatus 1 reads and executes the master data management program in the central processing control apparatus 101, so that the employee master management section 11, the menu master management section 12, the operation history processing section 13, and the collective operation processing The unit 14 and the operation data update processing unit 15 are mounted.

なお、本発明の最良の実施の形態に係るマスタデータ管理装置1は、図2に示すように1台のコンピュータにおいて実行されても良いし、互いに通信可能な複数のコンピュータにおいて実行されても同様である。例えば、記憶装置107はマスタデータ管理装置1の外部に設けられても良く、また、記憶装置107は、複数の記憶装置により構成されていても同様である。さらに、マスタデータ16は、マスタデータ管理装置1の記憶装置107に記憶されている必要はなく、外部にマスタデータ専用の記憶装置を備えていても同様である。   Note that the master data management apparatus 1 according to the preferred embodiment of the present invention may be executed by a single computer as shown in FIG. 2, or may be executed by a plurality of computers that can communicate with each other. It is. For example, the storage device 107 may be provided outside the master data management device 1, and the storage device 107 may be configured by a plurality of storage devices. Furthermore, the master data 16 does not need to be stored in the storage device 107 of the master data management device 1, and the same applies even if a storage device dedicated to master data is provided outside.

また、詳細は省略するが、端末2aも図2を用いて説明したマスタデータ管理装置1と同様に、中央処理制御装置、ROM、RAM及び入出力インタフェースが、バスを介して接続されている。入出力インタフェースには、入力装置、表示装置、通信制御装置、記憶装置及びリムーバブルディスクを有する。   Further, although not described in detail, the central processing control device, ROM, RAM, and input / output interface are also connected to the terminal 2a through the bus in the same manner as the master data management device 1 described with reference to FIG. The input / output interface includes an input device, a display device, a communication control device, a storage device, and a removable disk.

マスタデータ16は、異なるデータにより構成される複数のカテゴリのマスタデータを含んでいる。以下における実施の形態では、マスタデータ16に含まれるマスタデータとして、社員マスタ16a及びメニューマスタ16bを用いて説明する。例えばマスタデータ16は、マスタデータ管理装置1と接続される端末2aの操作により記憶され、また、端末2aにおいて使用される。   The master data 16 includes a plurality of categories of master data composed of different data. In the following embodiment, description will be made using the employee master 16 a and the menu master 16 b as master data included in the master data 16. For example, the master data 16 is stored by the operation of the terminal 2a connected to the master data management apparatus 1, and is used in the terminal 2a.

図3は、社員マスタ16aの一例である。図3に示す社員マスタ16aは、社員の識別子である「社員ID」をキーとして、「社員名」及び社員が所属する部門の識別子である「部門ID」を含むレコードを有している。図3に示す社員マスタ16aでは、社員IDが「E001」で識別される社員の氏名は「AAA」であり、所属する部門の部門IDは「S70」であること示している。   FIG. 3 is an example of the employee master 16a. The employee master 16a shown in FIG. 3 has a record including “employee name” and “department ID” that is the identifier of the department to which the employee belongs, with “employee ID” that is the identifier of the employee as a key. In the employee master 16a shown in FIG. 3, the name of the employee identified by the employee ID “E001” is “AAA”, and the department ID of the department to which the employee belongs is “S70”.

図4は、メニューマスタ16bの一例である。図4に示すメニューマスタ16bは、「社員ID」をキーとして、社員が使用することの出来るメニュープログラムの識別子である「メニューID」を含むレコードを有している。図4に示すメニューマスタ16bでは、社員IDが「E001」で識別される社員は、メニューIDが「A」のメニュープログラムを利用することが出来ることを示している。   FIG. 4 is an example of the menu master 16b. The menu master 16b shown in FIG. 4 has a record including “menu ID” which is an identifier of a menu program that can be used by the employee, using “employee ID” as a key. The menu master 16b shown in FIG. 4 indicates that the employee identified by the employee ID “E001” can use the menu program having the menu ID “A”.

本実施の形態において、マスタデータ16に含まれるマスタデータとしては、社員マスタ16a及びメニューマスタ16bのみを用いて説明するが、他にも複数のマスタデータを含んでいても同様である。また、社員マスタ16aやメニューマスタ16bに替えて、別のマスタデータを含んでいても同様である。   In the present embodiment, the master data included in the master data 16 will be described using only the employee master 16a and the menu master 16b. However, the same applies to a case where a plurality of master data are included. Moreover, it is the same even if another master data is included instead of the employee master 16a or the menu master 16b.

履歴記憶有無データ17は、マスタデータの更新における一連の操作を単位として付与される操作番号を含むレコードを有している。履歴記憶有無データ17は、マスタデータ16を更新する際、更新の操作の履歴を操作履歴データ18として記憶させるか否かの判定に利用される。具体的には、履歴記憶有無データ17に記憶されている操作番号の操作がされた場合、この操作の履歴を記憶させる。   The history storage presence / absence data 17 has a record including an operation number given in units of a series of operations in updating master data. The history storage presence / absence data 17 is used to determine whether or not to store the update operation history as the operation history data 18 when the master data 16 is updated. Specifically, when the operation number stored in the history storage presence / absence data 17 is operated, the history of this operation is stored.

図5は、履歴記憶有無データ17の一例である。図5に示す履歴記憶有無データ17は、端末を識別する「端末ID」及び操作を識別する「操作番号」が関連付けられるレコードを有している。この履歴記憶有無データ17が有するレコードの「端末ID」で識別される端末により、「操作番号」で識別される操作がされた場合、操作の履歴を操作履歴データ18に蓄積して記憶する。図5に示す履歴記憶有無データ17では、「端末ID」が「T1」の端末により、「操作番号」が「1」の操作がされた場合には、操作の履歴を記憶させることを示している。   FIG. 5 is an example of the history storage presence / absence data 17. The history storage presence / absence data 17 shown in FIG. 5 has a record in which a “terminal ID” for identifying a terminal and an “operation number” for identifying an operation are associated. When the operation identified by the “operation number” is performed by the terminal identified by the “terminal ID” of the record included in the history storage presence / absence data 17, the operation history is accumulated and stored in the operation history data 18. The history storage presence / absence data 17 shown in FIG. 5 indicates that an operation history is stored when an operation with an “operation number” of “1” is performed by a terminal with a “terminal ID” of “T1”. Yes.

例えば、この履歴記憶有無データ17は、更新の操作を開始する際に操作者により操作の履歴を記憶させたい旨の指示が端末2aの入力装置を介して入力された場合にその端末2aの識別子情報と操作番号情報とに基づいて新たなレコードが生成されて記憶される。   For example, the history storage presence / absence data 17 is an identifier of the terminal 2a when an instruction to store the operation history is input through the input device of the terminal 2a by the operator when the update operation is started. A new record is generated and stored based on the information and the operation number information.

操作履歴データ18は、操作を実行する端末を識別する「端末ID」と、複数のマスタデータの更新にかかる一連の操作を単位として付与される「操作番号」と、一連の操作においてマスタデータの更新の順番に付与される「処理番号」と、当該処理番号における更新の対象であるマスタデータを識別する「マスタデータ名」と、マスタデータを構成するデータの項目を識別する「項目名」と、項目名で識別される項目がマスタデータのキーとなる主キーであるか否かを判別する「主キーフラグ」と、操作された処理の種別を識別する「処理種別」と、項目名で識別される項目についてのデータである「設定値」とを含むレコードを有している。また操作履歴データ18のレコードは、さらに、処理を実行する手順の時系列情報と関連付けられている。時系列情報と関連付けられるとは、例えば、レコードが時系列の順番で記憶されていたり、レコードに時系列の順番を含んでいることが考えられる。操作履歴データ18は、記憶装置107に記憶されるマスタデータ16を更新した操作の履歴である。   The operation history data 18 includes a “terminal ID” that identifies a terminal that performs an operation, an “operation number” that is assigned in units of a series of operations for updating a plurality of master data, and master data in a series of operations. “Process number” given in the order of update, “Master data name” for identifying master data to be updated in the process number, and “Item name” for identifying data items constituting the master data , “Main key flag” that determines whether the item identified by the item name is the primary key that is the key of the master data, “Processing type” that identifies the type of the operated process, and the item name It has a record including “setting value” which is data on the item to be processed. Further, the record of the operation history data 18 is further associated with time-series information of a procedure for executing the process. Associating with time-series information, for example, it is conceivable that records are stored in time-series order, or that records include time-series order. The operation history data 18 is an operation history in which the master data 16 stored in the storage device 107 is updated.

図6に操作履歴データ18の一例を示す。図6に示す操作履歴データ18の1番上のレコードを参照する。このレコードでは、「端末ID」が「T1」で識別される端末(以下、「端末T1」とする。)によって、社員マスタに「社員ID」が「E101」の情報が新たに追加された更新の操作がされたことが記憶されている。また、「主キーフラグ」は「1」になっている為、このレコードに含まれる「社員ID」は、社員マスタにおける主キーである。具体的に、「主キーフラグ」は、項目が主キーの項目であるか否かを識別するためのフラグの情報である。図6に示すような操作履歴データ18では、主キーである場合主キーフラグがオンに設定され、主キーでない場合主キーフラグがオフに設定されている。ここで、主キーフラグがオンに設定されるとは、主キーフラグの項目に対する実データが、例えば「1(真またはtrue)」に設定されることである。   FIG. 6 shows an example of the operation history data 18. The first record in the operation history data 18 shown in FIG. 6 is referred to. In this record, an update in which information of “employee ID” “E101” is newly added to the employee master by a terminal identified by “terminal ID” “T1” (hereinafter referred to as “terminal T1”). It is stored that the operation was performed. Since the “primary key flag” is “1”, the “employee ID” included in this record is the primary key in the employee master. Specifically, the “primary key flag” is flag information for identifying whether or not the item is a primary key item. In the operation history data 18 as shown in FIG. 6, the main key flag is set to ON when the key is a primary key, and the main key flag is set to OFF when the key is not a primary key. Here, the main key flag being set to ON means that the actual data for the item of the main key flag is set to, for example, “1 (true or true)”.

図6に示す操作履歴データ18では、「処理番号」が同一の「1」である2番目のレコード及び3番目のレコードが1番目のレコードの後に続く処理である。2番目のレコードによれば、新たに挿入された社員の「社員名」は「CCC」であることが記憶されている。また、3番目のレコードによれば、新たに挿入された社員は「部門ID」が「S6」で識別される部門に配属されていることを記憶している。   In the operation history data 18 illustrated in FIG. 6, the second record and the third record having the same “process number” “1” are processes following the first record. According to the second record, it is stored that the “employee name” of the newly inserted employee is “CCC”. Further, according to the third record, the newly inserted employee stores that the “department ID” is assigned to the department identified by “S6”.

操作用データ19は、「操作番号」と、操作を識別する「操作名」と、更新の処理について時系列の順番に付与される「処理順序」と、「マスタデータ名」と、「項目名」と、「処理種別」と、異なるグループに共通する項目に同一の番号として付与される「共通項目番号」とを含むレコードを有している。操作用データ19は、記憶装置107に記憶される操作履歴データ18に基づいて操作履歴処理部13によって生成されたマスタデータ16の更新の操作の実行に利用される。   The operation data 19 includes an “operation number”, an “operation name” that identifies the operation, a “processing order” that is given in chronological order for update processing, a “master data name”, and an “item name”. ”,“ Processing type ”, and“ common item number ”assigned as the same number to items common to different groups. The operation data 19 is used to execute an operation of updating the master data 16 generated by the operation history processing unit 13 based on the operation history data 18 stored in the storage device 107.

図7に操作用データ19の一例を示す。図7に示す例は、マスタデータ16に新たな社員を追加する更新の操作をする際に利用されるデータである。図7に示す操作用データ19の各項目の実データとして「操作番号」に「1」、「操作名」に「T1−1」、「処理順序」に「1」、「マスタデータ名」に「社員マスタ」、「項目名」に「社員コード」、「主キーフラグ」に「1」、「処理種別」に「挿入」、「設定値」に「E101」、「共通番号」に「1」が記述されるレコード及びこのレコードの「操作番号」と同一の「1」を含むレコードはマスタデータにおいて挿入の操作をする処理である。   FIG. 7 shows an example of the operation data 19. The example shown in FIG. 7 is data used when an update operation for adding a new employee to the master data 16 is performed. As the actual data of each item of the operation data 19 shown in FIG. 7, “1” for “operation number”, “T1-1” for “operation name”, “1” for “processing order”, “master data name” “Employee Master”, “Item Name” “Employee Code”, “Primary Key Flag” “1”, “Process Type” “Insert”, “Setting Value” “E101”, “Common Number” “1” And a record including “1”, which is the same as the “operation number” of this record, are processes for performing an insertion operation in the master data.

具体的に、操作における1番目の順序の処理は処理順序に「1」が記述されるレコードを利用して行われる。具体的には、入力される「社員ID」、「社員名」及び「部門ID」に基づいて生成された新しいレコードを「社員マスタ」に挿入する。また、2番目の順序の処理は処理順序に「2」が記述されるレコードを利用して行われる。具体的には、入力される「社員ID」及び「メニューID」に基づいて生成された新しいレコードを「メニューマスタ」に挿入する。   Specifically, the processing in the first order in the operation is performed using a record in which “1” is described in the processing order. Specifically, a new record generated based on the input “employee ID”, “employee name”, and “department ID” is inserted into the “employee master”. The second order process is performed using a record in which “2” is described in the process order. Specifically, a new record generated based on the input “employee ID” and “menu ID” is inserted into the “menu master”.

なお、図7に示すように、「項目名」の実データを「社員ID」とするレコードの「共通項目番号」には「1」が記述されている。このように、「共通項目番号」に同一の番号が記述されるレコードの「項目名」の実データは共通するため、1回の入力により「共通項目番号」が同一の番号である全ての「項目名」に利用する。   As shown in FIG. 7, “1” is described in the “common item number” of the record in which the actual data of “item name” is “employee ID”. In this way, since the actual data of the “item name” of the records in which the same number is described in the “common item number” is common, all the “common item number” is the same number by one input. Used for item name.

社員マスタ管理部11は、端末2aから入力される操作指示に基づいて、データの変更、追加又は削除によって社員マスタ16aの更新を実行する。また、社員マスタ管理部11は、履歴記憶手段11aを有している。履歴記憶手段11aは、記憶装置107から履歴記憶有無データ17を読み出し、読み出した履歴記憶有無データ17に含まれる「端末ID」及び「操作番号」を含む操作が実行されている際、「端末ID」と、「操作番号」と、「処理番号」と、「マスタデータ名」と、「項目名」と、「主キーフラグ」と、「処理種別」と、「設定値」との情報を含む新たなレコードを生成し、生成したレコードを操作履歴データ18に挿入して記憶させる。なお、「マスタデータ名」の実データは「社員マスタ」である。   The employee master management unit 11 updates the employee master 16a by changing, adding, or deleting data based on an operation instruction input from the terminal 2a. The employee master management unit 11 includes a history storage unit 11a. The history storage unit 11a reads the history storage presence / absence data 17 from the storage device 107, and when an operation including “terminal ID” and “operation number” included in the read history storage presence / absence data 17 is being executed, the “terminal ID” ”,“ Operation number ”,“ processing number ”,“ master data name ”,“ item name ”,“ primary key flag ”,“ processing type ”, and new information including information on“ setting value ” A new record is generated, and the generated record is inserted into the operation history data 18 and stored. The actual data of “master data name” is “employee master”.

メニューマスタ管理部12は、端末2aから入力される操作指示に基づいて、データの変更、追加又は削除によってメニューマスタ16bの更新を実行する。また、メニューマスタ管理部12は、履歴記憶手段12aを有している。履歴記憶手段12aは、履歴記憶手段11aと同一の構成であって、記憶装置107から読み出した履歴記憶有無データ17に含まれる「端末ID」及び「操作番号」を含む操作が実行されている際、「端末ID」と、「操作番号」と、「処理番号」と、「マスタデータ名」と、「項目名」と、「主キーフラグ」と、「処理種別」と、「設定値」との情報を含む新たなレコードを生成し、生成したレコードを操作履歴データ18に挿入して記憶させる。なお、「マスタデータ名」の実データは「メニューマスタ」である。   The menu master management unit 12 updates the menu master 16b by changing, adding, or deleting data based on an operation instruction input from the terminal 2a. Further, the menu master management unit 12 has a history storage unit 12a. The history storage unit 12a has the same configuration as the history storage unit 11a, and when an operation including “terminal ID” and “operation number” included in the history storage presence / absence data 17 read from the storage device 107 is being executed. , “Terminal ID”, “operation number”, “processing number”, “master data name”, “item name”, “primary key flag”, “processing type”, and “setting value” A new record including information is generated, and the generated record is inserted into the operation history data 18 and stored. The actual data of “master data name” is “menu master”.

操作履歴処理部13は、記憶装置107から操作履歴データ18を読み出し、読み出した操作履歴データ18に基づいてマスタデータの更新の処理の実行に利用するレコードを生成して記憶装置107に記憶されている操作用データ19に挿入する。   The operation history processing unit 13 reads the operation history data 18 from the storage device 107, generates a record used to execute the master data update process based on the read operation history data 18, and stores the record in the storage device 107. The operation data 19 is inserted.

図8に示すように、操作履歴処理部13は、グループ抽出手段13a、グループ選択手段13b、共通項目抽出手段13c及び記憶処理手段13dを有している。   As shown in FIG. 8, the operation history processing unit 13 includes a group extraction unit 13a, a group selection unit 13b, a common item extraction unit 13c, and a storage processing unit 13d.

グループ抽出手段13aは、所定のタイミングで記憶装置107から操作履歴データ18を読み出すと、「操作番号」及び「処理番号」が同一のレコードを一連の操作においてマスタデータの更新の処理を実行するグループとして抽出する。   When the group extraction unit 13a reads the operation history data 18 from the storage device 107 at a predetermined timing, the group extraction unit 13a performs a process of updating master data in a series of operations on records having the same “operation number” and “processing number”. Extract as

グループ選択手段13bは、グループ抽出手段13aで抽出されたグループに、「マスタデータ名」及び「項目名」の組み合わせと処理を実行する手順とが同一のグループが複数あるか否か判定する。また、グループ選択手段13bは、複数あると判定すると、複数のグループから一つのグループを操作用データ19の変更に利用するグループとして選択し、他のグループについては削除する。グループ抽出手段13aで複数のグループにグループ分けされると、各グループに含まれる「マスタデータ名」及び「項目名」の組み合わせとその順序が同一であるグループが複数あるか否かを判定する。例えば、グループ選択手段13bは、「処理番号」の実データが最も小さいグループを選択する。   The group selection unit 13b determines whether or not the group extracted by the group extraction unit 13a includes a plurality of groups having the same combination of “master data name” and “item name” and the procedure for executing the process. When the group selecting unit 13b determines that there are a plurality of groups, the group selecting unit 13b selects one group from the plurality of groups as a group to be used for changing the operation data 19, and deletes the other groups. When grouped by the group extraction means 13a, it is determined whether or not there are a plurality of groups having the same order and combination of “master data name” and “item name” included in each group. For example, the group selection unit 13b selects a group having the smallest actual data of “processing number”.

共通項目抽出手段13cは、グループ選択手段13bで選択されたグループ又はグループ抽出手段13aで抽出されたグループ「操作番号」が同一であるグループが複数あるか否かを判定する。共通項目抽出手段13cは、複数あると判定すると、グループのレコードに共通して含まれる「項目名」で識別される項目を共通項目として抽出する。   The common item extraction unit 13c determines whether there are a plurality of groups having the same group “operation number” selected by the group selection unit 13b or the group “operation number” extracted by the group extraction unit 13a. If the common item extraction unit 13c determines that there are a plurality of items, the common item extraction unit 13c extracts items identified by “item names” included in common in the group records as common items.

記憶処理手段13dは、「操作番号」、「操作名」、「処理順序」、「マスタデータ名」、「項目名」、「主キーフラグ」、「処理種別」及び「共通項目番号」の情報を含むレコードを生成し、生成したレコードを操作用データ19に挿入する。ここで、「処理順序」には、「処理番号」に基づいて新たに連続した数字を用いて記述する。また、「共通項目番号」の実データは数字を用い、共通する「項目名」を複数有している場合、連続した数字を設定する。   The storage processing unit 13d stores information on “operation number”, “operation name”, “processing order”, “master data name”, “item name”, “main key flag”, “processing type”, and “common item number”. A record including the generated record is generated, and the generated record is inserted into the operation data 19. Here, the “processing order” is described using newly consecutive numbers based on the “processing number”. The actual data of “common item number” uses numbers, and when there are a plurality of common “item names”, consecutive numbers are set.

一括操作処理部14は、記憶装置107から操作用データ19を読み出し、入力された操作のレコードを抽出して、操作処理を行う。   The batch operation processing unit 14 reads the operation data 19 from the storage device 107, extracts the record of the input operation, and performs the operation process.

図9に示すように、一括操作処理部14は、入力指示処理手段14a、更新指示処理手段14bおよびマスタデータ更新手段14cを有している。   As shown in FIG. 9, the batch operation processing unit 14 includes an input instruction processing unit 14a, an update instruction processing unit 14b, and a master data update unit 14c.

入力指示処理手段14aは、記憶装置107から操作用データ19を読み出し、複数のマスタデータの更新を一括して実行する処理の処理種別を入力させる画面生成して表示装置に表示する。   The input instruction processing unit 14a reads the operation data 19 from the storage device 107, generates a screen for inputting a processing type for executing a batch update of a plurality of master data, and displays the screen on the display device.

更新指示処理手段14bは、操作用データ19を記憶装置107から読み出し、入力された処理種別を含むレコードを操作用データ19から抽出する。更新指示処理手段14bは、抽出したレコードに含まれる「項目名」に基づいて更新内容を入力させる一括操作画面を表示する。   The update instruction processing unit 14 b reads the operation data 19 from the storage device 107, and extracts a record including the input processing type from the operation data 19. The update instruction processing means 14b displays a collective operation screen for inputting update contents based on the “item name” included in the extracted record.

ここで、更新内容は、選択された更新の処理種別が追加又は変更である場合、マスタデータにおける共通項目についての全ての実データ及び共通項目以外の項目である非共通項目についての実データを含み、各マスタデータは関連付けられている。   Here, the update content includes all the actual data for the common items in the master data and the actual data for the non-common items that are items other than the common items when the processing type of the selected update is addition or change. Each master data is related.

マスタデータ更新手段14cは、入力された更新の内容に基づいて、操作用データ19に含まれる処理の順序に従って複数のマスタデータを更新する。マスタデータ更新手段14cは、マスタデータの更新をする際に操作用データ19の「主キーフラグ」を参照する。マスタデータ更新手段14cは、追加の更新が指示されると、新たなレコードを生成してマスタデータに挿入する。また、マスタデータ更新手段14cは、削除の更新が指示されると、主キーの実データが一致するグループのレコードをマスタデータから削除する。さらに、マスタデータ更新手段14cは、修正の更新が指示されると、主キーの実データが一致するグループのレコードの設定値の実データを新たに入力された実データに変更する。   The master data updating unit 14c updates a plurality of master data in accordance with the order of processing included in the operation data 19 based on the input update content. The master data updating unit 14c refers to the “main key flag” of the operation data 19 when updating the master data. When an additional update is instructed, the master data update unit 14c generates a new record and inserts it into the master data. In addition, when an instruction to update deletion is given, the master data update unit 14c deletes the record of the group in which the actual data of the primary key matches from the master data. Further, when the master data update unit 14c is instructed to update the correction, the master data update unit 14c changes the actual data of the set values of the records in the group having the same primary key actual data to the newly input actual data.

操作用データ更新処理部15は、端末2aの入力装置から入力された更新の内容に基づいて、操作用データ19を変更し、記憶装置107に記憶させる。   The operation data update processing unit 15 changes the operation data 19 based on the content of the update input from the input device of the terminal 2 a and stores it in the storage device 107.

図10に示すように、操作用データ更新処理部15は、更新指示処理手段15a、操作用データ更新手段15bを有している。   As shown in FIG. 10, the operation data update processing unit 15 includes an update instruction processing unit 15a and an operation data update unit 15b.

更新指示処理手段15aは、操作用データ19の変更リクエストが入力されると、入力された変更リクエストに基づいて、操作用データ変更画面を表示する画面データを生成し、操作用データの変更内容の入力を促す。   When the change request for the operation data 19 is input, the update instruction processing unit 15a generates screen data for displaying the operation data change screen based on the input change request, and displays the change contents of the operation data. Prompt for input.

操作用データ更新手段15bは、入力された操作用データの変更内容に基づいて、記憶装置107に記憶されている操作用データ19を変更する。   The operation data update means 15b changes the operation data 19 stored in the storage device 107 based on the input operation data change content.

(マスタデータの更新処理)
次に、図11を用いてマスタデータに新しく正社員のデータが追加される場合を例にして、マスタデータ16の更新処理について説明する。
(Master data update process)
Next, the update process of the master data 16 will be described with reference to FIG. 11 taking as an example the case where new regular employee data is added to the master data.

社員マスタ管理部11は、マスタデータ16の更新処理の操作が開始されると、操作の履歴を記憶装置107に記憶させるか否かを判定する(S001)。具体的には、社員マスタ管理部11は、記憶装置107から履歴記憶有無データ17を読み出し、更新操作を実行している端末のIDと更新操作の「操作番号」を含むレコードが履歴記憶有無データ17に記憶されているか否かを判定し、記憶されていた場合に更新処理の操作の履歴を記憶させる要求があると判定する。   The employee master management unit 11 determines whether or not to store an operation history in the storage device 107 when an operation for updating the master data 16 is started (S001). Specifically, the employee master management unit 11 reads the history storage presence / absence data 17 from the storage device 107, and a record including the ID of the terminal executing the update operation and the “operation number” of the update operation is recorded as history storage presence / absence data. 17, it is determined whether there is a request for storing the history of operation of the update process.

ステップS001で操作の履歴を記憶装置107に記憶させる要求があることが判定された場合(S001でYES)、社員マスタ管理部11の履歴記憶手段11aは、社員マスタ16aの更新処理の操作の履歴に関するレコードを生成し、生成したレコードを記憶装置107に記憶される操作履歴データ18に挿入する(S002)。このステップS002の処理は、端末2aからの全てのカテゴリのマスタデータに対する更新の操作が終了するまで繰り返される(S003)。   If it is determined in step S001 that there is a request to store the operation history in the storage device 107 (YES in S001), the history storage unit 11a of the employee master management unit 11 performs the operation history of the update process of the employee master 16a. The generated record is inserted into the operation history data 18 stored in the storage device 107 (S002). The process in step S002 is repeated until the update operation for the master data of all categories from the terminal 2a is completed (S003).

具体的に、「T1」で識別される端末T1からの操作により、新たに正社員を追加してマスタデータ16が変更される場合、社員マスタ管理部11は、新たな社員IDを発行してレコードを生成し、生成したレコードを社員マスタ16aに挿入して変更される。その後、メニューマスタ管理部12は、「メニューマスタ」にそれぞれの社員が使用することの出来るシステムメニューを含むレコードを生成し、生成したレコードをメニューマスタ16bに挿入して更新される。ステップS002では、この様にマスタデータ16の全てのカテゴリのマスタデータに対する更新の操作に基づいて操作履歴データ18が記憶される。   Specifically, when the master data 16 is changed by adding a new regular employee by an operation from the terminal T1 identified by “T1”, the employee master management unit 11 issues a new employee ID and records Is generated, and the generated record is inserted into the employee master 16a to be changed. Thereafter, the menu master management unit 12 generates a record including a system menu that can be used by each employee in the “menu master”, and inserts the generated record into the menu master 16b to be updated. In step S002, the operation history data 18 is stored based on the update operation for the master data of all categories of the master data 16 as described above.

図12及び図13を用いて2人の社員が追加して更新された例を説明する。図12は、図3で示した社員マスタ16aに2人の社員が追加して更新された例である。図12に示す社員マスタ16aには、社員IDが「E101」で識別される社員と、社員IDが「E102」で識別される社員が追加して記憶されている。また、図13は、図4で示したメニューマスタ16bにこれらの社員が使用することのできるシステムメニューが追加して記憶されている。なお、この図3で示した社員マスタ16aが図13に示すように更新され、図4で示したメニューマスタ16bが図14に示すように更新された操作の履歴が上述した図6に示した操作履歴データ18である。   An example in which two employees are added and updated will be described with reference to FIGS. 12 and 13. FIG. 12 shows an example in which two employees are added and updated to the employee master 16a shown in FIG. The employee master 16a shown in FIG. 12 additionally stores an employee identified by the employee ID “E101” and an employee identified by the employee ID “E102”. In FIG. 13, a system menu that can be used by these employees is additionally stored in the menu master 16b shown in FIG. The employee master 16a shown in FIG. 3 is updated as shown in FIG. 13, and the history of operations in which the menu master 16b shown in FIG. 4 is updated as shown in FIG. 14 is shown in FIG. This is operation history data 18.

マスタデータ16の更新処理が終了すると(S003でYES)、操作履歴処理部13のグループ抽出手段13aは、定期的や一定時刻等の所定のタイミングで記憶装置107から操作履歴データ18を読み出す(S004)。また、グループ抽出手段13aは読み出した操作履歴データ18から「端末ID」及び「処理番号」が同一のレコードを一連の操作においてマスタデータの更新の処理を実行する1のグループとして、複数のグループを抽出する(S005)。   When the update process of the master data 16 is completed (YES in S003), the group extraction unit 13a of the operation history processing unit 13 reads the operation history data 18 from the storage device 107 at a predetermined timing such as regularly or at a fixed time (S004). ). In addition, the group extracting unit 13a sets a plurality of groups as one group for executing the process of updating the master data in a series of operations on the records having the same “terminal ID” and “processing number” from the read operation history data 18. Extract (S005).

図6に示す操作履歴データ18は、「処理番号」がそれぞれ「1」、「2」、「3」及び「4」の4つのグループが抽出される。   In the operation history data 18 illustrated in FIG. 6, four groups having “processing numbers” of “1”, “2”, “3”, and “4” are extracted.

ステップS005でグループが抽出されると、操作履歴処理部13のグループ選択手段13bは、これらのグループの中に同一処理のグループが複数存在するか否かを判定する(S006)。具体的には、グループ内の「マスタデータ名」及び「項目名」の実データの組み合わせとその処理の順序が一致するグループが複数存在する場合、同一処理のグループが複数存在していると判定する。   When groups are extracted in step S005, the group selection unit 13b of the operation history processing unit 13 determines whether or not there are a plurality of groups of the same process in these groups (S006). Specifically, if there are multiple groups whose processing order matches the combination of the actual data of “master data name” and “item name” in the group, it is determined that there are multiple groups of the same process. To do.

同一処理のグループが複数存在していると判定されると(S006でYES)、グループ選択手段13bは、「処理番号」の値が最も小さいグループのみを選択し、他のグループについては削除する(S007)。   If it is determined that there are a plurality of groups with the same process (YES in S006), the group selection unit 13b selects only the group with the smallest “process number” value and deletes the other groups ( S007).

図6に示した操作履歴データ18の「処理番号」の実データが「1」及び「3」のグループのレコードは、「マスタデータ名」及び「項目名」の実データとその順序が全て一致する。そのため、グループ選択手段13bは、「処理番号」が「1」グループのレコードのみを選択する。また、「処理番号」が「2」及び「4」のグループのレコードについても、「マスタデータ名」及び「項目名」の実データが全て一致する。そのため、グループ選択手段13bは、「処理番号」が「3」のグループのレコードのみを選択する。なお、このように同一処理のグループが複数存在する場合、「処理番号」が最も小さいグループを操作用データ19の生成に利用しているが、これに限られず、別のグループを選択して更新の操作の処理に利用しても良い。   The records of the group whose actual data “processing number” is “1” and “3” in the operation history data 18 shown in FIG. 6 are all in the same order as the actual data of “master data name” and “item name”. To do. For this reason, the group selection unit 13b selects only records in which the “process number” is “1”. In addition, the actual data of “master data name” and “item name” all match for the records in the group whose “processing number” is “2” and “4”. Therefore, the group selection unit 13b selects only the records of the group whose “processing number” is “3”. In addition, when there are a plurality of groups with the same process in this way, the group with the smallest “process number” is used to generate the operation data 19, but the present invention is not limited to this, and another group is selected and updated. It may be used for the processing of the operation.

その後、操作履歴処理部13の共通項目抽出手段13cは、選択されたグループが複数存在するか否かを判定する(S008)。選択されたグループが複数存在することが判定されると(S008でYES)、共通項目抽出手段13cは、これらの複数のグループから「項目名」が共通のレコードを抽出する(S009)。   Thereafter, the common item extraction unit 13c of the operation history processing unit 13 determines whether or not there are a plurality of selected groups (S008). If it is determined that there are a plurality of selected groups (YES in S008), the common item extraction unit 13c extracts a record having a common “item name” from the plurality of groups (S009).

図6に示した操作履歴データ18では、「処理番号」が「1」及び「2」のグループのレコードの「項目名」を比較すると、「項目名」の実データが「社員ID」が共通しているため、共通項目抽出手段13cは、「社員ID」を含むレコードを抽出する。   In the operation history data 18 shown in FIG. 6, when comparing the “item name” of the records of the group whose “processing number” is “1” and “2”, the actual data of “item name” has the same “employee ID”. Therefore, the common item extraction unit 13c extracts a record including “employee ID”.

次に、操作履歴処理部13の記憶処理手段13dは、「処理番号」の順に「処理順序」を採番するとともに、ステップS009で抽出された同一の「項目名」を含むレコードの各グループの「共通項目番号」に同一の番号を設定し、操作用データ19に挿入するレコードを生成する(S010)。その後、記憶処理手段13dは、生成したレコードを操作用データ19に挿入する(S011)。   Next, the storage processing unit 13d of the operation history processing unit 13 assigns “processing order” in the order of “processing number” and records each group of records including the same “item name” extracted in step S009. The same number is set in the “common item number”, and a record to be inserted into the operation data 19 is generated (S010). Thereafter, the storage processing unit 13d inserts the generated record into the operation data 19 (S011).

ステップS011の処理によりレコードが挿入された例が図7に示した操作用データ19である。なお、ステップS010においてレコードを生成する際にステップS009において、「項目名」の実データに「社員ID」を含むレコードが抽出されたが、図7に示す例では、これらに基づいて生成される「項目名」の実データが「社員ID」であるレコードの「共通項目番号」に同一の番号として「1」が設定されている。   An example in which a record is inserted by the processing in step S011 is the operation data 19 shown in FIG. In addition, when the record is generated in step S010, a record including “employee ID” in the actual data of “item name” is extracted in step S009. In the example illustrated in FIG. 7, the record is generated based on these. “1” is set as the same number in the “common item number” of the record whose actual data of “item name” is “employee ID”.

また、ステップS001で履歴の記憶が要求されていないと判定された場合(S001でNO)、一括操作処理部14の入力指示処理手段14aは、操作用データ19の使用の要求がされているか否かが判定される(S012)。   If it is determined in step S001 that the history storage is not requested (NO in S001), the input instruction processing unit 14a of the collective operation processing unit 14 determines whether the use of the operation data 19 is requested. Is determined (S012).

操作用データ19の使用の要求がされていると判定されると(S012でYES)、入力指示処理手段14aは、端末2aの表示装置に一括操作画面200を表示させる画面生成データを端末2aに送信して操作番号の入力を促し(S013)、端末2aから送信される操作番号を待機する(S014)。   If it is determined that the use of the operation data 19 is requested (YES in S012), the input instruction processing unit 14a causes the terminal 2a to generate screen generation data for displaying the batch operation screen 200 on the display device of the terminal 2a. The user is prompted to input an operation number (S013), and waits for the operation number transmitted from the terminal 2a (S014).

図14は、端末2aの表示装置に表示される一括操作画面200の一例である。図14に示す一括操作画面200は、操作番号入力ボックス201、検索ボタン202及び実行ボタン203を有している。操作番号入力ボックス201には、操作用データ19が使用されてマスタデータ16の更新がされる操作の番号である「操作番号」が入力される。なお、ステップS013では、「操作番号」を入力させているが、端末2aの表示画面に表示される操作名のリストに基づいて希望する操作名を選択させる方法であっても良い。操作名のリストは、一括操作画面200の検索ボタン202を押下することにより表示される。実行ボタン203は、操作を実行するボタンである。例えば、操作番号入力ボックス201に「操作番号」が入力された後に押下されることにより、入力された「操作番号」がマスタデータ管理装置1に送信される。   FIG. 14 is an example of the collective operation screen 200 displayed on the display device of the terminal 2a. 14 includes an operation number input box 201, a search button 202, and an execution button 203. In the operation number input box 201, an “operation number”, which is an operation number in which the master data 16 is updated using the operation data 19, is input. In step S013, an “operation number” is input, but a method of selecting a desired operation name based on a list of operation names displayed on the display screen of the terminal 2a may be used. The list of operation names is displayed when the search button 202 on the collective operation screen 200 is pressed. The execution button 203 is a button for executing an operation. For example, when the “operation number” is entered in the operation number input box 201 and pressed, the inputted “operation number” is transmitted to the master data management apparatus 1.

ステップS013において、操作番号が入力されると(S014でYES)、一括操作処理部14の更新指示処理手段14bは、記憶装置107から操作用データ19を読み出して、読み出した操作用データ19から入力された「操作名」を含むレコードを抽出する(S015)。   In step S013, when the operation number is input (YES in S014), the update instruction processing unit 14b of the collective operation processing unit 14 reads the operation data 19 from the storage device 107 and inputs it from the read operation data 19. A record including the “operation name” is extracted (S015).

続いて、更新指示処理手段14bは、ステップS015で抽出されたレコードに基づいて新たな一括操作画面200を表示する画面データを生成し、端末2aの表示装置に新たな一括操作画面200を表示させることにより更新の内容を含む指示の入力を促し(S016)、更新の指示を待機する(S017)。   Subsequently, the update instruction processing unit 14b generates screen data for displaying the new collective operation screen 200 based on the record extracted in step S015, and displays the new collective operation screen 200 on the display device of the terminal 2a. This prompts the user to input an instruction including the contents of the update (S016), and waits for an instruction to update (S017).

図15に、新たに表示された一括操作画面200の一例を示す。図15に示す一括操作画面200は、操作番号入力ボックス201、検索ボタン202、実行ボタン203及び設定値入力ボックス204を有している。設定値入力ボックス204は、マスタデータ16を更新する際の各項目の実データを入力する。同一の操作用データ19における「共通番号」については、一箇所のみ更新の入力を可能としている。具体的には、図15における一例の場合、「社員ID」は設定値入力ボックス204に複数表示されているが、1箇所のみ変更が可能である。また、実行ボタン203は、設定値入力ボックス204にデータが入力された後に押下されることで更新の指示が端末2aからマスタデータ管理装置1に入力され、次に続く処理に進む。設定値が、図15に示す一括操作画面200の設定値入力ボックス204に入力されている設定値であるときに実行ボタン203が押下されると、「社員ID」が「E103」、「社員名」が「EEE」、「部門ID」が「S7」、「メニューID」が「A」としてマスタデータ16の更新の指示がされる。   FIG. 15 shows an example of the newly displayed collective operation screen 200. 15 includes an operation number input box 201, a search button 202, an execution button 203, and a setting value input box 204. The set value input box 204 is used to input actual data for each item when the master data 16 is updated. With respect to the “common number” in the same operation data 19, only one place can be input for updating. Specifically, in the example of FIG. 15, a plurality of “employee IDs” are displayed in the set value input box 204, but only one place can be changed. The execution button 203 is pressed after data is input to the set value input box 204, whereby an update instruction is input from the terminal 2a to the master data management apparatus 1, and the process proceeds to the subsequent process. When the execution button 203 is pressed when the set value is the set value input in the set value input box 204 of the collective operation screen 200 shown in FIG. 15, the “employee ID” is “E103”, “employee name” "EEE", "Department ID" is "S7", and "Menu ID" is "A".

更新の内容を含む指示が入力されると(S017)、一括操作処理部14のマスタデータ更新手段14cは、入力された内容に基づいて、マスタデータ16を更新する(S018)。   When an instruction including the content of update is input (S017), the master data updating unit 14c of the batch operation processing unit 14 updates the master data 16 based on the input content (S018).

具体的には、マスタデータ更新手段14cは、操作用データ19の「主キーフラグ」を参照し、追加の更新が指示が入力された場合、入力された内容に基づいて新たなレコードを生成してマスタデータに挿入する。また、マスタデータ更新手段14cは、削除の更新が指示が入力された場合、入力された内容の「主キー」の実データが一致するグループのレコードをマスタデータから削除する。または、マスタデータ更新手段14cは、修正の更新が指示が入力された場合、入力された内容の「主キー」の実データが一致するグループのレコードの設定値の実データを新たに入力された内容に変更する。   Specifically, the master data update unit 14c refers to the “primary key flag” of the operation data 19, and generates an additional record based on the input content when an instruction for additional update is input. Insert into master data. Further, when an instruction to update the deletion is input, the master data update unit 14c deletes the record of the group in which the actual data of the input “primary key” matches from the master data. Alternatively, the master data update unit 14c newly inputs the actual data of the set value of the record of the group that matches the actual data of the “primary key” of the input content when an instruction to update the correction is input. Change to content.

図16は、図15に示す一括操作画面200に入力された設定値により更新された社員マスタ16aである。また、図17は、図15に示す一括操作画面200に入力された設定値により更新されたメニューマスタ16bである。   FIG. 16 shows the employee master 16a updated with the set values input on the collective operation screen 200 shown in FIG. FIG. 17 shows the menu master 16b updated with the set values input on the collective operation screen 200 shown in FIG.

上述したように、マスタデータが始めて更新される場合、その操作の処理に基づいて更新内容を更新する為の操作用データとして記憶装置に記憶させることができ、その後に同様の処理により更新内容を更新する場合、記憶装置から読み出した操作用データを用いて、複数のマスタデータに同一の項目のデータが入力される場合、一回のみの入力で関連付けられるマスタデータについて同一の内容を変更することが出来る。   As described above, when the master data is updated for the first time, it can be stored in the storage device as operation data for updating the update contents based on the process of the operation. When updating, when the data of the same item is input to a plurality of master data using the operation data read from the storage device, the same content is changed with respect to the master data associated with only one input. I can do it.

(操作用データの更新処理)
続いて、図18に示すフローチャートを用いて操作用データ19を更新する処理について説明する。
(Operation data update processing)
Next, a process of updating the operation data 19 will be described using the flowchart shown in FIG.

操作用データ19の更新が開始すると、操作用データ更新処理部15の更新指示処理手段15aは、記憶装置107から操作用データ19を読み出す(S101)。その後、更新指示処理手段15aは、操作用データ19を変更するために端末2aに表示する操作用データ更新画面300を生成する画面データを生成し、端末2aにこの操作用データ更新画面300を表示させて変更内容の入力を促し(S102)、変更内容の入力を待機する(S103)。   When the update of the operation data 19 is started, the update instruction processing means 15a of the operation data update processing unit 15 reads the operation data 19 from the storage device 107 (S101). Thereafter, the update instruction processing means 15a generates screen data for generating the operation data update screen 300 to be displayed on the terminal 2a in order to change the operation data 19, and displays the operation data update screen 300 on the terminal 2a. Then, the input of the change content is prompted (S102), and the input of the change content is waited (S103).

図16に、ステップS102で表示される変更画面の一例を示す。例えば、操作用データ更新画面300が有する検索ボタン302を押下すると、「操作番号」及び「操作名」を表示し、そこから任意の「操作名」を選択することで「操作番号」を設定するようにしても良い。   FIG. 16 shows an example of the change screen displayed in step S102. For example, when the search button 302 of the operation data update screen 300 is pressed, “operation number” and “operation name” are displayed, and an “operation number” is set by selecting an arbitrary “operation name” therefrom. You may do it.

変更内容が入力されると(S103でYES)、操作用データ更新処理部15の操作用データ更新手段15bは、入力された内容に基づいて記憶装置107に記憶されている操作用データ19を書き替える(S104)。図16に示した操作用データ更新画面300に変更内容を入力した例を図17に示す。また、図18に、図17に示した操作用データ更新画面300によって変更された操作用データ19の一例を示す。   When the change content is input (YES in S103), the operation data update unit 15b of the operation data update processing unit 15 writes the operation data 19 stored in the storage device 107 based on the input content. Change (S104). FIG. 17 shows an example in which changes are input to the operation data update screen 300 shown in FIG. FIG. 18 shows an example of the operation data 19 changed by the operation data update screen 300 shown in FIG.

また、ステップS103において変更内容が入力されなかった場合(S103でNO)、操作用データ更新手段15bは、削除の操作がされたか否かを判定する(S105)。削除の操作がされた場合(S105でYES)、操作用データ更新手段15bは、操作の内容に基づいて操作用データ19から該当するレコード又はデータを削除する(S106)。   If no change is input in step S103 (NO in S103), the operation data update unit 15b determines whether a deletion operation has been performed (S105). When a deletion operation is performed (YES in S105), the operation data update unit 15b deletes the corresponding record or data from the operation data 19 based on the content of the operation (S106).

その後、終了されるまでステップS101〜S106の処理が繰り返される(S107)。   Thereafter, the processes in steps S101 to S106 are repeated until the process is completed (S107).

このように、操作用データを操作者の入力に基づいて更新するようにしたことで、操作者の希望に合った操作用データに変形しながら再利用してマスタデータの変更をすることが出来る。   Thus, by updating the operation data based on the operator's input, it is possible to change the master data by reusing it while transforming it into operation data that suits the operator's wishes. .

上記のように、本発明の実施の形態によって記載したが、この開示の一部をなす論述及び図面はこの発明を限定するものであると理解すべきではない。この開示から当業者には様々な代替実施の形態、実施例及び運用技術が明らかとなる。   As described above, the embodiments of the present invention have been described. However, it should not be understood that the descriptions and drawings constituting a part of this disclosure limit the present invention. From this disclosure, various alternative embodiments, examples, and operational techniques will be apparent to those skilled in the art.

本発明はここでは記載していない様々な実施の形態等を含むことは勿論である。従って、本発明の技術的範囲は上記の説明に記載した事項と自明な特許請求の範囲に係る発明特定事項によってのみ定められるものである。   It goes without saying that the present invention includes various embodiments not described herein. Therefore, the technical scope of the present invention is defined only by the matters described in the above description and the invention specific matters according to the obvious claims.

本発明の最良の実施の形態に係るマスタデータ管理装置を説明する図である。It is a figure explaining the master data management apparatus which concerns on the best embodiment of this invention. 本発明の最良の実施の形態に係るマスタデータ管理装置のハードウェア構成図である。It is a hardware block diagram of the master data management apparatus which concerns on the best embodiment of this invention. 本発明の最良の実施の形態に係るマスタデータ管理装置に記憶される社員マスタを説明する図である。It is a figure explaining the employee master memorize | stored in the master data management apparatus which concerns on best embodiment of this invention. 本発明の最良の実施の形態に係るマスタデータ管理装置に記憶されるメニューマスタの一例である。It is an example of the menu master memorize | stored in the master data management apparatus which concerns on best embodiment of this invention. 本発明の最良の実施の形態に係るマスタデータ管理装置に記憶される履歴記憶有無データの一例である。It is an example of the history storage presence / absence data stored in the master data management device according to the preferred embodiment of the present invention. 本発明の最良の実施の形態に係るマスタデータ管理装置に記憶される操作履歴データの一例である。It is an example of the operation history data memorize | stored in the master data management apparatus which concerns on best embodiment of this invention. 本発明の最良の実施の形態に係るマスタデータ管理装置に記憶される操作用データの一例である。It is an example of the operation data memorize | stored in the master data management apparatus which concerns on best embodiment of this invention. 本発明の最良の実施の形態に係るマスタデータ管理装置の操作履歴処理部の詳細なブロック図である。It is a detailed block diagram of the operation history process part of the master data management apparatus which concerns on the best embodiment of this invention. 本発明の最良の実施の形態に係るマスタデータ管理装置の一括操作処理部の詳細なブロック図である。It is a detailed block diagram of a batch operation processing unit of the master data management device according to the preferred embodiment of the present invention. 本発明の最良の実施の形態に係るマスタデータ管理装置の操作用データ変更処理部の詳細なブロック図である。It is a detailed block diagram of the operation data change processing unit of the master data management device according to the best mode of the present invention. 本発明の最良の実施の形態に係るマスタデータ管理装置におけるマスタデータの更新処理を説明するフローチャートである。It is a flowchart explaining the update process of the master data in the master data management apparatus which concerns on the best embodiment of this invention. 図3に示した社員マスタの更新後の一例である。It is an example after the update of the employee master shown in FIG. 図4に示したメニューマスタの更新後の一例である。It is an example after the update of the menu master shown in FIG. 本発明の最良の実施の形態に係るマスタデータ管理装置において一括操作を行う場合に利用される一括操作画面の一例である。It is an example of the batch operation screen used when performing batch operation in the master data management device according to the best embodiment of the present invention. 図12に示した一括操作画面に更新内容が入力された一例である。FIG. 13 is an example in which update content is input to the collective operation screen illustrated in FIG. 12. FIG. 図9に示した社員マスタの更新後の一例である。It is an example after the update of the employee master shown in FIG. 図10に示したメニューマスタの更新後の一例である。It is an example after the update of the menu master shown in FIG. 本発明の最良の実施の形態に係るマスタデータ管理装置における操作用データの更新処理を説明するフローチャートである。It is a flowchart explaining the update process of the operation data in the master data management apparatus which concerns on best embodiment of this invention. 本発明の最良の実施の形態に係るマスタデータ管理装置において操作用データを変更する場合に利用される操作用データ更新画面の一例である。It is an example of the operation data update screen utilized when changing the operation data in the master data management apparatus according to the best embodiment of the present invention. 図16に示した操作用データ更新画面に更新内容が入力された一例である。FIG. 17 shows an example in which update content is input to the operation data update screen shown in FIG. 16. FIG. 図7に示した操作用データの変更後の一例である。It is an example after the change of the operation data shown in FIG.

符号の説明Explanation of symbols

1…マスタデータ管理装置
2a〜2b…端末
3…ネットワーク
11…社員マスタ管理部
12…メニューマスタ管理部
11a,12a…履歴記憶手段
13…操作履歴処理部
13a…グループ抽出手段
13b…グループ選択手段
13c…共通項目抽出手段
13d…記憶処理手段
14…一括操作処理部
14a…入力指示処理手段
14b…更新指示処理手段
14c…マスタデータ更新手段
15…操作用データ更新処理部
15a…更新指示処理手段
15b…操作用データ更新手段
16…マスタデータ
16a…社員マスタ
16b…メニューマスタ
17…履歴記憶有無データ
17a…社員マスタ
17b…メニューマスタ
18…操作履歴データ
19…操作用データ
101…中央処理制御装置
102…ROM
103…RAM
104…入力装置
105…表示装置
106…通信制御装置
107…記憶装置
108…リムーバブルディスク
109…入出力インタフェース
110…バス
200…一括操作画面
300…操作用データ更新画面
302…検索ボタン
DESCRIPTION OF SYMBOLS 1 ... Master data management apparatus 2a-2b ... Terminal 3 ... Network 11 ... Employee master management part 12 ... Menu master management part 11a, 12a ... History storage means 13 ... Operation history processing part 13a ... Group extraction means 13b ... Group selection means 13c ... Common item extraction means 13d ... Storage processing means 14 ... Batch operation processing section 14a ... Input instruction processing means 14b ... Update instruction processing means 14c ... Master data update means 15 ... Operation data update processing section 15a ... Update instruction processing means 15b ... Operation data update means 16 ... Master data 16a ... Employee master 16b ... Menu master 17 ... History memory presence / absence data 17a ... Employee master 17b ... Menu master 18 ... Operation history data 19 ... Operation data 101 ... Central processing control device 102 ... ROM
103 ... RAM
DESCRIPTION OF SYMBOLS 104 ... Input device 105 ... Display device 106 ... Communication control device 107 ... Memory | storage device 108 ... Removable disk 109 ... Input / output interface 110 ... Bus 200 ... Batch operation screen 300 ... Operation data update screen 302 ... Search button

Claims (11)

異なるデータ構成を有する複数のマスタデータを管理するマスタデータ管理装置において、
前記複数のマスタデータの更新にかかる一連の操作を単位として付与される操作番号情報と、前記一連の操作において前記マスタデータの更新の順番に付与される処理番号情報と、当該処理番号情報における更新の対象であるマスタデータを識別するマスタデータ識別子情報と、前記マスタデータを構成するデータの項目を識別する項目識別子情報と、操作された処理の種別を識別する処理種別情報とを含むレコードを有する操作履歴データであって、さらに前記レコードは処理を実行する手順の時系列情報と関連付けられている前記操作履歴データを記憶装置に記憶させる履歴記憶手段と、
入力された更新の内容に基づいて、前記操作履歴データに含まれる処理の順序に従って前記複数のマスタデータを更新するマスタデータ更新手段と、
を備えることを特徴とするマスタデータ管理装置。
In a master data management device that manages a plurality of master data having different data configurations,
Operation number information given in units of a series of operations for updating the plurality of master data, processing number information given in the order of updating the master data in the series of operations, and updating in the processing number information Master data identifier information for identifying the master data that is the target of the data, item identifier information for identifying the items of the data constituting the master data, and process type information for identifying the type of the operated process A history storage means for storing operation history data in a storage device, the operation history data being further associated with time-series information of a procedure for executing processing;
Master data updating means for updating the plurality of master data in accordance with the order of processing included in the operation history data based on the content of the input update;
A master data management device comprising:
前記記憶装置から前記操作履歴データを読み出すと、操作番号情報及び処理番号情報が同一のレコードを一連の操作においてマスタデータの更新の処理を実行するグループとして抽出するグループ抽出手段と、
前記操作番号情報が同一であるグループが複数あると判定すると、前記グループのレコードに共通して含まれる項目識別子情報で識別される項目を共通項目として抽出する共通項目抽出手段と、
前記操作履歴データに基づいて、更新の処理について時系列の順番に付与される処理順序情報と、マスタデータ識別子情報と、項目識別子情報と、処理種別情報とを含むレコードを生成し、異なるグループに共通する項目に同一の番号である共通項目番号情報を付与して前記レコードに追加して操作用データに挿入し、記憶装置に記憶させる記憶処理手段と、
を備えることを特徴とする請求項1に記載のマスタデータ管理装置。
When the operation history data is read from the storage device, a group extraction unit that extracts a record having the same operation number information and process number information as a group that executes master data update processing in a series of operations;
When it is determined that there are a plurality of groups having the same operation number information, a common item extraction unit that extracts items identified by item identifier information included in common in the records of the group as a common item;
Based on the operation history data, a record including processing order information, master data identifier information, item identifier information, and processing type information given in chronological order with respect to the update processing is generated and assigned to different groups. Storage processing means for adding common item number information that is the same number to common items, adding it to the record and inserting it into operation data, and storing it in a storage device;
The master data management apparatus according to claim 1, further comprising:
前記グループ抽出手段で抽出されたグループに、マスタデータ識別子情報及び項目識別子情報の組み合わせと処理を実行する手順とが同一のグループが複数あると判定すると、前記複数のグループから一つのグループを選択し、他のグループについては削除するグループ選択手段を有することを特徴とする請求項2に記載のマスタデータ管理装置。   If the group extracted by the group extracting means determines that there are a plurality of groups having the same combination of master data identifier information and item identifier information and the procedure for executing the process, one group is selected from the plurality of groups. 3. The master data management apparatus according to claim 2, further comprising group selection means for deleting other groups. 前記複数のマスタデータの更新を一括して実行する処理の処理種別情報を入力させる画面を表示する入力指示処理手段と、
前記操作用データを前記記憶装置から読み出し、入力された処理種別情報を含むレコードを操作用データから抽出し、前記レコードに含まれる項目識別子情報に基づいて更新内容を入力させる一括操作画面を表示する更新指示処理手段と、
を備えることを特徴とする請求項1に記載のマスタデータ管理装置。
Input instruction processing means for displaying a screen for inputting processing type information of processing for collectively executing the update of the plurality of master data;
The operation data is read from the storage device, a record including the input processing type information is extracted from the operation data, and a collective operation screen for inputting update contents based on item identifier information included in the record is displayed. Update instruction processing means;
The master data management apparatus according to claim 1, further comprising:
前記更新内容は、選択された更新の処理種別情報が追加又は変更である場合、マスタデータにおける共通項目についての全ての実データ及び共通項目以外の項目である非共通項目についての実データを含み、各マスタデータは関連付けられていることを特徴とする請求項4に記載のマスタデータ管理装置。   The update content includes all actual data about common items in the master data and actual data about non-common items that are items other than the common items when the processing type information of the selected update is addition or change, 5. The master data management apparatus according to claim 4, wherein each master data is associated. 前記操作用データは、前記項目が前記マスタデータのキーとなる主キーであるか否かを判別する主キーフラグ情報を含み、
前記マスタデータ更新手段は、マスタデータの更新をする際に操作用データの主キーフラグ情報を参照し、
追加の更新が指示されると、新たなレコードを生成して前記マスタデータに挿入し、
削除の更新が指示されると、主キーの実データが一致するグループのレコードを前記マスタデータから削除し、
修正の更新が指示されると、主キーの実データが一致するグループのレコードの設定値の実データを新たに入力された実データに変更することを特徴とする請求項2に記載されるマスタデータ管理装置。
The operation data includes main key flag information for determining whether the item is a main key that is a key of the master data,
The master data update means refers to the main key flag information of the operation data when updating the master data,
When an additional update is instructed, a new record is generated and inserted into the master data,
When update of deletion is instructed, a record of a group in which the actual data of the primary key matches is deleted from the master data,
3. The master according to claim 2, wherein when the update of the correction is instructed, the actual data of the set value of the record of the group in which the actual data of the primary key matches is changed to the newly input actual data. Data management device.
記憶装置から、操作番号情報を含むレコードを有する履歴記憶有無データを読み出し、前記操作番号情報を含む操作が実行されている際、操作番号情報と、処理番号情報と、マスタデータ識別子情報と、項目識別子情報と、処理種別情報とを含む新たなレコードを生成し、前記レコードを操作履歴データに記憶させる履歴記憶手段を有することを特徴とする請求項1に記載のマスタデータ管理装置。   Reading history storage presence / absence data having a record including operation number information from the storage device, and when an operation including the operation number information is being executed, operation number information, processing number information, master data identifier information, and item 2. The master data management apparatus according to claim 1, further comprising history storage means for generating a new record including identifier information and process type information and storing the record in operation history data. 入力された操作用データの変更内容に基づいて、記憶装置に記憶されている操作用データを変更する操作用データ更新手段を備えることを特徴とする請求項2に記載のマスタデータ管理装置。   3. The master data management apparatus according to claim 2, further comprising operation data updating means for changing the operation data stored in the storage device based on the change contents of the input operation data. 異なるデータ構成を有する複数のマスタデータを管理するマスタデータ管理プログラムにおいて、
前記複数のマスタデータの更新にかかる一連の操作を単位として付与される操作番号情報と、前記一連の操作において前記マスタデータの更新の順番に付与される処理番号情報と、当該処理番号情報における更新の対象であるマスタデータを識別するマスタデータ識別子情報と、前記マスタデータを構成するデータの項目を識別する項目識別子情報と、操作された処理の種別を識別する処理種別情報とを含むレコードを有する操作履歴データであって、さらに前記レコードは処理を実行する手順の時系列情報と関連付けられている前記操作履歴データを記憶装置に記憶させる履歴記憶ステップと、
入力された更新の内容に基づいて、前記操作履歴データに含まれる処理の順序に従って前記複数のマスタデータを更新するマスタデータ更新ステップと、
をコンピュータに実行させることを特徴とするマスタデータ管理プログラム。
In a master data management program for managing a plurality of master data having different data structures,
Operation number information given in units of a series of operations for updating the plurality of master data, processing number information given in the order of updating the master data in the series of operations, and updating in the processing number information Master data identifier information for identifying the master data that is the target of the data, item identifier information for identifying the items of the data constituting the master data, and process type information for identifying the type of the operated process A history storage step of storing the operation history data, which is operation history data, and the record is associated with time-series information of a procedure for executing the process in a storage device;
A master data update step for updating the plurality of master data according to the order of processing included in the operation history data based on the content of the input update,
A master data management program for causing a computer to execute.
前記記憶装置から前記操作履歴データを読み出すと、操作番号情報及び処理番号情報が同一のレコードを一連の操作においてマスタデータの更新の処理を実行するグループとして抽出するグループ抽出ステップと、
前記操作番号が同一であるグループが複数あると判定すると、前記グループのレコードに共通して含まれる項目識別子情報で識別される項目を共通項目として抽出する共通項目抽出ステップと、
前記操作履歴データに基づいて、更新の処理について時系列の順番に付与される処理順序情報と、マスタデータ識別子情報と、項目識別子情報と、処理種別情報とを含むレコードを生成し、異なるグループに共通する項目に同一の番号である共通項目番号情報を付与して前記レコードに追加して操作用データに挿入し、記憶装置に記憶させる記憶処理ステップと、
を有することを特徴とする請求項9に記載のマスタデータ管理プログラム。
When the operation history data is read from the storage device, a group extraction step of extracting records having the same operation number information and process number information as a group for executing a process of updating master data in a series of operations;
When it is determined that there are a plurality of groups having the same operation number, a common item extraction step of extracting items identified by item identifier information included in common in the records of the group as common items;
Based on the operation history data, a record including processing order information, master data identifier information, item identifier information, and processing type information given in chronological order with respect to the update processing is generated and assigned to different groups. A storage processing step of adding common item number information that is the same number to a common item, adding it to the record and inserting it into operation data, and storing it in a storage device;
The master data management program according to claim 9, comprising:
前記グループ抽出ステップで抽出されたグループに、マスタデータ識別子情報及び項目識別子情報の組み合わせと処理を実行する手順とが同一のグループが複数あると判定すると、前記複数のグループから一つのグループを選択し、他のグループについては削除するグループ選択ステップを有することを特徴とする請求項10に記載のマスタデータ管理プログラム。


When it is determined that the group extracted in the group extraction step includes a plurality of groups having the same combination of master data identifier information and item identifier information and the procedure for executing the process, one group is selected from the plurality of groups. The master data management program according to claim 10, further comprising a group selection step of deleting other groups.


JP2005280613A 2005-09-27 2005-09-27 Master data management device and master data management program Withdrawn JP2007094572A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005280613A JP2007094572A (en) 2005-09-27 2005-09-27 Master data management device and master data management program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005280613A JP2007094572A (en) 2005-09-27 2005-09-27 Master data management device and master data management program

Publications (1)

Publication Number Publication Date
JP2007094572A true JP2007094572A (en) 2007-04-12

Family

ID=37980252

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005280613A Withdrawn JP2007094572A (en) 2005-09-27 2005-09-27 Master data management device and master data management program

Country Status (1)

Country Link
JP (1) JP2007094572A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100863821B1 (en) 2008-05-16 2008-10-16 (주) 인포와이즈 Master data management system with improved data structure and storage medium storing the master data
JP2009175880A (en) * 2008-01-22 2009-08-06 Toshiba Corp Information processing apparatus and program
JP2011510397A (en) * 2008-01-15 2011-03-31 マイクロソフト コーポレーション Multi-client collaboration to access and update structured data elements
WO2014128759A1 (en) * 2013-02-21 2014-08-28 公益財団法人先端医療振興財団 Information system and method for updating same

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011510397A (en) * 2008-01-15 2011-03-31 マイクロソフト コーポレーション Multi-client collaboration to access and update structured data elements
US8862979B2 (en) 2008-01-15 2014-10-14 Microsoft Corporation Multi-client collaboration to access and update structured data elements
US9880992B2 (en) 2008-01-15 2018-01-30 Microsoft Technology Licensing, Llc Multi-client collaboration to access and update structured data elements
JP2009175880A (en) * 2008-01-22 2009-08-06 Toshiba Corp Information processing apparatus and program
KR100863821B1 (en) 2008-05-16 2008-10-16 (주) 인포와이즈 Master data management system with improved data structure and storage medium storing the master data
WO2014128759A1 (en) * 2013-02-21 2014-08-28 公益財団法人先端医療振興財団 Information system and method for updating same
JP5583306B1 (en) * 2013-02-21 2014-09-03 公益財団法人先端医療振興財団 Information system and updating method thereof

Similar Documents

Publication Publication Date Title
JP5095013B2 (en) Programmable controller system and development system
KR101738647B1 (en) Data maintenance system
JP2001313639A (en) System and method for managing network configuration data and recording medium
JP2014048673A (en) Workflow generation server and method
JP2006277413A (en) Document classification device and document classification method
JP2007094572A (en) Master data management device and master data management program
CN111800460A (en) Data synchronization method, device and equipment of LDAP (lightweight directory Access protocol) service node and storage medium
JPH11232338A (en) Device and method for preparing process flow and computer readable recording medium for recording process flow preparation program
JP2009059293A (en) Job management system
US8478791B2 (en) Interoperability across heterogeneous taxonomies
JP4846736B2 (en) Parallel processing support device
CN111415014B (en) Model prediction result data management system and method
JP5884925B2 (en) Management support apparatus, management support method, and management support program
JP6775740B1 (en) Design support device, design support method and design support program
JP2002259503A (en) System of production control, method thereof, manufacturing method for semiconductor device using the method, recording medium recorded information thereof, program thereof and computer readable recording medium recorded the program
JP2006244000A (en) Process management device and process management program
JP2007164532A (en) Task display device, task display method, and task display program
JP4905989B2 (en) Metadata search device
JP2007156966A (en) Personnel management server
JP2008009966A (en) Device and method for setting business process
JP7235827B2 (en) Information processing device, information processing method and program
JP4686528B2 (en) Application information management system
JP2009070206A (en) Data retrieval system, data retrieval method, data retrieval device, retrieval executer terminal and program
JP2006085329A (en) Specification management device for merchandise
US20230051197A1 (en) Monitoring system, monitoring method, and storage medium

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20081202