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

BAPI_CTRACDOCUMENT_TRANSFER in FI-CA module

Former Member
0 Likes
1,018

Hi All,

Did anybody work on BAPI-BAPI_CTRACDOCUMENT_TRANSFER in FI-CA module.

Actually I am filling all the parameters exactly but not able post the document.Its giving the error like 'Internal error: Lock missing for change / clear document item'

Any kind of help will be appreciated.

Thanks

Manas Ranjan Panda

4 REPLIES 4
Read only

Former Member
0 Likes
929

Hi All

I solved it thru help of SAP

Read only

0 Likes
929

Hi Manas,

Could you please help me for solve this case? I also got the same problem.

Thankyou & Best regard,

Naruethai

Read only

0 Likes
929

hi Gurus!

I also got a problem in using this transfer. i fill up all fields in OPENITEMS with corresponding fields from DFKKOP but it didn't transfer. pls help! thanks.

Read only

Uli75
Explorer
0 Likes
795

Yesterday, I faced the same problem and I would like to share the solution with you, although this post is very old.

Call BAPI_CTRACCONTRACTACCOUNT_GOI1 to retrieve the open items. The crucial point: Provide parameter ENQUEUE with X.

After that, call BAPI_CTRACDOCUMENT_TRANSFER and the error message concerning the missing lock will disappear.