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: 

MD02 - MD_POP_PLANNING_REQUEST - gt_planrequest internal table

vallamuthu_madheswaran2
Active Contributor
0 Kudos
172

Hi Friends,

I am debugging MD02. In the Background, it's calling FM MD_POP_PLANNING_REQUEST. In that FM, there is a global internal table gt_planrequest. in the internal table has value(subcomponent (material)) for a few cases. In some cases, it doesn't have material. I am not able to find, how the value populates in the internal table.

I want to know, how the value populates.

Thanks with regards,

Vallamuthu m,

1 REPLY 1

fprokopiuk
Active Participant
0 Kudos
140

Hi Vallamuthu,

In this case it's best to use watchpoint in ABAP debugger, you can find description of it here.