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

Save Text FM

Former Member
0 Likes
1,440

Hello Experts

My requirement is to read text from one rebate agreement and save it in another agreement.

I will use FM:= READ_TEXT_INLINE for reading text.

Please suggest some FM to save text in another agreement.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
571

Hi

Use

<b>SAVE_TEXT or CREATE_TEXT</b> fun modules

which are similar to READ_TEXT

Regards

Anji

2 REPLIES 2
Read only

Former Member
0 Likes
572

Hi

Use

<b>SAVE_TEXT or CREATE_TEXT</b> fun modules

which are similar to READ_TEXT

Regards

Anji

Read only

Former Member
0 Likes
571

you can go for READ_TEXT and SAVE_TEXT function modules. these are used to read and write standard texts..

here is one sameple program..

http://saptechnical.com/Tutorials/ABAP/MaterialLongText/info.htm

http://www.howforge.com/abap-4-example-code-save-text