Urgent : Runtime error in create_popup_to_confirm

I get the below runtime error.
+View V_ANALYSIS_DETAILS has no action BUTN_REJECT x«Â +
and this is my code. can someone suggest me what am i missing in it
l_api_main = wd_this->wd_get_api( ).
  l_cmp_api = wd_comp_controller->wd_get_api( ).
  str = 'Approved'.
  APPEND str TO str_table.
  str = 'Reason Rate Transferred set on activity'.
  APPEND str TO str_table.
  l_window_manager = l_cmp_api->get_window_manager( ).
  l_popup = l_window_manager->create_popup_to_confirm(
  text = str_table
  button_kind = if_wd_window=>co_buttons_ok "4
  message_type = 1
  close_button = 'X'
  window_title = 'Status Confirmation'
  window_position = if_wd_window=>co_center ).
  l_popup->subscribe_to_button_event(
  button = if_wd_window=>co_button_yes
  action_name = 'BUTN_REJECT'
  action_view = l_api_main
  is_default_button = abap_true ).
  l_popup->open( ).

Hi Suri,
Firstly we have to pass  the action name and not the button name to action_name at the time of subscribing the action.
By default, the popup for confirmation will get closed upon any action performed.
Check the code in the action assigned 'Ok' button. there might be a case where the code for calling the popup is triggered again.
Please find the below code snippet for creating a Pop up for confirmation.
*data declaration
  data:
    l_componentcontroller_api TYPE REF TO if_wd_component,
    l_window_manager TYPE REF TO if_wd_window_manager,
    l_window TYPE REF TO if_wd_window,
    lt_text TYPE string_table,
    l_text_line TYPE string,
    l_api TYPE REF TO if_wd_view_controller,
  l_api = wd_this->wd_get_api( ).
  l_text_line = cl_bsp_runtime=>if_bsp_runtime~get_otr_text( alias = '/RIO/ZHSE/025' ).
  APPEND l_text_line TO lt_text.
  l_componentcontroller_api = wd_comp_controller->wd_get_api( ).
  l_window_manager = l_componentcontroller_api->get_window_manager( ).
  CALL METHOD l_window_manager->create_popup_to_confirm
    EXPORTING
      text                 = lt_text
      button_kind          = if_wd_window=>co_buttons_yesnocancel
      message_type         = if_wd_window=>co_msg_type_question
      CLOSE_BUTTON         = ABAP_TRUE
      WINDOW_TITLE         =
      WINDOW_LEFT_POSITION =
      WINDOW_TOP_POSITION  =
      window_position      = if_wd_window=>co_center
      WINDOW_WIDTH         =
      WINDOW_HEIGHT        =
    RECEIVING
      result               = l_window.
  CALL METHOD l_window->subscribe_to_button_event
    EXPORTING
      button            = if_wd_window=>co_button_yes
      BUTTON_TEXT       =
      TOOLTIP           =
      action_name       = 'BACK_AND_SAVE'
      action_view       = l_api
      is_default_button = abap_true.
  CALL METHOD l_window->subscribe_to_button_event
    EXPORTING
      button            = if_wd_window=>co_button_no
      BUTTON_TEXT       =
      TOOLTIP           =
      action_name       = 'BACK_AND_NO_SAVE'
      action_view       = l_api
      is_default_button = abap_false.
  l_window->open( ).
endif.

