on 2016 May 02 2:07 PM
Hi experts, good morning,
I need to read and show in Analyzer the function READ_TEXT, but in this process there is NO limit in text. For instance, the user could write 15 lines or more, and the BW must show in Analyzer.
But the InfoObject there is a limit (60 char), so, I don´t know how to do this.
Questions:
How I move the READ_TEXT with unlimited lines to InfoObject ? Or I need to move to another object, for example, for DSO ?
How I presented the information in Analyzer ? I mean, is there a special process to show this information ?
I already read this links:
http://scn.sap.com/docs/DOC-58361
https://scn.sap.com/thread/1794113
Thanks,
Hi..
Step-1: Create a Datasource with function Module to read the SAP script as these long text are being saved in SAP Script. Use the delta field cautiously.
Step-2: Now a days InfoObjects are available with 250 characteristics.. Which version of SAP BW is on your side. ? Well if you see IO is not capable of 250 charactertistics, then may be 60 charcteristics but, no worries..
let the source data comes first in BW PSA and then assign InfoObjects accordingly.
For example:
you need to hold 240 charcteristics, then assign 4 InfoObjects each of 60 charctertistics length and then in tranformation write routine to fill the Infoobjects accorginly using Offset.. with the help of ABAPERS..
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Marcio
BW 7.0 has infoobject char length limit as 60. so you need to create multiple char infoobjects of 60 length each and split the source field in the transformation. in the analyzer, you need to include all the infobjects to see the text.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good morning Aparajit and Sai,
Thanks for your answer.
I created de IO as you recommend and worked perfect.
But the actual result od Analyzer:is NOT so good:
MATNR | text 1 | text 2 | text 3 |
100 | Unlocked cell phones are compatible with GSM carriers like A | T&T and T-Mobile as well as with GSM SIM cards (e.g. H20, St | raight Talk, and select prepaid carriers). Unlocked cell pho |
I need show this way:
MATNR | LONG TEXT - with 60 char |
100 | Unlocked cell phones are compatible with GSM carriers like A |
Or (BETTER) this way:
MATNR | LONG TEXT - with 120 char |
100 | Unlocked cell phones are compatible with GSM carriers like AT&T and T-Mobile as well as with GSM SIM cards (e.g. H20, St |
Thanks again,
User | Count |
---|---|
69 | |
11 | |
10 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.