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 function module to update LONG TEXT for material

Former Member
0 Likes
3,694

Hi guys..

I need to update the LONG TEXT for existing material.

To go this text: MM02/MM01: material-> next screen-> at bottom-> Basic setting-> you can edit LONG TEXT.

After entring this text i need to perform some manipulation for text and finally it is to be uploaded to SAP.

Note: through BDC, we can not record the LONG TEXT entry. I failed.

So I have decided to update it using FM SAVE_TEXT function module.

How to manipulate TDOBJECT, TDNAME ??

means: this text should be mampped to material number.

What is the relation between MATNR and TDOBJECT / TDNAME??

3 REPLIES 3
Read only

Former Member
0 Likes
1,830

Hello

TDOBJECT = 'MATERIAL' <= Material texts, pur./storage

TDID = 'GRUN' <= Basic data text

TDNAME = material number with leading zeros (like '000000000000012345')

Read only

ThomasZloch
Active Contributor
0 Likes
1,830

In general, once you look at the long text via the application transaction (e.g. MM03), choose goto -> header and find all details yourself.

Thomas

Read only

Former Member
0 Likes
1,830

TDOBJECT = 'MATERIAL'. TDNAME= matetial number (eg:0000012345) TDID= 'GRUN'.