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 field FVdt1 in MCH1

Former Member
0 Kudos

Hello,

I have a project where I have update the field MCH1-FVDT2 with the data from field MCH1-FVDT1. I have been looking thru the SDN and I have found references to VB_CHANGE_BATCH, BUS1001002 and BAPI_BATCH_CHANGE.

I am not sure which one to use to get the job done. this will be a one time job to populate the FVDT2 field.

can someone please tell me which one would be the best for the job that I have to do

thanks in advance for the help

1 REPLY 1

Former Member
0 Kudos

I have found another FM - VB_UPDATE_BATCH which will do the update of the field as well.

it looks like I would extract the record before the update and fill in the fields for the Z table and add my date to the field FVDT2 and it will update the record. sounds pretty simple

has any body used this FM and is there any thing that I have to worry about when using this?

thanks...