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

regarding table mmpt

Former Member
0 Likes
1,430

Hi,

I am trying to get Maintenance Cycle/Package (field ZYKL1) and Cycle Unit (field ZEIEH) from MMPT table. When i see data in transaction IP03 it is shown different for both fileds. Is there conversion FM to get the data shown in IP03.

Thanks,t

As I understood, data stored in MMPT table is in SI unit. When you execute IP03, system do internal conversion to display data in IP03.

This Conversion FM is used for that. " FLTP_CHAR_CONVERSION_FROM_SI"

2 REPLIES 2
Read only

Former Member
0 Likes
832

Why don't you look at the domains of the fields you've named in MMPT and find out? A hint: ZEIEH has data element DEIEH, which has domain of MEINS.

Read only

Former Member
0 Likes
832

As I understood, data stored in MMPT table is in SI unit. When you execute IP03, system do internal conversion to display data in IP03.

This Conversion FM is used for that. " FLTP_CHAR_CONVERSION_FROM_SI"