cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Order - Get status

0 Kudos

Hi experts,

There is a way to get the main status of a Purchase Order from the results of BBP_PD_PO_GETDETAIL?

Or exists a table with PO's Status Hierarchy?

Thanks in advance.

Best Regards

Laura

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please use the FM BBP_DOC_STATUS_GET.

Give the following details to the FM

Import parameters

IV_OBJTYPE = object_id (BUS2201)

IV_GUID = header guid (PO header GUID)

Tables

IT_STATUS = Give all the entries which in exist in crm_jest table for same header guid of the PO

In export parameter you will get the status in

EV_STATUS

EV_STATUS_DESCRIPTION

Regards,

Nikhil

0 Kudos

Thanks

Answers (0)