cancel
Showing results for 
Search instead for 
Did you mean: 

INCOMPLETION PROC

Former Member
0 Kudos

IS THERE ANYWAY BY WHICH I CAN ASSIGN DIFFERENT INCOMPLETION PROCEDURE TO DIFFERENT DELIVERY DOC TYPES.

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

Yes you can assign different incompletion log to different delivery types.

For that first create a different procedure in OVA2 and assign that in OVLK

thanks

G. Lakshmipathi

ps:- Avoid posting threads in ALL CAPS

Answers (1)

Answers (1)

Former Member
0 Kudos

hi Bob

Define your incomplete procedures in OVA2.

There are 3 levels :-

Groups

Procedures

Fields

1. here you define the Status Group to used

2. you define whether a warning message should be issued

Assign incompletion procedures to partner functions in SM30 - V_TPAR_VUV

Assign incompletion forms to the delivery types in SM30 - V_TVLK_VUV

Assign Incompletion Forms to the Delivery Item Types in SM30 - V_TVLP_VUV

Define the Status Group in SM30 - V_TVUVS

You use this function to block a document for delivery, billing, or pricing etc.

In an incompletion procedure you group together the fields that are to be checked for completion. If you have not entered data in one of the fields in the document, the document is incomplete. Depending on the status group you can block certain ubsequent activities for the document.

For every field in the procedure you also have to define whether a warning message should be issued during processing if no data is entered in this field.