SAP MM Table to read PO Header text and item text
SAP MM
[Question]
I want to know the table in which we can read the PO header and item text.
[Solution]
1>If you read directly from the table then for getting HEADER TEXT STXH & item text STXL.
2>Better would be to use Function Module READ_TEXT
CALL FUNCTION 'READ_TEXT'
EXPORTING
CLIENT = (Client ID)
ID = (Text ID)
LANGUAGE = (Language)
NAME = (PO Number)
OBJECT = 'EKKO' for Header & EKPO for Item
TABLES
LINES = (Internal Table of type lines)
EXCEPTIONS
ID = 1
LANGUAGE = 2
NAME = 3
NOT_FOUND = 4
OBJECT = 5
REFERENCE_CHECK = 6
WRONG_ACCESS_TO_ARCHIVE = 7
OTHERS = 8.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29829936/viewspace-1670672/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- LSMW upload po text in material masterAST
- SAP MM Use ZBAPI_PO_CRATE to load open PO documentAPI
- SAP MM已經轉成PO的採購申請Item依舊可以被刪除?
- SAP MM BAPI_PO_CREATE1的用法API
- read content in a text file in pythonPython
- Free Item in PO
- table表格中text-overflow失效解決方案
- 探究 Text Kit 和 Core Text 的前世今生 (Text Kit 篇)
- read_text讀取採購單專案文字
- 「SAP技術」SAP MM 向交貨單的存在不阻止PO被刪除
- 「SAP技術」SAP MM 明明有維護源清單,還是不能下PO?
- SAP MM 實施專案裡Open PO 遷移思路探討
- SAP MM取消採購訂單審批--- BAPI_PO_RESET_RELEASEAPI
- text/html和text/plain的區別HTMLAI
- SAP MM 給合同的ITEM上傳附件以及附件查詢
- jQuery text()jQuery
- jQuery :textjQuery
- Text Representation
- SAP MM PO中的Delivery Date並非儲存在EKPO表裡
- CSS 文字裝飾 text-decoration & text-emphasisCSS
- ORACLE TEXT(轉)Oracle
- text-to-motion
- text1
- SAP MM STO單據的外向交貨單建立後新加ITEM?
- SAP CRM WebClient UI html 格式的 Text 顯示邏輯WebclientUIHTML
- SAP MM 採購申請單據ITEM資料裡的Closed標記
- Oracle Text簡介Oracle
- CSS text-strokeCSS
- CSS text-overflowCSS
- Sublime Text全程指南
- SAP CRM WebClient UI Text Type 顯示的過濾邏輯WebclientUI
- Oracle Text 學習筆記(11G)<一> :手工建立TEXTOracle筆記
- SAP S4HANA 根據PO號碼得到各個ITEM的Conditions資料
- 「SAP技術」 SAP MM 已啟用質檢物料建立PO時候'STOCK TYPE'沒有預設為X?
- sublime text for Mac註冊啟用 sublime text4註冊碼Mac
- sublime text 註冊碼漢化下載+sublime text 破解安裝教程
- Lime Text:一款可以替代Sublime Text的開源專案
- Lime Text: 一款可以替代 Sublime Text 的開源專案