Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

exit for incompletion log

Former Member
0 Kudos

Hi gurus,

My requirement is to add conditional incompletion log i.e. a field should be included in the incompletion log only on a certain condition. I know that the incompletion log list is displayed using the XVBUV table.

I need to know which user exit/badi to use if i need to modify this internal table.

Thanks,

Sanjay

1 REPLY 1

Former Member
0 Kudos

User-Exits in Program RV45PFZA

USEREXIT_SET_STATUS_VBUK

In this user exit you can you can store a specification for the reserve fields in VBUK (header status). Reserve field UVK01 could, for example, be used for an additional order status (as for rejections status, etc.).

The following workareas are available for this user exit:

VBUK (header status)

FXVBUP (item status)

FXVBUV (Incompletion)

USEREXIT_SET_STATUS_VBUP

In this user exit you can you can store a specification for the reserve fields for VBUP (item status).

The following workareas are available for this user exit:

FXVBAP (Item data)

FXVBAPF (Dynamic part of order item flow)

FXVBUV (Incompletion)