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: 

Enhancements - Va02 in addnl data tabs

Former Member
0 Kudos

Hi Experts,

While changing Sales order using VA02, i need to fill the sales order value in the field Material group 1. This field is seen under the tabs Addtional data A of a SO.

I have the follwing exts and i dont know which one should i use.

Enhancement

V45L0001

V45S0001

V45S0003

V45S0004

V45W0001

V46H0001

V60F0001

SDAPO001

SDTRM001

V45A0001

V45A0002

V45E0002

V45E0001

V45A0004

V45A0003

Business Add-in

BADI_SD_SCH_GETWAGFZ

Can anyone help me please?

thanks

Dany

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

Check out:

MV45AFZZ .. and forms USEREXIT_SAVE_DOCUMENT, USEREXIT_SAVE_DOCUMENT_PREPARE

Regards,

Naimesh Patel

5 REPLIES 5

naimesh_patel
Active Contributor
0 Kudos

Check out:

MV45AFZZ .. and forms USEREXIT_SAVE_DOCUMENT, USEREXIT_SAVE_DOCUMENT_PREPARE

Regards,

Naimesh Patel

0 Kudos

Thanks to both of you.

How do i write the code as the field ' Material group ' is a drop down type.

pls help.

thanks

Dany

0 Kudos

you will find that field in the XVBAP internal table.

LOOP AT XVBAP.
XVBAP-MVGR1 = L_YOUR_DATA.
MODIFY XVBAP.
ENDLOOP.

Regards,

Naimesh Patel.

Former Member
0 Kudos

Hi,

Use the userexit..USEREXIT_FIELD_TO_VBAP. which is in the include MV45AFZZ

Thanks

Naren

Former Member
0 Kudos

Hi,

Ignore the message.

Thanks

Naren