cancel
Showing results for 
Search instead for 
Did you mean: 

Incompletion log for delivery

Former Member
0 Kudos

Dear Folks,

I have done text obligation mandatory for the delivery header, while saving the delivery it should either give the error of ask for the required text and should not allow the document to be saved. But the same is not taking place. Kindly advice how this problem can be resolved. what changes to be made in incompletion procedure. which table and field to be used.

Regards,

Neeraj Shrimali

+91-9923101960

Accepted Solutions (0)

Answers (2)

Answers (2)

david_ruiz
Active Participant
0 Kudos

Hi Neeraj,

Firstly tell us if text field appear into incompletion log but document can be saved.

Thanks, david

Edited by: David Ruiz on Apr 14, 2011 3:08 PM

Former Member
0 Kudos

Hi,

If I see incompletion log it shows document is incomplete because of text details are pending. But it is saving the document. It is not giving any error message.

Regards,

Neeraj shrimali

david_ruiz
Active Participant
0 Kudos

Hi Neeraj,

Thanks four inputs. Then, go to SM31:

- SM31 Table Maintenance

- Table/View V_TVUVF.

- Select [MAINTAIN]

- Choose procedure '50' (TEXTS)

- You will note status "00".

This status does not generate any errors. It produces a log but does

not prevent the user from processing subsequent functions/documents etc.

If you do a dropdown (F4) on this field you will get a list of the

configured status groups and what they will affect. You should select

the one that is most appropriate for your business. 04, for example,

will not even allow you to post goods issue if the MANDATORY texts are

not maintained. The same scenario applies to incompletion procedure

'51' (ITEM TEXTS).

Have a nice weekend! david

Former Member
0 Kudos

Hi,

Thanks dear for valuable input

Regards,

Neeraj Shrimali

Former Member
0 Kudos

we did same for sales order,for delivery you may need to write logic in userexit MV50AFZZ or ZB with CALL FUNCTION 'SELECT_TEXT' and check the text is mainatined or not, and put incompletion log or error message at save.