cancel
Showing results for 
Search instead for 
Did you mean: 

Reference mandatory on item level

Erareee
Newcomer
0 Kudos

Hi,

We need all items in a sales order to be referenced to a preceeding document. We have set the reference mandatory in the Sales document type.

When creating the sales order the reference must be entered. However items can then by added in the order without specifying any reference.

How can we make a reference mandatory for every item in the sales order?

We are using ECC 6.0

Accepted Solutions (0)

Answers (4)

Answers (4)

Lakshmipathi
Active Contributor
0 Kudos

Apply User exits in the program MV45AFZZ - USEREXIT_SAVE_DOCUMENT_PREPARE where your ABAPer should write a code to check table VBFA where the field POSNV should not be blank before saving any sale order.

thanks

G. Lakshmipathi

madhu_vadlamani
Active Contributor
0 Kudos

Dear Eric,

Check there are some user exits available in V05TZZMO. Her try to use exit at save time or at Item level.

Regards,

Madhu.

Former Member
0 Kudos

Hi,

There are some user exits for this purpose. I guess you need to check with your ABAPer on a development for this using a user exit

Former Member
0 Kudos

Hi Eric,

In the sales document type of SO there is a field 'Read info record',if we check that field in the order type if there are any open quotations there will be a warning message at the time of creating the SO.

Regards,

Ramesh.