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.

Similar Messages

  • 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.

  • 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

  • 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

  • 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

  • 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 "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 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 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 "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 "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 "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

  • 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

  • Modules.devname not found after Kernelupdate

    Hello everyone,
    my system broke after the latest kernel update, now i get the following when booting:
    Warning: /lib/modules/3.14.0-4-ARCH/modules.devname not found - ignoring
    ERROR: device '[UID]' not found Skipping fsck
    And im dropped in a recovery shell, where I cannot even type. I will prepare a live CD, but don't know yet what to do, as i did not found much on google or in the forums, so I would be happy for any help.

    falconindy wrote:That doesn't make sense. If you deleted the preset, how can you tell mkinitcpio to use the preset?
    I meant delete it, reinstall mkinitcpio and kernel and run the command.
    Last edited by ollie (2014-04-15 13:29:38)

Maybe you are looking for

  • Electric Shock while charging IPad

    hello anybody having the same problem as me when i charge my Ipad from the wall socket and touch the back of the ipad i get an electric shock like when you get a shock from a nine volt battery is this normal or should i go to the apple shop near me

  • E-mailing Photos from iPhoto not working since moving to iCloud.

    Since switching to iCloud, my iPhoto will not e-mail photos.  Says the e-mail server cannot recognize my username/password combination.  I am lost on this as I am using iCloud for e-mail just fine.

  • 10.9.2 messed up mini displayport

    As soon as the 10.9.2 update finished my 2010 mac pro did not start up again going into a restart loop. After many tries the only thing that started it again was disconnecting my main Monitor Apple LED 27". Video card is ATI 7950 and now after the up

  • While watching a Netflix film, I get sound but no voices. How can I fix this?

    We're watching a Netflix film we've downloaded. All the background sounds are heard, but we hear no voices.

  • TIME M/C IS NOT BACKING uo

    Time Machine is set to it's default of hourly back-ups, but it certainly is NOT backing-up anything like every hour.   It seems to be about once every 2 days, but not a regular pattern. Help please someone out there.