How to find Obsolete function modules ?

Hi ,
I am working on upgrade project R/3 4.6 to ECC 6.0 . I need to find obsolete function modules in program . I already have list of obsolete  FM .Is there any program or logic through which we can find all obsolete FM at single execution.
Thanks & Regards
Sandeep

Hello Sandeep,
I'm not sure if there's a standard report/program to list obsolete function modules, but you can manually check them in table RODIR (via SE16 transaction) - there's a flag properly called 'OBSOLETE'
FYI, table TFDIR contains the FMs that were released.
There are some notes which provid additional information on this topi:
#109533: Use of SAP function modules
#857904: Upgrade from Release 6.40 to 7.0 for customer programs
#595310: ws_filename_get function module is obsolete
Please be aware that those FMs are still there - all applications will have the old function modules installed for
backwards compatibility and legacy reasons. However if you are writing your own code, these function modules will still be available, but not supported by SAP Support.
I hope this information help you.
Best regards,
Tomas Black

Similar Messages

  • How to find which function module write the relevant idoctype?

    Dear All,
    how to find which function module write the relevant idoctype?

    Hi,
    Generally the function modules of the idoc types are having a naming convention as IDOC_INPUT for inbound processing and IDOC_OUTPUT for outbound processing followed by the idoc type name
    for example : For IDOC type ORDERS
    the inbound function module will be IDOC_INPUT_ORDERS and for outbound IDOC_OUTPUT_ORDERSP
    In this way you can find the function module for a particular IDOC
    P.S: Hope this is what you have asked for
    Regards
    Sarves

  • How to find the function module for standard tables.

    Hi
    Could any one please tell me how to find the standard function module to update the standard tables
    Thanks & Regards
    Sowmya

    Hi sowmya,
    To find the function modules for standard tables you go for a where used list of that particular table and check only function module interfaces checkbox...
    and more over you can go for DB_UPDATE_TABLE will be the function module for updating database table..
    Hope this information would help you
    Regards
    Narin Nandivada

  • How to find standard function modules for IDOCs

    Hi,
    Can anyone tell me is there any way to find the standard function module for IDOC. I have checked BD60 but it's not available. For example  Idoc type WPUBON01 and I need to know the function module. Can anyone tell me the way out.
    Secondly, if anyone can provide me the code to map the file fields and idoc segements.
    Regards

    Use WE82 to find message type associated with Idoc type.
    Then use this message type as a search string to find the FM.
    The associated FMs are.
    POSED_FILL_OVERVIEW_ENT_WPUBON
    POSED_INIT_DATA_WPUBON       
    POSED_LOCK_DATA_WPUBON       
    POSED_OVERVIEW_ASSIGN_WPUBON 
    POSED_READ_DATA_FROM_DB_WPUBON
    POSED_READ_TR_DATA_WPUBON    
    POSED_SAVE_DATA_WPUBON       
    POSED_SEARCH_STRING_WPUBON   
    POSED_STORE_DATA_WPUBON      
    POSED_UNLOCK_DATA_WPUBON     
    POSED_UPDATE_DATA_WPUBON     
    POSED_UPDATE_TR_DATA_WPUBON  
    Thanks,
    Utsah Garg.

  • How to find the Function module name

    Hi,
         Use the appropriate function module to get the manager.  (Z_GET_MANAGER )
    OR:  Given the Org Unit,  find the Manager  for that Organization.  Relationship  O – B012 – S   gives the position of the Manager.
    for that we used  HRP1001 table in that fields
    OTYPE = O,  RSIGN = B, RELAT =012.
    This is the Job that desribes the position,  relationship  S – B007 – C.
    Use the appropriate Function Module to find the Job?witch table it willbe???
    Thanks & Regards
    Kavitha

    use table HRP1001 or FM RH_GET_LEADING_POSITION. this will give the position of the manager. now from PA0001 get the manager name by using this position(PLANS).
    You can also use FM - RH_GET_LEADER
    Regards,
    Amit
    Reward all helpful replies.

  • How to find IDOC Function Module for Basic Type:ORDERS05

    Hi,
    What is the Transaction Code to locate the Function Module linked to the IDOC Basic Type & IDOC Message Type?
    Appreciate Your Help.
    Thanks,
    Kannan.

    Hi Seshu,
    Thanks for your reply. While creating a Custom IDOC, How do I link the IDOC Function Module and Basic Type. Appreciate Your Help.
    Thanks,
    Kannan.

  • How to find the Obsolete function module in ECC 6.0

    Hi Guys,
    How we can find the all obsolete function in ECC 6.0, is any T-code to finding the obsolete function modules, or any other way to find.
    Could you please help me.
    Thanks,
    Gourisankar.

    Hi Gouri,
    If you are looking at determining whether a single FM is obsolete or not is by this method:
    Go to FM in SE37 -> Goto Attributes Tab -> General Data section -> look above the Edit Lock field ... where SAP places the release status and date of the FM, if the FM is obsolete, the text Function Obsolete appears
    This is one way of finding out one FM @ a time
    However if you want to check on a mass scale, I dont have a SAP system here hence cant confirm, however, all FMs are stored in TFDIR database table. Please scroll through the fields of the DB table to check whether any field relates to release status or the like. If it does, then from SE16, you can put the value corresponding to "Obsolete" in the field and run to check all FMs.
    Cheers,
    Aditya

  • Upgrade: Finding ALL obsolete function modules in ECC6

    Hello everyone,
    Is there a way to find ALL obsolete function modules in ECC6?
    I have seen a few web pages posting a small list of obsolete function modules but they are not complete.
    I have also tried querying table TFTIT for short text such as 'OBSOLETE' and 'Do not use'. However, some obsolete function modules do not leave any clue in the description at all such as WWW_GET_MIME_OBJECT.
    However, if you go to SE37 to view WWW_GET_MIME_OBJECT, you will notice that the SAP screen displays it as 'Function obsolete' under the General Data tab.
    I have tried to debug the SE37 transaction to see which flag determines if a function is obsolete but I was not able to find it.
    Any one has any ideas? Thanks a lot!

    Hi Oscean,
    Check table RODIR where objecttype = FUNC and Obsolete = X.
    Thanks
    Lakshman

  • How to identify Which function modules are used in the planning area?

    Hi all,
    there are couple of function module derviation is used to derive the calendar year, month, fiscal period etc.
    But how to identify which function module is used in which planning area?
    I cant find out from the where used list from function modules?
    Thanks
    pooja

    Hi Pooja,
    Go to characteristic relationship tab,click on detail icon on extreme left of the derivation,there you will get the name and the details of function module used for derivation.
    Regards,
    Indu

  • Obsolete Function Modules in ECC 6.0

    hi all,
    Can anyone provide me alternative function modules or Methods for below mentioned FM.
    WS_QUERY
    WS_ULDL_PATH
    WLK1_CHECK
    CARD_CHARACTERISTIC_READ
    F4_SEARCH_HELP
    WS_EXCEL
    Regards,
    Anurag

    Go to SE37.  Enter the name of the obsolete function module - e.g. WS_QUERY
    Click on "Function Module Documentation".  This will tell you where to find the replacement.
    If that doesn't help, look at class CL_GUI_FRONTEND_SERVICES.
    matt

  • How to use Check Function Module???

    Hi Friends,
    How to use Check Function Module in Workflow???
    My requirement is to trigger the workflow at the last line item of the Material Document.
    Rewards for sure for helpful answer.
    -Satish

    Hi Satish,
    You know, the real power of forums like these is the search functionality. First you locate the correct forum, you succeeded in that and then you locate the search field and type in your question. In your case "check function module"
    I suggest you do this right away and be amazed at all of the answers about his topic. Maybe you'll even find some topic about exactly the same issue with a different solution than check function modules and on top of that you learn something this way. Talk about win-win situation
    Kind regards, Rob Dielemans

  • Besst way to find a function module

    Hi there
    I am quiet new to ABAP and I am curiouse about how to best approach the search for a function module??
    can u guys please tell me how you search for functions modules that preform a specific task.
    For example if I search for a function module that would display a itab in an alv grid, how would I do that?
    Thanks,
    Nana

    Hi Nana Lohmanns 
    Generic way of Finding the function module is only to go to se37 type any combination like ALV na dpress F4.
    You will get name of function modules along with short text,then you can try the one you think as useful.
    Like when you are looking for a Function module which can perform Operation on DATE.go to SE37 Type _DATE then press F4.You will get list of Function modules like:
    <b>DATE_CHECK_PLAUSIBILITY</b>: Check to see if a date is in a valid format for SAP. Works well when validating dates being passed in from other systems.
    <b>DATE_COMPUTE_DAY</b>: Returns a number indicating what day of the week the date falls on. Monday is returned as a 1, Tuesday as 2, etc.
    <b>DATE_GET_WEEK</b> :will return the week that a date is in.
    <b>DATE_IN_FUTURE</b>: Calculate a date N days in the future.
    Visit this link also,That will also be helpful for you,to get feel of Some Common Function MOdules.
    http://www.sapgenie.com/abap/functions.htm
    Close the thread,If your Question is answered.
    Regards,
    Vijay Raheja

  • How to find Obsolete Tables?

    Hi!
      Can Anybody tell me how to find Obsolete tables in a ABAP System (like in 4.7B,6.0 etc)?
      Or if u have list of obsolete tables in any version,please send me.
    -Aruna

    You may have an overview wirth Solution Browser tool (at the solution point of view) in order to compare functionality between your current system and the ERP 2005.
    at:
    http://solutionbrowser.erp.sap.fmpmedia.com/
    You can get the detailed release information from the following link.
    http://service.sap.com/releasenotes.
    A release note is a brief explanation of new features or changes to the system since the last software release. A release note typically describes a new function or an existing function that has been enhanced or changed.
    I hope this helps.
    Reward Points If helpful
    Regards
    Vasanth

  • Replacements for obsolete function modules

    Hi,
    What is the best way to find out the replacement for the obsolete function modules? We are starting an upgrade project and are required to replace the obsolete function modules used in that. So before starting that I want to keep a list of obsolete function modules and their replacements ready.
    SS

    Hi,
    RODIR table gives not only FM, all obsoletes types.
    if you dont find, best way is when we check EPC for the program,
    in call function interface warnings shows, obsolete function modules.
    or do UCCHECK it will both obsolete and suggested replacements.
    Thanks
    Vinod

  • Replacement of Obsolete Function Modules MATNR_BAPI_CONV_FROM_EXTERNAL

    Hello Friends ,
    I am working in Upgradation project. I come across Two Obsolete Function Modules which i need replace.
                  1)   MATNR_BAPI_CONV_FROM_EXTERNAL
                 2)     MATNR_CONV_RANGES_3
    Please help me in getting replacement of these two Obsolete Function Modules .
    Awaiting your reply.
    Thank you .
    Regards,
    Kiran...

    Hi Saravanan,
    Thanks alot for givning the answer. but how do i select the suitable function modules for the two obsolete FMs.
    MATNR_BAPI_CONV_FROM_EXTERNAL
    MATNR_CONV_RANGES_3
    Thank you.
    Regards,
    Kiran.

Maybe you are looking for

  • My mac wont recognize any of my devices

    I have recently updated my phone from a 4 to iphone5 and was in the process of trying to transfer pics from old phone to mac. Now my mac will not recognize any of my devices finder, image capture, iphoto....it does however show up in itunes when plug

  • Error while customizing ESS webdynpro

    Hi All, I am customizing an ESS web dynpro application. In order to accomplish this I am modifying one of the components that belong to a particular track. When i select one of the components to create a project, I get the following error: Error whil

  • How far do you go?

    As far as sharpening goes. When you are modifying your photos and saving them, do you sharpen all of them, or do you only sharpen the ones that are only really in your face blurry?

  • How to get Flex to communicate with a Java applet?

    We are building a Flex 2.0 app which needs to talk to a Java applet. The applet lives in the same HTML page as the Flex app. My guess is that we can use the Flex-Ajax bridge combined with some Javascript-java bridge. Any suggestions on specific libra

  • Does NIO exceptions cause Win 2003 reboot automatically?

    Hi, I got reboot problem on W2k3. Any time it came out, there were lots of java.nio exceptions. I really wonder if the NIO package will crash the OS? Btw, the JVM version is 1.4.2.008 One more: I found that there are exceptions which tells me "the es