HI
What are the possible values for the BAPI Import Parameter - Posting (Posting category: post directly)
i am creating an RFC where i use the BAPI BAPI_BILLINGDOC_CREATEFROMDATA or BAPI_BILLINGDOC_CREATEMULTIPLE
Basically creatiing invoice without any reference documents
Both BAPIs having the import parameter Posting.
As it is not mandatory i have not filled it. and the bapi updates the database automatically.
Can i restrict the update using the import parameter Posting ( it has to update only if it satifies some condition -the bapi generated price should be equal to the price i give as a separate input. so i am planning to call "bapi_transaction_commit" if satifies the condition else calling rollback bapi)
Now i am intersted to know what are the possible values for the import parameter 'Posting' so that i can restrict the automatic database update..