cancel
Showing results for 
Search instead for 
Did you mean: 

Extend Incompletion Prodedure with customer field in VBAP

Former Member
0 Kudos

Hi,

I have a problem by extending the incompletion procedure with a field (z...) appended to VBAP.The customizing should be right: The incompletion procedure has class "B" and it refers to the right item type.

Now the problem is, that the incompletion protocol doesn't show, that the z-field (append to VBAP) is initial and doesn't set the item incomplete.

But if another field (which is also defined in the incompletion procedure) is initial, the incompletion protocol shows this field AND now it shows my append z-field too. -> I think the problem is, that the incompletion procedure doesn't get triggered by my z-field.

Do I also have to append or insert this field in another structure or user-exit, to get it trigger the incompletion procedure?

Thanks for your help.

regards

André

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

When extending vbap table with an extra field using the app custom field (and logic functionality ) the screen is P_INT_BADI_1

Former Member
0 Kudos

Hi,

Pls check whether you have done the following.

Error group B - Sales Item You get a list of procedures after this. Select the one which is relevant for you here and click on fields.

After this check whether you have got the table name, field and the screen right. If you do this much it should be fine.

After that you need to assign it to sales document header or item,etc...based on your requirement.

There is no other assignment apart from this.

Hope it helps.