cancel
Showing results for 
Search instead for 
Did you mean: 

GL Account & SRM

Former Member
0 Kudos

Hi, guys!!!

Could anyone of you tell me if there's table that contains information about GL Account in SRM or this information is stored only in FI (ska1, skb1, etc.)

Thanks!!!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

GL account incase of search help in Shopping cart web page comes from R/3 back-end..

<b>Related tables in SRM system</b>

BBP_C_ACC

BBP_C_ACCD

BBP_C_ACCF

BBP_C_ACCFD

BBP_C_ACC_F

BBP_DET_ACCOUNT

BBP_PCACC

BBP_PDACC

BBP_STD_ACC

BBP_STD_ACCD

But for Product categories, it is stored locally in the SRM table <u>BBP_DET_ACCOUNT</u>, you maintain the GLs. <b>Determination G/L Account by Product Categories</b>

Which SRM version & scenario are you using ? Do let me know.

Hope this will help.

Regards

- Atul

Former Member
0 Kudos

Hi, Atul!

I'm still using SRM 6.0. I'm still studying SRM MasterData.And i need to create mapping between third-party product and SRM. I know that there's gl account business object in my product, so i need to find correspondence in SRM MasterData.

By the way, maybe you can tell where i can get full list of SRM tables?

Thanks

Former Member
0 Kudos

Hi

Go in SE11 Transaction. Look for Database Tables (name starting mostly with BBP*) and then click on F4 Key .. Be sure to blank out number of entries in the saerch .. to get all the tables..

Alternatively you can also give me ur email id. Will send you the details.

Regards

- Atul

yann_bouillut
Active Contributor
0 Kudos

Hi,

For SRM tables, you just have to use the search engine and you will everything

example : vendor table, product table, G/L account table...

Besides, the tables given by Atul and me, SRM G/L account is working on a linkage between product category and account category (cost center, project, asset...) that give you the default G/L account. If this very simple equation does not fit your requirement, you can use badi BBP_DETERMINE_ACCT to implement your own equation.

kind regards,

Yann

Former Member
0 Kudos

george_mb@mail.ru

Former Member
0 Kudos

Hi

Sent the required details at your rmail id. )

Regards

- Atul

yann_bouillut
Active Contributor
0 Kudos

Hi,

If you use local fi validation, use table BBP_STD_ACC

else you have to read ECC tables directly.

Kind regards,

Yann