Skip to Content
0
Feb 09, 2010 at 12:32 PM

facing issue while getting data from CHVW_EXPLODE_ALL FM

1013 Views

Hi SDN's,

i am facing small issue,

I wrote a program to get data for Batch where used list by using FM CHVW_EXPLODE_ALL , for this function module i am passing Material number(MATNR), plant(WERKS) and Batch(CHARG), i am getting these values(MATNR and WERKS) from MCHA table(on my selection screen i have only MATNR and WERKS).

Along with these values i am passing there is one internal table which needs to pass to FM, that is I_DFCHVW, it has 7 fields(AL(levels max 99), K(value 'X'), T(value 'X'), A(value 'X'), E(value 'T/B') and A(value 'X'))

i am put this FM in loop , after getting data i am passing all these data into application server.

What is issue here,

for all the materials, plant, batch combinations i am getting data and am passing to Application server ..but

for some combinations, it is taking so much time, it is not completing downloading also...

please help me achive this one to get data,

is there any tables store the data same as give by CHVW_EXPLODE_ALL FM ?

Please helpme on this.....if we know any tables has this data, i can implement this logic ...i will get succeeed.