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: 

account type table needed, if account number is available.

Former Member
0 Kudos

Hi Experts

i need to retrive the account type for given account number .

which table i need to look up for account types?

please help me

Thanks

Kalyan

1 ACCEPTED SOLUTION

mvoros
Active Contributor
0 Kudos

Hi,

the main table for accounts is SKA1. SKB1 caontains data specifi for company code. There is a BAPI BAPI_GL_ACC_GETDETAIL that returns account information. You can chek it for additional tables and logic.

Cheers

1 REPLY 1

mvoros
Active Contributor
0 Kudos

Hi,

the main table for accounts is SKA1. SKB1 caontains data specifi for company code. There is a BAPI BAPI_GL_ACC_GETDETAIL that returns account information. You can chek it for additional tables and logic.

Cheers