cancel
Showing results for 
Search instead for 
Did you mean: 

Mass update condition not including PR00

Former Member
0 Kudos

hi,

how can i update the cost (VPRS) in mass change, but not other conditions,especially PR00, pls advice

thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

rmazzali
Active Contributor
0 Kudos

you cannot maintain VPRS as condition !

VPRS is read from the material master standard /average cost, you can change it using tcode MR21.

Roberto

Former Member
0 Kudos

Hi,

You can use LSMW tool or a custom program (BDC). In that you would need to exclude PR00 either from program or in file.

if in program it should be like:

if cond NE 'PR00'.

process .........

endif.

*NE is Not Equal to

Visit the following link:

Where you would find more information about BDC and LSMW.

BDC:

http://help.sap.com/saphelp_erp2005/helpdata/en/fa/097119543b11d1898e0000e8322d00/frameset.htm

For information regarding LSMW steps visit the following link:

/people/hema.rao/blog/2006/09/14/lsmw--step-by-step

http://help.sap.com/bp_blv1500/BL_US/html/dataconv_lsmw.htm

Regards,

nave

Former Member
0 Kudos

hi,

any standard function can do that? as user will do the update by themselve, maybe once a week

thanks