SAP 的Currency Type
從SAP撈取費用的時候,發現有一個欄位是CurrencyType,開始的想法是一條記錄裡面有Transaction Currency,又有Local Currency,為什麼又整一個Currency Type出來,而且它會把一條記錄分成幾條記錄。 在解疑的過程中,找到這份Document:
There are 5 types of currency in SAP r/3 system.
There are 5 types of currency in SAP r/3 system.
1. Group Currency: You define Group Currency when you define Client (SCC4)
2. Global Company Currency: You define Global Company Currency when you define Company that is assigned to your company code.
3. Hard Currency: YOU define Hard Currency when YOU define the Country that your Company code assigned to. A hard currency is used in countries with high inflation.
4. Index-Based Currency: You define IB Currency when You define Country that your company code assigned to. An index-based currency is stipulated for external reporting (for example, tax returns), in some countries with high inflation.
5. company code Currency: You define the company code Currency when you define Company Code.
Now with this 5 types of Currency, you can maintain a Parallel Currency in your system under the SPRO - Multiple Currency. SAP give you to maintain 3 Parallel Currencies, it means when you post a transaction using Trans Currency, system will convert to the others curr that you set in this setting.
By DEFAULT
1st LC SAP will take the company code Currency as your 1st LC.
2nd LC: you can choose 1 of 5 from the Currency. Type. Ex: Hard Currency
3rd LC: you can choose 1 of 5 from the Currency Type. Ex: Group Currency
Cases:
Your company in Singapore, so your company code Currency is Sing$.
Your company wants to have Double Book Keeping, delevered FS in Sing$ and also in HK$, so you maintain HK$ in Hard Currency.
Your company have a Consolidation with the HQ in US, so you maintain US$ in Group Currency.
Then after you define your all the Currency types, you fill this / setting this in the 2nd and 3rd LC on your Parallel Currency.
SAP only give 3 Currency to maintain in Parallel Currency, let say your company need to generate FS in 10 different Currency for Go Public in many different country, then you have to maintain all the other Currency in the Special Purpose Ledger, to capture your requirement.
Please note that when you use 2nd and 3rd LC as your Parallel Currency, its means you will have 3 set Books of FS, so at THE END of the MONTH you have to revaluate all your Currency Type: 10 LC, 20 HC and 30 GC. Because its looks like you have 3 different FS in multiple currencies.
我的理解是,一條記錄變成三條或幾條,它的transaction Currency是不變的,變的是LocalCurrency。
10- company Currency
20 - 自己選一個幣種
。。。。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/554557/viewspace-402898/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 如何使用 SAP CDS view 中的 currency conversion 功能View
- SAP MM Movement Type 503的使用
- SAP UI5 Currency 資料型別的校驗邏輯分析UI資料型別
- SQLITE_ERROR - table sap_capire_bookshop_books has no column named currencySQLiteErrorAPI
- SAP SEGW 裡的 Entity Type 作用講解
- 關於 SAP SEGW Project Type 的四種不同型別Project型別
- SAP WM中階Storage Type的Capacity Check – Usage check based on SUT
- SAP CRM WebClient UI Text Type 顯示的過濾邏輯WebclientUI
- SAP MM 物料主資料裡的‘Packaging Material Type'欄位
- SAP WM Storage Type Search配置裡的Storage Class & WPC標記
- SAP MRKO Error - For document type RE, an entry is required in field Reference -ErrorUI
- SAP UI5 日期型別 sap.ui.model.type.Date 的解析格式問題分析UI型別
- Spartacus Storefront 裡的 currency 和 language 的 store 設計
- Format and un-format money/currency in JavaScriptORMJavaScript
- SAP WM高階之上架策略P(Storage Unit Type)
- SAP QM 許可權控制可以到Inspection Type上
- SAP為Storage Type 004啟用SUM報錯 - Storage types without pick-point stor.type
- SAP WM高階之Storage Type上架策略L下的Mixed Storage
- SAP ERP的material type和group如何通過中介軟體下載
- SAP MM MRP Type PD + Lot Size HB 組合無效?
- SAP對物料做上架報錯 :Definition of totals level is missing for storage type
- SAP UI5 資料型別(data type) 學習筆記UI資料型別筆記
- cannot convert (type interface {}) to type int: need type assertion
- Currency Assistant for Mac 貨幣兌換計算器Mac
- SAP WM中階Storage Type的Capacity Check – 根據貨架最大數量檢查
- SAP QM 啟用04檢驗型別的物料,工單上STOCK TYPE不是QI?型別
- type[xxx]的用法
- SAP MM 維護公司間STO報錯-No delivery type defined for supplying plant-
- SAP CRM 產品主資料搜尋alternative ID type下拉選單的渲染邏輯
- 「SAP技術」 SAP MM 已啟用質檢物料建立PO時候'STOCK TYPE'沒有預設為X?
- Go 中 type var string 和 type var = string 的區別Go
- HITSC_4_Data Type and Type Checking
- SAP 對STO的交貨單執行PGI,報錯 -Fld selectn for mvmt type 643 acct 400020 diff
- SAP ME12 修改PIR,系統提示:Condition type P000 does not allow supplementary
- SAP WM中階儲存型別裡的Full stk rmvl 欄位和Return Storage type欄位型別
- Go 泛型語法又出 “么蛾子”:引入 type set 概念和移除 type list 中的 type 關鍵字Go泛型
- Conten-type的應用
- SAP對PO收貨後LT06報錯-Allowed storage unit types not defined for storage type Z
- python的type和isinstance的區別Python