ABAP error: CALL_FUNCTION_NOT_FOUND

Hi,
I am getting Message having CALL_FUNCTION_NOT_FOUND after saving my document in ME22N Tcode.
Message i am getting in my inbox:
Transaction.. ME22N
Update key... 80234FDE6D51F11C9004001A6435E8C6
Generated.... 02.06.2009, 05:15:29
Completed.... 02.06.2009, 05:15:31
Error Info... 00 671: ABAP/4 processor: CALL_FUNCTION_NOT_FOUND
Can any one please tell what will be the problem?
My out type also configured correctly with function module routine and program name.
Please reply.
Regards,
Kusuma.

Hi
But wich name for fm are u using?
The name is automatically generated by the system and it can change in every enviroment (dev, test and prod) or in the same enviroment.
So u should run the fm to return the name of fm generated as soon as the smartform is activated:
DATA: FM_NAME TYPE RS38L_FNAM,
      SF_NAME TYPE TDSFNAME.
SF_NAME = <smartform name>.
CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
      EXPORTING
           FORMNAME           = SF_NAME
      IMPORTING
           FM_NAME            = FM_NAME
      EXCEPTIONS
           NO_FORM            = 1
           NO_FUNCTION_MODULE = 2
           OTHERS             = 3.
IF SY-SUBRC <> 0.
* ----> No function
ELSE.
* Call smartform
CALL FUNCTION FM_NAME
ENDIF.
Max

