‎2007 May 09 2:45 PM
Hi expert.
I have a question how i get some values from memory. I need to check and update to another DB some values in QM01. So, I made a badi but I can't get values I wanted because BADI doesn't have a data structure about that. I debug the program and finally I found that the values are in the memery. I found it menu on debug mode(Goto->Status display->Memory use) like below
\FUNCTION-POOL=IQS1\DATA=IHPAD_TAB[]
Can I get the internal table? What should I do if it's possible?
‎2007 May 09 2:59 PM
Hi,
Take a look at this weblog. Which describes how to access the data whihc is not accessible within a user exit.
/people/brad.williams/blog/2005/04/25/userexits--how-do-i-access-inaccessible-data
Cheers
VJ
‎2007 May 09 2:59 PM
Hi,
Take a look at this weblog. Which describes how to access the data whihc is not accessible within a user exit.
/people/brad.williams/blog/2005/04/25/userexits--how-do-i-access-inaccessible-data
Cheers
VJ
‎2007 May 09 3:01 PM