JP2013175094A - Data search system and method - Google Patents

Data search system and method Download PDF

Info

Publication number
JP2013175094A
JP2013175094A JP2012039918A JP2012039918A JP2013175094A JP 2013175094 A JP2013175094 A JP 2013175094A JP 2012039918 A JP2012039918 A JP 2012039918A JP 2012039918 A JP2012039918 A JP 2012039918A JP 2013175094 A JP2013175094 A JP 2013175094A
Authority
JP
Japan
Prior art keywords
search
download
data
master table
language
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.)
Granted
Application number
JP2012039918A
Other languages
Japanese (ja)
Other versions
JP5894461B2 (en
Inventor
Kimihiko Ichimura
公彦 市村
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 Systems Ltd
Original Assignee
Hitachi Systems 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 Systems Ltd filed Critical Hitachi Systems Ltd
Priority to JP2012039918A priority Critical patent/JP5894461B2/en
Publication of JP2013175094A publication Critical patent/JP2013175094A/en
Application granted granted Critical
Publication of JP5894461B2 publication Critical patent/JP5894461B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To constitute a data search screen of a plurality of languages, and to search for and download data by using the search screen.SOLUTION: On the basis of the content of an item name master table in which the format of the display of a screen is set, a download master table in which a display item is set about data to be downloaded and a language master table in which item display language is set, the display item of the data to be downloaded is set, and a list screen on which item names are displayed is created. On the basis of the content of a search condition setting master table in which search conditions are set and an item name master table and a component table in which components constituting the screen are registered, a search screen on which the item name of the set search conditions is displayed in selected language is created. On the basis of the search conditions set by the search condition setting master table, SQL is executed to data obtained by searching the search object master table by referring to a download SQL master table, and the download data are displayed in the selected language.

Description

本発明は、データ検索システム及び方法に係り、特に、多言語のデータダウンロード機能を構築して、データを動的にダウンロードするデータ検索ダウンロードシステム及び方法に関するものである。   The present invention relates to a data search system and method, and more particularly, to a data search and download system and method for dynamically downloading data by constructing a multilingual data download function.

端末の画面を操作してセンタサーバのデータを検索し端末にダウンロードして、そのデータを端末の画面に表示して閲覧し、或いはそのデータを業務処理に用いることが日常的に行われている。
データの検索に関して、特許文献1には、マスタテーブルで保持する項目名でデータを検索するシステムが開示されている。とりわけ、特許文献1の技術は、検索部が、画面データより呼称変更マスタテーブルで保持する変更前呼称を含む名称を検索し、名称が検索された場合には、変更部により変更前呼称を、呼称変更マスタテーブルを参照して当該変更前呼称と対応する変更後呼称に置換することで、画面データに含まれる当該検索された名称を変更している。
It is routinely performed that the data of the center server is searched by operating the terminal screen and downloaded to the terminal, the data is displayed on the terminal screen for browsing, or the data is used for business processing. .
Regarding data retrieval, Patent Document 1 discloses a system for retrieving data using item names held in a master table. In particular, in the technology of Patent Document 1, the search unit searches the name including the pre-change name held in the name change master table from the screen data, and when the name is searched, the change unit selects the pre-change name, The searched name included in the screen data is changed by referring to the name change master table and replacing it with the changed name corresponding to the pre-change name.

一般的にデータダウンロード機能を構築する場合、開発者がデータ検索画面やダウンロード機能をハードコーディングやツールを利用して開発している。既存の画面に新たな項目を追加する場合、開発者はプログラム言語や仕組みを熟知しているので、画面の修正作業等は容易であるが、開発者以外の者は難しい。   In general, when building a data download function, a developer develops a data search screen and a download function by using hard coding or a tool. When adding a new item to an existing screen, the developer is familiar with the programming language and mechanism, so that the screen correction work is easy, but it is difficult for anyone other than the developer.

画面の表示データの変更に関して、例えば、特許文献2には、処理画面で表示されるデータ項目やそのデータ項目の性質を表す属性が記述されたフォーム定義ファイルを読み取るフォーム定義読み取り手段と、読み取られた内容に基づき処理画面に表示する内容を動的に変更するころにより、プログラムコードの修正を行うことなくカスタマイズ作業を容易に行うことを可能にした、情報処理システムが開示されている。   Regarding the change of the display data on the screen, for example, Patent Document 2 reads a form definition reading unit that reads a form definition file in which data items displayed on the processing screen and attributes indicating the properties of the data items are described. An information processing system is disclosed in which customization work can be easily performed without modifying program code by dynamically changing the contents displayed on the processing screen based on the contents.

特開2011−203981号公報JP 2011-203981 A 特開平11−212694号公報JP-A-11-212694

然るに、特許文献1には、マスタテーブルを利用してデータを検索する旨は記載されているが、複数のマスタを有機的に利用してデータを検索する旨、更には多言語のデータダウンロード機能を利用したデータ検索については示唆がない。   However, Patent Document 1 describes that data is searched using a master table, but that data is searched using a plurality of masters organically, and a multilingual data download function. There is no suggestion about data retrieval using.

また、多言語を扱う検索ダウンロードシステムにおいては、各言語に翻訳した画面を言語毎に用意しておく必要があるが、そのようにすると画面数の増加に伴い管理上の手間も増える。特許文献2の技術により画面の修正作業や表示データの変更が容易になったとしても、多言語を扱うシステムに対してどのように対処してよいか、具体策が見出せない。   Further, in a search and download system that handles multiple languages, it is necessary to prepare a screen translated into each language for each language, but doing so increases the administrative effort as the number of screens increases. Even if the modification of the screen and the change of the display data are facilitated by the technique of Patent Document 2, no specific measures can be found as to how to deal with a multilingual system.

本発明の目的は、複数のマスタテーブルを用いて複数の言語でデータ検索画面を構成することができ、このデータ検索画面を用いてデータ検索してダウンロードするデータ検索システム及び方法を提供することである。   An object of the present invention is to provide a data search system and method that can configure a data search screen in a plurality of languages using a plurality of master tables, and search and download data using the data search screen. is there.

本発明によるデータ検索システムは、好ましくは、サーバでプログラムを実行することで、検索画面からの指示に従って検索対象マスタテーブルを検索して、検索データをダウンロードするデータ検索システムであって、
システム内で使用される共通の項目について画面の表示の形式を設定する項目名マスタテーブルと、ダウンロード対象のデータについて表示項目を設定するダウンロードマスタテーブルと、項目表示する言語を設定する言語マスタテーブルの内容を基に、ダウンロード対象のデータの表示項目を設定し、及び選択された言語で該項目名を表示する一覧画面を作成する一覧画面作成処理部と、
検索対象のデータについて検索条件を設定する検索条件設定マスタテーブルと、前記項目名マスタテーブルと、前記言語マスタテーブルと、画面を構成する部品を登録する部品テーブルの内容を基に、設定された検索条件の項目名を、選択された言語で表示する検索画面を作成する検索画面作成処理部と、
前記検索条件設定マスタテーブルによって設定された検索条件を基に、検索対象データを登録する検索対象マスタテーブルを検索して得られたデータに対して、SQLを設定するダウンロードSQLマスタテーブルを参照してSQLを実行して、ダウンロードデータを作成するダウンロードデータ作成処理部を有し、設定された項目について、選択された言語で、該ダウンロードデータを表示することを特徴とするデータ検索システムとして構成される。
また、上記処理機能を実行するデータ検索方法として構成される。
The data search system according to the present invention is preferably a data search system that searches a search target master table according to an instruction from a search screen and downloads search data by executing a program on a server.
The item name master table that sets the display format of the screen for common items used in the system, the download master table that sets display items for the data to be downloaded, and the language master table that sets the language for displaying items A list screen creation processing unit for setting a display item of data to be downloaded based on the content, and creating a list screen for displaying the item name in the selected language;
Search that is set based on the contents of the search condition setting master table that sets search conditions for the search target data, the item name master table, the language master table, and the parts table that registers the parts that make up the screen A search screen creation processing unit for creating a search screen for displaying the condition item names in the selected language;
Based on the search conditions set by the search condition setting master table, refer to the download SQL master table for setting SQL for the data obtained by searching the search target master table for registering the search target data. It has a download data creation processing unit that executes SQL and creates download data, and is configured as a data search system that displays the download data in a selected language for a set item .
Moreover, it is comprised as a data search method which performs the said processing function.

本発明によれば、複数のマスタテーブルを用いて複数の言語でデータ検索画面を構成し、ダウンロード機能を利用してデータの検索が行うことができる。また、マスタの項目を容易に追加等変更することができる多言語検索ダウンロードシステムを実現することができる。   According to the present invention, a data search screen can be configured in a plurality of languages using a plurality of master tables, and data can be searched using a download function. In addition, it is possible to realize a multilingual search download system in which master items can be easily added and changed.

一実施例によるダウンロードシステムを示す全体構成図。1 is an overall configuration diagram showing a download system according to an embodiment. 一実施例におけるダウンロードシステムの処理動作を示すフローチャート。The flowchart which shows the processing operation of the download system in one Example. 一実施例における一覧画面の作成動作を示すフローチャート。The flowchart which shows the production | generation operation | movement of the list screen in one Example. 一実施例における検索画面の作成動作を示すフローチャート。The flowchart which shows the creation operation of the search screen in one Example. 一実施例におけるダウンロードデータの作成動作を示すフローチャート。The flowchart which shows the creation operation of the download data in one Example. 一実施例における一覧画面の例を示す図。The figure which shows the example of the list screen in one Example. 一実施例における検索画面の例を示す図。The figure which shows the example of the search screen in one Example. 一実施例におけるダウンロードファイルの例を示す図。The figure which shows the example of the download file in one Example. 一実施例における部品テーブル115の構成例を示す図。The figure which shows the structural example of the components table 115 in one Example. 一実施例における権限別一覧設定マスタテーブル108の構成例を示す図。The figure which shows the structural example of the list setting master table 108 classified by authority in one Example. 一実施例におけるダウンロードマスタテーブル109の構成例を示す図。The figure which shows the structural example of the download master table 109 in one Example. 一実施例における検索条件設定マスタテーブル110の構成例を示す図。The figure which shows the structural example of the search condition setting master table 110 in one Example. 一実施例におけるダウンロードSQLマスタテーブル111の構成例を示す図。The figure which shows the structural example of the download SQL master table 111 in one Example. 一実施例における項目名マスタテーブル112の構成例を示す図。The figure which shows the structural example of the item name master table 112 in one Example. 一実施例における取引先マスタテーブル113の構成例を示す図。The figure which shows the structural example of the supplier master table 113 in one Example. 一実施例における言語マスタテーブル114の構成例を示す図。The figure which shows the structural example of the language master table 114 in one Example.

以下、図面を参照して、本発明の一実施形態について説明する。
図1は、データ検索ダウンロードシステムの全体構成を示す。
データ検索ダウンロードシステム104はサーバ103に構築され、サーバ103はネットワーク102を介してPC(パーソナルコンピュータ)101等の端末に接続されて、データ検索ダウンロードシステム全体が構成される。
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.
FIG. 1 shows the overall configuration of a data search and download system.
The data search and download system 104 is constructed in the server 103, and the server 103 is connected to a terminal such as a PC (personal computer) 101 via the network 102 to constitute the entire data search and download system.

データ検索ダウンロードシステム104は、サーバ103でプログラムが実行されることで、一覧画面作成処理部105、検索画面作成処理部106、ダウンロードデータ作成処理部107の各処理機能を実現する。また、データ検索ダウンロードシステム104は、権限別一覧設定マスタテーブル108、ダウンロードマスタテーブル109、検索条件設定マスタテーブル110、ダウンロードSQLマスタテーブル111、項目名マスタテーブル112、取引先マスタ113のテーブル、言語マスタテーブル114、部品テーブル115の各テーブルを有する。なおこれらのテーブルの構成については、図9〜図16を参照して後述する。   The data search and download system 104 implements the processing functions of the list screen creation processing unit 105, the search screen creation processing unit 106, and the download data creation processing unit 107 by executing a program on the server 103. Further, the data search and download system 104 includes an authority-specific list setting master table 108, a download master table 109, a search condition setting master table 110, a download SQL master table 111, an item name master table 112, a supplier master 113 table, a language master. Each table includes a table 114 and a component table 115. The configuration of these tables will be described later with reference to FIGS.

データ検索ダウンロードシステム104は、上記各種のマスタテーブルを利用して、一覧画面作成処理部105や検索画面作成処理部106で一覧画面(図6参照)や検索画面(図7参照)を作成し、作成した一覧画面及び検索画面を、ネットワーク102を通じてPC101に転送して画面表示する。操作者は、PCに表示された検索画面を用いて入力器を操作することで、多言語のデータダウンロードが可能となる。   The data search and download system 104 creates a list screen (see FIG. 6) and a search screen (see FIG. 7) by the list screen creation processing unit 105 and the search screen creation processing unit 106 using the various master tables. The created list screen and search screen are transferred to the PC 101 via the network 102 and displayed on the screen. The operator can download multilingual data by operating the input device using the search screen displayed on the PC.

次に、図6及び図7を参照して、一覧画面及び検索画面の構成例について説明する。
図6は、一覧画面600の例を示す。
一覧画面600は、ダウンロード可能なファイルについて、ダウンロード番号、ダウンロード名称、ダウンロードコメントを表示する画面である。(A)は条件設定前の画面、(B)は日本語用画面、(C)は英語用画面を示す。
Next, configuration examples of the list screen and the search screen will be described with reference to FIGS. 6 and 7.
FIG. 6 shows an example of the list screen 600.
The list screen 600 is a screen that displays a download number, a download name, and a download comment for downloadable files. (A) is a screen before condition setting, (B) is a Japanese screen, and (C) is an English screen.

(A)の一覧画面は、言語選択エリアと一覧出力エリアから構成される。一覧画面の表示項目は、No、ダウンロード番号、ダウンロード名称、ダウンロードコメントである。言語選択は、プルダウン方式によって、例えば日本語、英語、及び現地語の3種のいずれかを選択可能である。   The list screen of (A) includes a language selection area and a list output area. The display items on the list screen are No, download number, download name, and download comment. For language selection, any one of three types of Japanese, English, and local languages can be selected by a pull-down method.

(B)は日本用の画面であり、項目名一覧が日本語で表示される。(C)の英語用画面も同様に、項目名一覧が英語で表示される。操作者は入力器を操作することで、ダウンロード番号(NO)を選択することができる。   (B) is a screen for Japan, and the item name list is displayed in Japanese. Similarly, in the screen for English in (C), the item name list is displayed in English. The operator can select a download number (NO) by operating the input device.

図7は、検索画面700の例を示す。
(A)は検索条件設定前の画面を示し、(B)(C)は検索条件設定後の検索画面を示す。(B)は日本語用画面、(C)は英語用画面である。
(A)の検索画面700は、ダウンロードしたいファイルを検索するための検索条件を設定する画面である。検索条件として、検索条件エリアに10個の検索条件が表示され、検索条件1〜10に対応して「1〜10」の番号と指定することで、1の検索条件を選択することができる。また、プルダウン方式の言語選択エリアが設定され、日本語、英語、及び現地語の3種のいずれかを選択可能である。
FIG. 7 shows an example of the search screen 700.
(A) shows a screen before setting search conditions, and (B) and (C) show search screens after setting search conditions. (B) is a screen for Japanese, and (C) is a screen for English.
The (A) search screen 700 is a screen for setting search conditions for searching for a file to be downloaded. As search conditions, 10 search conditions are displayed in the search condition area, and by specifying a number of “1-10” corresponding to the search conditions 1-10, one search condition can be selected. In addition, a pull-down language selection area is set, and one of three types of Japanese, English, and local language can be selected.

検索条件設定後の検索画面(B)(C)に関して、図示の例では、操作者がPC101の入力器(図示せず)を操作して、(A)の画面から検索条件として、「取引先」及び「事業所」を設定している。操作者は、希望する検索コードを検索エリアに入力することで検索することができる。(B)は日本語用画面であり、検索設定前画面の言語選択プルダウンを選択して、検索画面の項目を日本語に設定することができる。同様にして、(C)のように、英語を選択した場合は、検索項目を英語で表示するように設定することができる。なお、図示の例では、検索項目は2つであるが、これに限らず更に多くの検索項目を設定してもよい。   Regarding the search screens (B) and (C) after setting the search conditions, in the example shown in the figure, the operator operates the input device (not shown) of the PC 101, and the search condition from the screen of (A) is “business partner”. ”And“ Office ”. The operator can search by inputting a desired search code into the search area. (B) is a screen for Japanese, and the language selection pull-down on the pre-search setting screen can be selected to set the search screen item to Japanese. Similarly, when English is selected as shown in (C), the search item can be set to be displayed in English. In the illustrated example, there are two search items. However, the search items are not limited to this, and more search items may be set.

図8は、ダウンロードファイルの例を示す。
図7に示す検索画面の条件によって検索された条件で検索されたデータ(ダウンロードファイル)を表示する画面の例である。(A)は日本語用のダウンロードファイルの表示画面であり、ヘッダの項目が日本語表示される。(B)は英語用のファイルであり、日本語と同様にヘッダの項目が英語表示される。ダウンロードファイルは、日本語又は英語表示された、事業所、取引先、取引先名称(英語及び現地語)、取引先住所(英語及び現地語)のヘッダ項目に対応して、検索されたファイルがデータ部に表示される。
FIG. 8 shows an example of a download file.
It is an example of the screen which displays the data (downloaded file) searched by the conditions searched by the conditions of the search screen shown in FIG. (A) is a download file display screen for Japanese, and the header item is displayed in Japanese. (B) is a file for English, and header items are displayed in English as in Japanese. The downloaded file is displayed in Japanese or English, corresponding to the header items of business office, business partner, business partner name (English and local language), business partner address (English and local language). Displayed in the data section.

次に、図9〜図16を参照して各テーブルの構成例について説明する。
図9に示すように、部品テーブル115は、一覧画面や検索画面を構成する部品を登録するテーブルであり、検索条件部品を示す部品コードと、部品の項目名称を表す部品項目名と、部品の項目入力のタイプを説明する説明、の各項目から構成される。部品項目名は、部品の項目名を入力又は選択するエリア(項目名の右側のスペース)を有する。例えば、テキストボックス形式入力部品は、部品コードが「1201」、部品項目名の、左側に項目名のガイダンス、右側に項目名が入力されるエリアがある。また、プルダウン選択式入力部品は、部品コードが「1202」、部品項目名の、左側に項目名のガイダンス、右側にプルダウンされる項目名のエリアがある。
Next, a configuration example of each table will be described with reference to FIGS.
As shown in FIG. 9, the parts table 115 is a table for registering parts constituting a list screen and a search screen. The parts table 115 is a part code indicating a search condition part, a part item name indicating a part item name, It consists of each item of explanation that explains the type of item input. The part item name has an area (a space on the right side of the item name) for inputting or selecting the item name of the part. For example, the text box format input component has an area in which the component code is “1201”, the component item name, the item name guidance on the left side, and the item name is input on the right side. Also, the pull-down selection type input component has a component code “1202”, a component item name, an item name guidance on the left side, and an item name area to be pulled down on the right side.

図10に示すように、権限別一覧設定マスタテーブル108は、検索可能な操作者の権限を設定するものであり、操作者の企業を示す企業コードと、操作者の事業所を示す事業所コードと、操作者の権限を示す権限コードと、ダウンロードデータを識別するためのダウンロードデータの番号を示すダウンロードNoの各項目から構成される。   As shown in FIG. 10, the authority-specific list setting master table 108 sets searchable operator authority, and includes an enterprise code indicating the operator's company and an establishment code indicating the operator's office. And an authority code indicating the authority of the operator and a download number indicating a download data number for identifying the download data.

図11に示すように、ダウンロードマスタテーブル109は、ダウンロード対象のデータ及びその表示項目等を設定するためのものであり、ダウンロードデータの番号を特定するダウンロードNoと、情報の登録言語を識別する言語コードと、ダウンロードデータの名称を示すダウンロード名称と、ダウンロードデータに関する説明内容であるダウンロードコメントと、ダウンロードデータのヘッダ部への設定用の項目名を示すダウンロード項目名の各項目から構成される。例えば、ダウンロード番号「X17」が指定されると、ヘッダの表示項目は英語表示(ENG)となり、ダウンロード名称は「Supplier Master」、ダウンロード項目名として、「Division, Supplier, Supplier Name,・・」が選択され表示される。   As shown in FIG. 11, the download master table 109 is for setting data to be downloaded and display items thereof, a download number for specifying a download data number, and a language for identifying a registration language of information. Each item includes a code, a download name that indicates the name of the download data, a download comment that is an explanation regarding the download data, and a download item name that indicates an item name for setting in the header portion of the download data. For example, when the download number “X17” is specified, the display item of the header is displayed in English (ENG), the download name is “Supplier Master”, and the download item name is “Division, Supplier, Supplier Name,. Selected and displayed.

図12に示すように、検索条件設定マスタテーブル110は、検索対象のデータについて、検索条件を設定するためのものであり、ダウンロードデータの番号を示すダウンロードNOと、検索条件部品を設定する箇所を示す検索条件NOと、入力された条件値をプログラムにインターフェースする際に格納する変数の設定を示す入力項目名と、画面に表示する項目名称の項目名を設定する項目名と、検索条件部品を示す部品コード(図9)の各項目から構成される。検索条件には、検索画面(図7(A))に表示される検索条件1〜10に対応した1又は複数番号が指定される。   As shown in FIG. 12, the search condition setting master table 110 is for setting search conditions for data to be searched. The download NO indicating the number of download data and the location where the search condition parts are set are shown. The search condition NO, the input item name indicating the setting of the variable to be stored when the input condition value is interfaced to the program, the item name for setting the item name of the item name to be displayed on the screen, and the search condition part It consists of each item of the component code shown (FIG. 9). As the search condition, one or a plurality of numbers corresponding to the search conditions 1 to 10 displayed on the search screen (FIG. 7A) is designated.

図13に示すように、ダウンロードSQLマスタテーブル111は、ダウンロード対象のデータについて、実行するSQLを設定するためのものであり、ダウンロードデータの番号を示すダウンロードNOと、ダウンロードデータの抽出SQLを示す実行SQLの各項目から構成される。   As shown in FIG. 13, the download SQL master table 111 is for setting the SQL to be executed for the data to be downloaded. The download SQL master table 111 is an execution indicating the download NO indicating the download data number and the download data extraction SQL. It consists of each item of SQL.

図14に示すように、項目名マスタテーブル112は、システム内で使用している共通の項目について表示の形式を設定するものであり、システム内で使用している共通の項目を示す項目名と、情報の登録言語を識別する言語コードと、項目名の言語毎の表示内容を示す項目名称の各項目から構成される。   As shown in FIG. 14, the item name master table 112 sets a display format for common items used in the system, and includes item names indicating common items used in the system. Each item includes a language code for identifying a registered language of information and an item name indicating the display content of each item name in each language.

図15に示すように、取引先マスタテーブル113は、検索対象となるデータを登録するデータベースである。本実施例では、検索対象のデータが企業の取引先に関するファイルのため、取引先マスタとして、操作者の企業を示す企業コードと、操作者の事業所を示す事業所コードと、取引先を示す取引先コードと、取引先の名称(英語)と、取引先の名称(現地語「英語、中語、日本語等」)と、住所(英語)と、住所(現地語)の各項目を登録している。検索の結果、この項目のファイルがダウンロードされて、図8に示すデータ部となる。
なお、検索対象のデータには取引先マスタに限らず、種々のものがある。例えば企業活動で言えば、人事関係の管理で用いられる人事マスタ、給与マスタ、資材発注マスタ、支払いマスタ等々がある。そこで一般的には、例示の取引先マスタを含む、検索対象マスタと言えよう。
As shown in FIG. 15, the supplier master table 113 is a database for registering data to be searched. In this embodiment, since the data to be searched is a file related to a business partner of a company, a company code indicating the operator's company, a business office code indicating the operator's business office, and a business partner are shown as a business partner master. Register each item of supplier code, supplier name (English), supplier name (local language “English, Chinese, Japanese, etc.”), address (English), and address (local language) doing. As a result of the search, the file of this item is downloaded and becomes the data part shown in FIG.
Note that there are various types of data to be searched, not limited to the supplier master. For example, in terms of corporate activities, there are a personnel master, a salary master, a material order master, a payment master, etc. used in personnel management. Therefore, in general, it can be said that it is a search target master including an example supplier master.

図16に示すように、言語マスタテーブル114は、項目表示する言語を設定するものであり、情報の登録言語を識別する言語コードと、言語の名称を示す言語名の各項目から構成される。言語には、英語や日本語、中国語、等々が設定される。   As shown in FIG. 16, the language master table 114 sets the language for displaying items, and is composed of items of a language code for identifying a registered language of information and a language name indicating the name of the language. The language is set to English, Japanese, Chinese or the like.

次に、図2〜図5を参照して、データ検索ダウンロードシステム104の処理動作について説明する。
図2は、データ検索ダウンロードシステム104の全体処理を示すフローチャートである。
一覧画面作成処理(S201)では、項目名マスタテーブル112、権限別一覧設定マスタテーブル108、ダウンロードマスタテーブル109、言語マスタテーブル114の内容を基に一覧画面600を作成する。この処理の詳細については、図3を参照して詳述する。
Next, processing operations of the data search / download system 104 will be described with reference to FIGS.
FIG. 2 is a flowchart showing the overall processing of the data search / download system 104.
In the list screen creation process (S201), the list screen 600 is created based on the contents of the item name master table 112, the authority-specific list setting master table 108, the download master table 109, and the language master table 114. Details of this processing will be described in detail with reference to FIG.

ダウンロード番号選択(S202)は、一覧画面600で「ダウンロードNO」項目を選択したかを判定し、選択ありの場合、検索画面作成処理(S203)へ進む。一方、「ダウンロードNO」項目が選択なしの場合、一覧画面作成(S201)へ進む。   In the download number selection (S202), it is determined whether the “download NO” item has been selected on the list screen 600. If there is a selection, the process proceeds to the search screen creation process (S203). On the other hand, if the “download NO” item is not selected, the process proceeds to list screen creation (S201).

検索画面作成処理(S203)では、検索条件設定マスタテーブル110、項目名マスタテーブル112、言語マスタテーブル114、部品テーブル115の内容を基に検索画面700を作成する。この処理の詳細については、図4を参照して詳述する。   In the search screen creation process (S203), the search screen 700 is created based on the contents of the search condition setting master table 110, the item name master table 112, the language master table 114, and the parts table 115. Details of this processing will be described in detail with reference to FIG.

その後、検索画面700で「戻る(back)」ボタンが押下されると(S204)、一覧画面作成処理(S201)へ進む。一方、「戻る」ボタンが押下されない場合、「ダウンロード」ボタンの押下判定(S205)へ進む。「ダウンロード」ボタンが押下されると(S205)、ダウンロードデータ作成処理(S206)へ進む。一方、「ダウンロード」ボタンが押下されない場合、一覧画面作成処理(S201)へ進む。   Thereafter, when a “back” button is pressed on the search screen 700 (S204), the process proceeds to a list screen creation process (S201). On the other hand, if the “return” button is not pressed, the process proceeds to the “download” button pressing determination (S205). When the “download” button is pressed (S205), the process proceeds to download data creation processing (S206). On the other hand, if the “download” button is not pressed, the process proceeds to list screen creation processing (S201).

ダウンロードデータ作成処理(S206)では、検索条件設定マスタテーブル(110)、ダウンロードSQLマスタテーブル(111)、取引先マスタテーブル(113)の内容を基にダウンロードデータ(S207)を作成する。この処理の詳細については、図5を参照して詳述する。   In the download data creation process (S206), download data (S207) is created based on the contents of the search condition setting master table (110), the download SQL master table (111), and the supplier master table (113). Details of this processing will be described in detail with reference to FIG.

次に、図3を参照して、一覧画面作成処理(S201)について詳述する。
前画面からの項目引継ぎ(S301)では、前の画面から「企業コード」、「事業所コード」、「権限コード」、「言語コード」を引き継ぐ。
言語選択プルダウンの設定(S302)では、言語マスタテーブル114の内容を読み、「言語コード」、「言語名」を取得し、一覧画面600の言語選択プルダウンに設定する。言語選択プルダウンの画面表示は、前の画面から引き継いだ「言語コード」をキーに取得した「言語名」を表示する。「言語コード」="JPN"の場合、「言語名」="Japanese"が取得される。
次に、カウンタの初期設定(S303)においてカウンタ値に「1」が設定される。
Next, the list screen creation process (S201) will be described in detail with reference to FIG.
In the item takeover from the previous screen (S301), the “company code”, “office code”, “authority code”, and “language code” are taken over from the previous screen.
In the language selection pull-down setting (S302), the contents of the language master table 114 are read, and “language code” and “language name” are acquired and set in the language selection pull-down on the list screen 600. The language selection pull-down screen displays the “language name” acquired using the “language code” inherited from the previous screen as a key. When “language code” = “JPN”, “language name” = “Japanese” is acquired.
Next, “1” is set to the counter value in the initial setting of the counter (S303).

「DOWNLOAD_NO」の設定(S304)では、"DOWNLOAD_NO"を「項目名」に設定する。即ち、「項目名」+「言語コード」をキーに、項目名マスタテーブル112を読み、「項目名称」を取得する。取得した「項目名称」は一覧画面600の「DOWNLOAD_NO」に設定される。「項目名」="DOWNLOAD_NO"+「言語コード」="JPN"の場合、「項目名称」="ダウンロードNO"が取得される。   In the setting of “DOWNLOAD_NO” (S304), “DOWNLOAD_NO” is set to “item name”. That is, the item name master table 112 is read using “item name” + “language code” as a key, and “item name” is acquired. The acquired “item name” is set to “DOWNLOAD_NO” on the list screen 600. When “item name” = “DOWNLOAD_NO” + “language code” = “JPN”, “item name” = “download NO” is acquired.

「DOWNLOAD_NAME」の設定(S305)では、"DOWNLOAD_NAME"を「項目名」に設定する。即ち、「項目名」+「言語コード」をキーに、項目名マスタテーブル112を読み、「項目名称」を取得する。
取得した「項目名称」は一覧画面600の「DOWNLOAD_NAME」に設定される。「項目名」="DOWNLOAD_NAME"+「言語コード」="JPN"の場合、「項目名称」="ダウンロード名称"が取得される。
In the setting of “DOWNLOAD_NAME” (S305), “DOWNLOAD_NAME” is set to “item name”. That is, the item name master table 112 is read using “item name” + “language code” as a key, and “item name” is acquired.
The acquired “item name” is set in “DOWNLOAD_NAME” of the list screen 600. When “item name” = “DOWNLOAD_NAME” + “language code” = “JPN”, “item name” = “download name” is acquired.

「DOWNLOAD_COMMENT」の設定(S306)では、"DOWNLOAD_COMMENT"を「項目名」に設定する。即ち、「項目名」+「言語コード」をキーに、項目名マスタテーブル112を読み、「項目名称」を取得する。取得した「項目名称」は一覧画面600の「DOWNLOAD_COMMENT」に設定される。「項目名」="DOWNLOAD_COMMENT"+「言語コード」="JPN"の場合、「項目名称」="ダウンロードコメント"が取得される。   In the setting of “DOWNLOAD_COMMENT” (S306), “DOWNLOAD_COMMENT” is set to “item name”. That is, the item name master table 112 is read using “item name” + “language code” as a key, and “item name” is acquired. The acquired “item name” is set in “DOWNLOAD_COMMENT” of the list screen 600. When “item name” = “DOWNLOAD_COMMENT” + “language code” = “JPN”, “item name” = “download comment” is acquired.

「ダウンロードNO」の取得(S307)では、「企業コード」+「事業所コード」+「権限コード」をキーに、権限別一覧設定マスタテーブル108を読み、「ダウンロードNO」を取得する。「企業コード」="B5000"+「事業所コード」="001"+「権限コード」="BUYER"の場合、1件目「ダウンロードNO」="X17"、2件目「ダウンロードNO」="X18"が取得される。   In the acquisition of “download NO” (S307), the authority-specific list setting master table 108 is read using “company code” + “office code” + “authority code” as a key, and “download NO” is acquired. In the case of “company code” = “B5000” + “office code” = “001” + “authority code” = “BUYER”, the first “download NO” = “X17”, the second “download NO” = “X18” is acquired.

一覧出力エリアの設定(S308)では、取得したn件目の「ダウンロードNO」+「言語コード」をキーに、ダウンロードマスタテーブル(109)を読み、「ダウンロード名称」、「ダウンロードコメント」を取得する。そして、一覧画面600の一覧出力エリアのn行目に、「n」、「ダウンロードNO」、「ダウンロード名称」、「ダウンロードコメント」を設定する。(n=1)件目の場合、「ダウンロードNO」="X17"+「言語コード」="JPN"をキーに、「ダウンロード名称」="取引先マスタテーブル"、「ダウンロードコメント」="取引先情報一覧がダウンロードされます。"が取得される。   In the setting of the list output area (S308), the download master table (109) is read using the obtained “n” “download NO” + “language code” as a key, and “download name” and “download comment” are obtained. . Then, “n”, “download NO”, “download name”, and “download comment” are set in the nth line of the list output area of the list screen 600. In the case of (n = 1), “Download No.” = “X17” + “Language Code” = “JPN” as a key, “Download Name” = “Customer Master Table”, “Download Comment” = “Transaction The destination information list will be downloaded.

カウンタのカウントアップ(S309)では、カウンタ値にn+1が設定される。
そして、出力データ判定(S310)では、一覧画面600の一覧出力エリアに出力するデータ(n件目の「ダウンロードNO」)が存在するか確認する。確認の結果、データありの場合、一覧出力エリアの設定(S308)へ進む。一方、データなしの場合は終了する。
In the counter count-up (S309), n + 1 is set as the counter value.
In the output data determination (S310), it is confirmed whether there is data to be output to the list output area of the list screen 600 (nth “download NO”). If there is data as a result of the confirmation, the process proceeds to list output area setting (S308). On the other hand, if there is no data, the process ends.

言語変更判定(S311)では、一覧画面600の言語選択プルダウンの表示内容に変更があるか確認する。確認の結果、言語変更ありの場合、言語コードの設定(S312)へ進む。一方、言語変更なしの場合は終了する。
言語コードの設定(S312)では、入力器を操作者が操作することで、一覧画面600の言語選択プルダウンで表示されている「言語名」の「言語コード」を画面引継ぎ項目の「言語コード」に設定する。その後、カウンタの初期設定(S303)へ進む。
In the language change determination (S311), it is confirmed whether there is a change in the display content of the language selection pull-down on the list screen 600. If the language is changed as a result of the confirmation, the process proceeds to language code setting (S312). On the other hand, if there is no language change, the process ends.
In the language code setting (S312), when the operator operates the input device, the “language code” of “language name” displayed in the language selection pull-down of the list screen 600 is changed to “language code” of the screen takeover item. Set to. Thereafter, the process proceeds to initial counter setting (S303).

次に、図4を参照して、検索画面作成処理(S203)について詳述する。
前画面からの項目引継ぎ(S401)では、前の画面から「ダウンロードNO」「言語コード」を引き継ぐ。
言語選択プルダウンの設定(S402)では、言語マスタテーブル114を読み、「言語コード」と「言語名」を取得する。取得された「言語コード」と「言語名」は一覧画面600の言語選択プルダウンに設定される。言語選択プルダウンの画面表示は、前の画面から引き継いだ「言語コード」をキーに取得した「言語名」を表示する。「言語コード」="JPN"の場合、「言語名」="Japanese"が取得される。
Next, the search screen creation process (S203) will be described in detail with reference to FIG.
In the item takeover from the previous screen (S401), "download NO" and "language code" are taken over from the previous screen.
In the language selection pull-down setting (S402), the language master table 114 is read, and “language code” and “language name” are acquired. The acquired “language code” and “language name” are set in the language selection pull-down of the list screen 600. The language selection pull-down screen displays the “language name” acquired using the “language code” inherited from the previous screen as a key. When “language code” = “JPN”, “language name” = “Japanese” is acquired.

次に、カウンタの初期設定(S403)においてカウンタ値に「1」が設定される。
検索条件設定マスタテーブルの各項目取得(S404)では、「ダウンロードNO」をキーに、検索条件設定マスタテーブル110を読み、「検索条件NO」、「項目名」、「部品コード」を取得する。「ダウンロードNO」="X17"の場合、1件目(「検索条件NO」="1"、「項目名」="SUPL_CD"、「部品コード」="1201")、2件目(「検索条件NO」="2"、「項目名」="DIV_CD"、「部品コード」="1201"が取得される。
Next, “1” is set to the counter value in the initial setting of the counter (S403).
In each item acquisition of the search condition setting master table (S404), the search condition setting master table 110 is read using “download NO” as a key, and “search condition NO”, “item name”, and “part code” are acquired. When “Download No” = “X17”, the first item (“Search Condition NO” = “1”, “Item Name” = “SUPL_CD”, “Part Code” = “1201”), Second Item (“Search Condition NO ”=“ 2 ”,“ item name ”=“ DIV_CD ”, and“ part code ”=“ 1201 ”are acquired.

検索条件エリアへの「部品」設定(S405)では、「検索条件NO」=nの「部品コード」を選択する。「部品コード」をキーに、「部品」を取得する。「部品」は検索画面700の検索条件エリアの「検索条件n」に設定される。「検索条件NO」のn=1の場合、「部品コード」="1201"の「部品」が検索条件エリアの「検索条件1」に設定される。   In “part” setting in the search condition area (S405), “part code” with “search condition NO” = n is selected. "Part code" is acquired using "Part code" as a key. “Parts” is set in “search condition n” in the search condition area of the search screen 700. When n = 1 of “search condition NO”, “part” of “part code” = “1201” is set as “search condition 1” in the search condition area.

「部品項目名」の設定(S406)では、「検索条件NO」=nの「項目名」を選択する。即ち、「項目名」+「言語コード」をキーに、項目名マスタテーブル(112)を読み、「項目名称」を取得する。そして「項目名称」を検索条件エリアの「検索条件n」の「部品項目名」に設定する。n=1の場合、「項目名」="SUPL_CD"+「言語コード」="JPN"をキーに「項目名称」="取引先"が取得され、検索条件エリアの「検索条件1」の「部品項目名」に設定される。   In the setting of “component item name” (S 406), “item name” with “search condition NO” = n is selected. That is, the item name master table (112) is read using “item name” + “language code” as a key to obtain “item name”. Then, “item name” is set to “part item name” of “search condition n” in the search condition area. When n = 1, “item name” = “business partner” is acquired using “item name” = “SUPL_CD” + “language code” = “JPN” as a key, and “search condition 1” in the search condition area is “ Set to “Part Item Name”.

カウンタのカウントアップ(S407)ではカウンタ値nがn+1を更新される。
出力データ判定(S408)では、検索条件エリアに出力するデータ(n件目の「検索条件NO」)の存在を確認する。確認の結果、データ有りの場合、検索条件エリアへの「部品」設定(S405)へ進む。一方、データ無しの場合は終了する。
In the counter count-up (S407), the counter value n is updated to n + 1.
In the output data determination (S408), the existence of data to be output to the search condition area (nth “search condition NO”) is confirmed. If there is data as a result of the confirmation, the process proceeds to “part” setting (S405) in the search condition area. On the other hand, if there is no data, the process ends.

言語変更判定(S409)では、一覧画面600の言語選択プルダウンの表示内容に変更があるか確認する。確認の結果、言語変更有りの場合、言語コードの設定(S410)へ進む。一方、言語変更無しの場合は終了する。言語コードの設定(S410)では、一覧画面600の言語選択プルダウンで表示されている「言語名」の「言語コード」を画面引継ぎ項目の「言語コード」に設定する。その後、カウンタの初期設定(S403)へ進む。   In the language change determination (S409), it is confirmed whether there is a change in the display content of the language selection pull-down on the list screen 600. If it is determined that there is a language change, the process proceeds to language code setting (S410). On the other hand, if there is no language change, the process ends. In the language code setting (S410), the “language code” of the “language name” displayed in the language selection pull-down on the list screen 600 is set as the “language code” of the screen takeover item. Thereafter, the process proceeds to initial counter setting (S403).

次に、図5を参照して、ダウンロードデータ作成処理について詳述する。
前画面からの項目引継ぎ(S501)では、前の画面から「企業コード」、「事業所コード」、「言語コード」、「ダウンロードNO」を引継ぐ。
引継ぎ項目のワーク変数設定(S502)では、前の画面から引き継いだ各項目をワーク変数に設定する。例えば、「企業コード」"R_CMPY_CD"が"B5000"、「事業所コード」"R_DIV_CD"が"001"の場合、R_CMPY_CD="B5000"、R_DIV_CD="001"が設定される。
Next, the download data creation process will be described in detail with reference to FIG.
In the item takeover from the previous screen (S501), "company code", "office code", "language code", and "download NO" are taken over from the previous screen.
In the work variable setting of the takeover item (S502), each item taken over from the previous screen is set as a work variable. For example, when “company code” “R_CMPY_CD” is “B5000” and “office code” “R_DIV_CD” is “001”, R_CMPY_CD = “B5000” and R_DIV_CD = “001” are set.

そして、カウンタの初期設定(S503)においてカウンタ値に「1」が設定される。
「検索条件設定マスタテーブル」の各項目取得(S504)では、「ダウンロードNO」をキーに、検索条件設定マスタテーブル(110)を読み、「検索条件NO」、「入力項目名」を取得する。例えば、「ダウンロードNO」="X17"の場合、1件目(「検索条件NO」="1"、「入力項目名」="I_SUPL_CD")、2件目(「検索条件NO」="2"、「入力項目名」="I_DIV_CD")が取得される。
Then, “1” is set to the counter value in the initial setting of the counter (S503).
In each item acquisition of the “search condition setting master table” (S504), the search condition setting master table (110) is read using “download NO” as a key, and “search condition NO” and “input item name” are acquired. For example, when “download NO” = “X17”, the first item (“search condition NO” = “1”, “input item name” = “I_SUPL_CD”), the second item (“search condition NO” = “2”) “,“ Input item name ”=“ I_DIV_CD ”) is acquired.

「入力項目名」の変数作成(S505)では、「検索条件NO」=nの「入力項目名」を選択する。この「入力項目名」の値で変数を作成する。「検索条件NO」="1"の場合、「入力項目名」="I_SUPL_CD"であり、変数=I_SUPL_CDが作成される。   In the variable creation of “input item name” (S505), “input item name” with “search condition NO” = n is selected. A variable is created with the value of this “input item name”. When “search condition NO” = “1”, “input item name” = “I_SUPL_CD”, and variable = I_SUPL_CD is created.

画面入力値の変数設定(S506)では、検索画面700の検索条件エリア「検索条件n」の部品入力エリアに入力・設定された値を「入力項目名」の値で作成した変数に設定する。n=1の場合、「検索条件1」の入力値が"AA01"の場合、変数I_SUPL_CDに"AA01"が設定される。   In the variable setting of the screen input value (S506), the value input / set in the component input area of the search condition area “search condition n” of the search screen 700 is set to the variable created with the value of “input item name”. When n = 1, when the input value of “search condition 1” is “AA01”, “AA01” is set in the variable I_SUPL_CD.

そしてカウンタのカウントアップ(S507)においてカウンタ値nをn+1に更新する。
その後、検索条件nの存在判定(S508)において、検索画面700の検索条件エリアの「検索条件n」(n件目の「検索条件NO」)が存在するか確認する。確認の結果、検索条件NOのデータありの場合、「入力項目名」の変数作成(S505)へ進む。一方、データ無しの場合、「ダウンロードSQLマスタテーブル」の各項目取得(S509)へ進む。
Then, the counter value n is updated to n + 1 in the counter count-up (S507).
Thereafter, in the existence determination (S508) of the search condition n, it is confirmed whether or not “search condition n” (nth “search condition NO”) in the search condition area of the search screen 700 exists. As a result of the confirmation, if there is data of the search condition NO, the process proceeds to the variable creation of “input item name” (S505). On the other hand, if there is no data, the process proceeds to acquisition of each item of the “download SQL master table” (S509).

「ダウンロードSQLマスタテーブル」の各項目取得(S509)では、「ダウンロードNO」をキーに、ダウンロードSQLマスタテーブル(111)を読み、「実行SQL」を取得する。
例えば、「ダウンロードNO」=X17の場合、
「実行SQL」=/* X17 */ SELECT
A.事業所コード,
A.取引先コード,
A.ステータスフラグ,
A.取引先名称(英語),
A.取引先名称(現地語),
A.取引先住所(英語),
A.取引先住所(現地語),
FROM 取引先マスタテーブル A
WHERE A.企業コード = :R_CMPY_CD
AND (A.取引先コード = :I_SUPL_CD OR :I_SUPL_CD IS NULL)
AND (A.事業所コード IN = :I_DIV_CD :I_DIV_CD IS NULL)
を取得する。
In each item acquisition (S509) of the “download SQL master table”, the download SQL master table (111) is read using “download NO” as a key, and “execution SQL” is acquired.
For example, when “Download NO” = X17,
"Execution SQL" = / * X17 * / SELECT
A. Office code,
A. Supplier code,
A. Status flag,
A. Business partner name (English),
A. Supplier name (local language),
A. Business address (English),
A. Business address (local language),
FROM Partner Master Table A
WHERE A. Company code =: R_CMPY_CD
AND (A.Partner code =: I_SUPL_CD OR: I_SUPL_CD IS NULL)
AND (A. Office code IN =: I_DIV_CD: I_DIV_CD IS NULL)
To get.

ダウンロードヘッダ部出力(S510)では、「ダウンロードNO」+「言語コード」をキーに、ダウンロードマスタテーブル109を読み、「ダウンロード項目名」を取得する。そして、「ダウンロード項目名」をダウンロードデータ207に出力する。例えば「ダウンロードNO」="X17"、「言語コード」="JPN"の場合、「ダウンロード項目名」="事業所","取引先","取引先名称(英語)","取引先名称(現地語)","取引先住所(英語) ","取引先住所(現地語)","ステータスフラグ"が、ダウンロードファイルサンプル(図8)のヘッダ部に出力される。   In the download header part output (S510), the download master table 109 is read using “download NO” + “language code” as a key, and “download item name” is acquired. Then, the “download item name” is output to the download data 207. For example, when “Download NO” = “X17” and “Language Code” = “JPN”, “Download Item Name” = “Office”, “Business Partner”, “Business Partner Name (English)”, “Business Partner Name” (Local language) "," Business partner address (English) "," Business partner address (Local language) ", and" Status flag "are output to the header of the download file sample (FIG. 8).

ダウンロードデータ部出力(S511)では、「実行SQL」のSQL文を実行し、実行結果をダウンロードデータ207に出力する。実行結果はダウンロードファイルのデータ部(図8)に出力され、図8のように画面表示される。   In the download data portion output (S511), the SQL statement “execution SQL” is executed, and the execution result is output to the download data 207. The execution result is output to the data portion (FIG. 8) of the download file and displayed on the screen as shown in FIG.

以上説明したように、本実施例によれば、言語毎の複数画面の管理が不要となり、言語を増やす場合はマスタテーブルの登録により対応が可能である。多言語を対象としない従来のシステムに、本発明による多言語データ検索ダウンロードシステムを追加することにより、ダウンロード機能部分だけを多言語化にすることが可能となる。プログラム言語の知識が無くてもSQLの知識があれば、マスタテーブルの登録だけで、容易にデータ検索画面と、ダウンロード機能の構築、項目追加等の変更が可能で、システムへ動的に反映される。   As described above, according to the present embodiment, it is not necessary to manage a plurality of screens for each language, and when the number of languages is increased, it is possible to cope by registering a master table. By adding a multilingual data search and download system according to the present invention to a conventional system that does not target multiple languages, only the download function part can be made multilingual. Even if you do not have programming language knowledge, if you have SQL knowledge, you can easily change the data search screen, download function construction, item addition, etc. by simply registering the master table, and it will be reflected dynamically in the system The

なお、本発明は上記実施例に限定されることなく、種々変形して実施し得る。上述したように、データ検索の対象となる取引先マスタは一例であり、このマスタを検索対象マスタとして色々と変更することで、種々のデータ検索ダウンロードに対応することができる。   In addition, this invention is not limited to the said Example, A various deformation | transformation can be implemented. As described above, the supplier master that is the object of the data search is an example, and various data search downloads can be handled by changing the master as the search target master.

101:PC
102:ネットワーク
103:サーバ
104:データ検索ダウンロードシステム
105:一覧画面作成処理部
106:検索画面作成処理部
107:ダウンロードデータ作成処理部
108:権限別一覧設定マスタテーブル
109:ダウンロード一覧マスタテーブル
110:検索条件設定マスタテーブル
111:ダウンロード情報マスタテーブル
112:項目名マスタテーブル
113:取引先マスタテーブル
114:言語マスタテーブル
115:部品テーブル
101: PC
102: Network 103: Server 104: Data search download system 105: List screen creation processing unit 106: Search screen creation processing unit 107: Download data creation processing unit 108: List setting master table by authority 109: Download list master table 110: Search Condition setting master table 111: Download information master table 112: Item name master table 113: Supplier master table 114: Language master table 115: Parts table

Claims (3)

サーバでプログラムを実行することで、検索画面からの指示に従って検索対象マスタテーブルを検索して、検索データをダウンロードするデータ検索システムであって、
システム内で使用される共通の項目について画面の表示の形式を設定する項目名マスタテーブルと、ダウンロード対象のデータについて表示項目を設定するダウンロードマスタテーブルと、項目表示する言語を設定する言語マスタテーブルの内容を基に、ダウンロード対象のデータの表示項目を設定し、及び選択された言語で該項目名を表示する一覧画面を作成する一覧画面作成処理部と、
検索対象のデータについて検索条件を設定する検索条件設定マスタテーブルと、前記項目名マスタテーブルと、前記言語マスタテーブルと、画面を構成する部品を登録する部品テーブルの内容を基に、設定された検索条件の項目名を、選択された言語で表示する検索画面を作成する検索画面作成処理部と、
前記検索条件設定マスタテーブルによって設定された検索条件を基に、検索対象データを登録する検索対象マスタテーブルを検索して得られたデータに対して、SQLを設定するダウンロードSQLマスタテーブルを参照してSQLを実行して、ダウンロードデータを作成するダウンロードデータ作成処理部と
設定された項目について、選択された言語で、該ダウンロードデータを表示することを特徴とするデータ検索システム。
A data search system that searches a search target master table according to an instruction from a search screen and downloads search data by executing a program on a server,
The item name master table that sets the display format of the screen for common items used in the system, the download master table that sets display items for the data to be downloaded, and the language master table that sets the language for displaying items A list screen creation processing unit for setting a display item of data to be downloaded based on the content, and creating a list screen for displaying the item name in the selected language;
Search that is set based on the contents of the search condition setting master table that sets search conditions for the search target data, the item name master table, the language master table, and the parts table that registers the parts that make up the screen A search screen creation processing unit for creating a search screen for displaying the condition item names in the selected language;
Based on the search conditions set by the search condition setting master table, refer to the download SQL master table for setting SQL for the data obtained by searching the search target master table for registering the search target data. A data search system that executes SQL and displays download data in a selected language for a set item with a download data creation processing unit that creates download data.
前記部品テーブルは、検索条件部品を示す部品コードと、部品の項目名称を表す部品項目名と、部品の項目入力のタイプを説明する説明を登録し、
前記ダウンロードマスタテーブルは、ダウンロードデータの番号を特定するダウンロードNoと、情報の登録言語を識別する言語コードと、ダウンロードデータの名称を示すダウンロード名称と、ダウンロードデータに関する説明内容であるダウンロードコメントと、ダウンロードデータのヘッダ部への設定用の項目名を示すダウンロード項目名を登録し、
前記検索条件設定マスタテーブルは、ダウンロードデータの番号を示すダウンロードNOと、検索条件部品を設定する箇所を示す検索条件NOと、入力された条件値をプログラムにインターフェースする際に格納する変数の設定を示す入力項目名と、画面に表示する項目名称の項目名を設定する項目名と、検索条件部品を示す部品コードを登録し、
前記ダウンロードSQLマスタテーブルは、ダウンロードデータの番号を示すダウンロードNOと、ダウンロードデータの抽出SQLを示す実行SQLを登録し、
前記項目名マスタテーブルは、システム内で使用している共通の項目を示す項目名と、情報の登録言語を識別する言語コードと、項目名の言語毎の表示内容を示す項目名称を登録し、
前記検索対象マスタテーブルは、検索対象となるデータに関する項目を複数の言語で登録する、
ことを特徴とする請求項1記載のデータ検索システム。
The part table registers a part code indicating a search condition part, a part item name indicating an item name of the part, and an explanation explaining the type of item input of the part,
The download master table includes a download No that specifies a download data number, a language code that identifies a registration language of information, a download name that indicates the name of the download data, a download comment that is an explanation regarding the download data, and a download Register the download item name indicating the item name for setting in the header part of the data,
The search condition setting master table includes a download NO indicating a download data number, a search condition NO indicating a position where a search condition part is set, and a variable stored when an input condition value is interfaced to a program. Register the input item name to be displayed, the item name to set the item name of the item name to be displayed on the screen, and the part code indicating the search condition part,
The download SQL master table registers a download NO indicating download data number and an execution SQL indicating download data extraction SQL,
The item name master table registers an item name indicating a common item used in the system, a language code for identifying a registration language of information, and an item name indicating display contents for each language of the item name,
The search target master table registers items related to data to be searched in a plurality of languages.
The data search system according to claim 1.
サーバでプログラムを実行することで、検索画面からの指示に従って検索対象マスタテーブルを検索して、検索データをダウンロードするデータ検索方法であって、
システム内で使用される共通の項目について画面の表示の形式を設定する項目名マスタテーブルと、ダウンロード対象のデータについて表示項目を設定するダウンロードマスタテーブルと、項目表示する言語を設定する言語マスタテーブルの内容を基に、ダウンロード対象のデータの表示項目を設定し、及び選択された言語で該項目名を表示する一覧画面を作成する一覧画面作成処理ステップと、
検索対象のデータについて検索条件を設定する検索条件設定マスタテーブルと、前記項目名マスタテーブルと、前記言語マスタテーブルと、画面を構成する部品を登録する部品テーブルの内容を基に、設定された検索条件の項目名を、選択された言語で表示する検索画面を作成する検索画面作成処理ステップと、
前記検索条件設定マスタテーブルによって設定された検索条件を基に、検索対象データを登録する検索対象マスタテーブルを検索して得られたデータに対して、SQLを設定するダウンロードSQLマスタテーブルを参照してSQLを実行して、ダウンロードデータを作成するダウンロードデータ作成処理ステップ部を有し
設定された項目について、選択された言語で該ダウンロードデータを表示することを特徴とするデータ検索方法。
A data search method for searching a search target master table according to an instruction from a search screen and downloading search data by executing a program on a server,
The item name master table that sets the display format of the screen for common items used in the system, the download master table that sets display items for the data to be downloaded, and the language master table that sets the language for displaying items A list screen creation processing step for setting a display item of data to be downloaded based on the content, and creating a list screen for displaying the item name in the selected language;
Search that is set based on the contents of the search condition setting master table that sets search conditions for the search target data, the item name master table, the language master table, and the parts table that registers the parts that make up the screen A search screen creation processing step for creating a search screen for displaying the condition item names in the selected language;
Based on the search conditions set by the search condition setting master table, refer to the download SQL master table for setting SQL for the data obtained by searching the search target master table for registering the search target data. A data search method comprising: a download data creation processing step section for executing SQL and creating download data, and displaying the download data in a selected language for a set item.
JP2012039918A 2012-02-27 2012-02-27 Data search system and method Expired - Fee Related JP5894461B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012039918A JP5894461B2 (en) 2012-02-27 2012-02-27 Data search system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012039918A JP5894461B2 (en) 2012-02-27 2012-02-27 Data search system and method

Publications (2)

Publication Number Publication Date
JP2013175094A true JP2013175094A (en) 2013-09-05
JP5894461B2 JP5894461B2 (en) 2016-03-30

Family

ID=49267933

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012039918A Expired - Fee Related JP5894461B2 (en) 2012-02-27 2012-02-27 Data search system and method

Country Status (1)

Country Link
JP (1) JP5894461B2 (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000123045A (en) * 1998-10-20 2000-04-28 Seiko Epson Corp Database system
US6151624A (en) * 1998-02-03 2000-11-21 Realnames Corporation Navigating network resources based on metadata
JP2003296356A (en) * 2002-04-05 2003-10-17 Nec Corp Web PAGE RETRIEVAL METHOD, Web PAGE RETRIEVAL SYSTEM AND PROGRAM FOR RETRIEVING Web PAGE
US20040111254A1 (en) * 2002-12-05 2004-06-10 International Business Machines Corporation User defined text NLS enablement
JP2006025127A (en) * 2004-07-07 2006-01-26 Canon Inc Image processor and control method thereof
JP2008210287A (en) * 2007-02-27 2008-09-11 Nec Corp Search term input auxiliary application and mobile terminal having same
JP2009157678A (en) * 2007-12-27 2009-07-16 Canon Marketing Japan Inc Database search device, database search system, database search method, program and recording medium
JP2010072805A (en) * 2008-09-17 2010-04-02 Two-Step Co Ltd Posting/browsing support system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6151624A (en) * 1998-02-03 2000-11-21 Realnames Corporation Navigating network resources based on metadata
JP2000123045A (en) * 1998-10-20 2000-04-28 Seiko Epson Corp Database system
JP2003296356A (en) * 2002-04-05 2003-10-17 Nec Corp Web PAGE RETRIEVAL METHOD, Web PAGE RETRIEVAL SYSTEM AND PROGRAM FOR RETRIEVING Web PAGE
US20040111254A1 (en) * 2002-12-05 2004-06-10 International Business Machines Corporation User defined text NLS enablement
JP2006025127A (en) * 2004-07-07 2006-01-26 Canon Inc Image processor and control method thereof
JP2008210287A (en) * 2007-02-27 2008-09-11 Nec Corp Search term input auxiliary application and mobile terminal having same
JP2009157678A (en) * 2007-12-27 2009-07-16 Canon Marketing Japan Inc Database search device, database search system, database search method, program and recording medium
JP2010072805A (en) * 2008-09-17 2010-04-02 Two-Step Co Ltd Posting/browsing support system

Also Published As

Publication number Publication date
JP5894461B2 (en) 2016-03-30

Similar Documents

Publication Publication Date Title
US11176184B2 (en) Information retrieval
US9557989B2 (en) Comparison and merging of IC design data
JP6643807B2 (en) Document management client device and document management method
JP2005242904A (en) Document group analysis device, document group analysis method, document group analysis system, program and storage medium
JP2009123114A (en) Information processor and information processing method
JP2016181301A (en) Information processing apparatus, control method of information processing apparatus, and program
JP5894461B2 (en) Data search system and method
JP2019128859A (en) Information processing device
US10162877B1 (en) Automated compilation of content
WO2016190444A1 (en) Information management device, and file management method
JP4738145B2 (en) Engineering database system and its handling method
JP7340952B2 (en) Template search system and template search method
JP5861545B2 (en) Information processing apparatus, history control method, and history control program
JP2009064347A (en) Work support information display, and work support information display method
JP4706001B2 (en) Design computer programs
JP6939473B2 (en) Document processing equipment and programs
JP7079660B2 (en) Analytical work support device, analytical work support method and analytical work support program
JP6836185B2 (en) File management device, file management system, file management method, and program
JP6792167B2 (en) Information processing device and its processing method and program
JP2002108875A (en) Electronic manual unit and electronic manual change method
JP6787768B2 (en) Document management system, search device and search program
JP2007199987A (en) Patent information retrieval system
JP2006113757A (en) Map management method, map management program and map management device
JP6206463B2 (en) Information processing apparatus, control method and program thereof, and information processing system, control method and program thereof
JP2013206275A (en) File management device and program

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20130701

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150123

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20151030

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20151201

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160127

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20160216

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160226

R150 Certificate of patent or registration of utility model

Ref document number: 5894461

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees