cancel
Showing results for 
Search instead for 
Did you mean: 

How to get text when creating invoice

Former Member
0 Kudos

Hi Experts,

As standard system behavior, when creating invoice the item description is retrieved from material description in master data. Now we want to use sales text in material master for invoice item description, can we do this?

Thank you in advance.

Richard

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi richard

yes this is possible.

you will have to pass this parameters under function module called READ_TEXT for desired output.

NAME = MVKE-MATNR & MVKE-VKORG & MVKE-VTWEG - to read for which sales orgn/distribution channel/division you have to pass the value.

LANGUAGE = 'EN' - in which language you have to pass the same.

ID = 0001

OBJECT = MVKE - table

if both are there

material description and material sales text then

you have to write a condition there.

regards

balajia