‎2006 Aug 02 5:05 AM
hello friends,
there are so many tables regarding bank details,
BNKA, BNKAIN , LFBK....
what its unique function of each tables,
for create a bank details what r all tables needed?
‎2006 Aug 02 5:19 AM
You probably can look at the details of the table description and figure out what for the table is used.
Also you wil have to use a BAPI to create a bank (BAPI_BANK_CREATE), which in turn takes care of the table insertions. you should never insert / modify data in standard tables, by yourself.
Regards,
Ravi
Note : Please mark all the helpful answers
‎2006 Aug 02 5:19 AM
You probably can look at the details of the table description and figure out what for the table is used.
Also you wil have to use a BAPI to create a bank (BAPI_BANK_CREATE), which in turn takes care of the table insertions. you should never insert / modify data in standard tables, by yourself.
Regards,
Ravi
Note : Please mark all the helpful answers