2009 Oct 13 8:55 AM
I must create a lot of cash and balance item in fi-ca.
can i use the bapi_CTRACCONTRACTACCOUNT_CLR ?
which bapi should i use?
thank u
E.B
2009 Oct 13 1:49 PM
Edoardo,
can you add some more details what exactly you want to do? You want to create a payment lot?
Kind regards,
Fritz
2009 Oct 13 1:54 PM
hi,
yes, i want to creat a lot of payment with bapi.
is it possible?
which bapi should i use?
Thank u
EB
2009 Oct 13 2:02 PM
EB,
Why don't you create a payment file and process it with the standard transactions? IMHO there is no BAPI available to create a payment lot in the system. There is a set of function modules (relaseded only SAP internal) to create a payment lots, such as, FKK_PAYMENT_BATCH_CREATE, FKK_PAYMENT_BATCH_APPEND and FKK_PAYMENT_BATCH_CLOSE.
Kind regards,
Fritz
2009 Oct 13 2:09 PM
I should create a BAPI called by a web service that performs the payment and sends a status (OK or Not OK) to the calling system.
how can I do?
2009 Oct 13 3:01 PM
Hello EB,
I understand that you want to post a payment and return the status. Have you already checked the BAPI BAPI_CTRACDOCUMENT_CREATE? With this BAPI you can post a document, for example, a payment. The clearing can happen in a subsequent step with the BAPI BAPI_CTRACCONTRACTACCOUNT_CLR or you can leave it to the clearing process of the nightly batch.
I hope this helps.
Kind regards,
Fritz
2009 Oct 13 3:08 PM
you think is there a BAPI which directly creates a payment lot(fp05)?
2009 Oct 13 3:36 PM
2009 Oct 13 9:02 PM
2009 Oct 14 8:03 AM
You haven't mentioned so far that you wanted to post a payment by credit card and clear directly a specified open item. For this, the BAPI BAPI_CTRACCTRCTACCNT_PAYBYCARD is the correct one 🐵
Cheers,
Fritz
2016 Mar 02 1:00 PM
2024 May 22 12:16 PM