Extracting Purchase Order texts in SAP
问题 Is there any way to view the details in Item Text tab in Purchase Order ME23N in a report form or table form? I have tried to search in many places but I couldn't find the table. Table EKKO/EKPO doesn't seem to help in this. 回答1: There are tables STXH (for header) and STXL (for lines) but they are not readable out-of-the-box. Usually reading texts is made by READ_TEXT FM: CALL FUNCTION 'READ_TEXT' EXPORTING client = sy-mandt id = 'F01' language = 'E' name = %PO_number% + %PO_pos% object =