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

obsolete function modules

Former Member
0 Likes
572

i want the list of obsolete function modules.can u tell me how can i get that information.

4 REPLIES 4
Read only

Former Member
0 Likes
527

Hi Humerah,

You can write simple program like this.

REPORT ZTEST.

TABLES: TFTIT.

DATA: ITAB LIKE TFTIT OCCURS 0 WITH HEADER LINE.

SELECT * FROM TFTIT INTO TABLE ITAB
WHERE SPRAS = SY-LANGU
  AND STEXT LIKE '%obsolete%'.

LOOP AT ITAB.  
  WRITE: / ITAB-FUNCNAME, ITAB-STEXT.
ENDLOOP.

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.

Read only

0 Likes
527

there are also some obsolete function modules whose short text describes USE this function module instead of

obsolete and some are having short text as blank.

Read only

0 Likes
527

using slin how can we get the list of obsolete function modules

Read only

Former Member
0 Likes
527

Plz can any one help me to find the New FM names for the following Function Moduke Name :

CALL FUNCTION 'ISO_TO_SAP_MEASURE_UNIT_CODE'

CALL FUNCTION 'SAP_TO_ISO_MEASURE_UNIT_CODE'

CALL FUNCTION 'FORMAT_TEXTLINES_DBCS'

CALL FUNCTION 'GET_FIELDTAB'

CALL FUNCTION 'VALUES_DISPLAY'

CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'

CALL FUNCTION 'WS_DOWNLOAD'

CALL FUNCTION 'WS_FILENAME_GET'

CALL FUNCTION 'UPLOAD'

CALL FUNCTION 'HELPSCREEN_CREATE'

CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA'

CALL FUNCTION 'WS_FILENAME_GET'

CALL FUNCTION 'STRING_LENGTH'

CALL FUNCTION 'STRING_CENTER'

CALL FUNCTION 'POPUP_TO_DECIDE'

call function 'POPUP_TO_CONFIRM_WITH_MESSAGE'

CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY_N'