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

BAPI to create Facility in FTR_CREATE

Former Member
0 Likes
1,980

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!

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!

1 REPLY 1
Read only

Former Member
0 Likes
940

Raymond,

Facility BAPI's are available as of EHP8, but if you're on EA-FINSERV 606, 616, or 617 then applying the following notes should implement them for your specific release..

  • Note 2196754 creating/changing DDIC objects
  • Note 2197390 coding creation/changes
  • Note 2197432 documentation creation

Best Regards

Deon