Function Module does not exist error during query run time.

Hi,
During the execution of one of our queries we get the error "Function module RSD_(InfoObject Tech Name)_TXT_GET does not exist.
Now, this InfoObject is used in the query as a filter to restrict on certain values.
I searched in SE37 and no such function exists.
Let me know  if you have any suggestions/resolutions to this issue.
Thanks,
AR.

even if the question is quite old already, maybe some other people need the answer to this, too:
In our case this error which Sudhir Anandarao describes meant, that there was no data found for given input. This is quite strange, but definitly was the source as I dont get the error if something is found by the query. The Query, InfoObject were correct, just the data asked for was wrong (like get me all ID's greater than 5, if there are only ID's smaller or equal 5 it would state "Function module RSD_(InfoObject Tech Name)_TXT_GET does not exist.")

Similar Messages

  • Error in ERM: Function module does not exist

    Hi all,
    Lately, we are experiencing a frequent error in ERM (5.3 SP 15.0) that we had not had before. We are unsure what caused the error. The message displayed to the user is "Unhandled error". The log error message is "Message Code is 651 Messsage Details Function module  does not exist Message Type is E" (see full logs below).
    The error occurs for example, when users are trying to generate derived roles after saving the org values for the derived role during the methodology process, or when administrators are trying to update the impacted derived roles after for org value mappings.
    Has anyone experienced this or someting similar before? Any ideas what could be the reason here?
    Thanks!
    Patrick
    Edited by: Patrick Weyers on Sep 15, 2011 9:36 AM

    Log extract:
    2011-09-15 09:05:15,103 [SAPEngine_Application_Thread[impl:3]_18] ERROR Message Code is 651 Messsage Details Function module  does not exist Message Type is E
    java.lang.Throwable: Message Code is 651 Messsage Details Function module  does not exist Message Type is E
         at com.virsa.re.service.sap.dao.ManageAuthDataDAO.getAuthorizationData(ManageAuthDataDAO.java:1064)
         at com.virsa.re.bo.impl.AuthorizationDataBO.getNewTransactionObjects(AuthorizationDataBO.java:821)
         at com.virsa.re.role.actions.AuthAuthorizationDataAction.addObjsForNewTxns(AuthAuthorizationDataAction.java:3527)
         at com.virsa.re.role.actions.AuthAuthorizationDataAction.reloadTransactions(AuthAuthorizationDataAction.java:4128)
         at com.virsa.re.role.actions.AuthAuthorizationDataAction.execute(AuthAuthorizationDataAction.java:157)
         at com.virsa.framework.NavigationEngine.execute(NavigationEngine.java:273)
         at com.virsa.framework.servlet.VFrameworkServlet.service(VFrameworkServlet.java:230)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.framework.servlet.VFrameworkServlet.service(VFrameworkServlet.java:286)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62)
         at com.virsa.comp.history.filter.HistoryFilter.doFilter(HistoryFilter.java:43)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:384)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    2011-09-15 09:05:15,105 [SAPEngine_Application_Thread[impl:3]_18] ERROR com.virsa.re.role.actions.AuthAuthorizationDataAction
    java.lang.Throwable: java.lang.NullPointerException
         at com.virsa.re.service.sap.dao.ManageAuthDataDAO.getAuthorizationData(ManageAuthDataDAO.java:1084)
         at com.virsa.re.bo.impl.AuthorizationDataBO.getNewTransactionObjects(AuthorizationDataBO.java:821)
         at com.virsa.re.role.actions.AuthAuthorizationDataAction.addObjsForNewTxns(AuthAuthorizationDataAction.java:3527)
         at com.virsa.re.role.actions.AuthAuthorizationDataAction.reloadTransactions(AuthAuthorizationDataAction.java:4128)
         at com.virsa.re.role.actions.AuthAuthorizationDataAction.execute(AuthAuthorizationDataAction.java:157)
         at com.virsa.framework.NavigationEngine.execute(NavigationEngine.java:273)
         at com.virsa.framework.servlet.VFrameworkServlet.service(VFrameworkServlet.java:230)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.framework.servlet.VFrameworkServlet.service(VFrameworkServlet.java:286)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62)
         at com.virsa.comp.history.filter.HistoryFilter.doFilter(HistoryFilter.java:43)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:384)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

  • XI datasources function modules does not exist after BW upgrade to 7.3

    We have recently upgraded our dev BI system to 7.3
    During our testing phase we found that we are unable to load data coming from XI system.
    When we checked the functional modules of the XI(web services)
    datasources we found that the function modules does not exist in the system.
    Eg : For our GECARS datasource we have 2 funcitonal modules
    1. /BIO/QI6AZXH_ZIFIGECARS
    2. /BIO/QI6AZXH_ZIFIGECARS_RFC (delta function module)
    we have activated resp datasource and found that code for
    /BIO/QI6AZXH_ZIFIGECARS exist now but we are facing issues with RFC
    funciton modules (/BIO/QI6AZXH_ZIFIGECARS_RFC )
    To put it in simple terms we are facing issues with Dev BI since upgradeto 7.3 with respect to RFC and non-availability of function modules.
    Kindly help us in resolving this.
    Thanks,
    Kiran

    Hello Kiran,
    Have you found the reason for the non existence of the FM in the system after the upgrade?
    Have you found any alternative? I hope you would have created an OSS message, if so whats the response have you got?
    Kindly let me know as I am experiencing similar issue where one of the FM (RSDRC_MULTIPROV_GET_MAPPING) does not exist in BI system after the upgrade.
    Regards,
    Vinoth V

  • Function module does not exist in ECC 6.0

    Hi All,
    These two below function module does not exist in ECC 6.0 but exist in 4.6.Could you please let me know replacement of these two's.
    FI_DOCUMENT_ARCH_READ_SINGLE
    CHECK_IBAN_ACTIVE
    Thanks
    Mohit

    Hi,
    Thanks for your reply.Could you please give me example that how to use it.
    Thanks
    Mohit

  • Factory calendor does not exist error during order creation

    Hi,
    I am getting the factory calendor does not exist error while creating the order. For this i will explain the details for this issue and guide me where is the problem.
    we are doing reconfiguration for the new plant in the client. In this client we are now creating new plant and doing the reconfiguration. While creating the order in new plant i am getting the below error message. i have assigned the existing factory calendor of the old plant to new plant in the existing client. i am thinking that factory calendor is not plant based. In work center i have assigned the factory calendor of old plant for the new plant work center. Please guide me.
    Regards,
    Mastan.

    Hi Dogboy,
    Thank You for immediate reply.
    Have you performed all PP configuration for 1007?
    It means i have created order type and order type parameters, availability check,scheduling, conformation steps for the ordre type.
    Master data,routing, bom creted in cewb with change number and assigned to routing in cewb.
    And factory calendor assigned in work center as old plant calendor only.
    Other tahn this nay steps need to consider for creation of order. anything i have missed. Please guide me.
    Have you assigned a factory calendar to plant 1007?
    Factory calendor is not plant specific. i think with in a client  i can assign same calendor to new plant also. anywhere i have not observed the calendor as plant wise. please guide me.
    Have you created a BOM for this material in 1007?
    Have you created a work center in 1007?   Does the work center have a factory calendar that actually exists?
    The above two steps i have done.
    Have you created a routing for this material in 1007, with operations in that only include work centers assigned to 1007, and assigned the routing to this material in 1007?
    Yes.
    Please guide me.
    Regards,
    Mastan.

  • Error EU 802: Function Module does not exist

    Hello everyone!
    While running a DTP, I'm getting the following error:
    EU 802: Function Module RSD_YPERSON_TXT_GET does not exist
    Anyone has any idea what this is about?
    Thanks in advance for your responses!
    Best Regards,
    Luís.

    Hi,
    I have resolved this issue. Turns out that I was mapping a source field INPER (In-Period) directly to 0CALMONTH. The problem is that this source field can have more than 12 periods per year.
    The error message was totally misleading... there's SAP for you
    Points assigned for the effort.
    Best regards,
    Luís.

  • RSAR_TRFC_DATA_RECEIVED Function module does not exist or EXCEPTION raised

    Dear All,
            We have 2 production systems one is a APO server & the other being BW server.
            While checking in SM58 of our APO production server we found that so many entries were in error saying "ERROR REQU_<number> PG# 12 In BW" with target system as BWCLNT<CLIENT NO>.
    We checked in both the production systems for any job failure w.r.t same time span but could find nothing.
    When we tried to solve this by using F6 option to re-execute the LUW it says "Functional Module doesnot exists or Exception Raised". After doing checks it was found out that the Functional Module (RSAR_TRFC_DATA_RECEIVED) was existing . So we need to know about how we can solve this EXCEPTION RAISED issue.
    Thanks & Regards,
    SAPAPO
    Edited by: SAP-APO on Dec 30, 2009 8:38 AM

    Hi,
    This migth be problem with not catching exact exception in the code.There might be data you are passing which not getting caught by the exception.
    If you are using any code add this FM in the code or else try to debug where exactly u r facing this problem.
    Regards,
    Shiva Kumar G.C

  • Function Module Does not exist

    Hello Experts,
    I am trying to run the initialization for the Billing conditions 2lis_13_vdkon datasource.
    Job is getting cancelled and the following error messages are coming when i check the job log in source system
    Job started
    Step 001 started (program SBIE0001, variant &0000000006238, user ID BASIS
    Asynchronous transmission of info IDoc 2 in task 0001 (0 parallel tasks)
    DATASOURCE = 2LIS_13_VDKON
    RLOGSYS    = BWDCLNT900
    REQUNR     = REQU_DHKONXGA1B82HZ49O94KQ03C4
    UPDMODE    = C
    LANGUAGES  = *
    *          Current Values for Selected Profile Parameters               *
    * abap/heap_area_nondia......... 2000683008
    * abap/heap_area_total.......... 2000683008
    * abap/heaplimit................ 40894464
    * zcsa/installed_languages...... ED
    * zcsa/system_language.......... E
    * ztta/max_memreq_MB............ 2047
    * ztta/roll_area................ 3000320
    * ztta/roll_extension........... 2000683008
    Function module /BI0/QI2LIS_13_VDKON does not exist
    You can only use LIKE and TYPE to specify types in RFC
    Internal session terminated with a runtime error (see ST22)
    Job cancelled
    even when i check in ST22
    Category         
    ABAP Programming Error
    Runtime Errors   
    IMPORT_ALIGNMENT_MISMATCH
    Except.          
    CX_SY_IMPORT_MISMATCH_ERROR
    ABAP Program     
    SAPLMCEX
    Application Component  LO-LIS
    Date and Time    
    06.05.2014 12:30:28
    Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was
    not caught in
    procedure "MCEX_BW_LO_API" "(FUNCTION)", nor was it propagated by a RAISING
    clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    When importing object "MC13VD0KON_TAB", the structure did not match the
    structure of the target object. The error occurred in component
    no. 21.
    This may be due to one of the following reasons:
    - the structure is actually different (the next field has, for
    example, a different data type) or
    - the same sequence of components were exported and imported,
    but the fields were from other include units.
    How to correct the error
    There is a probably a new version of the program active that does
    not match the dataset. The data may not have been converted.
    It is also possible that the field type of the imported field
    has been changed in the Data Dictionary.
    Try to eliminate the error by regenerating the program "SAPLMCEX". To
    do this, proceed as follows:
    Call Transaction SE38 in the R/3 System, enter the program
    name "SAPLMCEX" and then choose "Generate".
    If the error occurred in your own ABAP program or in an SAP
    program you modified, try to remove the error.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "IMPORT_ALIGNMENT_MISMATCH" "CX_SY_IMPORT_MISMATCH_ERROR"
    "SAPLMCEX" or "LMCEXU06"
    "MCEX_BW_LO_API"
    If you cannot solve the problem yourself and want to send an error
    please help me in this regards
    Quick response will be appreciated.
    Thanks in advance

    Hi Ram,
    no upgrades recently
    they have taken backup from production server.
    now i am facing this prob in development server.
    when i am trying to check in RSA3 it is throwing same short dump
    as u said i did all the re activations still i am facing the same issue.
    please give me some other sol...
    thanks,
    srikanth Putta'

  • "Action does not exist error" during country transfer action

    Hello, everyone.
    We are on ECC5.0 with MGE.  Recently our users are getting an error - "Action does not exist on mm/dd/yyyy" when they perform a country transfer action (transfer from country A to country B).  Because this is a hard error, the action is stopped and our users have to re-execute it.  Surprisingly, the action works fine for the second time. 
    The error comes from message class PG no. 022 in the Include program MP000040.
    We raised this issue to SAP but all they told us to look into our user exits.  We were told to remove our exits entirely to see the error happens.  The problem is that this error does not happen each time.
    Has anyone experienced this error?  If so, does anyone know why this is happening and how to resolve it?
    We tried to debug the code step by step and came across CPREL is filled with "02" in OBJPS for infotype 0000 in the program FP50MF10.  We have no idea as to how the OBJPS is filled with a value.  Infotype 0000 is not supposed to have this field populated.  We think this is the root cause of the error.  But why does it happen?
    Any help will be greatly appreciated.
    Regards,
    Noriko

    Hi.
    We use both PBAS0001 and HRBAS00_CCHANGE.
    Noriko

  • Sales order stock does not exist error during PGI

    dear sir,
    we have two plants 1010 and 1020,we are using variant configuration for our finished goods
    we want to make the sales orders in 1010 plant and we manufacture the machine in 1020 plant.
    so we want to dispatch machine from 1020 plant (shipping point),eventhough we make sale order in 1010 plant.
    but while doing PGI ,system shows one error message "Sales order stock does not exist" message 184,area M7.
    if we see in MMBE stock of finished good is available in 1020(made 412 E movement)
    how to resolve this
    thanks and regards
    srinivas pai

    There can be two reasons for these kind of error
    - Your sales doc while creating this order & your item category is marked with special stock indicator as E and after this order is created you have not reserved stocks in your plant against this order. This reservation can be done in tcode MB1B movement type 412 E.
    - Let say, if it is reserved then check the same in tcode MMBE stocks reserved for your sales order.
    Otherwise reservation you may have done properly with correct movement types with special stock indicator E. But while creating the your sales order with item category may not have been marked with special stock indicator E. In this case even though the system has stocks reserved for that order and that order when comes for PGI system doesn't sense.
    In either of the case, you have to again do the process.
    Hope it can assist you.
    Thanks & Regards
    JP

  • Upgrade: Function Module does not exist

    Hi Experts,
    transaction FOIM is giving DUMP in ECC.
    It shows a message
    Function module "/CUKREQ/RECN_EVENT_FMOD2" not found.
    This function module exist in 4.6c.
    Will anyone suggest what to do?
    Regards:
    Vipin

    Check for a SAP note in service.sap.com

  • Function 0012 does not exist  when saving contact???

    Has anyone seen these before??
    I also get Function 0022 does not exist errors also?
    Thanks

    Hi,
    If you want any particular or number of fields output in UPPER case for an RT service, open the particular service related job in work space area-> open the particular query transform-> select the output schema -> select the field on which you want to apply UPPER case. In the field related Mapping area you will find the TABLE_NAME.FIELD_NAME structure, go to start of the TABLE_NAME in the same structure -> select FUNCTION..from the Function Category -> select String Function, from the function name select UPPER -> click Next, don't select anything from Input String drop down box simply click on Finish.
    it will show you following structure:
    UPPER()TABLE_NAME.FIELD_NAME , drag drop tablename.fieldname in UPPER function. After doing this it should show as:
    UPPER(TABLE_NAME.FIELD_NAME)
    Save the program and Execute..Output for particular field will display in UPPER case.
    Hope this helps..

  • Adobe form for Billing document - FM does not exist error

    Hi,
    I have to display the document title as Invoice/Credit Memo based on the billing type in the adobe form. I tried to include a text field in the adobe form to display the title which I pass from my print program based on the billing type (instead of hard coding it).
    I get the name of the function module generated through debugging and try to use in tthe program to call the form. But I get the error message that the Function Module does not exist.
    I have included the title field in my interface, context, form and have activated them.
    Is my approach incorrect or am I missing something?
    Regards
    K

    Hi Jon,
    I tried doing it again today morning and it worked!!! Thanks for your help...

  • Error "Function G1 does not exist "

    Hi ,
    While doing monitoring  got error " Function G1 does not exist ".
    Bdoc type : BUPA_REL
    Sate         : E04.
    Checked SMQ1,SMQ2 , no queues were in sysfail status.How to maintain this function.
    Help me how to clear .
    Thanks in advance, Regards,
    PA.

    Hi ,
    May be your customization settings was not replicated correctly.
    In R/3 you have Contact person function G1 and it doesn't exist in CRM.
    You can check it : go to BP trn => open an organisation that has  contact person =>relationship tab => double click on contact person => In "Contact person data "frame you will see field "function" => press F4 and check existing values.
    Those values should be same as in R/3 system.If not - check your customization objects synchronization.
    Hope, it's help
    Rika

  • IDocs - Business Partner - Error : Function 27 does not exist.... Any idea?

    Hi Gurus,
    I'm trying to transfer a few business partners within CRM server using:
    Basic type:       CRMXIF_PARTNER_REL_SAVE_M02
    Message Type     CRMXIF_PARTNER_REL_SAVE_M
    In a few of the BP IDocs I get the error (Status 51) saying "Function 27 does not exist".
    Can you throw any light on this?
    Thanks & Regards,
    Rahul

    Hi
    Status 51 is not an technical error. It will occur due to incorrect or impure data in the idoc
    Jus check the idoc segments whether it is carrying the correct data in the correct segments.
    Jus get into the details of this error.
    Once you have fixed this error with the help of  business / functional consultants then you can resend or reprocess this idoc using RBDMANI2 Program.
    Cheers,
    Hakim

Maybe you are looking for

  • TS1741 Remote no longer connects to iTunes - since latest updates.

    Was working just fine before latest updates.  All devices (iPhone 4 & iPad) have Home Sharing enabled as well as iTunes. Windows 8. Anyone else? Are we waiting for a fix? Thank you.

  • Lion 10.7.2 / iTunes 10.5 - Devices not showing up

    Any device attached via USB is not showing up in iTunes.  I have the following ipad2, iphone 3gs and itouch (latest gen) USB connections are working as ipad2 and itouch devices show up in iPhoto. I have a Mac Pro Early 2008 version. I've tried the fo

  • Puzzling problem

    I am using vs2008 and have created a crystal report (windows application).  The data shows up correctly on the report (detailed section) but when I creat a chart all of the values appear to be zero.  I created the chart in the report header, using a

  • Webutil config issue

    Hi all, OAS 10.1.2 When i run forms from client to server specifying config=webutil in the URL,nothing happens.Only a message "applet started" comes at the left bottom of teh client browser . It is only with webutil. When i run with my own created co

  • Java crypto/ usage of keyagreemnt

    hi, i am working with JDK 1.4 and using bountsy castle provider. i have written two methods encrypt() decrypt() using symmetric algorithem (like blowfish,AES,DES...). the encrypt() method will accept a object as parameter and writen back a sealed obj