Hi,
I have a small issue while creating interface for a Bapi.
We are creating iVews using Enterprise Portal for PS Module. In that when we click on one button we are opening text editor and entering some text/comments(above 1000 characters) for the project and the same comments need to be saved in R/3 system.
So, for this we have created a Bapi which uses "Save_Text" function module inside to save the text but to capture that long text from EP to R/3 what data type need to be used in the bapi interface, right now i am using CHAR1024 but it is storing only 255 characters not more than that.
Please help me in solving this issue.
Thanks,
Ganesh
Hi ganesh,
instead of character declare it as string....
Regards,
nagaraj
Add a comment