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

Question about internal table importing from memory

Former Member
0 Likes
355

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
328

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

2 REPLIES 2
Read only

Former Member
0 Likes
329

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

Read only

andreas_mann3
Active Contributor
0 Likes
328

search for "dirty assign"

hope tht helps

Andreas