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: 

RMDATIND for MM02

Former Member
0 Kudos

Hi all,

I'd like to know if using RMDATIND for a material updating, so simulating MM02, I have to fill into the file all fields or there is a way to fill only that ones I want change, for example, in order to change material description can I pass only BMMH1-MAKTX or do I have to fill all fields in BMMH1?

I tried so but It doesn't work, as SAP performs all checks on obligatory fields I didn't fill into my file...

Thanks GN

1 ACCEPTED SOLUTION

JL23
Active Contributor
0 Kudos

Of course will SAP check all mandatory fields, this is always done for any change, even manual changes.

You probably missed to tell SAP that other fields do not need to be changed. This is usually done through the NODATA sign '/' .

more convenient for such a little change of a single field is the BAPI which I explained in

or even the new MM17:

2 REPLIES 2

JL23
Active Contributor
0 Kudos

Of course will SAP check all mandatory fields, this is always done for any change, even manual changes.

You probably missed to tell SAP that other fields do not need to be changed. This is usually done through the NODATA sign '/' .

more convenient for such a little change of a single field is the BAPI which I explained in

or even the new MM17:

Former Member
0 Kudos

Hi Jurgen,

thanks very much, it works fine!

Thanks

GN