コンテンツにスキップ

インポートフォーマット作成(Import Loader Format)|iDempiere 13 画面リファレンス

インポートフォーマット作成(Import Loader Format)

Section titled “インポートフォーマット作成(Import Loader Format)”

iDempiere 13 標準ウィンドウ(AD_Window_ID: 189)

メニュー: システム管理 ▸ データ ▸ データインポート ▸ インポートフォーマット作成

Maintain Import Loader Formats

The Import Loader Format Window is used for defining the file layout for product information which will be imported.

#タブテーブル階層説明
10インポートフォーマットAD_ImpFormat0
20フィールドフォーマットAD_ImpFormat_Row1Maintain Format Fields

インポートフォーマット タブのフィールド

Section titled “インポートフォーマット タブのフィールド”
フィールドカラム必須説明
クライアントAD_Client_IDTable DirectTenant for this installation.
組織AD_Org_IDTable DirectOrganizational entity within tenant
名称NameStringAlphanumeric identifier of the entity
説明DescriptionStringOptional short description of the record
有効IsActiveYes-NoThe record is active in the system
テーブルAD_Table_IDTable DirectDatabase Table information
フォーマットの種類FormatTypeListFormat of the data
区切り文字SeparatorCharString
詳細コピーProcessingButtonCopy Lines from other Import Format

フィールドフォーマット タブのフィールド

Section titled “フィールドフォーマット タブのフィールド”

Define the individual field based on the table definition. Please note that you have to make sure that a Constant has the correct SQL data type (i.e. if it is a ‘string’, you need to enclose it like ‘this’).

Product mapping (for details see documentation):

H_Item => Value
H_ItemDesc => Name / Description
H_ItemDefn => Help
H_ItemType => ProductCategory
H_PartnrID => Value of Business Partner
H_Commodity1 => Vendor Product No
H_Commodity2 => SKU
H_ItemClass => Classification (A,B,C..)
V_OperAmt_T_Cur => Currency
V_OperAmt_T => Price 
フィールドカラム必須説明
クライアントAD_Client_IDTable DirectTenant for this installation.
組織AD_Org_IDTable DirectOrganizational entity within tenant
インポートフォーマットAD_ImpFormat_IDTable Direct
シーケンスNoSeqNoIntegerMethod of ordering records; lowest number comes first
名称NameStringAlphanumeric identifier of the entity
有効IsActiveYes-NoThe record is active in the system
カラムAD_Column_IDTable DirectColumn in the table
データタイプDataTypeListType of data
データ書式DataFormatStringFormat String in Java Notation, e.g. ddMMyy
開始番号StartNoIntegerStarting number/position
終了NoEndNoInteger
Import prefixImportPrefixStringThis prefix will be added in front of import string if they are not empty
小数点DecimalPointStringDecimal Point in the data file - if any
100で割るDivideBy100Yes-NoDivide number by 100 to get correct amount
定数値ConstantValueStringConstant value
コールアウトCalloutStringFully qualified class names and method - separated by semicolons
スクリプトScriptTextDynamic Java Language Script to calculate result