Similar Messages

  • Urgent: runtime error problem

    hi,
    iam working on development server and when i run a tcode and aftere dat when i press f1 for help on any field den a runtime error occurs.
    saying dat :-
      The current ABAP/4 program terminated due to
      an internal error in the database interface.
    what does it mean and how to solve dis problem,if find useful he or she will be definately rewarded.

    Hi ric,
    Can you please provide more details like type of program, type of screen. (whether you have used call screen or it's standard selection-screen)..
    Regards,
    Mohaiyuddin

  • Urgent : Runtime error

    hi All Gurus,
    i am getting Runetime error while going to convert planned order to process order by using T.Code: MD04.
    Error :
    "Runtime Error          SAPSQL_ARRAY_INSERT_DUPREC
    Except.                CX_SY_OPEN_SQL_DB"
    "|ShrtText                                                                                |
    |    The ABAP/4 Open SQL array insert results in duplicate database records.                      -
    |What happened?                                                          
    Error in ABAP application program.
    The current ABAP program "SAPLM61U" had to be terminated because one of the
    statements could not be executed.
    |    This is probably due to an error in the ABAP program.    "
    it comes while Saving the order. Sometimes it saves order and sometime it gives error.
    Another problem is that sometimes it is picking wrong production version.
    plz help ASAP.
    thnaks

    Hi
    This is ABNAP issue.
    you better coordinate with your technical team memebr who can analise & solve.
    Regartds
    YMREDDY

  • [urgent ]runtime error  occured while creating the material using mm01

    hai
    am configure the ale program now . the problem is occured during the creating the material using mm01.
    am using client 000 (sending system). and i want to send the material to the client 400(receiving system)
    while am  save the created material using t-code mm01 in client 000 . it depicts the error as
    syntax error in program SAPLC140. 
    plz resolve this problem.
    regards
    surender

    Hi,
        In MM01 transaction code u have a problem..normally u will go to mm01 screen to create the material..i thought the same error will occur...so call basis to rectify this problem..
    Thank u,
    Manjula Devi.D

  • Urgent(abap runtime error)

    hi all,
    when i tried to findout the name(collective search) by  last name o'brien in PA20 OR PA30 transacton   i got the abap runtime  error  in production
    but when i tried samething in development and quality  by lastname  o'brein in PA20 OR PA30 TRANSACTION i got the 4 names  .please let me know what is the problem . it is very urgent.
    thanks in advance
    rama.

    Hi
    What is the runtime error u got
    Regards
    Pavan

  • Portal runtime error in Theme editor:Urgent

    Hi All,
    I am getting the following error when i am logging as a j2ee_admin user in Theme Editor and
    also when i click on theme transport it is not displaying any contents.
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.system_administration
    /com.sap.portal.system_admin_ws/com.sap.portal.themes/com.sap.portal.theme_editor/com.sap.portal.styleeditor
    Component Name : null
    Page could not create the iView.
    See the details for the exception ID in the log file.
    the default trace is as below
    "application webdynpro/dispatcher Processing HTTP request to servlet [dispatcher] finished with error.
    The error is: java.lang.NullPointerException: null
    Exception id: [0003BA3630CD0076000005BF00005B3B00044B53786F03CB]
    The iview for theme editor does not exist . any clue how to over come this.
    Thanks & Regards
    santosh

    Hi All,
    Issue is resolved . Deleted one of the standard theme through system admin->support->support desk->theme and restarted the server.
    Regards
    Santosh

  • Lightroom 2 runtime error when trying to start up *URGENT ERROR*

    I updated from 2.0 to 2.1 recently. Now everytime I try to start lightroom it will not, and i get a microsoft visual c++ runtime error and it immediately asks to close LR before it even opening.
    I found 3 possible solutions on the adobe knowledge base. none of which work. Deleteing the preference files, deleting the preference folder, and trying to install LR under a different user account. I have Vista sp1 OS running on my computer. I have plenty of room and ram.
    I even went as far as uninstalling LR and deleting all references to it in the registry. I just tried to reinstall 2.0 and open it with the same darned error. I am at my wits end as I have over 100 highschool kids composite protraits to churn out, and their adjustments are all stuck in a lightroom catalog that I can't open.
    Any other solutions floating around about this that i haven't tried?????

    Some more things in random order:
    I think you're right about something deeper going on. The bad install for Flash sounds bad.
    The C++ error sounds like it could be a missing file from something that didn't get installed right.
    You might go buy yourself a new hard-drive, reinstall vista and see if you can get things to work, then, and either use that as your new boot drive or go back to the other one and try again.
    Presumably ScanDisk doesn't show any problems?
    You might disconnect all your USB drives and use just C and see if things work.
    Do you have any permissions issues at all?
    Look in event log and see if it says anything leading up to the C++ error.
    Have you tried reseating the hard-drive cables and memory chips on your MB although usually these things would cause a blue-screen not a C++ error.
    Remove any extra peripherals that you don't need.
    Does the error you get indicate a recognizable GUI-related thing? If so perhaps changing the graphics-card acceleration or other settings could affect it.
    After you system-restore back, are you then installing LR 2.1?
    Why didn't it let you do a Restore and what did you do to finally get it to work?
    This thread started pretty late at night, so the Adobe types are probably not reading things at this point and will have some ideas, tomorrow.

  • Urgent: Regarding Runtime Error in FM

    hi,
    i had made a Function Module which will reterive the production order,but when i use it in the program it gives runtime error.Plzz help me how to solve this problem.
    1st i am pasting the code which i had written:-
    FUNCTION ZFIND_PRDORD.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(QP_CHARG) LIKE  CHVW-CHARG OPTIONAL
    *"     VALUE(P_AUFNR) LIKE  CHVW-AUFNR OPTIONAL
    *"  EXPORTING
    *"     VALUE(P_RETVAL) LIKE  CHVW-AUFNR
    DATA : BEGIN OF T_CHVW OCCURS 0,
                  XZUGA LIKE CHVW-XZUGA,
                  WERKS LIKE CHVW-WERKS,
                  MATNR LIKE CHVW-MATNR,
                  CHARG LIKE CHVW-CHARG,
                  AUFNR LIKE CHVW-AUFNR,
                  EBELN LIKE CHVW-EBELN,
                  MBLNR LIKE CHVW-MBLNR,
                  ZEILE LIKE CHVW-ZEILE,
                  BUDAT LIKE CHVW-BUDAT,
                  SHKZG LIKE CHVW-SHKZG,
                  BWART LIKE CHVW-BWART,
                  MENGE LIKE CHVW-MENGE,
                  MEINS LIKE CHVW-MEINS,
                  KZBEW LIKE CHVW-KZBEW,
              END OF T_CHVW.
    SELECT XZUGA WERKS MATNR CHARG AUFNR EBELN
    MBLNR ZEILE BUDAT SHKZG BWART MENGE MEINS KZBEW
    FROM CHVW INTO TABLE T_CHVW
    WHERE CHARG EQ QP_CHARG
    and XZUGA = ' '
    AND BWART = '101'
    and aufnr eq p_aufnr
    AND KZBEW = 'F' .
    P_RETVAL = T_CHVW-AUFNR.
    ENDFUNCTION.
    Now i am displaying the program for testing this FM which gives the runtime error:-
    TABLES : CHVW.
    SELECT-OPTIONS : P_CHARG FOR CHVW-CHARG,
                     P_AUFNR FOR CHVW-AUFNR .
    CALL FUNCTION 'ZFIND_PRDORD'
    EXPORTING
       QP_CHARG       = P_CHARG
       P_AUFNR        = P_AUFNR
    IMPORTING
       P_RETVAL      = P_AUFNR.
    WRITE : / 'SDSQDA' .
    Plzz help me out as how to solve this problem as i have to use it in 
    the main program.
    regards,
    ric.s

    HI SANTOSH,
    I had changed according what u said and it is not giving runtime error .
    but it is not giving the value as if i send the value of batch and the prd orderr. plz tell me how do it get the output.
    i had written the code of program like this:-
    TABLES : CHVW.
    Parameters : P_CHARG like CHVW-CHARG,
                 P_AUFNR like CHVW-AUFNR.
    DATA: PRD LIKE CHVW-AUFNR.
    CALL FUNCTION 'ZFIND_PRDORD'
    EXPORTING
    QP_CHARG = P_CHARG
    P_AUFNR = P_AUFNR
    IMPORTING
    P_RETVAL = PRD.
    WRITE : / PRD .
    PLZ HELPMEOUT HOW TO DO THIS.

  • URGENT: Bug in Adobe Acrobat X /// Acrobat.exe Runtime Error! R6025 - pure virtual function call

    Hello
    I work usually with large PDF documents, and I was trying to convert a PDF document of 1000 pages ONE THOUSAND PAGES, to little PDF documents of 10 MB each one.
    When I tried to convert the PDF file into little ones, craaashhhhhhhhhhhhhhhhhh
    I got this message:
    Acrobat.exe Runtime Error! R6025 - pure virtual function call - Microsoft Visual C++ Runtime Library
    This seems to be a BUG AS BIG A GRAND PIANO... so I would like someone from Adobe tell me how may I solve this problem or if they will release an update soon?
    Thank you

    This is a user to user forum and we don't post information here (or anywhere else public) about what may or may not be in future patch releases.
    If you have a bug with an Adobe product you must report it using the correct form.

  • InDesign Runtime Error - Urgent

    Can someone please help?  I just downloaded a trial of CS4 and am using InDesign (in hopes of making a purchase), and there is a RunTime error every time I try to open InDesign and it shuts down.  If it's going to be this difficult to edit a document, it may be easier just to recreate it then try to work with InDesign.  Please help as I have a few days left on my trial that I am testing for my organization, and at this rate, we certainly won't be purchasing CS4.
    Thanks.

    Without more information it's really hard to know what to suggest. Turn off Live Preflight to start.
    Also try making a new user and see if the program works in the new user.
    But there probably isn't a lot of point in trying to fix a CS4 demo -- you'll be hard pressed to find legitiamte CS4 licenses now that CS5 is the current version. Is there a reson you aren't using the CS5 trial?
    Some more info on the machine and OS might help, too.
    I'm about to hit the road for a while, so I may not get back to you for a bit...

  • URGENT : Portal Runtime Error

    hi,
    We are getting the following error  , when we execute transactional iview  :
    Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 03:36_25/02/08_0050_233604950
    See the details for the exception ID in the log file.
    When we assign a user with  super admin role , the transactional iviews are displaying .
    Thank and regards,
    srini

    In development , for a user  'A' , in user profile it is Activate Accessibility Feature not checked.
    Similarly it is also not checked in Quality .
    When we run , transactional iviews are working fine for dev but not for Quality .
    Note :  it is not displaying accessed denied message :  It is displaying :
    Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 04:47_25/02/08_0061_233604950
    See the details for the exception ID in the log file.
    When I saw in log through nwa : it is displaying the following message :
    Content pass of Application Integrator failed
    Component name : com.sap.portal.appintegrator.sap.Transaction
    Context name : iview
    Srini

  • Runtime error  MOVE_TO_LIT_NOTALLOWED_NODATA.....urgent

    Hi All,
    I am stuck up at one point which is giving
    Runtime error  MOVE_TO_LIT_NOTALLOWED_NODATA.....
    I am giving the details of the dump:
    Error analysis                                                                                |    A new value is to be assigned to the field "<A>", although this field is                  
    |    entirely or partly protected against changes.                                             
    |    The following are protected against changes:                                          
    - Character literals or numeric literals                                                     CONSTANTS)
    |    - Parameters of the category IMPORTING REFERENCE for functions and                        
    |    methods                                                                               
    |    - Untyped field symbols not yet assigned a field using ASSIGN                          
    |    - TABLES parameters if the actual parameter is protected against changes                   
    |    - USING reference parameters and CHANGING parameters for FORMs, if the                     
    |    actual parameter is protected against changes and                                        
    |    - Accesses using field symbols if the field assigned using ASSIGN is                       
    |    protected (or partially protected, e.g. key components of an internal                       
    |    table with the type SORTED or HASHED TABLE) against changes                               
    |    - Accesses using references, if the field bound to the reference is                        
    |    protected (or partially protected) against changes                                         
    |    - External write accesses to READ-ONLY attributes,                                         
    |    - Content of a shared object area instance accessed using a shared lock                     
    (ATTACH_FOR_READ).       
    How to correct the error                                                                         
    |    The field to be overwritten is a parameter or a                                              
    field symbol:
    |    Declare the parameter as VALUE parameter or transfer a help field, to                        
    |    which you assigned the constant before, and assign the help field                            
    |    instead of the constant to the field symbol.                                                 
    Sorce code where error occured:      
       FORM get_constants  
    FIELD-SYMBOLS: <a>.    
    DATA: t_bc_const TYPE zbc_const OCCURS 100 WITH HEADER LINE.
    SELECT  progname fieldname num type sign opti low high     FROM  zbc_const    INTO  CORRESPONDING FIELDS OF TABLE t_bc_const   WHERE progname EQ sy-repid.                                            
      LOOP AT t_bc_const.
        IF sy-subrc = 0.
          CASE t_bc_const-type.
            WHEN 'C'.     "PARAMETER OR CONSTANT
              ASSIGN (t_bc_const-fieldname) TO <a>.
              <a> = t_bc_const-low.
            WHEN OTHERS.
          ENDCASE.
        ENDIF.
      ENDLOOP.
    ENDFORM.                    " GET_CONSTANTS
    SY-subrc eq 4
    at the statement.
    ASSIGN (t_bc_const-fieldname) TO <a>.
    PLease provide me with proper solution,or reason for the error

    Hi,
    Dynamic ASSIGN
    FIELD-SYMBOLS <fs> TYPE ANY.
      ASSIGN (name) TO <fs>.
    But in your code  '='  is there.
    Your code :
    ASSIGN (t_bc_const-fieldname) TO .
    = t_bc_const-low.
    COREECT CODE :
    ASSIGN (t_bc_const-fieldname) TO  <FS>.
    't_bc_const' should be   Field symbol.

  • Urgent! runtime error in CAT2

    Hello All,
    When i try to release some time entries via cat2, a short dump will be caused. Below is the details:
    Runtime Errors         MESSAGE_TYPE_X
    Short text of error message:
    Internal error occurred
        7 FORM FREE_ONE_CELL USING U_NUMBER
        8                          U_WORKDATE LIKE CATSDB-WORKDATE.
        9
       10 * assign the correct fields
       11   PERFORM ASSIGN_FIELDS_IN_ICATSD USING U_NUMBER.
       12   IF <STATUS> = STATUS-LOCK OR <STATUS> = STATUS-REJE.
       13 * count records
       14     TOTAL_RECORDS = TOTAL_RECORDS + 1.
       15 * date in the future ?
       16     IF TCATS-FUTURE IS INITIAL.
       17       IF U_WORKDATE > SY-DATLO.
       18         FUTURE_RECORDS = FUTURE_RECORDS + 1.
       19         MESSAGE S024 WITH FUTURE_RECORDS TOTAL_RECORDS.
       20         EXIT.
       21       ENDIF.
       22     ENDIF.
       23     READ TABLE ICATSDB WITH KEY MANDT = SY-MANDT
       24                                 WORKDATE = U_WORKDATE
       25                                 COUNTER = <COUNTER>
       26                                 BINARY SEARCH.
       27     IF SY-SUBRC = 0.
       28       ICATSDB-STATUS = STATUS-FREE.
       29       IF ICATSDB-ACTION IS INITIAL.
       30         ICATSDB-ACTION = ACTION-UPDATE.
       31       ENDIF.
       32       MODIFY ICATSDB INDEX SY-TABIX.
       33       <STATUS> = STATUS-FREE.
       34 * set global marker that data have been unlocked
       35       FREE_DATA = YX.
       36     ELSE.
    >>>>>       MESSAGE X030.
       38     ENDIF.
       39   ENDIF.
       40 ENDFORM.
    Need your helps. Thanks, point will be rewarded.
    regards,
    Alex M

    I find the problem is caused by read statement. with addtion binary search the statement required the internal table should be sorted by search keys. The other statements in the custom exit has changed the way by which icatsdb is sorted, so it is the source of the problem.
    thanks.
    Alex M

  • Short Dump when loading data (Runtime Error ITAB_DUPLICATE_KEY) Urgent Pls

    Dear Guru
    We are loading data into (2 ODS and ! Cube) from one Infopkg.
    When i do delta update it throws following error
    (for one ODS it is green) and for another ODS and CUBE it is red.
    Runtime Error          ITAB_DUPLICATE_KEY                                                                               
    What happened?                                                                               
    Error in ABAP application program.                                                                               
    The current ABAP program "GP229LMXTFYDS5X6UC3ND03NIV2" had to be terminated 
    because one of the                                                         
    statements could not be executed.
    Please suggest me some solution, i am with client..its a serious issue now.
    Hope you understand
    Thanks in Adv
    Dev

    hi,
    hope if you retrigger the load it would be successful.
    force the request status to red and delete from the all target and retrigger the load.
    else chk if in the detail tab u could find the data upto PSa. if so delete the red request alone and pull the records to tohose records from PSA.
    Ramesh

  • Report giving runtime error

    hi,
    i HAD MADE A REPORET IN which i havce to display the bolck stock ,it is giving runtime error as i had added 1 more table,plzz help me out as it is really urgent to me. here is d code:-
    *& Report  ZDEMO_SMARTFORM_COPY
    REPORT  ZDEMO_SMARTFORM_COPY.
    TABLES: MCHB,MARA,T001W.
    DATA: BEGIN OF ITAB OCCURS 0,
          ITEMID LIKE MARD-MATNR,
          SPEME LIKE MARD-SPEME,
          WERKS LIKE MARD-SPEME,
          LGORT LIKE MARD-LGORT,
          NTGEW LIKE MARA-NTGEW,
          MEINS LIKE MARA-MEINS,
          GEWEI LIKE MARA-GEWEI,
          CHARG LIKE MCHB-CHARG,
          WTKG LIKE MARA-NTGEW,
          STOCK TYPE P LENGTH 10 DECIMALS 3,
          DESC LIKE MAKT-MAKTX,
          TOTWT LIKE MARD-SPEME,
          WT TYPE P LENGTH 12 DECIMALS 3,
          END OF ITAB.
         ITEMID LIKE MCHB-MATNR,
         CSPEM LIKE MCHB-CSPEM,
         CHARG LIKE MCHB-CHARG,
         WERKS LIKE MCHB-WERKS,
    *PARAMETERS : PLANT LIKE MCHB-WERKS OBLIGATORY.
    PARAMETERS : PLANT LIKE MARD-WERKS OBLIGATORY.
    DATA : DESC LIKE MAKT-MAKTX.
      SELECT AMATNR ASPEME AWERKS ALGORT BNTGEW BMEINS BGEWEI CCHARG FROM MARD AS A
        INNER JOIN MARA AS B ON BMATNR = AMATNR
          INNER JOIN MCHB AS C ON CMATNR = AMATNR
            INTO TABLE ITAB WHERE AWERKS = PLANT AND ASPEME > 0.
    SELECT AMATNR ACSPEM ACHARG AWERKS  BNTGEW BMEINS B~GEWEI FROM MCHB AS A
       INNER JOIN MARA AS B ON BMATNR = AMATNR
         INTO TABLE ITAB WHERE AWERKS = PLANT AND ACSPEM > 0.
    WRITE: / 'ITEMID           DESCRIPTION                              STOCK.QTY  BATCH NO.           NETWT          TOTAL.WEIGHT '.
    ULINE.
    LOOP AT ITAB.
          IF ITAB-NTGEW <> 0 .
            CALL FUNCTION 'ZGET_ITEM_WEIGHT'
             EXPORTING
               P_BUID         = ITAB-WERKS
               P_ITEMID       = ITAB-ITEMID
               P_QTY          = ITAB-NTGEW
               P_UOM          = ITAB-GEWEI
               P_UOM1         = 'KG'
             IMPORTING
               P_RETVAL       = ITAB-WTKG.
          ENDIF.
       CONVERTING ITEM QTY IN KG
          ITAB-WT = ITAB-STOCK.
          IF ITAB-MEINS = 'G'.
            ITAB-WT = ITAB-STOCK / 1000000.
          ELSEIF ITAB-MEINS = 'KG'.
            ITAB-WT = ITAB-STOCK / 1000.
          ELSEIF ITAB-MEINS = 'TO'.
            ITAB-WT = ITAB-STOCK * ITAB-WTKG / 1000.
         ENDIF.
       ITAB-TOTWT = ITAB-WTKG * ITAB-CSPEM.
       ITAB-TOTWT = ITAB-WTKG * ITAB-SPEME.
       SELECT SINGLE MAKTX FROM MAKT INTO DESC WHERE MATNR = ITAB-ITEMID.
         WRITE:/ ITAB-ITEMID,15 DESC,50 ITAB-SPEME,ITAB-CHARG,ITAB-WTKG,ITAB-TOTWT.
       MODIFY ITAB.
       ENDLOOP.

    HI,
    i had tried to ftech data from mard and it isgiving runtime error. dis is the code:-
    TABLES: MCHB,MARA,MARD.
    DATA: BEGIN OF ITAB OCCURS 0,
          MATNR LIKE MARD-MATNR,
          SPEME LIKE MARD-SPEME,
          WERKS LIKE MARD-SPEME,
          LGORT LIKE MARD-LGORT,
          END OF ITAB.
          SELECT MATNR SPEME WERKS LGORT FROM MARD INTO CORRESPONDING FIELDS OF TABLE ITAB.
          LOOP AT ITAB.
          WRITE:/ ITAB-MATNR,ITAB-SPEME,ITAB-WERKS,ITAB-LGORT.
          ENDLOOP.

