2006 Sep 11 4:37 PM
Hi,
Pooled table M_VMVLA in version 3.1i does not exist
in ECC 5.Can anyone tell me the alternative for this?
<b>Pool/cluster M_VMVL in 3.1i version</b>
Helpful answers will be rewarded
Thanks
Kiran
Hi,
Pooled table M_VMVLA in version 3.1i does not exist
in ECC 5.Can anyone tell me the alternative for this?
<b>Pool/cluster M_VMVL in 3.1i version</b>
Helpful answers will be rewarded
Thanks
Kiran
2006 Sep 11 4:47 PM
I think equivalent table to M_VMVLA is transp. table SHP_IDX_GDSI
Regards
Sridhar
2006 Sep 11 6:10 PM
Hai Kiran
Check the following Code in program 'RVV50L21'.
the following Code is present in ECC 5.0
select * from <b>shp_idx_gdsi</b> where wadat in i_datum "470
and vstel in i_vstel
and route in i_route
and vbeln eq vttp-vbeln.
simillar code in 3.1 version is
select * from <b>m_vmvla</b> where wadat in i_datum
and vstel in i_vstel
and route in i_route
and vbeln eq vttp-vbeln.
Replacent table for m_vmvla is shp_idx_gdsi
Regards
Sreeni