‎2007 Jun 11 5:22 PM
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
‎2007 Jun 11 5:41 PM
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