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

MM01 Views

Former Member
0 Likes
662

Hi friends,I am creating a bdc program to extend material to other plants. the problem is the view, accounting 2 view is coming on the next screen of the view selection screen( 18 entries come in intial screen and on next page the rest of views are displayed for selection)

i am trying to program in bdc to select n views irrespective of coming on single screen or not.

if you guys have any solution, please rush

thanks

4 REPLIES 4
Read only

Former Member
0 Likes
572

Hi Lakhbir,

If possible with your requirements, I would recommend using a BAPI when updating/creating a view on the Material Master, there by eliminating the screen sequencing problems that are inherent with BDCs.

Try BAPI BAPI_MATERIAL_SAVEDATA. You can use t.code BAPI to read the docuemention on this BAPI.

I hope this helps.

Mike Vondran

Read only

0 Likes
572

Hi,

U can try TCode MM01_OLD

Regards,

Srini S

Read only

andreas_mann3
Active Contributor
0 Likes
572

Hi Lakhbir,

... or use interface RMDATIND

regards Andreas

Read only

Former Member
0 Likes
572

To handle MM01 Views, you may refer to this link:

Regards,

Subramanian V.