cancel
Showing results for 
Search instead for 
Did you mean: 

How to fetch Requestor of the PO in BBP_WFL_APPROV_BADI

venky_k
Explorer
0 Kudos

Hi All,

While processing PO in, I need to retrieve the approvers based on the approval limit of the Requestor.

However, I am not able to execute the FM BBP_PD_PO_GETDETAIL as during creation of PO, system is not giving the value of the OBJECT_ID. (I am getting the guid into the BADI)

Hence, can any one specify what exactly I need to do to fetch the Requestor (creator) of the Purchase Order details in the BADI BBP_WFL_APPROV_BADI.

Thanks in Advance

Venky

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I guess you can pass the GUID also to the FM "BBP_PD_PO_GETDETAIL ".If not,you can always get the object ID using the GUID from the tbale CRMD_ORDERADM_H.

You will get the requestor name in the tables E_HEADER(PO header data ) e_header-created_by by field .

You just need to use this FM directly to get all the details of the PO.

BR,

Disha.

<b>Pls reward points for useful answers.</b>