cancel
Showing results for 
Search instead for 
Did you mean: 

Getting purchasing group information when workflow started

sap_2605
Active Participant
0 Kudos

Hi experts,

To determine agents, we want to use the purchasing group in the contract so we can read a Z* table and get the agent. However when we use Function Module BBP_PD_CTR_GETDETAIL, we just realize that this FM not returning responsible purchasing group. We know that there is an expression 0V_CT_PURCHASNGGROUP for purchasing group in contract, however we cannot code this expression in BADI agent. Is there any other Function Module that we can use to return the responsible purchasing group in a contract?

Best regards,

John

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try using FM 'BBP_PROCDOC_GETDETAIL' . make sure you use pass object_type as 'BUS2000113' , I_GUID and I_READ_FLAGS-ORGDATA_TAB = 'X'.

Saravanan

Answers (0)