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

reg: predefined tables?

Former Member
0 Likes
314

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
253

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

1 REPLY 1
Read only

Former Member
0 Likes
254

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