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

Sales Text Table

Former Member
0 Likes
1,188

Dear friends,

while creating the material in MM01 transaction we will give a sales text ....

in which table it will store . i want to put that in the output.

thank you

Dear friends,

while creating the material in MM01 transaction we will give a sales text ....

in which table it will store . i want to put that in the output.

thank you

3 REPLIES 3
Read only

Former Member
0 Likes
777

Hi srini,

goto System--> status or else press f1 on that text boxes. it will show the attributes form that you can get it.

Read only

Former Member
0 Likes
777

T_CODE S010

Sales orders ... Name, Description, Uses. STXH, Text header. STXL, Text detail ...

goldenink

ELSE.

GOTO MM03->DISPLAY MODE->SEE SALE TEXT->HEADER.

Read only

Former Member
0 Likes
777

once a sales text is maintained .. to see this

goto---> header texts --->

You will see this text will be maintained as text name ,sy-langu , text id and text object as 'MVKE' .

This text can be retrieved using FM READ_TEXT

You need to pass these parameters and get the value into tline of this Fm .

the values of this text will be stored in table STXH

regards,

Vijay