2013 Mar 26 7:29 AM
Hi Experts,
I have to create a payment lot "BAPI_CTRACPAYMINC_CREATE". I am going to pass structure Payment Lot: Header Data "BAPIDFKKZK".
I want to know, How I can fill the structure Payment Lot: Header Data "BAPIDFKKZK" before calling in the function module BAPI_CTRACPAYMINC_CREATE?
Thanks and Regards,
Jasvinder
2013 Mar 27 5:55 AM
Hi Jasvinder,
The information that you require to pass in the BAPIDFKKZK structure should come from the source file that you have got which you are using to post the entries in to SAP.
I am not very sure, what are you trying to achieve-Are you trying to automate the creation of a payment lot from a bank file.
If you are looking for the above, then you have to create a custom program which would read the bank file and pass the relevant information into the BAPIDFKKZK structure and call the FM BAPI_CTRACPAYMINC_CREATE to create and post the payment lot in SAP.
Just keep in mind the following indicator-
Hope it helpss..
Thanks,
Amlan
2013 Mar 27 5:55 AM
Hi Jasvinder,
The information that you require to pass in the BAPIDFKKZK structure should come from the source file that you have got which you are using to post the entries in to SAP.
I am not very sure, what are you trying to achieve-Are you trying to automate the creation of a payment lot from a bank file.
If you are looking for the above, then you have to create a custom program which would read the bank file and pass the relevant information into the BAPIDFKKZK structure and call the FM BAPI_CTRACPAYMINC_CREATE to create and post the payment lot in SAP.
Just keep in mind the following indicator-
Hope it helpss..
Thanks,
Amlan
2014 Aug 07 7:01 PM
2014 Aug 08 11:07 AM
Hi,
XSCHS is a field name within the table DFKKZK to show the check lot.
Thanks
Hayley
2014 Aug 08 3:34 PM
thanks Hayley,
I have found one alternative in ECC 6.0 ,
I found it is not posible to create a "check lot", nor to create a "credit card lot" using the sequence
BAPI_ctracpayminc_create , BAPI_ctracpayminc_release , BAPI_ctracpayminc_append , BAPI_ctracpayminc_schedule
however it is posible to create a "check lot" using the next sequence !
FKK_payment_batch_create
FKK_payment_batch_release
FKK_payment_batch_append
FKK_payment_batch_close
BAPI_ctracpayminc_schedule + BAPI_transaction_commit