Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi Interface

Former Member
0 Kudos

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

1 REPLY 1

former_member404244
Active Contributor
0 Kudos

Hi ganesh,

instead of character declare it as string....

Regards,

nagaraj