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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- read content in a text file in pythonPython
- SAP MM已經轉成PO的採購申請Item依舊可以被刪除?
- SAP MM The Table MBEWH Update Logic
- text
- text/html和text/plain的區別HTMLAI
- Text Representation
- 「SAP技術」SAP MM 明明有維護源清單,還是不能下PO?
- 「SAP技術」SAP MM 向交貨單的存在不阻止PO被刪除
- SAP MM 給合同的ITEM上傳附件以及附件查詢
- SAP MM 實施專案裡Open PO 遷移思路探討
- SAP MM PO中的Delivery Date並非儲存在EKPO表裡
- CSS 文字裝飾 text-decoration & text-emphasisCSS
- ORACLE TEXT(轉)Oracle
- DAN Text Classification
- text1
- text-to-motion
- SAP MM STO單據的外向交貨單建立後新加ITEM?
- SAP SD基礎知識之文字確定(Text Determination)
- SAP CRM WebClient UI html 格式的 Text 顯示邏輯WebclientUIHTML
- SAP S4HANA 根據PO號碼得到各個ITEM的Conditions資料
- WPF Text MultiBinding StringFormatORM
- CSS text-strokeCSS
- CSS text-shadowCSS
- CSS text-overflowCSS
- Oracle Text簡介Oracle
- ASBFAT:Sublime Text 3
- Leetcode 68 Text JustificationLeetCode
- 深入char、varchar、text
- SAP MM 採購申請單據ITEM資料裡的Closed標記
- SAP CRM WebClient UI Text Type 顯示的過濾邏輯WebclientUI
- SAP CRM SPRO Customizing 裡 Text Object 屬性 continue 的含義Object
- SAP CRM Genil Text-for-Key-Codes vs SAP C4C只讀欄位
- sublime text for Mac註冊啟用 sublime text4註冊碼Mac
- leetcode-68-Text JustificationLeetCode
- JavaScript select text 屬性JavaScript
- [LeetCode] 68. Text JustificationLeetCode
- SVG <text>繪製文字SVG
- CSS text-fill-colorCSS
- The Text Splitting CodeForces 612A