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: 

VA01 USER EXIT

Former Member
0 Kudos
126

While creating the sales order, if we enter the partner function manually at header level for particular customer I need copy this partner function to Item level for each item.The user exit is MV45AFZZ.

2 REPLIES 2

sujeet2918
Active Contributor
0 Kudos
63

Hello Sudhakar,

You can Transfer your field partner function to Item Level in User Exit.

Try to Use Exit or BADI for this.

Have a Nice Day,

Regards,

Sujeet

Former Member
0 Kudos
63

Hi,

FORM USEREXIT_MOVE_FIELD_TO_VBAP In this Exit you can insert a new line and can code it like as follows:

FORM USEREXIT_MOVE_FIELD_TO_VBAP

VBAP-KOSTL = VBAK-KOSTL.

ENDFORM.

Regards,

Suneel G