Getting Runtime errors for smartforms in Quality.

|    The function module " " is called,                                                         
|    but cannot be found in the library.                                                      
|                                                                               
|    Error in the ABAP Application Program                                
|                                                                               
|    The current ABAP program "ZMMRFQ_SERVICE" had to be terminated because it has             
|    come across a statement that unfortunately cannot be executed.    
653|  SELECT SINGLE bedat FROM ekko INTO edate WHERE ebeln = p_ebeln.                          
|  654|ENDFORM.                    " get_data                                                     
|  663|FORM smartform .                                                                            |
|  664|  CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'                                                  |
|  665|      EXPORTING                                                                             |
|  666|        formname                 = 'ZMM_RFQ_SERVICE'                                        |
|  667|*   VARIANT                  = ' '                                                          |
|  668|*   DIRECT_CALL              = ' '                                                          |
|  669|      IMPORTING                                                                             |
|  670|        fm_name                  = fm_name                                                  |
|  671|      EXCEPTIONS                                                                            |
|  672|        no_form                  = 1                                                        |
|  673|        no_function_module       = 2                                                        |
|  674|        OTHERS                   = 3.                                                       |
|  675|                                                                                |
|  676|  IF sy-subrc <> 0.                                                                         |
|  677|    WRITE: / 'ERROR 1'.                                                                     |
|  678|* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO                                         |
|  679|*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.                                         |
|  680|  ENDIF.                                                                                |
|  681|                                                                                |
|  682|*loop at t_final.                                                                           |
|>>>>>|  CALL FUNCTION fm_name                                                                     |
|  684| EXPORTING                                                                                |
|  685|                                                                                |
|  686|                                                                                |
|  687|  control_parameters         = control                                                      |
|  688|    output_options             = output_options                                             |
|  689|    user_settings              = space  "'X'                                                |
|  690|                                                                                |
|  691|*    sum                    = sum                                                           |
|  692|                                                                                |
|  693|*    bdoc                     = bdoc                                                        |
|  694|                                                                                |
|  695|*     l_tlines1    =   l_tlines1                                                            |
|  696|*      l_tlines2    =   l_tlines2                                                           |
|  697|                                                                                |
|  698|*      l_tlines3    =   l_tlines3                                                           |
|  699|*                                                                                |
|  700|*       l_tlines4    =   l_tlines4                                                          |
|  701|*                                                                                |
|  702|*       l_tlines5    =   l_tlines5                                                          |
Any kind of help or inputs will be appreciated.
Regards,
Abhinab Mishra
Edited by: Abhinab Mishra on Sep 4, 2009 2:52 PM

Hi,
put a break point at FM 'SSF_FUNCTION_MODULE_NAME' and  check what is the value you are gettting in variable fm_name, then go to SE37 and check the FM name in fm_name is available or not..
Hope it helps!!
Rgds,
Pavan

