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: 

Replacement of FM - MM_HISTORY_POPUP_SHOW

Former Member
0 Kudos

Hi People,

System is saying that the FM - MM_HISTORY_POPUP_SHOW is obsolete now.

Can you please tell me the replacement of this function module...?

Thanks in advance...

Regards,

Deshpande Ketan

7 REPLIES 7

Former Member
0 Kudos

Please refer same discussion replacement for MM_HISTORY_POPUP_SHOW FM | SCN.

There is no replacement available as per my knowledge so please Raise it to SAP

You can also try below:

FM MM_HISTORY_POPUP_SHOW mainly use 3 FM's:

CALL FUNCTION 'ME_EKPO_SINGLE_READ'        - Not Obsolete

CALL FUNCTION 'MM_PO_HISTORY_REFRESH'. - Not Obsolete

CALL FUNCTION 'MM_PO_HISTORY'                    - Obsolete

As solution you can create custom function module ZMM_HISTORY_POPUP_SHOW

CALL FUNCTION 'ME_EKPO_SINGLE_READ' 

CALL FUNCTION 'MM_PO_HISTORY_REFRESH'.

CALL FUNCTION 'ZMM_PO_HISTORY'


Regards,

Ashish

Former Member
0 Kudos

Hi,

I wonder how do you know that FM MM_HISTORY_POPUP_SHOW is obsolete? In my system ( 7.31 . So it's quite recent ) it is not obsolete. Normally SAP changes the FM text to mention it is obsolete which is not the case here.

Also it is working as expected in my system. I understand this an unreleased FM but that is not same as "Obsolete".

R

0 Kudos

Hi Rudra,

Thanks for the reply.

Actually when i am trying to use it in my system it is giving one message as - this FM is obsolete, do not use.(Please see attached image)..

Regards,

Deshpande Ketan

0 Kudos

Hi i am srinivas

0 Kudos

Ok good to know . Thanks for this. Then you have two options I guess.

1. Contact SAP and ask them for replacement.

2. Build your own custom FM ( You can check the code inside this FM for reference ).

R

0 Kudos

Hi there

0 Kudos

Hi,

You can also check the obsolete objects in table RODIR.

Regards,

Ashish Desai