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

FBS1 BAPI Posting

Former Member
0 Likes
785

Can i do BAPI posting for FBSI by this method.Saw this in SCN,  -Call BAPI_ACC_DOCUMENT_POST -get the document number -Call function module TSTOR_INSERT to pass revdate(parameter which is not available in bapi_acc_document_post)

Also is this the best way to do FBS1 posting?

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
634

Try to pass the missing field (BKPF-STODT) in BAPI_ACC_DOCUMENT_POST EXTENSION2 parameter, and use them in BAdI BADI_ACC_DOCUMENT.

Regards,

Raymond

Read only

0 Likes
634

which one is a better way.(and quickest)

BAPI_ACC_DOCUMENT_POST and TSTOR_INSERT

or using extension?

Read only

0 Likes
634

BAPI/BAdI are "smarter" TSTOR_INSERT "faster"...