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: 

How to get the sales text for the material in the sales text view?

Former Member
4,391

As the title, many thanks in advance!

1 ACCEPTED SOLUTION

Former Member
2,282

hi ,

you need to use the fm read_text to get the sales text in this case.

check this link for more info .

http://www.sap-basis-abap.com/sapac002.htm

vij

3 REPLIES 3

Former Member
2,283

hi ,

you need to use the fm read_text to get the sales text in this case.

check this link for more info .

http://www.sap-basis-abap.com/sapac002.htm

vij

0 Kudos
2,282

thanks for your reply, but I don't know how to assign the values to the parameters.

0 Kudos
2,282

Hi Ya Huali,

Please check this link

You can find the values of these fields.

Text Name
Language
Text ID
Text Object

Goto the Sales text Tab in Material Master transaction MM01, at the left end bottom you can find the Text Editor Push button.

Select the text and press the Text editor push button now you can see the text editor. in that Menu path

Goto ---> Header

Now you get a Text editor screen there you can find the the values of these fields.

Text Name
Language
Text ID
Text Object

Generally you need to pass these values to the Function Module READ_TEXT.

Best reagards,

raam