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

My internal is getting empty after it's executing some standard coding in debugging

K2_SAP
Explorer
0 Likes
723

Hello Experts,,

          When i am debugging my interface im getting values in internal table but after completing my coding, it's executing some standard programs in debugger at that time my internal table is getting empty , i dont know y?? i didnt use any clear statements for my Internal table if any knows means plzz tell me..

Hello Experts,,

          When i am debugging my interface im getting values in internal table but after completing my coding, it's executing some standard programs in debugger at that time my internal table is getting empty , i dont know y?? i didnt use any clear statements for my Internal table if any knows means plzz tell me..

2 REPLIES 2
Read only

Former Member
0 Likes
691

Hi Karthik,

You need to provide more information. May be standard is overwriting your internal table.

Please give a sample code.

Thanks,

Prateek

Read only

PeterJonker
Active Contributor
0 Likes
691

This is definitely not enough info to be able to help you.

Is it custom code (you say my interface )? User Exit ? Which program/process ?

Which standard program do you see in debugger that empties your internal table ?

Or do you mean that when you call a standard class mehod or function module in your custom class / report that in debug when you are inside this standard SAP, you don't see your internal table values anymore ?.

Well that is normal behavior since the internal table is declared in your custom program and NOT in the SAP standard.

But I am on a wild goose chase now because I really do NOT know what your issue is so all this is guessing..

Please elaborate in more detail and provide code snippets if possible, class names etcetera.