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: 

Capture START and END installation date on order line item

Former Member
0 Kudos

Requirement: capture both start and finish dates for an installation program. Will likely require 2 new fields at order line item level.

USEREXIT_MOVE_FIELD_TO_VBAP???

Any suggestion for this enhancement???

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

U need to enhance the VBAP table by APPEND structure in order to add new fields you need.

So in that exit you can fill your new fields:

MOVE <......> TO VBAP-Z<......>.

Max

1 REPLY 1

Former Member
0 Kudos

Hi

U need to enhance the VBAP table by APPEND structure in order to add new fields you need.

So in that exit you can fill your new fields:

MOVE <......> TO VBAP-Z<......>.

Max