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

facing issue while getting data from CHVW_EXPLODE_ALL FM

suresh_s9
Participant
0 Likes
1,939

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.

1 REPLY 1
Read only

finitha_inasukutty
Discoverer
0 Likes
917

Hi Sriram,

I am also facing same issue.. Did you get any clue to solve this issue?