Application Development and Automation 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: 
Read only

Alternative for Pooled table M_VMVLA in ECC 5 version

Former Member
0 Likes
527

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

2 REPLIES 2
Read only

sridhar_k1
Active Contributor
0 Likes
488

I think equivalent table to M_VMVLA is transp. table SHP_IDX_GDSI

Regards

Sridhar

Read only

Former Member
0 Likes
488

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