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

Function module for selection views in BDC on MM02

Former Member
0 Likes
743

Hi All.

I am using BDC on MM02.

Is there any Function module to get selection views maintained for particular material ?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
549

FM: SELECTION_VIEWS_FIND Or Read MARA for the material and Check field MARA-VPSTA. Updated with a character for a specific view.

'A'. " Work scheduling

'B'. " Accounting

'C'. " Classification

'D'. " MRP 1 / 2 / 3 / 4

'E'. " Purchasing/Foreign trade import

'F'. " Production resources / tools

'G'. " Costing

'K'. " Basic Data

'L'. " Plant data - Storage 1 / 2

'P'. " Forecasting

'Q'. " Quality Management

'S'. " Warehouse Management

'V'. " Sales

'X'. " Plant stocks

'Z'. " Storage location stocks

While you record your BDC transaction select the basic data view only; then navigate to the views thru menu options (don't use enter). You will get values like "SP06". These will take you directly to the view screen you want.

Regards,

Vishal

2 REPLIES 2
Read only

Former Member
0 Likes
549

Hi

Check the fun module

MATERIAL_BTCI_SELECTION_NEW

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
550

FM: SELECTION_VIEWS_FIND Or Read MARA for the material and Check field MARA-VPSTA. Updated with a character for a specific view.

'A'. " Work scheduling

'B'. " Accounting

'C'. " Classification

'D'. " MRP 1 / 2 / 3 / 4

'E'. " Purchasing/Foreign trade import

'F'. " Production resources / tools

'G'. " Costing

'K'. " Basic Data

'L'. " Plant data - Storage 1 / 2

'P'. " Forecasting

'Q'. " Quality Management

'S'. " Warehouse Management

'V'. " Sales

'X'. " Plant stocks

'Z'. " Storage location stocks

While you record your BDC transaction select the basic data view only; then navigate to the views thru menu options (don't use enter). You will get values like "SP06". These will take you directly to the view screen you want.

Regards,

Vishal