cancel
Showing results for 
Search instead for 
Did you mean: 

Change posting date in AUTO UD

Former Member
0 Kudos

Dear Experts,

In month end, store will GR and post the stock to next month, but AUTO UD will release stock using today date and it will hit error.

Please advise how to change posting date in AUTO UD.

Thank you very much.

Regards,

Wong

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member186399
Active Contributor
0 Kudos

Dear Wong

Kindly check by putting Break point in the exit and check whether the user exit is triggerring while auto UD. if it is working then I_RQEVA can be used

Regards

Gajesh

Former Member
0 Kudos

I_RQEVA can be used but the value not return back to main program.

The posting date value is RQEVA-budat, but it is unknown in QEVA0010.

Please advise.

Thanks.

former_member186399
Active Contributor
0 Kudos

Dear Wong

Please try using this exit QEVA0010 UD: Usage decision check

Regards

Gajesh

Former Member
0 Kudos

Posting date field is rqeva-budat right? But it is unknow in QEVA0010.

We can only use i_rqeva-budat. Please advise.

Thanks.

Former Member
0 Kudos

Hi

In UD screen>Inspec lot stock> above storage location there is one red cap "Doc.."-->enter posting date back dated

This will solve your issue

Regards

Sujit

Former Member
0 Kudos

Dear Sujit,

Thank you for your reply.

I know we can change posting date in "Doc..", but this is manual UD. I want auto UD, using QA10.

Thanks.

Wong

Former Member
0 Kudos

Auto UD will always consider the current date.

Running auto UD for past date not possible

Sujit

Former Member
0 Kudos

How about using user exit?

thanks.