数値コンバージョンの一環として、数値全体を整数型に変換しますが、スケールによってはその整数値がサポートされている桁数を超えてしまう場合があります。この整数値 (システムに保存される整数) は 17 桁まで許容されており、スケールによって整数値に変換するときに掛ける倍率 x が決まり、その整数値とスケールを用いて実際の数値を表現します。
例:
4077232274536.00 > スケールが 4 なので、まず小数点以下の桁数を 4 桁にします > 4077232274536.0000。次にこれを整数値に変換します (スケールが 4 なので 10,000 を掛ける) > 40772322745360000 これで 17 桁の整数になります。
値は上記のように保存されますが、null 数値データ処理が有効になっていない組織では、その長さが 16 桁を超えた時点で数値オーバーフローが発生し失敗します。null 数値データ処理を有効にすると、小数点以下 17 桁までサポートされます。
注意:
数値のオーバーフローを回避するには、データとビジネス要件に基づいて CRMA に保存される整数の全体的なサイズを処理する適切な精度とスケールを使用する必要があります。
005132522

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.