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

Function module to read 'Customer Material InfoRecords'?

Former Member
0 Likes
1,970

Is there a function module to read customer material inforecords?

Transaction code VD53 is the display screen for Customer Material INforecords. I have a requirement to read this data in user exit.

Thanks

Gova

1 REPLY 1
Read only

Former Member
0 Likes
1,173

I found one FM. RV_CUSTOMER_MATERIAL_READ

But it won't serve my purpose as I need to find customer material number for a given material number.

But, I found the table where this information is stored. KNMT. I'm going to create a custom FM to serve my purpose.