2013 Oct 10 8:13 AM
Hy Expert.
We want to create some Z program in SAP ABAP where READ_TEXT function is read Long text.
But now we want to Export this Data to Our Legacy System.
as said Enhancement is.
1) Create Z program in SAP where to read Long text data.
2) Export that Data to any Legacy system through SAP.
Regards.
Pradip Patel.
You can do it in two ways 1) place a file in application server in share mount for all the long_text from your z program and then use it in your legacy system or create one RFC instead of z program and use read_text inside it and pass it to the RFC tables. This RFC can be called from your legacy system.
2013 Oct 10 8:18 AM
Hi,
What kind of system do you have ? what platform ?
Regards.
2013 Oct 10 8:35 AM
Hy Eitan thanks for reply.
We have Sql Server 2008 as a legacy system.
Regards.
Pradip patel
2013 Oct 10 8:45 AM
You can do it in two ways 1) place a file in application server in share mount for all the long_text from your z program and then use it in your legacy system or create one RFC instead of z program and use read_text inside it and pass it to the RFC tables. This RFC can be called from your legacy system.
2013 Oct 10 9:06 AM
Hi Pradip ,
I want to Know more information about your requirement ? is your data flow
Case # 1 : SAP to Non SAP ,?
Case # 2 : Non SAP to SAP and Return the Export Result Back to Non SAP ? i mean two way communication (i.e. Synchronous Communication )
If it is Case # 2 then Write One Custom RFC Function Module Using READ_TEXT ... Like in RFC having Import Parameter "Material Number " and Language , based on Material Number your Custom RFC fetch Material PO or Long Text using 'READ_TEXT" FM and that PO Text or Long Text you can capture into RFC Export Parameter .
and Same RFC Call your Legacy system .
Regard's
Smruti
2013 Oct 10 9:46 AM
Hi,
SAP web service ?
It is more conforming to web standards.
Regards.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |