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: 

MATERIAL_SAVE_CONFIGURATION has error...

Former Member
0 Kudos
863

Hi Folks,

I called FM 'MATERIAL_SAVE_CONFIGURATION' and the results are saved in database but FM is returning one error along with the success message. Error message says 'Required parameters missing when calling up module MAMT_GENERIC_READ_WITH_MATNR'.

When googled, I found that similar kind of error was faced with module 'MARC_SINGLE_READ' for which SAP has provided one OSS note but I did not find anything for the module I am facing error into.

Please suggest if you have any solutions.

Thanks,

Nikhil

1 REPLY 1

vinita_kasliwal
Active Contributor
0 Kudos
164

Hi Nikhil

Can you try these notes ?

736873 - Function module for maintainig configuration data for material variants

2320041 - Classification in the transfer: DISTRIBUTECON change pointer not generated

Does the error message only says Required parameters missing ?

If yes can you check all the exporting and importing parameters are correctly called?

I checked there is just 1 mandatory MATNR in there but there is also deafault as X for KZRFB


Also I found another one 2157415 - Internal formal adjustment this talks about making some changes in the code for that FM

MAMT_GENERIC_READ_WITH_MATNR so try to see if it helps?

Did you try to run the FM independently and see if it works and also you used conversion exit to update the correct material number with leading zeros if required?

Let me know your comments.

Regards

Vinita