SAP for Banking Discussions
Join the conversation about navigating compliance, enhancing customer experience, and driving growth in the banking industry with SAP.
cancel
Showing results for 
Search instead for 
Did you mean: 

wich BAPI is for transaction BPV1

Former Member
0 Kudos
174

Hi

I need a BAPI, for transaction BPV1 (Business Partner: Version Create) (for Bank Analyzer - Limit manager module ).

I have tested with FM BUPA_INBOUND_MAIN_SAVE, but this FM saves data in table BUT000.
But the transaction (BPV1) does not.

anybody can help me?

besides, i need to know wich FM to use for make the corresponding relationships.
The FM that i tested, validate that BP exists in BUT000 table.


I can't use Call transaction, because the information goes from PI to SAP Banking.
(Bank Analyzer - Limit manager module)

1 REPLY 1

Former Member
0 Kudos
128

Hi

Try using this BAPI

BAPI_BUPA_CREATE_FROM_DATA.

This would help you to create a BP from any external interface.