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

Compare Material FM

former_member212713
Contributor
0 Likes
2,232

Hi Experts;

I want to compare 2 material with all tab/all fields at mm03 tcode.

Is there any FM make compare at SAP?

Best Regards.

1 ACCEPTED SOLUTION
Read only

ChandrashekharMahajan
Active Contributor
0 Likes
1,161

Hi,

There is no FM to compare 2 materials. may be you can use FM BAPI_MATERIAL_GET_ALL to read the all data for one material and then call the same BAPI for 2nd material and then need to code to compare 2 materials and put all this stuff in Z FM having 2 importing parameters as material numbers. Just the suggesting alternative way.

Thanks,

Chandra

1 REPLY 1
Read only

ChandrashekharMahajan
Active Contributor
0 Likes
1,162

Hi,

There is no FM to compare 2 materials. may be you can use FM BAPI_MATERIAL_GET_ALL to read the all data for one material and then call the same BAPI for 2nd material and then need to code to compare 2 materials and put all this stuff in Z FM having 2 importing parameters as material numbers. Just the suggesting alternative way.

Thanks,

Chandra