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

Absolete Function Modules for ECC 6.0

Former Member
0 Likes
501

Hi guys,

iam doing upgrade project, i want know absolete for this function modules

CALL FUNCTION 'NAMETAB_GET'

EXPORTING

TABNAME = 'BKPF'

TABLES

NAMETAB = HNAMTAB

EXCEPTIONS

OTHERS = 0.

CALL FUNCTION 'WWW_USER_AUTH_MESSAG'

plz give me suggestion for me.

3 REPLIES 3
Read only

Former Member
0 Likes
470

Hi,

Use DDIF_FIELDINFO_GET AS REPLACEMENT FOR NAMETAB_GET fm

Thanks,

Keerthi.

Read only

Former Member
0 Likes
470

Hi Veera,

To find obsolete function modules in ECC 6.0.

The table is RODIR.

Go to SE11.

Give table name as RODIR.

click on display.

Then , in the selection criteria.......

For the field OBJECT TYPE give FUNC

and for OBSOLETE give 'X'

Execute and you will be able to see all the function modules which are obsolete.

Regards,

Hari Kiran

Read only

Former Member
0 Likes
470

Hi,

Both the function Modules which you haev mentioned are obsolete in ECC 6.0

I have checked it.

Is that what you wanted to know???

Regards,

Hari Kiran