cancel
Showing results for 
Search instead for 
Did you mean: 

Report for manually close GRPO

former_member209725
Participant
0 Kudos

Hi Experts.

Hope you are all doing well.

Here all I need to know that if we can find out whether GRPO closed automatically or manually.

Regards,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

former_member206488
Active Contributor
0 Kudos

Hi Ravi,

If target entry is blank on GRPO and document is closed means it is closed manually.

IF target document is created from GRPO and GRPO status is closed i.e. cliosed automatically.

run below query to get list of GRPO's closes manually:

select T0.DocNum  from OPDN T0 Inner JOIn PDN1 T1 on T0.DocEntry=T1.DocEntry 
Where ISNULL(T1.TrgetEntry,'')=''  and T0.DocStatus='C'

Thanks,

Neetu

former_member209725
Participant
0 Kudos

Hi Mam.

Thanks for kind help.

Solved.

Regards,

Ravi

Answers (0)