2011 Nov 08 6:09 PM
Any ideas on where and how this table is initialized? I can't seem to find anything that even puts a value in it.
2011 Nov 08 6:14 PM
Any ideas on where and how this table is initialized? I can't seem to find anything that even puts a value in it.
2011 Nov 08 6:14 PM
2011 Nov 08 6:31 PM
For this class, CL_HANDLE_MANAGER_MM, further down the investigation, my only issue is that i'm seeing this variable POT-ID having a value when I can't seem to find where it got the value (Puzzled about a form being called and then suddenly this variable has a value). I'm thinking of constructors but i'm not so sure on where to look at.
If this adds any help, this started with this error.
Dump (RAISE_EXCEPTION) was encountered when executing program RBDAPP01.
Edited by: Mark Conde on Nov 8, 2011 7:45 PM
2011 Nov 08 6:48 PM
So are you speaking about Purchase Order transactions (ME21N......)
I suppose POT is for item, but I can't see it in that class
Max
2011 Nov 08 8:46 PM
Further things that I've found out, its a global variable. Navigating through the abap stack, there is one stage where it just appears with a value and is initialized in MM06ETOP_GLOBAL_DATA. But I still can't find it. I just need to know how its getting its values because for every iteration during debugging it uses a value that causes an exception.
2011 Nov 08 9:05 PM