Question:
According to the reqs, we need to transfer long text from R/3. Do anybody has any ideas the best way to do it.
BW_dev
Answer:
some additional info: The text is 300 char long.
Answer:
Dear SAP folks,
is the problem too complicated and nobody can't answer?
Answer:
The max length of BW infoobjects is CHAR 60 afaik.
And don't be afraid, most questions will be answered. But I cannot give any solution myselt, but maybe the search funtionality could provide some hints??? (Tried it?)
_________________
Juergen Limbach
Answer:
You have to write a small ABAP Code for Conversion Routine ALPHA. Please check it in Info Obj, General Tab
Answer:
Hi Ramg,
Thank you for your responding.
I looked at the alfa source code:
FUNCTION CONVERSION_EXIT_ALPHA_INPUT.
*"----------------------------------------------------------------------
*"Lokale Schnittstelle:
*" IMPORTING
*" INPUT
*" EXPORTING
*" OUTPUT
*"----------------------------------------------------------------------
CALL 'CONVERSION_EXIT_ALPHA_INPUT' ID 'INPUT' FIELD INPUT
ID 'OUTPUT' FIELD OUTPUT.
ENDFUNCTION.
Can you provide any details on this subject? Did you have experience to work on the long text before?
Thank you
SAP_dev
Answer:
You have to write a small ABAP Code for Conversion Routine ALPHA. Please check it in Info Obj, General Tab
Needs to modify functions:
CONVERSION_EXIT_ALPHA_INPUT
CONVERSION_EXIT_ALPHA_OUTPUT
Note: Copy these functions and modify.