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: 

Maintain sales text View through BAPI_MATERIAL_SAVEDATA

Former Member
0 Kudos

Hi,

in BAPI_MATERIAL_SAVEDATA, can we maintain the Sales Text view in mm02 through this BAPI.

Regards,

Masoom Ali

4 REPLIES 4

Former Member
0 Kudos

Hi,

Fill the data in BAPI structure "MATERIALLONGTEXT".

Pass following parameters in the structure

APPLOBJECT : MVKE
TEXT_NAME : {Material+SalesOrg+Dist Channel}
TEXT_ID : 0001
LANGU : sy-langu
FORMAT_COL : *
TEXT_LINE : "Sales text which is to be updated"

Regards

Vinod

Edited by: Vinod Kumar on Jul 23, 2010 4:49 PM

0 Kudos

Thanks Vinod.

Regards,

Masoom Ali Asghar

anup_deshmukh4
Active Contributor
0 Kudos

Don't forget to Mark

HEADDATA-SALES_VIEW = 'X'.

Hope it helps,

0 Kudos

Thanks Anup Deshmukh.

Regards,

Masoom Ali Asghar