Application Development 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: 

BAPI_BANK_CREATE

Former Member
0 Kudos

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

4 REPLIES 4

Former Member
0 Kudos

Hello Jeff,

Check this:


*   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

Vasanth

0 Kudos

Hi Vasanth,

While i am testing from SE37, i couldnt do it successfully.

have you tried it before.

as i need to map incoming fields with the fields of bapi.

your comments are welcome

Jeff

Former Member
0 Kudos

Hi Jeff,

Did you finnally find the way to use this BAPI properly? I have been testing the BAPI in the SE37, without geeting any result.

Did you find the field mapping at least?

Can any body give me some help?

Thanks a lot!

0 Kudos

to check this BAPI in SE37 you will have to create a test script to call the 'BAPI_TRANSACTION_COMMIT' after calling 'BAPI_BANK_CREATE'