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

Material Master

Former Member
0 Likes
463

Hai,

How to open a specified view to display a material in MM03 Tx using an ABAP Code.

3 REPLIES 3
Read only

Former Member
0 Likes
439

Hi,

Try this FM SELECTION_VIEWS_FIND.

Regards,

Senthil

Read only

0 Likes
439

Hai Senthil,

I checked the function module <b>SELECTION_VIEWS_FIND</b> which returns the views avaliable for the MM02 Tx. The internal table from the SELECTION_VIEWS_FIND is passed to <b>SELECTION_VIEWS_ACT</b>IVE along the KZSEL parameter set to 'X', still I am not able to get the result.

Read only

0 Likes
439

Hi Sakthi,

check this link for selection_views_find.

http://www.sap4.com/contentid-110.html

Also try this FM MATERIAL_BTCI_SELECTION

Regards,

Senthil