‎2005 Jun 21 3:22 PM
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
‎2005 Jun 21 3:51 PM
Hi, How to set up the mode for changing the text, if no text then what to do in that case.
thanks
‎2005 Jun 21 3:26 PM
Hi Lakhbir,
Please search the forum for similar discussions. there have been quite a few, I'm sure.
Regards,
Anand Mandalika.
‎2005 Jun 21 3:38 PM
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
‎2005 Jun 21 3:40 PM
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./sSetup 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
‎2005 Jun 21 3:51 PM
Hi, How to set up the mode for changing the text, if no text then what to do in that case.
thanks
‎2005 Jun 21 3:58 PM
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