Similar Messages

  • Getting Runtime error while adding Second page in Smartform.

    I added 2 pages in smartform. When I worked with single page. smartform working properly. Now I added one more page(i.e Second page) I am getting runtime error.  ("The current ABAP/4 program encountered an unexpected
    situation".   A RAISE statement in the program "SAPLSTXBC" raised the exception
    condition "ERROR".)   When I debug this standard program Something width problem getting on line number 110. Both width not matched so program raising exception. Can you please tell me to solve this problem what changes will I do in my smartform?

    Please let me know the details of each page.
    Error can occur in these cases.
    1) You copied the first page to second. and later you change the width of second page
    2) You created the second page and there is template in second page. each column width is not matching with the total width of the template.
    3) windows width is greater than the page width
    Please have a look.
    Regards,
    Nikhil
    Edited by: Nikhil V Kumar on Jul 27, 2010 12:16 PM

  • TS5376 I can not install itunes.  I get Runtime Error!  R6034.  An application has made an attempt to load the c runtime library incorrectly.  Please contact the application support team for more information.  I've been uninstalling, moving .dll files, re

    The other day I was prompted to update itunes.  I started to, and it crashed my itunes.  Then I tried to uninstall itunes, so that I could turn around and re-install it again.  Now I can not install itunes.  I get Runtime Error! message. R6034.  For the last two hours I have  tried deleting itunes, moving the .dll files to the desktop, restarting the computer (more times than I can count), deleting the temp files, updating my internet explorer, using the fix it program,..... 
    The two messages that I am getting are:
    Runtime Error! Program:c\Program Files (x86)\itunes\Tunes.exe     R6034   An application has made an attempt to load the c runtime library incorrectly.  Please contact the application's support team for more information.
    Also:  Service to 'Apple Mobile Device' (Apple Moblie Device) failed to start.  Verify that you have sufficient priviledges to start system services.

    I too was getting the same message regarding R6034. After many frustrating hours I went to the iTunes support page and clicked on "install and update." When that page came up I scrolled on to "removing and reinstalling iTunes......" There they tell you what files need to be removed and what order to do it in so you can reinstall iTunes. My iTunes works now and I didn't lose any music.
    About the Apple Mobile Device, well that's one of the files that has to be uninstalled. When you reinstall iTunes the Apple Mobile Device is automatically reinstalled.
    Hope this works for you as it did for me. Warning: it takes about an hour to do all this.

  • Getting runtime Error 'UC_OBJECTS_NOT_CHARLIKE'  for ALV grid

    Hi,
    When I call method SET_TABLE_FOR_FIRST_DISPLAY of ALV I get runtime error 'UC_OBJECTS_NOT_CHARLIKE'.
    Actually i have set in the fieldcatalog the field 'CHK' of internal table as checkbox.
    wa_fcat-fieldname = 'CHK' .
    wa_fcat-coltext = 'Clear' .
    wa_fcat-seltext = 'Clear' .
    wa_fcat-checkbox = 'X' .
    wa_fcat-edit = 'X' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    Field CHK is of type c.
    when i dont set the field as checkbox, I stop getting the error.
    Please find a solution.
    regards,
    auro

    Relevant parts of code are:
    Data Declaration:
    types:  begin of tt_revenue_det,
           chk type c,
           budat like zefit0006-zefibudat,
           racct_txt like skat-txt50,
           amount like zefit0006-zefihsl,
           pbar_txt like tgsbt-gtext,
           sgtxt like zefit0006-zefisgtxt,
           costcentertxt like cskt-ktext,
           bar_txt like skat-txt50,
           doctype like zefit0006-zefiblart,
           ch_flag type c,
           end of tt_revenue_det,
    data:    gt_revenue_det type table of tt_revenue_det.
    FIELD CATALOG
    *&      Form  set_fieldcatalog_rev_det
          text
         -->P_LT_FIELDCATALOG  text
    form set_fieldcatalog_rev_det  using    p_lt_fieldcatalog type lvc_t_fcat.
    data:wa_fcat type lvc_s_fcat.
    wa_fcat-fieldname = 'P_GT_REVENUE_DET-CHK' .
    wa_fcat-coltext = 'Clear' .
    wa_fcat-seltext = 'Clear' .
    wa_fcat-checkbox = 'X' .
    wa_fcat-edit = 'X' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'BUDAT' .
    wa_fcat-coltext = 'Posting Date' .
    wa_fcat-seltext = 'Posting Date' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'RACCT_TXT' .
    wa_fcat-coltext = 'Account Item Text' .
    wa_fcat-seltext = 'Account Item Text' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'AMOUNT' .
    wa_fcat-coltext = 'Amount' .
    wa_fcat-seltext = 'Amount' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'PBAR_TXT' .
    wa_fcat-coltext = 'Partner Business Area' .
    wa_fcat-seltext = 'Partner Business Area' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'SGTXT' .
    wa_fcat-coltext = 'Item Text' .
    wa_fcat-seltext = 'Item Text' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'COSTCENTERTXT' .
    wa_fcat-coltext = 'Cost Center' .
    wa_fcat-seltext = 'Cost Center' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'BAR_TXT' .
    wa_fcat-coltext = 'Business Area' .
    wa_fcat-seltext = 'Business Area' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'DOCTYPE' .
    wa_fcat-coltext = 'Type' .
    wa_fcat-seltext = 'Type' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'CH_FLAG' .
    wa_fcat-coltext = 'Split' .
    wa_fcat-seltext = 'Split' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    endform.                    " set_fieldcatalog_rev_det
    CREATE ALV
    *&      Form  create_alv_revenue_det
          text
         -->P_GT_REVENUE_DET  text
    form create_alv_revenue_det  using    p_gt_revenue_det.
    ALV related data declaration
    DATA: lf_layout TYPE lvc_s_layo,  "alv layout
          lt_fieldcatalog type table of lvc_s_fcat, "field catalog internal table
          wa_fieldcatalog type lvc_s_fcat. "work area for field catalog
    create alv only if container is initial
    IF G_CUSTOM_CONTAINER_REV_DET IS INITIAL.
    lf_layout-no_toolbar = 'X'. " no toolbar
    lf_layout-sel_mode = 'B'.
    populate field catalog
    perform set_fieldcatalog_rev_det using lt_fieldcatalog.
    create instance of container class
        CREATE OBJECT G_CUSTOM_CONTAINER_REV_DET
               EXPORTING CONTAINER_NAME = G_CONTAINER_REV2.
    create instance of alv grid class
        CREATE OBJECT GR_ALVGRID_REV_DET
               EXPORTING I_PARENT = G_CUSTOM_CONTAINER_REV_DET.
    call method to display table in alv grid by passing layout and fieldcatalog
        CALL METHOD GR_ALVGRID_REV_DET->SET_TABLE_FOR_FIRST_DISPLAY
             EXPORTING
             is_layout = lf_layout
             CHANGING
             IT_OUTTAB        = p_gt_revenue_det
             IT_FIELDCATALOG  = lt_fieldcatalog.
      ENDIF.
    endform.                    " create_alv_revenue_det

  • Whilst updating itunes software to latest version I get runtime error R6034 and cannot get into itunes. Is there a fix for this problem?

    Whilst updating itunes software to latest version I get runtime error R6034 and cannot get into itunes. Is there a fix for this problem?

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99376)

  • MDG Material BS_MAT_OVP_03 application is fine in development but giving runtime errors when moved to quality

    Dear Experts,
    We are Facing a problem with BS_MAT_OVP_03, We have done some enhancements and it is working very much fine in development and when we move it to Quality we are getting runtime errors, they are not with the enhancements but with in standard code itself.
    "ASSERTION_FAILED" " ""CL_USMD_ACC_FLD_PROP_DATA=====CP" or "CL_USMD_ACC_FLD_PROP_DATA=====CM009" "VALIDATE_RETURNED_FLD_PROP"
    we are getting above runtime error, Please let us know the reason for issue, If some one have come across.
    Regards
    Sukumar

    Hi Sukumar,
    It's because of few generated structures could be in "Inactive" mode for your data model when you move to quality system.
    Refer each generated structure from SE11 and activate them individually..this can be a post processing activity everytime you move data model structures from one ECC to other ECC.
    Thanks
    Praveen

  • ABAP runtime error for 0CRM_OPPT_H and I while running RSA3

    hello Gurus,
         I'm having problems while running RSA3 transaction for these data sources.
    0CRM_OPPT_H
    0CRM_OPPT_I
    0CRM_SALES_ACT_1
    0CRM_SALES_ACT_I.
    I'm getting ABAP runtime error for these.
    This is the error:
    Runtime Error          CALL_FUNCTION_CONFLICT_TAB_TYP
    Exception              CX_SY_DYN_CALL_ILLEGAL_TYPE
    I tried finding OSS notes for these, but I didn’t succeed.
    I activated the data source from RSA5, and then I tried RSA3. That time I got “Errors occurred during extraction”.
    After that I activated delta at BWA5, then I started getting runtime error.
    Even though I activated at BWA5, I am not able to see the data sources at BWA7.
    Am I missing any thing…please guide me through this….
    Thanks
    RKR

    Thanks for your replay... All the DS and related tables are active..
    But wen I tried to re-generate the DS again... this is the warning I'm getting... Any idea why I'm getting this....
    The even-numbered length of the DEC field SAMPLE_QTY_ALLOW can lead to problems
    <b>Message no. R8569</b>
    <b>Diagnosis</b>
    You want to use the field SAMPLE_QTY_ALLOW in the extract structure for DataSource 0CRM_OPPT_I. This field has a field of type 'DEC' (or 'CURR' or 'QUAN') with an even number of characters.
    This can create problems since the length resulting from calculations in ABAP (for example, in extractors or Customer Exits for extraction) is too large to be inserted in the database later (PSA in BW), causing a short dump.
    <b>Procedure</b>
    This warning is only relevant when the maximum length of this field is exceeded during extraction, for example when the field is expanded in the Customer Exit through a calculation.
    More information and a remedy can be found in SAP Note 641744.
    When I search the OSS note, SAP suggesting to apply 883310 note.
    In my company we are using CRM 4.0 servie pak8. SAP suggsting to install service pak 11, but my client is not interested to upgrade to 11 as CRM people are working on service pak 8.
    By any chance we can use specific note which change the ABAP code to solve this problem... Please give me some suggetions...
    Thanks
    RKR

  • TS2570 startup itunes get runtime error R6034 and then not correctly installed ERROR 7 (windows error 1114).

    startup itunes get runtime error R6034 and then not correctly installed ERROR 7 (windows error 1114).

    ChrisJ4203 wrote:
    Use this support document to remove iTunes and reinstall it on the computer. Follow the directions exactly. http://support.apple.com/kb/HT1923
    Chris,
    This absolutely solved the problem !!!!!!!!!!!!!!!!!!!!!   I was having the exact same error messages as Mike.
    Thank You for the great fix and I did not lose one song file!!!!!!!!!!!!
    G

  • Runtime error for Inspection Point Results Recording

    Hi,
    I am changing the already done Results Recording for using already used Inspection Point.
    I am getting the runtime error. Anybody came across such error?
    Regards
    Ramakanth

    Hi,
    In the in-process inspection I am using Inspection Points. Initially I have done Results Recording once with quantities.
    And then again I wanted to change the quantities for the same Inspection Point. So, I went to Results Recording for same Inspection Point and changed the quantities and saving. At this event I am getting Runtime error.
    I  have even deactivated one BADI INSPECTIONLOT_UPDATE and tried again. Even then I am getting same error.
    Ultimately my requirement is this:
    My client wants UD at operation level. They want only quantity which is accepted in Results Recording to be moved to the next operation. In the operation level confirmation the system should only accept the quantity which is accepted in Results Recording.
    Any suggestion in this regard.
    Thanks
    Ramakanth

  • Hollie**it! I can't even open iTunes anymore.I have Windows 7 Home Premium 64 Bit.  I tried to update iTunes twice today.  This is what I get:     Runtime error!     Program: C:\Program Files (x86)\iTunes\iTunes.exe     R6034  An application has made an

    Hollie**it!
    I can't even open iTunes anymore.I have Windows 7 Home Premium 64 Bit.  I tried to update iTunes Trice Now.  This is what I get: Runtime error!     Program: C:\Program Files (x86)\iTunes\iTunes.exe.   R6034  An application has made an

    Hello there, Vinnie.
    The following Knowledge Base article addresses the very issue you're describing:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Check for .dll files
    Go to C:\Program Files (x86)\iTunes and C:\Program Files\iTunes and look for .dll files.
    If you find QTMovie.DLL, or any other .dll files, move them to the desktop.
    Reboot your computer.
    Note: Depending on your operating system, you may only have one of the listed paths.
    Uninstall and reinstall iTunes
    Uninstall iTunes and all of its related components.
    Reboot your computer. If you can't uninstall a piece of Apple software, try using the Microsoft Program Install and Uninstall Utility.
    Re-download and reinstall iTunes 11.1.4.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Not getting runtime errors

    I have been using Flex for 6 months and suddenly this week I
    am no longer getting runtime errors which is making it very
    dificult to debug. Does anyone know what would cause runtime errors
    to be disabled?

    Did you turn off "Strict Mode"?

  • When i am posting the Outbound delivery,here getting Runtime error

    Hello
             When i am posting the Outbound delivery,here getting Runtime error
    This is error analysis report
    Error analysis
        Short text of error message:
        No RFC destination is defined for SAP Global Trade Services
        Long text of error message:
        Technical information about the message:
        Message class....... "/SAPSLL/PLUGINR3"
        Number.............. 002
        Variable 1.......... " "
        Variable 2.......... " "
        Variable 3.......... " "
        Variable 4.......... " "
    Please give me solution for this

    HI,
    Probable some missing customising for SAP Global Trade Services - Plug-In.
    Check with your functional consultant if the configuration is correct.
    Check in SPRO.
    Sales and Distribution>Foreign Trade/Customs>SAP Global Trade Services - Plug-In
    Regards,
    Ankur Parab

  • Getting runtime error

    hi all
    i am getting runtime error in this report can any one help me out.
    Include prg is attached down.
    REPORT  ZVBLOCKED.
    INCLUDE ZVBLOCKEDTOP.
    REPID = SY-REPID.
    PERFORM GET_DATA.
    PERFORM APPEND_FIELD.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT'
      EXPORTING
        I_CALLBACK_PROGRAM             =  REPID.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
      EXPORTING
        IS_LAYOUT                        =  LAYOUT
        IT_FIELDCAT                      =  F_VBAK
        I_TABNAME                        =  'IT_VBAK'
        IT_EVENTS                        =  F_EVENTS
      TABLES
        T_OUTTAB                         =  IT_VBAK.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
      EXPORTING
        IS_LAYOUT                        =  LAYOUT
        IT_FIELDCAT                      =  F_EKKO
        I_TABNAME                        =  'IT_EKKO'
        IT_EVENTS                        =  F_EVENTS
    TABLES
        T_OUTTAB                         =  IT_EKKO.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY'.
    FORM GET_DATA.
    SELECT VBELN NETWR FROM VBAK INTO TABLE IT_VBAK  WHERE KUNNR IN S_KUNNR.
    SELECT EBELN AEDAT FROM EKKO INTO TABLE IT_EKKO  WHERE LIFNR IN S_LIFNR.
    ENDFORM.
    FORM APPEND_FIELD.
    FCAT-FIELDNAME = 'VBELN'.
    FCAT-TABNAME = 'VBAK'.
    FCAT-REF_FIELDNAME = 'VBELN'.
    FCAT-REF_TABNAME = 'VBAK'.
    APPEND FCAT TO F_VBAK.
    FCAT-FIELDNAME = 'NETWR'.
    FCAT-TABNAME = 'VBAK'.
    FCAT-REF_FIELDNAME = 'NETWR'.
    FCAT-REF_TABNAME = 'VBAK'.
    APPEND FCAT TO F_VBAK.
    FCAT-FIELDNAME = 'EBELN'.
    FCAT-TABNAME = 'EKKO'.
    FCAT-REF_FIELDNAME = 'EBELN'.
    FCAT-REF_TABNAME = 'EKKO'.
    APPEND FCAT TO F_EKKO.
    FCAT-FIELDNAME = 'AEDAT'.
    FCAT-TABNAME = 'EKKO'.
    FCAT-REF_FIELDNAME = 'AEDAT'.
    FCAT-REF_TABNAME = 'EKKO'.
    APPEND FCAT TO F_EKKO.
    ENDFORM.
    This is include prg.
    TABLES: LFA1,EKKO,KNA1,VBAK.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME.
    SELECT-OPTIONS: S_LIFNR FOR LFA1-LIFNR,
    S_KUNNR FOR KNA1-KUNNR.
    SELECTION-SCREEN END OF BLOCK B1.
    TYPES: BEGIN OF TY_VBAK,
    VBELN TYPE VBAK-VBELN,
    NETWR TYPE VBAK-NETWR,
    END OF TY_VBAK.
    DATA: WA_VBAK TYPE TY_VBAK,
    IT_VBAK TYPE TABLE OF TY_VBAK.
    TYPES: BEGIN OF TY_EKKO,
    EBELN TYPE EKKO-EBELN,
    AEDAT TYPE EKKO-AEDAT,
    END OF TY_EKKO.
    DATA: WA_EKKO TYPE TY_EKKO,
    IT_EKKO TYPE TABLE OF TY_EKKO.
    TYPE-POOLS: SLIS.
    DATA: REPID LIKE SY-REPID,
    FCAT TYPE SLIS_FIELDCAT_ALV,
    F_LFA1 TYPE SLIS_T_FIELDCAT_ALV,
    F_VBAK TYPE SLIS_T_FIELDCAT_ALV,
    F_EKKO TYPE SLIS_T_FIELDCAT_ALV,
    LAYOUT TYPE SLIS_LAYOUT_ALV,
    F_EVENTS TYPE SLIS_T_FIELDCAT_ALV.

    Check the below code, its working fine.
    *& Report  YSAT_TEST3
    REPORT  YSAT_TEST3.
    type-pools: slis.
    TABLES: LFA1,EKKO,KNA1,VBAK.
    data: lv_event  type slis_alv_event, " add this
          lt_event type slis_t_event.       " add this
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME.
    SELECT-OPTIONS: S_LIFNR FOR LFA1-LIFNR,
    S_KUNNR FOR KNA1-KUNNR.
    SELECTION-SCREEN END OF BLOCK B1.
    TYPES: BEGIN OF TY_VBAK,
    VBELN TYPE VBAK-VBELN,
    NETWR TYPE VBAK-NETWR,
    END OF TY_VBAK.
    DATA: WA_VBAK TYPE TY_VBAK,
    IT_VBAK TYPE TABLE OF TY_VBAK.
    TYPES: BEGIN OF TY_EKKO,
    EBELN TYPE EKKO-EBELN,
    AEDAT TYPE EKKO-AEDAT,
    END OF TY_EKKO.
    DATA: WA_EKKO TYPE TY_EKKO,
    IT_EKKO TYPE TABLE OF TY_EKKO.
    TYPE-POOLS: SLIS.
    DATA: REPID LIKE SY-REPID,
    FCAT TYPE SLIS_FIELDCAT_ALV,
    F_LFA1 TYPE SLIS_T_FIELDCAT_ALV,
    F_VBAK TYPE SLIS_T_FIELDCAT_ALV,
    F_EKKO TYPE SLIS_T_FIELDCAT_ALV,
    LAYOUT TYPE SLIS_LAYOUT_ALV,
    F_EVENTS TYPE SLIS_T_FIELDCAT_ALV.
    REPID = SY-REPID.
    perform it_events.   " add this
    PERFORM GET_DATA.
    PERFORM APPEND_FIELD.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT'
    EXPORTING
    I_CALLBACK_PROGRAM = REPID.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
    EXPORTING
    IS_LAYOUT = LAYOUT
    IT_FIELDCAT = F_VBAK
    I_TABNAME = 'IT_VBAK'
    IT_EVENTS = lt_event        " add this
    TABLES
    T_OUTTAB = IT_VBAK.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
    EXPORTING
    IS_LAYOUT = LAYOUT
    IT_FIELDCAT = F_EKKO
    I_TABNAME = 'IT_EKKO'
    IT_EVENTS = lt_event      " add this
    TABLES
    T_OUTTAB = IT_EKKO.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY'.
    FORM GET_DATA.
    SELECT VBELN NETWR FROM VBAK INTO TABLE IT_VBAK WHERE KUNNR IN S_KUNNR.
    SELECT EBELN AEDAT FROM EKKO INTO TABLE IT_EKKO WHERE LIFNR IN S_LIFNR.
    ENDFORM.
    FORM APPEND_FIELD.
    FCAT-FIELDNAME = 'VBELN'.
    FCAT-TABNAME = 'VBAK'.
    FCAT-REF_FIELDNAME = 'VBELN'.
    FCAT-REF_TABNAME = 'VBAK'.
    APPEND FCAT TO F_VBAK.
    FCAT-FIELDNAME = 'NETWR'.
    FCAT-TABNAME = 'VBAK'.
    FCAT-REF_FIELDNAME = 'NETWR'.
    FCAT-REF_TABNAME = 'VBAK'.
    APPEND FCAT TO F_VBAK.
    FCAT-FIELDNAME = 'EBELN'.
    FCAT-TABNAME = 'EKKO'.
    FCAT-REF_FIELDNAME = 'EBELN'.
    FCAT-REF_TABNAME = 'EKKO'.
    APPEND FCAT TO F_EKKO.
    FCAT-FIELDNAME = 'AEDAT'.
    FCAT-TABNAME = 'EKKO'.
    FCAT-REF_FIELDNAME = 'AEDAT'.
    FCAT-REF_TABNAME = 'EKKO'.
    APPEND FCAT TO F_EKKO.
    ENDFORM.
    *&      Form  IT_EVENTS
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM IT_EVENTS .                         " add this
      refresh lt_event.
      clear lv_event.
      lv_event-name = slis_ev_top_of_list.
      lv_event-form = 'LIST_HEADER'.
      append lv_event to lt_event.
      clear lv_event.
      lv_event-name = slis_ev_top_of_page.
      lv_event-form = 'VERIFIC_HEADER'.
      append lv_event to lt_event.
    ENDFORM.                    " IT_EVENTS
    Thanks
    Satyasuresh Donepudi
    Edited by: Satya suresh Donepudi on Apr 29, 2009 9:04 AM

  • Getting runtime error during billing vf01

    Hello,i was doing billing vf01 getting runtime error after saving. what shud i do.The error says "SAPSQL_INVALID_FIEDNAME"CX_SY_DYNAMIC_OSQL_SEMANTIC SC"SAPLV61Z" or "LV61ZUQ1""SEL_KONDTAB".
    This is what i got in the error, in "what shud be done" title of the error.kindly suggest to clear out this problem.

    Hi Ramya,
    I am assuming you hv implemented your own function module in INCLUDE LV61ZUQ1. During VF01, SAP has detected at least 1 fieldname which does not exist in your ABAP codes/Select statement. This could happen, if for example a new field  has been implemented in a structure/trans. table or new fields added to field catalogs, but has not been successfuly generated/SAP stored the info structure incorrectly.
    If that's the case, the best way is to delete the field and re-generate, or if you added a field to field catalog, delete field in catalog then add, re-generate.
    Cheers,
    Benny Andre

  • Recent update download upset my entire itunes program. Can't use to sync iphone, ipad, etc nor run any other updates.  Get runtime error message, etc...and contact app support team.  Says itunes not installed correctly, pls reinstall. tried to no avail.

    A recent update download upset my entire itunes program. Unable to use to sync iphone, ipad, etc nor run any other updates.  Get runtime error message, Error 7 (windows error 1114)  etc...and contact app support team.  Says itunes not installed correctly, pls reinstall. tried to no avail.

    First try updating to iTunes 11.1.5.5, using an installer downloaded from the Apple website:
    http://www.apple.com/itunes/download/
    If you still get the errors after that, try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

