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

Locking a contract number

Former Member
0 Likes
745

Hi Gurus,

How can I lock a contract number ( seen in ME33K) and release it from my custom program.

Thank you

1 ACCEPTED SOLUTION
Read only

tarangini_katta
Active Contributor
0 Likes
708

Hi Krish,

Try this function module.I am not sure about it.Just a suggestion.

FVD_IA_IF_CONTRACT_ENQUEUE

Thanks

Hi Gurus,

How can I lock a contract number ( seen in ME33K) and release it from my custom program.

Thank you

4 REPLIES 4
Read only

tarangini_katta
Active Contributor
0 Likes
709

Hi Krish,

Try this function module.I am not sure about it.Just a suggestion.

FVD_IA_IF_CONTRACT_ENQUEUE

Thanks

Read only

0 Likes
708

When I run this FM and checked SM12 , it seemed to lock . I think this would work for my case . I am thinking how to un-lock wheter to use dequeueall or do something else.

THank you very much for your reply..

Read only

tarangini_katta
Active Contributor
0 Likes
708

Hi,

here it goes for deque.

FVD_IA_IF_CONTRACT_DEQUEUE

Thanks

Read only

0 Likes
708

Great , thank you it solves my problem