2006 Jul 20 9:27 AM
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
2006 Jul 20 9:38 AM
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
2006 Jul 20 9:32 AM
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
2006 Jul 20 9:35 AM
Hi,
Check this :
1.Locking table :
FM's : ENQUEUE_E_TABLE
DEQUEUE_E_TABLE
2) BAPI_ACC_DOCUMENT_POST Accounting: Posting
Regards
Appana
2006 Jul 20 9:38 AM
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