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

Runtime error in LSMW to create Material Master

Former Member
0 Likes
479

Hi all,

I am trying to create Material No. using direct input method in lsmw. The program name is RMDATIND. But while executing the last step i.e Start Direct input program I am getting a runtime error

"A RAISE statement in the program "SAPLMG25" raised the exception

condition "NOT_FOUND".

Since the exception was not intercepted by a superior

program, processing was terminated."

I have checked all the steps of lsmw. Any idea why this specific error is coming?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
438

Are you able to create the material manually with the data. If you have checked the basic data view then i would check to see if base unit of measure is mandatory and if its being passed/mapped properly for the material you are creating.

3 REPLIES 3
Read only

Former Member
0 Likes
438

Hi,

Did you make a check in SAP OSS about this error??

Best Regards, Murugesh AS

Read only

Former Member
0 Likes
439

Are you able to create the material manually with the data. If you have checked the basic data view then i would check to see if base unit of measure is mandatory and if its being passed/mapped properly for the material you are creating.

Read only

Former Member
0 Likes
438

Yes mapping was perfect. However the file structure was not proper due to which the error was coming. Now its working fine.

Thanks for your replies.