cancel
Showing results for 
Search instead for 
Did you mean: 

Business Partner Bank details via interface using FM FKK_BUPA_MAINTAIN_SINGLE

govind_parmar
Participant
0 Kudos

Hi Experts,

I am creating a Business Partner in FICA using function module FKK_BUPA_MAINTAIN_SINGLE along with Bank details via T_BUT0BK ( associated type BUS0BK_DI) .

I wanted to store the bank account type such Saving/Checking Account in table BUT0BK. The function module has the table/structure for bank details but does not have the bank account type field. These bank details for the Business Partner gets stored in BUT0BK which has the ACCOUNT_TYPE field used for this purpose but the function module interface does not have the field.

Do we know if we have solution for storing the bank account type (ACCOUNT_TYPE) in BUT0BK via FKK_BUPA_MAINTAIN_SINGLE.

Thanks

Govind Parmar

Accepted Solutions (0)

Answers (2)

Answers (2)

govind_parmar
Participant
0 Kudos

Thanks Anand ,

was looking how it can be handled by via standard function module FKK_BUPA_MAINTAIN_SINGLE as the data hits this FM .

Thanks

Govind

former_member406383
Participant
0 Kudos

Hi Govind,

I don't think so it can be handled directly, may be you will need to create a custom FM to achieve your requirement.

Thanks,

Anand

former_member406383
Participant
0 Kudos

Hi Govind,

I suggest using the FM BAPI_BUPA_BANKDETAIL_ADD to add the bank account type.

Thanks,

Anand