Application Development and Automation 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: 
Read only

look for a function a set long text

Former Member
0 Likes
769

Hello, every one.

I'm using a function module READ_TEXT to get SAP long text for the purchase order item comment.

The question is, I also want a function module which can update the long text, so I can change text with programming way.

Can any one give me suggestion? Which function module I should use?

Any suggestion and answer is welcome.

Thanks a lot

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
463

CREATE_TEXT

Regards

Raja

3 REPLIES 3
Read only

athavanraja
Active Contributor
0 Likes
464

CREATE_TEXT

Regards

Raja

Read only

0 Likes
463

I use SAVE_TEXT.

It has pretty much the same interface as READ_TEXT.

Hope that helps.

Brad

Read only

Former Member
0 Likes
463

thanks to Raja, also Brad Williams.

I use READ_TEXT, it goes well.

Thanks a lot