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 a zfield present in sales order into VBAK table

former_member201364
Participant
0 Kudos

Hi,

I've to add a new field in additional data B tab of header(screen 8309) for a sales order.

I've added the field in append structure of vbak table.

can anyone pls let me know how to update the value of the new field in vbak table?For updating vbak table should I have to write the code in MV45AIZZ or MV45AFZZ?

thanks ,

poornima

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos

if you move the data to respective structures(xvbak or xvbap ..) from screen then it will be taken care , so no need to write the code.

Former Member
0 Kudos

Hello.

If you want to validate data entered additional tab B then put validation code in MV45AIZZ and if to update data base with this value you need to move that value to XVBAK-<Zfield>. And it will be standard code will take care of updating data base table VBAK.

all the very best to you.

vamsi.