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: 

Difference b/w FM SELECTION_VIEWS_FIND and SELECTION_VIEWS_ACTIVE

Former Member
0 Kudos

What is the differnce in Function Of These <b>FM</b>

<b>SELECTION_VIEWS_FIND

SELECTION_VIEWS_ACTIVE</b>

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Got this from a link

Question 1 I want to change a particular view of a material using BDC, If i record a BDC, it hardcodes the view number as 1, 2 and so on... But if for another material the same view is in different location, the BDC fails... Is there a way to use the BDC in to select a particular view.. i want to select the 'Foreign trade data' view.

Answer Use FUNCTION 'selection_views_find'. This will give you the Sequence and FCodes for calling all the views

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

4 REPLIES 4

Former Member
0 Kudos

Got this from a link

Question 1 I want to change a particular view of a material using BDC, If i record a BDC, it hardcodes the view number as 1, 2 and so on... But if for another material the same view is in different location, the BDC fails... Is there a way to use the BDC in to select a particular view.. i want to select the 'Foreign trade data' view.

Answer Use FUNCTION 'selection_views_find'. This will give you the Sequence and FCodes for calling all the views

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

0 Kudos

I am Getting The Sequence For MM01 With The Help Of FM

SELECTION_VIEWS_FIND. But The <b>Sequence is not the same</b> , what appears while working with MM01. For Eg.

In Case of selecting Views While Working With MM01

<b>Raw Material Has MRP1, MRP2, MRP3, MRP4</b> while The Sequence Obtained For Raw Material has <b>Only MRP1 And MRP2</b> Which Alters The Sequence.

0 Kudos

Hi Mithlesh,

Try using FM MATERIAL_BTCI_SELECTION.

Thanks

Lakshman

0 Kudos

Thanks For All Your Replys

But my Problem got Solved using '21' instead of '01'

in the bildsequenz field of FM SELECTION_VIEWS_FIND

regards