Maybe you are looking for

  • SBS2008 VPN Clients can't Remote Desktop to PCs

    Hello,    I have a network running SBS2008, it has RRAS configured on it and clients connect to it fine.  However, while connected to the VPN, I can't connect to PC Clients via RDP.  I connect to server via RDP no problem.  And I can connect to PCs v

  • How can I get a wireless internet connection on an original imac 233MHz G3?

    I have an original tray loading G3 233MHz bondi blue imac. I have a wireless router installed and would like to get wireless internet capability on this imac. An airport card cannot be installed. Is there any way it can be done? iMac G3 233MHz   Mac

  • DB Control and custom reports

    Hi Gurus I have OEM DB control installed on 10203 db. Two questions : 1. I am having hard time finding where standard reports are, can some point me to the right option ? 2. Does OEM DB Control gives you the ability to create your own reports ? Thank

  • Ovi Suite 2.0 WILL NOT LET ME DO ANYTHING because ...

    First off I want to say that Ovi Suite will not let me do anything because the program is locked up trying to find maps. I can't stop it no matter what I try and do. Reinstalling it does nothing for me, since as soon as I open the program up again, i

  • T500 Recovering to Factory Default.

    I had a T500 with Windows 7 Home Premium 64 bit. I ran the Recover system to factory set but it hung at some point during the process. I gave it a hard shutdown and when i restarted, it gave me a balck screen with /windows/system32/winload.exe missin