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: 

save_text function module for multiple entries

Former Member
0 Kudos

HI friends,

Iam facing a following senario.

Iam using save text function module ie: save_text to save the sales text for the line items in va01 transaction.

Iam able save the text for single entry but iam not able to save the text for muliple entries.

EXAMPLE ;

posnr matnr

10 4000

20 3000

30 5000

40 8000

when iam saving the text iam able to save the text for only line item 40 ie: last line item.

i need to save the text for all the 4 line items.

how can i do that.

Iam writing the code in USEREXIT_SAVE_DOCUMENT.

Regards

Priyanka.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

please use commit after the function module call .

Hope it is helpful.

Check this link also:

Regards

Neha

Edited by: Neha Shukla on Nov 30, 2008 9:01 PM

1 REPLY 1

Former Member
0 Kudos

Hi

please use commit after the function module call .

Hope it is helpful.

Check this link also:

Regards

Neha

Edited by: Neha Shukla on Nov 30, 2008 9:01 PM