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 Sales text

geetha_k
Active Participant
0 Likes
1,055

Hi to all,

I have developed a program to uploading a material sales text. with object = 'MVKE', text id = '0001' and lang = English and text name =(concatenate matnr and sales organization and distribution channel) . Am using function module 'SAVE_TEXT'. its showing message with succefully uploaded. But when i have checked the table STXL there is no materials which i have uploaded. . Y this happens , can u suggest me

Hi to all,

I have developed a program to uploading a material sales text. with object = 'MVKE', text id = '0001' and lang = English and text name =(concatenate matnr and sales organization and distribution channel) . Am using function module 'SAVE_TEXT'. its showing message with succefully uploaded. But when i have checked the table STXL there is no materials which i have uploaded. . Y this happens , can u suggest me

3 REPLIES 3
Read only

Former Member
0 Likes
643

Hi,

the bellow link contain code for material sales text saving.

Thanks & Regards,

Goutam Kolluru.

Read only

Former Member
0 Likes
643

Hi friend,

Its showing the message "successfully uploaded".

because the sy-subrc value is equal to 0.

But the values or not getting uploaded because there may not be values in to be saved of any other values is mismatching.

Just refresh the table entries and see whether its getting reflected over there.

If no then,

Just change these things and see

language = sy-lang or 'EN' and also the client = sy-mandt.

Just consider these few things it will work.

If any queries please revert back to me i will help you.

Thanks,

Sri Hari

Edited by: srihari.kumar on Jan 9, 2012 11:25 AM

Read only

Former Member
0 Likes
643

Hi Geetha,

In the SAVE_TEXT set the flag SAVEMODE_DIRECT = 'X' . You can see the entries now in the table STXH, STXL.

Thanks,

Satheesh