cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery date confirmation

Former Member
0 Kudos

I have an issue and I need your help.

We want to display in MD04 the first delivery date confirmed with the customer in sale order. even the delivery date change in the sale order, this first date must always be display in MD04

Thank you for your help

Cedric

Accepted Solutions (0)

Answers (1)

Answers (1)

madlercm
Active Contributor
0 Kudos

Is this date kept in the order even after update?

If yes, there's a user exit via which you can add up to 3 columns in MD04, displaying whatever you want. With the help of your programmer, it could be done.

But if not....

Former Member
0 Kudos

Hello Mario,

Thank for your answer.

The date will not be kept in the order, but it will be kept a table. But with your user exit, I think I can display it in MD04. Do you know the name of this user exit ?

former_member186193
Active Contributor
0 Kudos

Hi,

User exit available allows to add up to three columns in transaction MD04. To add column to MD04 screen you need to put code in both EXIT_SAPLM61R_001 and EXIT_SAPMM61R_001 exits. Code in exit EXIT_SAPLM61R_001 determines the column header text of new column(s) and exit EXIT_SAPMM61R_001 contains code to derive value which will be displayed in column.

Hope it will help you.

Regards,

Alok Tiwari

Former Member
0 Kudos

Thanks you for your answer.

Cedric M