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: 

updating the mara-labor field from sale order

Former Member
0 Kudos

Hi ,

As per the requirement In Sale order Additional Data B Screen

I placed a field called VBAP-LABOR . Field LABOR is appended to VBAP using append structure.this field is populating from MARA-LABOR(written custom code for this )

Now I am able to display (VA03 is ok) the value from the MARA table.

If I change the value in additioanl data labor value (vabp-labor),How to update the value in MARA-LABOR .

suggest me any user exit or

Please advice me how to approach

Regards

Sree M

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try using the user-exit USEREXIT_MOVE_FIELD_TO_VBAP in the include MV45AFZZ. There probably you will have the material number. Try to update the mara table using your entry of LABOR field.

Thanks.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Try using the user-exit USEREXIT_MOVE_FIELD_TO_VBAP in the include MV45AFZZ. There probably you will have the material number. Try to update the mara table using your entry of LABOR field.

Thanks.

Former Member
0 Kudos

hi,

look the user-exit USEREXIT_MOVE_FIELD_TO_VBAP in the include MV45AFZZ. .

OR

The best way the screen you are playing with just put a break-point and check the work area related to MARA and VBAP .

I mean just check whether any work area exist with name MARA and VBAP you just move the values to the fields these work area fields .

The standard program will take care of saving the data internally

If any issues you can get back to me.

Help children of U.N World Food Program by rewarding them and encourage others to answer your queries