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_BANK_CREATE

Former Member
0 Likes
450

Hi,

I have to upload the bank Data.

i am using the BAPI_BANK_CREATE

if some on has already used this bapi could you pls guide me the field mapping.

i tried in multiple combinations but couldnt succeed

help is much apreciated.

Jeff

1 REPLY 1
Read only

Former Member
0 Likes
376

More information see the FM - IDOC_INPUT_BANK_CREATE

  • call BAPI-function in this system *

CALL FUNCTION 'BAPI_BANK_CREATE'

exporting

BANK_CTRY = BANK_CTRY

BANK_KEY = BANK_KEY

BANK_ADDRESS = BANK_ADDRESS

BANK_METHOD = BANK_METHOD

BANK_FORMATTING = BANK_FORMATTING

BANK_ADDRESS1 = BANK_ADDRESS1

importing

RETURN = RETURN

BANKCOUNTRY = BANKCOUNTRY

BANKKEY = BANKKEY

exceptions

OTHERS = 1