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

Function Module 'Save_text' in update task of Vl01n

Former Member
0 Likes
804

Hi Friends,

My requirement is, when i save a delivery document, the 'Material Sales text' in delivery has to be updated with custom details.

It is good that we can code the function module 'Save_text' in update task in the exit provided for VL01n - Delivery creation right.

At saving of delivery, we can use the set, get parameters to get the delivery document no and pass it to the Function module 'Save_text' in update task. Hope this will work.

Correct me if i am wrong.

Highly appreciate your valuable responses.

Thanks,

Jaffer Ali.S

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
601

Hi,

You are going in a correct method proceed. Its been good to know whether you are going correct or wrong.

Cheers!!

VEnk@

Hi Friends,

My requirement is, when i save a delivery document, the 'Material Sales text' in delivery has to be updated with custom details.

It is good that we can code the function module 'Save_text' in update task in the exit provided for VL01n - Delivery creation right.

At saving of delivery, we can use the set, get parameters to get the delivery document no and pass it to the Function module 'Save_text' in update task. Hope this will work.

Correct me if i am wrong.

Highly appreciate your valuable responses.

Thanks,

Jaffer Ali.S

2 REPLIES 2
Read only

Former Member
0 Likes
602

Hi,

You are going in a correct method proceed. Its been good to know whether you are going correct or wrong.

Cheers!!

VEnk@

Read only

Former Member
0 Likes
601

Hi,

You can go ahead with that, but you need to check whether you get the delivery number inside the user exit before you proceed.