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

Material Description

Former Member
0 Likes
1,133

Hi,

Can someone tell me whether it is possible to get the Material description that we can see in MM03 in the "Purchase Order Text" screen/tab in different languages. I am not refereing to the Material description that we can get from MAKT table.

Thanks

Swetha.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,088

You have to use the function module READ_TEXT to get the description. Pass the parameters as below

ID: BEST (Purchase order text)

Language: Language for which you want to get the description

Name: It would be the 18 Character Material Number (like 000000000000601702)

Object: MATERIAL

Hope this is helpful.

Thanks,

Pavan

10 REPLIES 10
Read only

Former Member
0 Likes
1,089

You have to use the function module READ_TEXT to get the description. Pass the parameters as below

ID: BEST (Purchase order text)

Language: Language for which you want to get the description

Name: It would be the 18 Character Material Number (like 000000000000601702)

Object: MATERIAL

Hope this is helpful.

Thanks,

Pavan

Read only

0 Likes
1,088

Hi Pavan,

Thanks for the reply. I tried running the function module but gives the message "Text 000000000000054635 ID BEST language EN not found".

Could you please tell me what is the problem behind..

Thanks..

Swetha

Read only

0 Likes
1,088

Did u check table STXH to make sure you are passing the right parameters to the read_text function module?

Read only

Former Member
0 Likes
1,088

Shweta,

Did you mean 'how to create that text in different languages ' ?

that screen appears like a split screen - one side has 'languages maintained' and other sid ehas text editor.

there is a create icon, on the left side lower portion.

It will prompt you to select the language which you want, you can create any any language..

Is this what you meant ?

Read only

Former Member
0 Likes
1,088

Have you checked STXH as suggested by Aparna?

In case you are not sure about the object ID you can get it from the MM03 Purchase Order Text screen itself. Generally you can find the info under menu path GOTO->HEADER . In case you don't find the option HEADER under GOTO menu path, then look for the editor icon somewhere on the screen. Click on it and it opens a SAPScript type editor and then check the menu path GOTO->HEADER.

Hope this is helpful.

Thanks,

Pavan

Read only

0 Likes
1,088

Hi Pavan and Aparna,

Both of your help solved my problem. Thanks a lot for the help..!

Swetha.

Read only

0 Likes
1,088

Hi Pavan, Aparna or someone, can please clarify me on another question on the same. Will a material's purchase order text be the same always or will it keep changing depending on the text entered in each purchase order?

Thanks..

Swetha

Read only

Former Member
0 Likes
1,088

Not fully clarified

Read only

Former Member
0 Likes
1,088

It will be changing.. depending on the purpose for which they want to use the field... I can give you a example... we have used it to enter the manual steps to be followed whenever it is shipped via road... and it use to be picked up while printing invoices depends on the mode on payment...

if you are talking about the parameters like Object ID, TEXT they generally are the same.

Hope this is helpful.

THanks,

Pavan

Read only

0 Likes
1,088

Hi Pavan,

Thanks a lot for your replies. Could you kindly give me some more explaination on my last question? For example, if there is a material 'abcd1234' with the Purchase Order text as 'CLIMATE SENSOR BEFORE TEST'. Will this material always have the above text as the Purchase Order Text or will it vary depending on its usage everytime when it is purchased?

Thanks...

Swetha