當想將非SAP系統格式的資料大量上傳至SAP的系統
於是我會選擇使用Batch Input的方式
T-Code:SM35
因為Batch Input的好處:
1.1.可以處理大量的Data與保證資料完整性
1.2.可以由其它系統將Data傳至SAP
1.3.可以定期將資料傳至SAP中User不用重覆鍵入資料
註:將資料傳至SAP中可透過1.Open Session 2. Call Transaction 3 Call Dialog
準備流程為:
資料分析 => 產生資料結構 => 開發程式 => 建立連續性傳檔 => 建立與處理Batch Input => 分析結果
原則上是要Create a Session
Open the Batch Input => Fill the BDCDATA => Transaction to the Session => Close the Batch Inpu