on 2024 Jun 06 1:33 PM
Hi, Is there a way to read SAP long text for e.g. BOM long text, routing long text etc...
We are using SQL Sever to extract and transform sap data and then load in to S/4 HANA. Since the long text is stored in STXH and STXL, and STXL contain text in RAW format, it is not possible to extract using SQL.
SAP Data services or Syniti tool is not an option for us.
Please let me know if there is a way to extract sap long text into SQL server
Request clarification before answering.
Hi
as far as I know you cannot convert that RAW texts with any external tool. You may use an ABAP report and function module READ_TEXT to read the SAPScript texts one by one into an internal table and then store that data somewhere. On the Target site you can use another ABAP report and function module SAVE_TEXT to store the data.
BR
Frank
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
102 | |
11 | |
10 | |
9 | |
6 | |
6 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.