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

lock for bsis table..

Former Member
0 Likes
1,001

Hello,

this thread is divided into 2 queries that i have,

1 - is their any lock object for bsis table ?

2 - i want to update a field in both bseg and bsis table. is their any bapi or sum SAP function which updates the whole document or will i have to do it by updating the table manually..

thanks

shehryar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
844

Hi

1- The lock object should be EFBKPF so you can manage it by fm ENQUEUE_EFBKPF and DEQUEUE_EFBKPF.

2- You need to create a program batch for trx FB09 or try to use fm FI_ITEMS_MASS_CHANGE, I don't think there're some tools (like BAPIs) for updating but only for posting

Max

Hello,

this thread is divided into 2 queries that i have,

1 - is their any lock object for bsis table ?

2 - i want to update a field in both bseg and bsis table. is their any bapi or sum SAP function which updates the whole document or will i have to do it by updating the table manually..

thanks

shehryar

3 REPLIES 3
Read only

Former Member
0 Likes
844

Hi DAHAR ,

u cannt update tables like BSEG , BSIS.But what u can do is Just Post Documents using FB01 or there is one BAPI .

Regards

prabhu

Read only

Laxmana_Appana_
Active Contributor
0 Likes
844

Hi,

Check this :

1.Locking table :

FM's : ENQUEUE_E_TABLE

DEQUEUE_E_TABLE

2) BAPI_ACC_DOCUMENT_POST Accounting: Posting

Regards

Appana

Read only

Former Member
0 Likes
845

Hi

1- The lock object should be EFBKPF so you can manage it by fm ENQUEUE_EFBKPF and DEQUEUE_EFBKPF.

2- You need to create a program batch for trx FB09 or try to use fm FI_ITEMS_MASS_CHANGE, I don't think there're some tools (like BAPIs) for updating but only for posting

Max