Similar Messages

  • ABAP error: Call_function_not_found after saving the document in ME22N Tcod

    Hi,
    I am getting Message having CALL_FUNCTION_NOT_FOUND after saving my document in ME22N Tcode.
    Message i am getting in my inbox:
    Transaction..   ME22N
    Update key...   80234FDE6D51F11C9004001A6435E8C6
    Generated....   02.06.2009, 05:15:29
    Completed....   02.06.2009, 05:15:31
    Error Info...   00 671: ABAP/4 processor: CALL_FUNCTION_NOT_FOUND
    Can any one please tell what will be the problem?
    My out type also configured correctly with function module routine and program name.
    Please reply.
    Regards,
    Kusuma.

    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.

  • Run Time Error "CALL_FUNCTION_NOT_FOUND"

    Hi Friends,
    I am not able to create Material Master Record in Material Master Table due to Run time Error " CALL_FUNCTION_NOT_FOUND"
    The Following information found in the error screen,
    Short text :
    "CRM_GET_TRANSFER_STRUCNT" not found.
    what happend:
    The Function Module "CRM_GET_TRANSFER_STRUCNT"  is called,but cannot be found in the library.
    Error in the ABAP Application program
    The Current ABAP Program "SAPLCRMO" had to be terminated because it has come across a statement that unfortunately cannot be excuted.
    Thanks
    Anver

    open SAPLCRMO with SE38 find the place where the "CRM_GET_TRANSFER_STRUCNT"  is called.
    Check then this program part if it was modified in your company or if it is standard SAP coding.
    then either talk to the modifier, or open a message a SAP.
    (I dont find "CRM_GET_TRANSFER_STRUCNT"  as function module in my system, and I dont have a call of this FM in my SAPLCRMO program)

  • THE System showing ABAP error while activating the "lead questionairre".

    Hi Experts,
    I have ceated a new "questionnare" for the leads.
    while making it as active i am getting ABAP errors.
    Please let me know what has went wrong in this area.
    I have copied  the standard one  to create a new questionaree.
    waiting for the response.
    Thanks in advance
    Prajith P

    Hi,
    Are you loading from the Flat File or from ECC?
    If you are loading from FlatFile then you have to specify the InfoObject names in the "Template InfoObjects" area in DataSource-->Fields Tab.
    Then when you create the Transformation then the Rules will be created Automatically.
    Regards,
    rik

  • ABAP Error:Illegal interruption of the event LOAD-OF-PROGRAM (in MIGO-Goods issue to Production)

    Hi Experts,
    while i am doing MIGO(Goods Issue to Production Order, I am getting the below ABAP Error:
    Please give solution, It is urgent requirement.
    THE ERROR IS:
    Short text
         Illegal interruption of the event LOAD-OF-PROGRAM.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "/MRSS/SAPLRAP_INT_OB" had to be terminated because it
          has come across a statement that unfortunately cannot be executed.
    Error analysis
         During the flow of the event LOAD-OF-PROGRAM (event for the
         initialization of an ABAP program), a condition occurred under which
         the event was to be left early. This is not permitted as it would
         result in an inconsistent status in the ABAP program.
    Trigger Location of Runtime Error
        Program /MRSS/SAPLRAP_INT_OB
        Include /MRSS/LRAP_INT_OBF00
        Row                                     34
        Module type                             (FORM)
        Module Name                             GLOBAL_INIT
    Source Code Extract
    Line  SourceCde
        4
        5 *&---------------------------------------------------------------------*
        6 *&      Form global_init
        7 *&---------------------------------------------------------------------*
        8 *       text
        9 *----------------------------------------------------------------------*
       10 FORM global_init.
       11
       12 * local data
       13   DATA lv_badi_impl_exists TYPE flag.
       14
       15
       16 * get ref to BAdIs
       17   CALL METHOD cl_exithandler=>get_instance "#EC CI_BADI_GETINST
       18     CHANGING
       19       instance = gv_ref_badi_inter_company.
       20 *  CALL METHOD cl_exithandler=>get_instance
       21 * CHANGING
       22 *      instance = gv_ref_badi_rap_back.
       23 *  CALL METHOD cl_exithandler=>get_instance
       24 *    CHANGING
       25 *      instance = gv_ref_badi_ps_int.
         26   CALL METHOD cl_exithandler=>get_instance "#EC CI_BADI_GETINST

    Hi Rob thanks for your response.  I thought about doing an OSS note however; I would think I would need to get the problem in config corrected first as it contradicts each other.  The problem I am talking about is how they are to return material to vendor....I have never even seen this as a process in my 10 years....
    Process.....when the PO is a return to vendor PO they go to migo and choose the goods receipt and mvmt type 101 and the system will default the 161 in the item level....the two are inconsistent.  If I try to change the top level to a 161 mvmt (as this is what I am used to seeing) it gives the error that the PO is not a stock transport order... Would you agree that I should correct that problem first before creating an OSS note?

  • Abap Error CALL_FUNCTION_WAIT_ERROR in program SAPMSSY1

    I am getting abap error " CALL_FUNCTION_WAIT_ERROR  ".
    The termination occurred in the ABAP/4 program "SAPMSSY1 " in
    "REMOTE_FUNCTION_CALL".
    The main program was "SAPMSSY1 ".
    The termination occurred in line 69
    of the source code of program "SAPMSSY1 " (when calling the editor 690).
    Regards,
    Arundhati

    Hello,
    If CALL_FUNCTION_WAIT_ERROR occurs only at the server side for
    Remote Function Call (RFC) communication when the server gets
    the message that the client side is not reachable any more.
    This can happen if there exists an communication interruption (CPIC /
    TCP/IP network problems) or a client is not any more active.
    Therefore please check the gateway, workprocess and rfc traces
    (dev_rd,  dev_w* and dev_rfc*) and SM21 for possible problems. Could
    you find the origin of the rfc connection? Is it an external RFC
    program? Then you may need to install the most recent rfc library
    on external side according to SAP notes:
    413708  RFC library current at present
      27517  Installation RFCSDK
    Regards,
    David

  • Abap error in Q system.

    Dear All,
    To modify MB51 we have created a Z report (ZMB51) by copying RM07DOCS to another program ZSD_RM07DOCS and modifying it.
    Everthing is working perfect in Dev system but when we have transported to Quality system , it is giving abap error..
    Help is very much appreciated.
    Best regards
    Error is:
    Error in the ABAP Application Program
    The current ABAP program "SAPLALDB" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "ZSD_RM07DOCS " in include
    "ZSD_RM07DOCS " in
    line 1025:
    "FORM "MODIFY_LIST" does not exist"
    The include has been created and last changed by:
    Error analysis
        The following syntax error was found in the program ZSD_RM07DOCS :
        "FORM "MODIFY_LIST" does not exist"
    Trigger Location of Runtime Error
        Program                                 SAPLALDB
        Include                                 LALDBU03
        Row                                     49
        Module type                             (FUNCTION)
        Module Name                             SUBMIT_REPORT

    Dear All,
    Thanks for the answer, but I have already cheked the source code if it is there Form modify_list is just standing there )
    Best regards

  • Abap error when user fi asset using tcode KO88

    hai gurus,
    when the user fi_asset team want to use the transaction the system give and error.
    For gurus information, we are facing the number ranges issue. when document type AA that using number ranges from 100006000 - 100006999 have been hit to maximum value in year 2007
    so the at the time is we create a another number ranges in documnet type AA using number ranges form 8000000000 - 8999999999 that for year 2007 untill the future
    but now when the user want to use this transaction the system have issue the problem.
    when the user run the test run mode is no detect any problem but when user make actual run the system give abap error like this below.
    ABAP runtime errors    MESSAGE_TYPE_X                                                     
           Occurred on     22.02.2008 at 09:58:49                                                                               
    >> Short dump has not been completely stored. It is too big.                                                                               
    The current application triggered a termination with a short dump.                                                                               
    What happened?                                                                               
    The current application program detected a situation which really                         
    should not occur. Therefore, a termination with a short dump was                          
    triggered on purpose by the key word MESSAGE (type X).                                                                               
    What can you do?                                                                               
    Note the actions and input that caused the error.                                                                               
    Inform your SAP system administrator.                                                                               
    You can print out this message by choosing "Print". Transaction ST22                      
    allows you to display and manage termination messages, including keeping                  
    them beyond their normal deletion date.                                                                               
    Error analysis                                                                               
    Short text of error message:                                                              
    Document number 1000 100060000 2007 was already assigned                                                                               
    Long text of error message:                                                               
    Diagnosis                                                                               
    Document number 100060000 in company code 1000 and fiscal year 2007                  
         has already been assigned.                                                           
    System Response                                                                               
    Termination of processing.                                                           
    Procedure                                                                               
    Check document number range 01 in company code 1000 and fiscal year                  
         2007 and correct the number range status if necessary.                                                                               
    Technical information about the message:                                                  
    Message classe...... "F5 "                                                                
    Number.............. 152                                                                  
    Variable 1.......... "1000 "                                                              
    Variable 2.......... "100060000 "                                                         
    Variable 3.......... "2007 "                                                              
    Variable 4.......... "01 "

    Hello,
    If you are facing the error during KO88, there could be a problem with settlement document number range also.
    During settlement, a settlement document is created and also related FI, CO, PA documments as applicable.
    Please go to t code SNUM, check the number range for CO settlement object:CO_ABRECHN.
    Let me know if it solves your problem.
    Sourabh

  • FBL3N- Abap error for new company code

    Hello Forum,
    I have created a new company code and created few GL accounts in My Test system. However when i try to run this report FBL3n it gives a runtime error.
    Runtime Errors         CALL_FUNCTION_NOT_FOUND
    Except.                CX_SY_DYN_CALL_ILLEGAL_FUNC
    Date and Time          02/11/2014 11:13:48
    Short text
         Function module "LINE_ITEMS_GET_GKNOT" not found.
    However it works fine with other company codes and report is executable and displaying the values properly.
    Any help is apreciatable
    Thanks
    David

    Hello David,
    Please go through in the below link which is already answered for your query.
    http://scn.sap.com/thread/1859902
    Yes, you are correct there is no  Function module "LINE_ITEMS_GET_GKNOT" with this name. PFA the screenshot for your easy reference.
    This is because of spelling error. Correct FM is LINE_ITEMS_GET_GKONT
    Please  follow the below given steps to correct the FM Name spelling error.
    Go to FIBF ---> Settings tab ---> Choose P/S Modules ----> Of a Customer ---->
    Event: 00001650
    Product: ZFBLOFF (which has been created in the previous step)
    Function Module: LINE_ITEMS_GET_GKONT
    Modify GKNOT as GKONT by choosing the correct line entry and then save.
    I hope it will resolves.
    Thanks & Regards,
    Lakshmi S

  • ABAP error on posting MR11 entries

    Hi,
    Tried posting entires in MR11. On pressing icon post clearing gets error message program termination & ABAP error. ABAP error analysis " DIAG1 = MR11 1000 01 02"
    Could any one advise what could be reason foir error & how to resolve it

    if an ABAP terminates then it creates a huge log that can be analyzed via ST22.
    even it is huge, the most important info is at the first 5 pages.
    It is usually not a user error when a program terminates. Ask an ABAPer to analyze the dump.

  • Abap error when using Web Dynpro assistance class

    Hello All,
    I created Web Dynpro component with assistance class.
    On the component controller I can see the attribute "WD_ASSIST".
    I also can use Goto  -> text symbols and create net text key.
    But when I tried to read the text:
    wd_assist->get_text( '001' ).
    There is abap error:
    Method get_text is unknown protected or private.
    I can see the method get_text inside my assistance class like this:
    IF_WD_COMPONENT_ASSISTANCE~GET_TEXT visibility - public.
    I think I missed something while creating the assistance class?
    Thanks in advanced for the help.
    Nir

    Your method call should be:
    wd_assist->IF_WD_COMPONENT_ASSISTANCE~get_text( '001' ).
    You have to supply the interface name or go into the class definition and create a public alias for that method.

  • Abap error in  fica

    hello gurus
    is there any  techy  who can  solve an  error in  utilities..
    am  facing  this
    Spro-/finacial accounting new/contract accounts receivables and payables/maintain transactions for billing
    The above link to maintain  transaction for billing  leads to an abap error as displayed below
    NO DATA EXIXTS IN TFKIHVORT FOR THE SLECTION CRITERIA ENTERED
    kindly  solve it and let me know the steps to solve ittoo
    points waiting  for u..
    thanks and regards
    sooraj

    hi gurus
        techys help me pls..
    table TFKIHVORT  a default  SAP  TABLE when  activated shows error as follows
    ENHANCEMENT  CATEGORY  MISSING.
    ENHANCEMENT  CATEGORY  FOR INCLUDE OR SUBTYPE MISSING.
    as per once of our friends suggestion  i  have tried seeing  it  with tcode sm34 which  is for view cluster maintanence and  ther i  can  see  all main transactions defined.
    i  could nt  really  diagonise this error.in  ides its working  without  any  error.it means this particular spro  node does not  depend uipon the utililty settings since my  ides doest  not  have utility in it.
    so  suggest  me how to  solve this puzzle
    thanks and regards
    sooraj

  • Call function - abap error

    When I'm calling a function ME_READ_HISTORY there is an abap error appears. If I check the function manualy everything is ok.
    CALL FUNCTION 'ME_READ_HISTORY'
                   EXPORTING
                      EBELN = lw_bsis-zuonr+0(10)
                      EBELP = lw_bsis-zuonr+10(5)
                      WEBRE = ' '
                  WEBRE = EKPO-WEBRE
                   TABLES
                       <b> XEKBES = BETS.</b>  "here is an abap errror
    I think there is a problem because in lw_bsis are dupllicated ZUONR's. But I don't know how to call function just for unique records.
    I solved the select from table int with SORT INT by ZUONR.
    DELETE ADJACENT DUPLICATES from int COMPARING ZUONR.
    bu i don't know how to do the same for the LW_BSIS work area.
    Any suggestion?
    BR
    Saso
    CALL FUNCTION 'ME_READ_HISTORY'
                   EXPORTING
                      EBELN = lw_bsis-zuonr+0(10)
                      EBELP = lw_bsis-zuonr+10(5)
                      WEBRE = ' '
                  WEBRE = EKPO-WEBRE
                   TABLES
                        XEKBES = BETS.

    By executing this code, you must get the run time error CALL_FUNCTION_CONFLICT_TYPE.
    To solve this you can do like this:
    DATA: L_EBELN LIKE EKKO-EBELN,
          L_EBELP LIKE EKPO-EBELP.
    DATA: BETS LIKE EKBES OCCURS 0 WITH HEADER LINE.
    L_EBELN =   LW_BSIS-ZUONR+0(10).
    L_EBELP =   LW_BSIS-ZUONR+10(5).
    CALL FUNCTION 'ME_READ_HISTORY'
      EXPORTING
        EBELN                    = L_EBELN
        EBELP                    = L_EBELP
      TABLES
        XEKBES = BETS.
    Regards,
    Naimesh Patel

  • While executing 'Z' BAPI Runtime error CALL_FUNCTION_NOT_FOUND has occurred

    Dear Friends,
    We Customized 'Z' BAPI but not transported to QA yet,
    Is it possible to test with QA by fetch QA data by giving RFC target sys: (QA RFC Destination Name)
    If I give RFC target sys: (QA RFC Destination), I am getting Runtime error CALL_FUNCTION_NOT_FOUND has occurred. 
    How to resole this....
    What is method to check this customized BAPI with different server...../
    It is working fine for Standard BAPI.
    Regards

    But you should be able to call it in the DEV system from QA. This will prove that the RFC part works.
    Rob

  • Run-time error "CALL_FUNCTION_NOT_FOUND" occurred

    Hi everyone:
    I am proving an interface from a ficticious R/3 system to XI, but there is a problem when connecting with XI.
    The outbound channel(sender to XI) is not created in the directory because of from a R/3 service you dont need to create one. In the system log of XI(sm21) appears this error log:
    12:58:00 DIA 000 100 XIRWBUSER         R68 Perform rollback
    12:58:00 DIA 000 100 XIRWBUSER         AB0 Run-time error "CALL_FUNCTION_NOT_FOUND" occurred
    12:58:00 DIA 000 100 XIRWBUSER         AB1 > Short dump "060320 125800 slde1s30 XIRWBUSER " generated
    CAN SOMEBODY HELP ME PLEASE????

    Hi Alvaro,
    you have to import a RFC to IB Repository, where it is to use as Outbound-Interface.
    Call (asynchronous) at R/3 side with
    CALL FUNCTION 'myFunction'
    DESTINATION 'myDestination'
    IN BACKGROUND TASK
    ... "parameters
    COMMIT WORK.
    Regards,
    Udo

