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: 

Long text for QE11

Former Member
0 Kudos

Hi,

I am going to save long text for Inspctor. description through program (for QE11 transaction) along with result recording.

I didn't find any BAPI which can store long text for record results.So, i have used SAVE_TEXT

function module to do this. I could able to pass long text to editor (in QE11) , but finally unable to save.

The problem here is only iam able to pass long text to editor. when i open the editor long text being displayed , but while coming out of the editor it is asking to me to save, once i save then only the long text is being saved.

But i have to do this through program, how do i acheive this.is there any BAPI available or any thing

which i have to do .Can anybody give me an idea how to go about of it.

Thanks in Advance.

Regards,

R.Gopal

1 REPLY 1

former_member181995
Active Contributor
0 Kudos

Your interested FM Are:

READ_TEXT"for reading the text
CREATE_TEXT"create the text,based on Text ID
SAVE_TEXT"The function module writes a text module to
" the text file or text memory, depending on the specific text object.


COMMIT_TEXT"Commit to Databese
DELETE_TEXT."for deleting