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

Needing opinions on POT Initialization

Former Member
0 Likes
907

Any ideas on where and how this table is initialized? I can't seem to find anything that even puts a value in it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
863

Hi

Which table? Which program?

Max

Any ideas on where and how this table is initialized? I can't seem to find anything that even puts a value in it.

5 REPLIES 5
Read only

Former Member
0 Likes
864

Hi

Which table? Which program?

Max

Read only

0 Likes
863

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

Read only

0 Likes
863

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

Read only

0 Likes
863

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.

Read only

0 Likes
863

Hi

Try to check the method CL_HANDLE_MANAGER_MM=>INSERT

Max