‎2011 Oct 05 3:11 PM
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
‎2011 Oct 05 3:19 PM
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