<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??碼云GVP開源項目 12k star Uniapp+ElementUI 功能強大 支持多語言、二開方便! 廣告
                # 什么是 SAP LSMW? 使用 LSMW 遷移數據的步驟 > 原文: [https://www.guru99.com/what-is-sap-lsmw.html](https://www.guru99.com/what-is-sap-lsmw.html) ##### 什么是 SAP LSMW? LSMW 是一種工具,支持將數據從非 SAP 系統(舊版系統)傳輸到 SAP R / 3 系統。 這可以是一次性傳輸,也可以是周期性傳輸。 LSMW 還以多種方式支持舊系統的數據轉換。 然后可以通過批輸入,直接輸入,BAPI 或 IDoc 將數據導入 SAP R / 3 系統。 此外,LSM Workbench 提供了一種記錄功能,該功能允許生成“數據遷移對象”以允許從任何必需的事務中進行遷移。 ![What is SAP LSMW? Steps to Migrate Data using LSMW](https://img.kancloud.cn/73/53/735327597902eee3f1583eb1c26ec527_623x375.png "What is SAP LSMW ?") LSMW 可用于以下 3 種功能- The main functions of the LSM Workbench are: 1. **導入數據**(電子表格表格和/或順序文件中的舊數據) 2. **轉換數據**(從源格式到目標格式) 3. **導入數據**(到 R / 3 應用程序的數據庫中) To start the LSMW workbench use transaction LSMW![What is SAP LSMW? Steps to Migrate Data using LSMW](https://img.kancloud.cn/7d/be/7dbe909629b2242b1b77fa0b4f291040_814x281.png "What is SAP LSMW ?") *另外,請查看下一個有關逐步執行 LSMW 的教程* 在 SAP 中輸入事務 **LSMW** ,以啟動工作臺。 ![What is SAP LSMW? Steps to Migrate Data using LSMW](https://img.kancloud.cn/7d/be/7dbe909629b2242b1b77fa0b4f291040_814x281.png "How to Migrate Data using LSMW") LSMW 工作臺顯示以下信息- * **項目**:一個最多 10 個字符的 ID,用于命名您的數據傳輸項目。 如果您要從多個舊系統傳輸數據,則可以創建一個項目,例如 對于每個舊系統。 * **子項目**:最多 10 個字符的 ID,用作進一步的結構化屬性。 * **對象**:最多 10 個字符的 ID,用于命名業務對象。 輸入項目 ID,子項目 ID,對象 ID。 單擊執行。下一個屏幕在您的 LSMW 數據遷移中提供**步驟** ![What is SAP LSMW? Steps to Migrate Data using LSMW](https://img.kancloud.cn/0f/48/0f4842b12a2d24a6ae9a5fe68def7c67_884x537.png "How to Migrate Data using LSMW") 您可以選擇所需的步驟,然后單擊執行。 讓我們詳細研究每個步驟 ## 第 1 步-維護對象屬性。 ![What is SAP LSMW? Steps to Migrate Data using LSMW](https://img.kancloud.cn/cc/e9/cce961832df477c36e658587eb9c3a48_559x568.png "How to Migrate Data using LSMW") **有四種數據傳輸**模式: 1. **標準/批量輸入**:標準上傳程序 2. **批量輸入記錄**:您可以在此處創建自己的記錄,并使用其上載/更改數據 3. **BAPI** :標準 BAPI 用于上傳數據 4. **IDOC** :任何入站 IDOC 功能模塊均可用于處理數據 根據要求,我們嘗試找到合適的方法進行處理。 如果它是標準的 Master,我們可以在第一種方法中找到它。 否則,我們嘗試使用 BAPI 或 Idocs。 如果要求是非常定制的,我們可以使用記錄來處理數據。 ## 第 2 步-維護源結構 ![What is SAP LSMW? Steps to Migrate Data using LSMW](https://img.kancloud.cn/51/14/51147aaf3bc33f5581b227b8766c3ea9_536x239.png "How to Migrate Data using LSMW") The source structures can be used to design the hierarchy of the files to be uploaded. ## 步驟 3-維護來源字段 在此屏幕中,可以在此處維護將從文本文件上載的字段。 具有相同名稱的字段用作鍵 ![What is SAP LSMW? Steps to Migrate Data using LSMW](https://img.kancloud.cn/0b/3f/0b3fdec9104cd5966884017d873d7f7d_536x468.png "How to Migrate Data using LSMW") Source Filed is used to identify whether a certain record should go to the specified structure. Eg: Suppose a file contains header rows and item rows, we can specify the first field as the indicator say 'H' for a header and 'I' for Item. Thus when the file is being read, it checks the first field, if it is 'H' then it is read into the Header source structure else it is written to the item source structure.The Source fields can be easily maintained in the form of a table maintenance. ## 步驟 4-維護結構關系 The Structures which are needed for the processing of the data need to be assigned here. The Object may contain many structures and many source structures. The Mapping between the source and the target structures should be done after careful checking. ![What is SAP LSMW? Steps to Migrate Data using LSMW](https://img.kancloud.cn/39/54/3954d04b4737528a9337b495bbf89429_903x546.png "How to Migrate Data using LSMW") ## 步驟 5-維護字段映射和轉換規則 在此步驟中,您將源字段分配給目標字段,并定義如何轉換字段內容。 ![What is SAP LSMW? Steps to Migrate Data using LSMW](https://img.kancloud.cn/61/0e/610e5debde962d47389814a2b78b3516_839x592.png "How to Migrate Data using LSMW") 將顯示您在上一步中選擇的所有目標結構的所有字段。 對于每個目標字段,將顯示以下信息: * 欄位說明 * 分配的源字段(如果有) * 規則類型(固定值,轉換等) * 編碼。 > 注意:某些字段由系統預設。 這些字段稱為“技術字段”,帶有“默認設置”標記。 首次進入字段映射時,不會顯示這些字段的編碼; 可以通過 display 變體顯示。 更改默認設置可能會嚴重影響數據轉換的流程。 如果錯誤地更改了默認設置,則可以通過選擇 Extras-> Restore to default 恢復它。 ## 步驟 6-維護固定值,翻譯和用戶編寫的例程 Here the 3 reusable functions are maintained: 1. **固定值**:固定值是在整個項目中固定的值,例如:公司代碼。 我們可以為 BUKRS 分配一個固定值,并且該固定值可以在該項目中的所有對象中使用。 因此,如果值更改,我們只能在一個位置(即固定值)更改,而不能在每個對象中更改。 2. **翻譯**:在這里,您可以維護任何舊字段的固定翻譯,并且可以在“字段映射和轉換規則”中將翻譯分配給已歸檔的字段。 翻譯可以是 1:1 或很多:1 等。 3. **用戶定義的例程**:這些是用戶定義的子例程,在對象中用于處理數據。 上面提到的所有三個功能都是可重用的規則,這些規則對一個項目中的所有對象均有效。 ![What is SAP LSMW? Steps to Migrate Data using LSMW](https://img.kancloud.cn/aa/a6/aaa65285793ce0d1fe00ea907d58f43b_900x535.png "How to Migrate Data using LSMW") ## 步驟 7-指定文件 在這里,我們定義了用于上傳數據的文件。 該文件可以在前端或在應用程序服務器中。 ![What is SAP LSMW? Steps to Migrate Data using LSMW](https://img.kancloud.cn/bc/29/bc2966faa0c1eef244023c8a620cf563_692x553.png "How to Migrate Data using LSMW") ## 步驟 8-分配文件 在這里,我們定義要用于當前上傳的文件,即該文件是在 Presentation 服務器上還是在應用程序服務器上。 ![What is SAP LSMW? Steps to Migrate Data using LSMW](https://img.kancloud.cn/83/96/83968b1eea34650259a3ecef0e06a8ba_618x223.png "How to Migrate Data using LSMW") ## 第 9 步-讀取數據 Reading the data from the file gives us an option to read only a few records and not the entire chunk in order to enable [Testing](/software-testing.html) of first few records. This also provides the user defined selection parameter which can be used to restrict the read data based on the condition specified. ![What is SAP LSMW? Steps to Migrate Data using LSMW](https://img.kancloud.cn/fb/91/fb91a1c53318b51bab9a321b28eb50ae_592x248.png "How to Migrate Data using LSMW") ## 步驟 10-顯示讀取的數據 * 在此步驟中,您可以表格形式顯示全部或部分讀取的數據。 單擊一行將以清晰的方式顯示該行的所有信息。 單擊字段內容時,也會發生同樣的情況。 * 更改顯示允許選擇單行或多行視圖。 * 顯示調色板顯示各個層次結構級別的顏色。 ## 步驟 11-轉換數據 數據轉換是基于維護字段映射和轉換例程中編寫的轉換例程,將數據從源結構傳輸到目標結構。 ![What is SAP LSMW? Steps to Migrate Data using LSMW](https://img.kancloud.cn/22/76/2276ef6572dff83184b8ee6210e6dc27_635x220.png "How to Migrate Data using LSMW") ## 第 12 步-導入數據 程序顯示的步驟取決于所選的對象類型: *標準批輸入或記錄:* 1. 生成批輸入會話 2. 運行批輸入會話 *Standard direct input:* 1. 開始直接輸入會話 *BAPI or IDoc:* 1. 開始創建 IDoc 2. 開始 IDoc 處理 3. 創建 IDoc 概述 4. 開始 IDoc 后處理 This completes a detailed overview of steps to transfer your data using LSMW in SAP.
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看