Maybe you are looking for

  • Goods Receipt for sales order stock

    Hi everybody, I want to receive materials for sales order stock. what I did: 1- Created a Purchase order, 2- Account Assignment = C 3- went to MIGO 4- selected PO number 5- set movement type 101 / E the SAP give error message that you have not planne

  • SharePoint 2013 Delete old AD-securitygroup, create new one: No permission

    Hello there Im currently stuck with this issue - i had Group A, Group B, Group C in my AD. Group B to C and forth were members of Group A. Now i deleted Group A to recreate Group A and added the other groups as a member. However, if i assign permissi

  • Oracle 8i on redhat 7.1 doesnt come through at all

    hi, i have gone thru all ur posts and tried to exactly as posted. got linux81701.tar and also jdk118v3 from blackdown and then first set all the required variables and then installed jdk118 onto /usr/local/java and then untarred the or8i distribution

  • Keyboard and mouse not recognize by my Mac

    My keyboard and mouse stop working In the same time. They actually work but the computer doesn't look like it recognize them... Some one know what is appening!?

  • Basic simulation loop question

    Hi. I've been searching this board for quite some time, but couldn't find what I'm really looking for. I'm an absolute beginner when it comes to Labview. I'm working on a school project that includes controlling the pneumatic actuated inverted pendul