SAP Managed Tags: ABAP Testing and Analysis I had a similar problem when extracting 100.000 FI document item long texts. My approach in a nutshell: - select application data into internal table itab1, incl. all key fields for the text name - concatenate text name into separate column for...
SAP Managed Tags: ABAP Development Hi, You are not supposed to fetch the texts directly from the STXL table as it is stored in RAW format. You should use FM READ_TEXT to read the texts in program , then download as you are doing currently. Search Forum to see sample codes for READ...