cancel
Showing results for 
Search instead for 
Did you mean: 

How determine de Purchasing Group ID

0 Kudos

Hello,

I need to determine the purchase group ID (field EKGRP) in SRM from a purchase or a shopping cart.

Until now I can get the GUID value (ex. 50000026) but I need the field EKGRP. I have seen that this field appears into the BBP_PDBEH table, but it refers to backend system.

Do you know how can I get it?

Thank you in advance.

Best regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please find the details below:

1. Get the Org Id say O 50012979 and pass it to the table HRP5500

OTJID = 'O 50012979'

Here select the value TABNR

2. Pass the TABNR value to the table HRT5500

TABNR = 'TABNR from HRP5500 for O 50012979'

You can get the value EKGRP here.

Hope this solves your problem.

Regards

Kathirvel

0 Kudos

Hello Kathirvel,

thank you for your answer. The problem is that the field TABNR is empty for the values that I have got from the purchase. Maybe is due to a customizing error.

Best regards.

Former Member
0 Kudos

If the field is blank, then this should be a local purchasing group.

Please check the Org Function Tab in PPOSA_BBP. The purchasing group id field will be blank.Hope this clarifies.

Regards

Kathirvel

0 Kudos

Hello again,

I have seen that the field value is empty in the PPOMA_BBP transaction. I have filled these fields and the tables that you have referred have been informed.

I don't know why these fields were empty.

Thank you.

Best regards.

Answers (0)