cancel
Showing results for 
Search instead for 
Did you mean: 

avoid further changes in requisition once converted to PO

marcoantonio_romerosanche
Active Participant
0 Kudos

Hello..

I have a question....

It is possible to avoid further changes in requisition once converted into a PO??

I know that I can controll that via authorization by removing the ME52/ME52N transaction.. but I want to know if there is a way to control that via customizing?

Accepted Solutions (0)

Answers (4)

Answers (4)

marcoantonio_romerosanche
Active Participant
0 Kudos

I guess you dont understand me.

This actual scenario is:

1.- Requestor create a requisition with item 10

2.- Buyer convert it to PO

3.- Requestor use same requisition number and create a new line item 20.

This is the scenario we want:

1.- Requestor create a requisition with item 10

2.- Buyer convert it to PO

3.- Requestor use same requisition number and create a new line item 20 when try to save, the system must sent a error. o System must not allow to create more line items.

Former Member
0 Kudos

Sorry i did not read your full query

the solution you are looking is not possible with std SAP

to acheive this solution please use the PR user exit MEREQ001

here add your logic and activate this user exit.

former_member192897
Active Contributor
0 Kudos

This is Not Possible thru Standard SAP.

You Can Control PR Line Items for Further Processings but You Cannot Control Users to add New Line items in PR.

Try the Following Enhancement on PR

MEREQ001 Customers' Own Data in Purchase Requisition

You can use this enhancement to:

o Maintain/supply your own customer fields in purchase requisitions

o Update your own customer-specific tables

o Change standard fields to a limited extent

marcoantonio_romerosanche
Active Participant
0 Kudos

Im.. I tried by adding both messages and create new requisition and new PO.. but when I go to ME52 and create a new line item.. nothing happened. System allow me to save the requisition with line item 20.

Former Member
0 Kudos

you have make the message 06 076 as an error

you will not see this error message in the table than hit new entery and enter this message

It will give you a following message

Materials of requisition XXXXXXXX item XXXXX alr. ordered in full

Message no. 06076

Former Member
0 Kudos
Typ Message text                                                           Typ
                                                                                PO header data still faulty                                            E  
      Purchase requisition XXXXXXXXX Item 10                                     
      Materials of requisition XXXXXXXX item 00010 alr. ordered in full      E
marcoantonio_romerosanche
Active Participant
0 Kudos

Does that will apply for the existing line item.. correct?

I mean to avoid changes in the whole requisition... to avoid to add a new line item.

pankaj_singh9
Active Contributor
0 Kudos

Yes, you try it once.

See my post again.

pankaj_singh9
Active Contributor
0 Kudos

Hi,

Go to SPRO > MM > Purchasing > Environment Data > Define Attributes of System Messages > System messages > Here make following Messages as Error;

06 152 (Purchase orders already exist for this item)

06 648 (Requisition quantity already ordered in full (see follow-on docs.))

deiva
Active Contributor
0 Kudos

Hai,

1.This you can control thro' Release procedure for PR.

2.In the Release procedure configuration once the PR is released, then via changebility indicator 1 - Can't be changed for the release indicator 2 RFQ/purchase order, you can restrict the user to ammend the same PR with new line item also.