cancel
Showing results for 
Search instead for 
Did you mean: 

Open PR quantity

Former Member
0 Kudos

Hi

Kindly inform

1. How to take open PR quantity (not converted into PO) for Materials and Services from the system. In the same way how to get Open Service PO .

2. Does the requisition completed indicator gets close automatically after the requisitions are ordered.

3. Which table to refer to get the open service subline items (for both PR and PO), quantity, gross price, cost center, GL, etc.

Regards

Arvind

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

1. Use ME5A, use the processing status as B ( not edited) for taking out the details of PR open

2. I do not think it happens for manual PRs, pls check this out.

3. Use SE11 Txn code & EBAN table for the details , in the details selection pleas include the fields as per your requirement.

Regards

Former Member
0 Kudos

HI,

There is a Standard Report for the Complete Pending PR ie., ME5A.

But for your Particular Requiremnt for your Pending PR quantity there is no Direct Feild that gives you That .

So in the Devlopment You Have to Write a Logic as Below

Penning OR QTY= PR Qty- PO Qty.

The Above canbe Found in Table EBAN. ( Master Table for all the PR details)

Penning PR Qty= (EBAN-MENGE) - (EBAN-BSMNG)

Regarding the Close Button of the PR ,it Give the Indicator Manually ,when the total PR is completly Created into PO.it is mostly used for Reporting.

Hope so it helps

Regards

Anjanna.

0 Kudos

Use ME5A for better output