Skip to Content
0
Former Member
Jan 06, 2011 at 02:14 PM

Changing value after using ASSIGN statement

164 Views

Hello!

I'm working on a display issue we're having in VF01. The issue is that VBRP-WAVWR needs to store a cumulative value but in the initial screen of VF01 it does not have the values so a 0.00 is displaying in the Cost column. In a calculation type we are using this command to pull the data from VBRP:

ASSIGN ('(SAPMV60A)XVBRP[]') TO <fs_xvbrp>.

Is there a way to change the values in the XVBRP[] table? Could I use the MOVE command or something else? My thought is that after I get all the values I could go back and change the value of WAVWR in the table.

Thanks,

Wendy