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: 

Obsolete Function Module

Former Member
0 Kudos

Please let me know what are the replacement function modules for the following Obsolete FMs

1. LOG_SYSTEM_GET_RFC_DESTINATION

2. HELPSCREEN_NA_CREATE

regards.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi

good

Goto SE37 and do F4 help with the relevant Key words(as in old system).

If this is not working for u, then i would suggest you to refer sap release note for this regard.

Also, Check the list of function modules

http://www.sap-img.com/abap/function-list.htm

http://www.erpgenie.com/abap/functions.htm

hope this helps,

<REMOVED BY MODERATOR>

thanks

mrutyun^

Edited by: Alvaro Tejada Galindo on Feb 7, 2008 6:19 PM

7 REPLIES 7

Former Member
0 Kudos

How do u know that these FMs are obsolute. You can use them in ECC 6.

Former Member
0 Kudos

You can try,

HELP_OBJECT_SHOW

or

HELP_OBJECT_SHOW_FOR_FIELD

as an alternate for

HELPSCREEN_NA_CREATE

Hope it Helps.

Jayant Sahu

Former Member
0 Kudos

hi

good

Goto SE37 and do F4 help with the relevant Key words(as in old system).

If this is not working for u, then i would suggest you to refer sap release note for this regard.

Also, Check the list of function modules

http://www.sap-img.com/abap/function-list.htm

http://www.erpgenie.com/abap/functions.htm

hope this helps,

<REMOVED BY MODERATOR>

thanks

mrutyun^

Edited by: Alvaro Tejada Galindo on Feb 7, 2008 6:19 PM

Former Member
0 Kudos

HI,

EPC throwing errors as obsolete

regards

former_member194669
Active Contributor
0 Kudos

Hi,

I found 62 hits for LOG_SYSTEM_GET_RFC_DESTINATION and 197 for HELPSCREEN_NA_CREATE . SAP still using this as obsolate.

I think system will not restrict from activating your program. It will give a information message

Former Member
0 Kudos

Hi All,

For the FM "HELPSCREEN_NA_CREATE" it is suggested that we need to use "HELP_OBJECT_SHOW" as replacement. But the mandatory parameters in "HELP_OBJECT_SHOW" FM do not match with the ones in "HELPSCREEN_NA_CREATE".

Kindly someone let me know how to use the FM exactly.

0 Kudos

Hi Ashwini,

If you take a look inside FM HELPSCREEN_NA_CREATE, you'll see that its uses HELP_OBJECT_SHOW. Anyways, I have a similar problen than yours because I've to replace the obsoletes FM but in this case: HELP_OBJECT_SHOW is flagged as NO RELEASED by SAP. So, my question is: is this one the right FM to use as replacement?

Please, if anyone knows the answer let me know.

Thanks in advance!

Leo.