cancel
Showing results for 
Search instead for 
Did you mean: 

OPEN purchase order for Extended classic scenario

former_member183819
Active Contributor
0 Kudos

Hello All,

I want to is there any way to find out Open PO in SAP SRM

like ME2* reports in MM

Can I extract the report via CRMD_ORDERADM* tables?

Thanks

Raman

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can try the foll:

1st way is to look into the standard tables in the SRM system

CRMD_ORDERADM_H (Header Data)

and

CRMD_ORDERADM_I (Item Data)

for the Business object type - BUS2201 (Purchase Orders)

2nd way is using BBP_PD Transaction for the Business object type - BUS2201 (Purchase Orders) (The transaction calls the same tables to fetch the details)

3rd way using the standard function modules - BBP_PO_GET_DETAIL / BBP_PD_PO_GETLIST ,In the FM "BBP_PD_PO_GETLIST " ,you have the import parameter "I_IV_OPEN",try to use that for reteriveing the list of open Po's.

BR,

Disha.

Do reward points for useful answers.

Answers (0)