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: 

Save Text FM

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi

Use

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

which are similar to READ_TEXT

Regards

Anji

2 REPLIES 2

Former Member
0 Kudos

Hi

Use

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

which are similar to READ_TEXT

Regards

Anji

Former Member
0 Kudos

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