cancel
Showing results for 
Search instead for 
Did you mean: 

automatic deletion of PR

Former Member
0 Kudos

Hi,

I have requirement like PRs not released in 20 days after creation and PRs not assigned to PO in 30 days have to be deleted automatically.

Please guide how we can do this.

Thanks in advance

Pavan H S

Accepted Solutions (0)

Answers (4)

Answers (4)

JL23
Active Contributor
0 Kudos

ever thought about education of people involved in the process?

Have you analyzed why the process is stucking?

Deletion is not a goods process, it might be a solution, but does not really take care to cure the problem.

If the requisition is created by MRP run, and is not converted into a PO within a certain time frame, and you delete it, then MRP will create the requisition again with the next run. Because the requirement has not changed.

if the PR is created again, then what is the benefit of deleting it after a certain period.

if the requisitioner creates a requisition manually, then he should take care and monitor the situation at least till it is converted into a PO.

Former Member
0 Kudos

Hi Pavan,

Firstly this is not a standerd Functionality.

Need to do the enhancement...

which will calculate the no of day by comparing the today's date with the date of creation of PR and if it is more than 20 days, then with the help of function module, program need to call the transaction for setting deletion flag to PR

Regards,

Amol

Former Member
0 Kudos

hi pavan,

its not possible by configuration but yes you can do enhancement for it

Former Member
0 Kudos

Hi Chakrapani/Wish,

Yes I Know that. I have found a bapi 'BAPI_REQUISITION_DELETE' so I think we have to schedule this I guess. Do you have any idea about this.

Thanks and Regards

Pavan

Former Member
0 Kudos

Hi.

There is no standard report or configuration for your requirement.

Go for ABAP development