Error 'Function module "IAOM_ACCOUNT_MANAGER" not found' in RPM_FIN02.

Hi,
When I am trying to run report RPM_FIN02 in ERP system, I am getting error ''Function module "IAOM_ACCOUNT_MANAGER" not found'.
Please note i have done required configration in both systems i.e. cProject and ERP.
Can somebody help me on this?
Regards,
Manoj

Thanks for your input.
This note is already implemented in our system.
Anyway my problem is solved.The problem was in our configration.
Regards,
Manoj

Similar Messages

  • Pls help  in WEBDYNPRO  Function Module 'RFC_START_PROGRAM' not found error

    Dear Friends,
    While i am calling one function module in webdynpro the follwing erroe is coming.
    Error:-
    Function Module 'RFC_START_PROGRAM' not found error
    Code:-
    CALL FUNCTION 'ZUPDATE' DESTINATION 'PCNCLNT300'
        EXPORTING
          im_material = item_matnr
          im_vornr    = item_vornr
          im_sheet    = item_sheet
      IMPORTING
          value = ZMESSAGE .

    Hi,
    try declarig variable of type rfc_dest
    data: lv_dest type rfc_dest.
    call....
    destination lv_dest
    offcourse make sure your rfc destination has that name in sm59
    and you have the corect authorizations to your user in the remote system
    Are you btw sure that there is no screen action called inside
    the function module? popup or something? because you cannot
    call functions that have screen interaction like in sapgui
    grtz,
    Koen

  • Function module RSAOU_BWBC_GET not found

    hi guys i have a ODS in my BWD systems , everything works fine, loading is correct, i have moved it to my testing environment and sense then, the transfer rules are inactive when i try to active them i get this error
    With Remote Function Call to system EBQCLNT900 error Function module "RSAOU_BWBC_GET" not found.  occurred.
    I have checked both r/3 systems, the function module doesnu2019t exist. I have checked both BW systems and the function module does exist and is active.
    If this was an issue with QAS. Then DEV shouldnu2019t also load any data in BWD, and in BWD everything works fine.
    I have checked the connections and its all fine.
    Any suggestions?

    HI,
    Seems like some connectivity issue or something related to transfer rules mismatch with the data source.Its not exaclty what BW is lloking for.
    Can you just do a check if the connection is happening properly between the systems.
    Also can you verify the data source in the source system in quality is OK and is same as development.
    can try to transport the data source again and then do a replication again and transport the transfer rules again.
    Thanks
    Aeet

  • Function module "CRM_DNO_SELECT_SERVICE_TRANS" not found

    Gurus:
    I try to access DSWP at SM7.0SP14. However immediately I get an error:
    "Function module "CRM_DNO_SELECT_SERVICE_TRANS" not found"
    BUT at se37, I can display, check and test Function module "CRM_DNO_SELECT_SERVICE_TRANS" 
    without any problem.
    Do you know what is wrong?  SMP search did not come up any clue.
    Thanks!

    I did the SE37 activation many times before I opened this message.
    NO difference at all -- still get the same error.
    Please help. Thanks!

  • Function module "CRM_DOWNLOAD_RCV_EXIT" not found error

    Hello experts,
    We are using SRM 5.0 connected to an ECC 6.0 backend system
    In SRM, trans. SMQ2 I see queues with status SYSFAIL, and inside them I find that supposely the error is "Error in Mapping (Details: transaction SMW01)".
    When I re-process it, I get the following dump in ST22: "Function module "CRM_DOWNLOAD_RCV_EXIT" not found". This module does not exist in SRM, and my guess is that CRM is sending stuff to SRM.
    I have everything configured correctly, exactly as note # 720819.
    I'll appreciate your comments on this.
    Regards,
    Gilberto Gallardo

    Hi
    CRS_DOWNLOAD_RCV_EXIT -check this fm you defined in CRMSUBTAB table in r/3
    CRMSUBTAB for subscription table for Up and Download Object and add the following values:
    User ObjectName U/D Obj. Class Function Obj. Type Funct. Name
    CRM empty Download Material empty empty CRS_MATERIAL_EXTRACT
    CRM empty Download Material empty empty CRS_CUSTOMIZING_EXTRACT
    CRM empty Download Material empty empty CRS_SERVICE_EXTRACT
    BR
    Muthu
    Edited by: Muthuraman Govindasamy on Oct 24, 2008 6:22 AM

  • Function module "GM_DOCUMENT_REVERSE" not found.  after Patch Update

    Hi Abapers/Basis
    After patch update i am not able to do FBCJ reversal entry getting below error message.
    Runtime Errors         CALL_FUNCTION_NOT_FOUND
    Exception              CX_SY_DYN_CALL_ILLEGAL_FUNC
    Date and Time          25.05.2011 14:43:26
    Short text
         Function module "GM_DOCUMENT_REVERSE" not found.
    What happened?
         The function module "GM_DOCUMENT_REVERSE" is called,
         but cannot be found in the library.
         Error in the ABAP Application Program
         The current ABAP program "SAPLRWCL" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FUNC', was
         not caught in
        procedure "CALL_DISPATCHER_STORNO_R" "(FORM)", 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:
        The program "SAPLRWCL" contains the CALL FUNCTION statement.
        The name of the function module to be called is "GM_DOCUMENT_REVERSE".
        No function module exists with the name "GM_DOCUMENT_REVERSE".
        All function modules are listed in the Function Library (SE37).
        Possible reasons:
        a) Wrong name specified. Pay particular attention to
           upper/lower case and underscores ("_").
           or
        b) Transport error
        c) In the case of an enqueue/dequeue module,
           the lock object may not have been activated
           (ABAP/4 Dictionary).
    How to correct the error
        Check the last transports to the SAP System.
        Is the program "SAPLRWCL" currently being changed?
        If an enqueue/dequeue module is involved, is the activation
        of the lock object missing in the ABAP/4 Dictionary?
        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:
        "CALL_FUNCTION_NOT_FOUND" "CX_SY_DYN_CALL_ILLEGAL_FUNC"
        "SAPLRWCL" or "LRWCLF10"
        "CALL_DISPATCHER_STORNO_R"
        Function modules with names similar to "GM_DOCUMENT_REVERSE":
        GM_DOCUMENT_CLOSE
        GM_DOCUMENT_RECORD
        GM_DOCUMENT_DELETE
        GM_DOCUMENT_POST
        GM_DOCUMENT_CHECK
        G_DOCUMENT_RECORD
        GJ_DOCUMENT_RECORD
        GM_DOCUMENT_PROJECT
        GET_DOCUMENTS
        GM_DOCUMENT_DISPLAY
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
       To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
       Display the system log by calling transaction SM21.
       Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
       In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    Moderator message: please don't just dump your dumps, search for SAP notes or open a call with SAP instead.
    Edited by: Thomas Zloch on May 25, 2011 2:16 PM

    Hi Karthik,
    Thank you for ur reply.
    I did not implement any user exit/ badi. Dump is saying that my smarform function module does not exist in the se37 library.
    I have excuted my form through se38, that time is working fine. When i tried through output type it is going to dump.
    Regards,
    Kusuma.

  • Function module "rsxcls_bics_ws_url_get" not found

    Trying to build a Xcelsius dashboard directly from a SAP BI query I get an error message.
    Installed Software
    GUI 710 Patch Level 15
    BI Add-on 7.x (based on 7.10) Support Package 11
    Xcelsius 2008 Service Pack 2 (o     BuildVersion: 12.2.0.608 )
    When trying to add a connection of type "SAP Netweaver BI Connection", I select the query but then I get the error message 'Function module "rsxcls_bics_ws_url_get" not found'.
    Brad

    Hi Brad
    you must have at least SAP NetWeaver BW 7.0 Enhancement Pack 1 Service Pack 5 in order to be able to use the BICS interface in XCelsius. What's the exact version of your BW server?
    Regards,
    Stratos

  • Function module WFDS_GET_CUST_DEM_TYPE not found

    hi all
    I installation CRM 2007 and add-on WFD
    LCAPPS2005_700 is SP level 4 and WFMCORE200 is SP level 8
    I try http://host:port/sap/bc/bsp/sap/crm_ui_frame/BSPWDApplication.do but occur short dump
    ======================================================================
    Runtime Errors         CALL_FUNCTION_NOT_FOUND
    Short text
        Function module "WFDS_GET_CUST_DEM_TYPE" not found.
    ======================================================================
    please any help
    thanks

    Hi Ranadhir
    I have done some investgation work and this issue occurs when WFMCORE has a support package level of 11 and CRM 2007 is SP02.  To resolve the problem I upgraded WFMCORE to SP14 (latest SP).
    Hope this helps.
    Regards,
    Verity

  • Function module "URL_SERVER_TYPE_DATA_GET" not found

    We do get every day follwing dump
    Runtime Errors         CALL_FUNCTION_NOT_FOUND
    Function module "URL_SERVER_TYPE_DATA_GET" not found.
    Its happening at particular time. Any clues ? Notes .
    SRM 4.0
    Appreciate your help
    Raman

    Hi,
    Pls see the foll notes:
    Note 379462 - Menu is not displayed in the browser
    Note 674605 - Short dumps when sending mails with object attachments
    Note 385353 - Stability improvemnt of URL generation of Launchpad
    Also do you have any jobs  scheduled for sending  emails to external mail from SRM system?
    BR,
    Disha.
    Do reward points for useful answers.

  • Function module "UPC_PROFILE_GET" not found

    Hi All,
    This is the first time we are trying to connect BW SEM & CRM system for KEY FIGURE planning in Marketing & Campaign Planning. I created everyting in SEM BPS but CRM system is giving following errors...
    <b>Function module "UPC_PROFILE_GET" not found</b>
    <b>Function module "API_SEMBPS_PLANSTRUCTURE_GET" not found</b>
    <b>Function module “UPC_FW_START_RFC” not found</b> (RFC connections are tested +ve/working in SM59-Test connection)
    Please help me in resolving these issues, also while making Planning Profile Groups in CRM F4-Help is not working for selecting Planning Profiles from SEM-BPS.
    Thanks & Regards
    Vikas Sharma

    Hi Marc,
    As explained above i created Planning Profiles, Planning Area, functions & Packages in BW-BPS. Now for Key Figure Planning in Marketing Planner these Planning Profiles should be visible (RFC Conncetion is tested successfully. But the system is giving above errors.
    What looks to me that the CRM system calls these function modules in BW BPS but is unable to find and hence generate the errors.
    Can you give some details of how to correct these "Function Module not found" errors.
    In my BW System Status>SAP System Data>Component Version, i can only see SAP_BW(Release-350) & BI_CONT (Release-352) but no BPS component can it be the cause of problem. But still i can work in transaction bps0.
    Regards,
    Vikas
    [email protected]

  • Function module "Z_XSI_ACTIVE" not found

    Dear all,
    I m getting an error
    Runtime Errors CALL_FUNCTION_NOT_FOUND
    Except. CX_SY_DYN_CALL_ILLEGAL_FUNC
    Date and Time 18.07.2008 16:02:20
    Short dump has not been completely stored (too big)
    Short text
    Function module "Z_XSI_ACTIVE" not found.
    Pls see details
    Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FUNC', was
    not caught in
    procedure "XSI_ACTIVE_DELV" "(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:
    The program "SAPLVVTR" contains the CALL FUNCTION statement.
    The name of the function module to be called is "Z_XSI_ACTIVE".
    No function module exists with the name "Z_XSI_ACTIVE".
    All function modules are listed in the Function Library (SE37).
    Possible reasons:
    a) Wrong name specified. Pay particular attention to
    upper/lower case and underscores ("_").
    or
    b) Transport error
    c) In the case of an enqueue/dequeue module,
    the lock object may not have been activated
    (ABAP/4 Dictionary).
    Pls view Function Module "XSI_ACTIVE_DELV" and tell me about function "Z_XSI_ACTIVE".
    I think it has problem with user exit.

    In the IMG (tx SPRO) you have Logistics Execution->Shipping->Basic Shipping Functions->Configure Global Shipping Data.  If you execute that, you have the choice for field ExpDlvCo to have
    Inactive
    Active
    Active depending on function module XSI_ACTIVE
    Active depending on function module XSI_ACTIVE with changes
    Help on this field says:
    Express Delivery Company Active
        This indicator dictates whether the express-delivery-company interface
        is active and may contain the following values:
           "X": clients active
           " " (blank): clients inactive
        Special processing:
        The values of "S" and "U" call up the "XSI_ACTIVE" customer function
        module. "S" indicates that the data is read-only, whereas "U" means that
        data can be changed. The interface for this function module must be
        identical to the one in the function module "XSI_ACTIVE_SAMPLE".
    I.e., if you set the ExpDlvCo field to be  "Active depending on function module XSI_ACTIVE" or "Active depending on function module XSI_ACTIVE with changes", then you have to create a function module Z_XSI_ACTIVE, with the same interface as XSI_ACTIVE_SAMPLE.
    matt

  • Function module "OCS_ALV_UI_QTRACE_AVAILABILITY" not found.

    Hi,Guy ,
         When we use the spam ,the system raise an Abap dump ,the message is :
    Function module "OCS_ALV_UI_QTRACE_AVAILABILITY" not found.
    My System is ECC6.0
    can anybody tell me how to solve it ?thanks in advance .
    Jialiang.Qiu

    Hi all, I've same problem,
    do you know the solution?

  • Function module "RSA_RSBASIDOC_READ" not found.

    I am trying to connect a BW (7.00) system to a R/3 source system (46c) but get the short dump :
    Function module "RSA_RSBASIDOC_READ" not found.
    I can see on the R/3 side of things that this FM does not exist. 
    Does anyone know if there is there a note I can implement or patch level I have to upgrade to?
    cheers

    Hi,
    I am not sure at which support pack or patch level this one got created in the system. But as you are using the older version, and directly you can not upload or apply the patch which is required and which actually valid for higher releases, as I guess.
    So it is suggested to raise an OSS message to the SAP. They will guide you properly. Or else by referring to the function module which is available in the latest systems, you can create some Z function module and use it accordingly.
    Regards,
    Santhosh.

  • Unable to create rule Error:Function Module does not meet the workflow conv

    Hi Workflow experts,
    Could any one help me with rule creation. Below is my Function Module Interface.
    ""Local Interface:
    *"  TABLES
    *"      AC_CONTAINER STRUCTURE  SWCONT OPTIONAL
    *"      ACTOR_TAB STRUCTURE  SWHACTOR OPTIONAL
    *"  EXCEPTIONS
    *"      NOBODY_FOUND
    The function module test is successful with all required conventions for workflow but while i try to create a rule with the funtion module i get the error "Function Module does not meet the workflow conventions"
    I Also have included the following in FM
    INCLUDE <cntn01>.
    Any suggestions would be helpful. Thanks in Advance,
    Imran

    Hi,
    I am not sure whether the rule accepts the optional flag. Remove the optional flag for the tables parameters and try again. According to the documentation you have implemented the right interface. It might be the issue with the tables parameter being optional.
    Hope this helps,
    Sudhi

  • Error: "FATAL: Module oracleasm not found" in Red Hat 6

    Hi all:
       OS.....: Red Hat 6.5 (64 bits)
       I am preparing to install an 12c RAC in a Red Hat 6.5. While configuring the ASMLib, i got the following error while executing "/usr/sbin/oracleasm init":
          May  2 18:23:20 oraprd01 modprobe: FATAL: Module oracleasm not found.
       I configure the Oracle YUM Repository and installed the "kmod-oracleasm" package. And in the link (Oracle ASMLib Downloads for Red Hat Enterprise Linux Server 6) i got the "oracleasmlib" and "oracleasm-support" packages, as you can see below:
          [root@oraprd01 binarios]# rpm -qa | grep -i oracleasm
          kmod-oracleasm-2.0.8-4.el6_6.x86_64
          oracleasm-support-2.1.8-1.el6.x86_64
          oracleasmlib-2.0.4-1.el6.x86_64
       My kernel is:
          Linux oraprd01 2.6.32-431.el6.x86_64 #1 SMP Sun Nov 10 22:19:54 EST 2013 x86_64 x86_64 x86_64 GNU/Linux
       My Red Hat version is:
          [root@oraprd01 binarios]# cat /etc/redhat-release
          Red Hat Enterprise Linux Server release 6.5 (Santiago)
       Why am i getting the above error while trying to init the oracleasm module? What am i doing wrong?
       Thanks in advance.

    Problem solved.
       I installed an older version of the kmod-oracleasm (kmod-oracleasm-2.0.6.rh1-3.el6_5.x86_64) downloaded from Red-Hat Customer Portal. Now the ASM module is loaded.

Maybe you are looking for

  • I want to play two sources at the same time - what software is there?

    Hi Something of an unusual request. I have CDs of natural background sounds (my favourite is one of the sea which I have on iTunes on repeat). The sad thing is, I have to choose between these and my music. What I need is a free CD player (software) t

  • Transfer the Pur Order Info through BAPI's between SAP R/3 Systems Using XI

    How to Create a Purchase Order for the Vendor and transfer this data through BAPI's between SAP R/3 Systems Using "Exchange Infrastructure(XI)". Please kindly let me know the procedure for creating BAPI's and how to transfer this information between

  • Delete Tabs in Numbers for iPad

    This might be a stupid question, but i can't figure out how to delete tabs in numbers for the iPad. Does anyone know how to do this?

  • Run Mailsmith as a service?

    I am running a Snow Leopard Server and was hoping to run my Mailsmith client as a service, so that it ran all the time regardless of who was logged in, if anybody, so I can process my mail at anytime. Currently I have to have a user logged in all the

  • Finder crash when opening any folder of an external HD

    I have a big problem : when I plug an external hard disk (I have tried 3 of them, all in HFS+), my MBP recognizes it, I can open a couple of folders inside, then it crash, finder is blocked. The only solution is to unplug the hard disk and relaunch t