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

Internal Table fills when controls comes out of Functionmodule while debug

Former Member
0 Likes
496

Hi friends,

I am debugging one of my issue after a long debugging i encounter a standard function module( MCV_statistics_order ) i enter into the function module when ever i come out of the function module one of my internal table( open_values[]) which is outside of the function is getting filled.

That pirticular function module is not passing the internal table( open_values[] ) into it. I serached the internal table( open_values[]) inside the main program as well as top include of the function module but i didn't get it inside the function module.

I also tried using update debugging and System debugging but i didn't get how the internal table is filled.

while pressing F5 at the end of Function module the control goes out of the function module the internal table gets filled.

Can any body tell me how the internal table is getting filed? i am using R/3 4.0 systems.

Thanks Regards,

Sandipan Jena

1 REPLY 1
Read only

0 Likes
406

Hi,

FM "MCV_STATISTICS_ORDER" accepts and returns many table parameters.So I guess you are calling

the function and assigning these table values which FM returns to your internal table.

If possible show how you call the function and which internal table gets filled.

regards