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: 

MM01 Batch Input

Former Member
0 Kudos

Hi;

i have a batch input for mm01 and mm02.

in batch input i enter the material number and select view

in 030 client "quality management" is in 10 th row in select view screen

but in 330 client "quality management" is in 8th row.

how can i solve this?

is there a bapi for material edit or crate for quality management

Thanks

6 REPLIES 6

Former Member
0 Kudos

Hi,

I can suggest to avoid the BI and use the Direct Input:

1. use tcode SXDB to prepare the structure with data

2. RMDATIND to execute the Direct Input

0 Kudos

You can use the OK code SP01, SP02, SP03 etc.

This will always excecute the same view. You will need to see which OK code you require.

0 Kudos

You can use the OK code SP01, SP02, SP03 etc.

This will always excecute the same view. You will need to see which OK code you require.

Former Member
0 Kudos

Hi,

I will suggest you to take one precaution while creating the recording using TC SHDB as select 1st view (whatever it is) go into the detail screen. Now your cursor will be on the first tab, at the end of all the tabs there is button on clicking it you get all the list of views available for any material. Select your view 'Quality Management' there as this list never changes irrespect to the client. And then complete the recording. Create your BDC program using this recording.

Hope this solves your problem.

P.S. Please reward for the useful answers.

Susanth.

Former Member
0 Kudos

hi Susanth Swain ,

your solution works with MM02. but it is not working with MM01

because materials maintain can be done for first view so you can not go on to next screen

Former Member
0 Kudos

I hope you have same first View for all the materials in all the clients. If so, you can maintain first View then go on the required view as mentioned earlier.

Susanth.