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 functions

Former Member
0 Kudos

Hi guys!!

i need your help for the obsolete functions.

'DISPLAY_BASIC_LIST' according to our list it says that this function is obsolete but from other resources i found that this function is not obsolete. same it stands for the 'POPUP_TO_GET_VALUE'

, 'POPUP_TO_GET_DATE'

'CONVERT_DATE_INPUT'.

also i want to know the replacements for the following obsolete functions

GET_FIELDTAB

G_OBJECT_SELECT

G_SET_AVAILABLE

HELPSCREEN_NA_CREATE

HELP_VALUES_GET_WITH_DD_TABLE

HELP_VALUES_GET_WITH_TABLE

HELP_VALUES_GET_WITH_TABLE_EXT

LOG_SYSTEM_GET_RFC_DESTINATION

NAMETAB_GET

REGISTRY_GET

RK_PROFITCENTER_UPDATE

TRANSFER_NAMES_TO_FIELDS

Is there any replacement or any OSS notes which states the replacements for the same.

Thanks & Regards,

5 REPLIES 5

Former Member
0 Kudos

Hi,

In SAP ECC 6.0 there are 1020 obsolete FM's. You can find this out by going to the table RODIR. In the selection Screen give the OBJECTTYPE as FUNC and OBSOLETE as X. You will get the list.

For your particular requirement get all the FM's in the txt file to an ITAB(there are FM's for this) and then compare it to the entries in RODIR which has OBSOLETE as X.

regards,

Omkaram.

0 Kudos

Hi,

Thanks for the reply but we dont have authorization to view this table RODIR,

0 Kudos

hi,

The table RODIR will only gives you the obselete function modules,but if you want the replacement for them ,then you can get them from services market place of sap.

0 Kudos

Hi, Thanks for the reply.

If u r aware of any OSS notes can u please pass me the link?

Thanks & regards

0 Kudos

Hi guys

Please respond