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: 

Which Table stores the information coming in dropdown in front of Items in ME21N

ayaz1
Explorer
0 Kudos

Dear Experts,

Does any one have experience to find the table storing the values in ITEM (Dropdown showing Line Item and Material Number) as shown in the attached screenshot.

In which Program/include of ME21n, I can view the values of table in debugger.

Thanks,
MAN

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Dynpro is 6000, look at internal table 'values' in METHOD pbo of SAPLMEGUI (Include LMEGUICIL) or set a break-point at start of FM VRM_SET_VALUES. This table is created from data of  my_model_holder->get_models( ) class CL_DEFAULT_CONTROLLER_MM)

Regards,

Raymond

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

Dynpro is 6000, look at internal table 'values' in METHOD pbo of SAPLMEGUI (Include LMEGUICIL) or set a break-point at start of FM VRM_SET_VALUES. This table is created from data of  my_model_holder->get_models( ) class CL_DEFAULT_CONTROLLER_MM)

Regards,

Raymond

0 Kudos

Dear Raymond,

Thanks for your reply.
Found what I was looking.