Application Development 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: 

Internal table is filling when Function module is executed

former_member241258
Active Participant
0 Kudos
195

Hi Experts,

i am facing one problem is i want to find the place where one internal table filling with data when fm executed?

but that fm dont have that table as export or import parameters and no place is there for filling data in that fm

so please guid me in this issue

2 REPLIES 2

FredericGirod
Active Contributor
162

Crystal ball is the only solution.

Otherwise give more detail about this table and this fm

raymond_giuseppi
Active Contributor
0 Kudos
162

if the FM doesn't change the internal table, and this internal table is not a parameter of the FM, seems you look at the wrong object?

  • Is the FM executed in another system (e.g. RFC) or in update task?
  • Did you try to debug the transaction with some watchpoint on the internal table.