2008 May 15 6:25 PM
Hi,
I just want to know if there's a Function that inserts data into BKPF and BSEG tables, I have done some operations with BSEG data and I need to insert the data that have been generated into these two tables, I don't want to use "insert into" because I don't know if there's more data that need to be filled in this two tables for example BELNR I don´t know hos this datum is created.
I would appreciate any help!!
Thanks.
2008 May 15 6:45 PM
hi check this...
use these for inserting values...into the tabels
BAPI_ACC_DOCUMENT_POST
regards,
venkat
Hi,
I just want to know if there's a Function that inserts data into BKPF and BSEG tables, I have done some operations with BSEG data and I need to insert the data that have been generated into these two tables, I don't want to use "insert into" because I don't know if there's more data that need to be filled in this two tables for example BELNR I don´t know hos this datum is created.
I would appreciate any help!!
Thanks.
2008 May 15 6:45 PM
hi check this...
use these for inserting values...into the tabels
BAPI_ACC_DOCUMENT_POST
regards,
venkat
2008 May 15 8:52 PM
2008 May 16 5:04 PM
Hi,
I'm now using FB01 with BDC programming to post a document, but now I want to insert a new account with it's amount (credit or debit) in BSEG (or corresponding tables) how can I do this? wich transaction does this?
Thanks!
Moisés Grappí
2008 May 16 5:19 PM