Hi Gurus,
I am trying to create a Financial Transaction for Facility
(normally using Tcode TM_61 or FTR_CREATE with "Facility" financial transaction)
I've looked around for BAPI or FM to create this financial transaction, and somehow I can't find one.
I could found BAPI for every other financial transaction type such as "securities", "fixed term deposit",
"commercial paper", etc.
I even found a standard test program to test the BAPI (tcode FTR_BAPI),
but still, I can't find BAPI to create "Facility".
Do you have any idea as how to achieve this?
Am I somehow missing the BAPI?
the idea is to have an interface from other system send the Facility data, and ABAP Program will create
the Financial Transaction out of it.
I am trying my best to avoid BDC for performance consideration. but If there's no other way, I guess i will go with BDC.
Thanks!