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

Changing Material Long text in Program

Former Member
0 Likes
712

Hi friends,

I need to change the material long texts in an batch inout program. i tired to use FM SAVE_TEXT and think i am doing something wrong with the parameters.

please help me

Lakhbir

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
628

Hi, How to set up the mode for changing the text, if no text then what to do in that case.

thanks

5 REPLIES 5
Read only

Former Member
0 Likes
628

Hi Lakhbir,

Please search the forum for similar discussions. there have been quite a few, I'm sure.

Regards,

Anand Mandalika.

Read only

Former Member
0 Likes
628

Hi Anand, I had searched the forum before posting the question. please tell me if you know about the parameters.I am sure i am giving wrong input, but could not find where i went wrong

Read only

Former Member
0 Likes
628

Hi,

I think the best way is using FM SAVE_TEXT.

A tip, to get the right parameter.

--> Go to mm02 on your material text, <u>in plain page mode</u>.

An then, via the menu you do :

- GO TO

- Header

And you get the input parameters :

Text name, Text id, Text object, language.

Text Name       MATERIAL12                         
Language        EN                               
Text ID         GRUN    * Basic data text             
Text object     MATERIAL   * Material texts, pur./s

Setup the Insert Mode if you want to change existing text.

Hope this helps.

Erwan.

Message was edited by: Erwan LE BRUN

Message was edited by: Erwan LE BRUN

Read only

Former Member
0 Likes
629

Hi, How to set up the mode for changing the text, if no text then what to do in that case.

thanks

Read only

0 Likes
628

I suggest you to take a look in SE37 at the FM documentation ( in English )

Extract : "The function module writes a text module to the text file or text memory, depending on the specific text object.

The module can be used to change existing texts and to create new texts. If it is clear that it is a new text, this can be specified via the parameter INSERT."

Message was edited by: Erwan LE BRUN