cancel
Showing results for 
Search instead for 
Did you mean: 

SO information or approval

former_member193355
Contributor
0 Kudos

Dear Experts,

We need to put the remarks field value from di SO in the remarks field or remarks column of approval decision report. It will be a SO information.

So, the remarks field value in the SO is also appears in the remarks column of the approval decision report window.

Can we use query FMS to solve this issue. I look forward to your reply

Seteve

Accepted Solutions (0)

Answers (2)

Answers (2)

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Try this FMS query:

SELECT T0.[Comments] FROM ORDR T0 WHERE T0.[DocNum]  = $[ODRF.Docnum]

Thanks & Regards,

Nagarajan

Former Member
0 Kudos

Hi,

Use Approval Status Report it will show the approval screen remarks what you given , Unfortunately there is no option in Approval Decision Report.

Regards,

Sudhir B.

former_member193355
Contributor
0 Kudos

Hi Sudhir,

Thanks for your reply.

What I need is approval decisiion report and not approval status report.

Here is the screen shot what I need:

Please advice how to fill the remarks column using the remarks field value of the sales order

Rgds,

Steve

Former Member
0 Kudos

Hi Steve,

This field is "Any remarks made by the originator that are included with the approval request." If you want to display anything there, the original draft need to be edited.

Thanks,

Gordon