Maybe you are looking for

  • Reinstalled itunes 10 64bit on pc running Windows 7 64 bit but nothing plays now.

    itunes 10 stopped playing tracks when I clicked on them. So have just reinstalled ver10 64 bit on pc running Win 7 64bit, rebooted computer but still won't play. Have recently updated Nvidia display drivers (64bit) but wouldn't think this would affec

  • Color Laserjet 2600n: only red not printing properly, washed out on the left side

    Hello, Our HP2600 Color Laser printer does not print well whatever includes the color red. On a portrait layout the 2" from the left are washed out in red. We only use new HP cartridges, clean the machine regularly. Error happens with different compu

  • Is it possible to transfer data from one applet to another?

    I have designed a calendar. Using the calendar,i have selected some dates. Is it possible to send the selected dates to another applet? If yes, please send the code to transmit data..

  • Lost all Contact

    I only wanted to update my music to my iPod Touch! I decided to update Contacts too since my Address Book has some new additions. I went to iTunes > Info > Sync Contacts / Advanced (Replace info on this iPod - Contacts.  (both checked) For some reaso

  • Virus? Random words on page are linked to spam sites.

    Each web page i visit has various words double-underlined as links. the first time i clicked one, it took me to groupon. i just clicked another and it lead me to lifestylejournal.com with an "article" about car insurance. Grrr. How do i get rid of th