Exploring BAPI Help !!

Hello There !!
Environment : EP 6.0 Sp2
I need to write some custom iViews which will show specific order information from the R/3 system. I know how to call the BAPI's through JCA. I want to explore the BAPI's available through the portal. Is there a way to explore all the RFC enabled BAPI's through the portal ?? 
Thanks

You are probably much better off using transaction SE37 or BAPI (in the SAPGUI) to view the available BAPIs and RFMs.  There you will find documentation and a test utility so you can determine which parameters are required and determine what type of test data is useful for testing the BAPIs. 
You can use the SAP Connection Wizard to drill down through the list of RFMs and BAPIs, but you will spend a lot of wasted time trying to get the right combination of parameters for complex BAPIs.
Reasonably complete documentation about all released BAPIs can be found at http://service.sap.com/bapi -> Interface Repository or directly http://ifr.sap.com

Similar Messages

  • When I copy and paste from Word to my e-mail using Firefox it changes the font and spacing to single and 10pt. It just started doing this a month ago. It does not do it when I am on my laptop or using Explorer. Help, I hate explorer.

    When I copy and paste from Word to my e-mail using Firefox it changes the font and spacing to single space and 10pt.
    It just started doing this a month ago.
    It does not do it when I am on my laptop or using Explorer.
    Help, I hate explorer.

    If this were a project that I was involved in, I would recapture the media at the correct frame rate and rebuild the sequences correctly.
    Moving from production, to post production, to delivery is a series of steps, and the success of any particular step is based on having all the preceding steps done correctly.
    Shortcuts and workarounds tend to create awkward and difficult problems, that often only surface late in the process.
    MtD

  • When i am logged into hotmail, I can't open any of my messages, but i can do it on internet explorer. Help!

    When i am logged into hotmail, I can't open any of my messages, but i can do it on internet explorer. Help!

    Try two things:
    First, try going to the App Store and download any app, paid or free.
    Second, if not fixed, try a reset.
    Doing a Reset:
    Hold the home and power buttons at the same time until the Apple boot logo appears.

  • Boot Camp: Seagate External Drive not Recognized in Windows Explorer -- PLEASE HELP!

    I'm running in Boot Camp and using a Seagate Free Agent GoFlex external drive as both a Time Machine backup on the Mac OS, as well as a storage unit to exchange files. However, whenever I plug my external drive into my computer while running Windows, it does not show up in the Computer tab under "Devices With Removable Storage", like it should. It does show up on the "Safely Remove Hardware and Eject Media" button in the bottom right hand corner, and it appears as a "Startup Disk" in the Boot Camp Control Panel, so I know that it isn't a cable or USB input issue. Please help me get it to appear as a Device in the Windows Explorer. I need to exchange files from my Mac OS to my Windows OS. Thank you in advance for the help.

    I did it but i could not install tool from the dvd. As i said, i can still boot up windows xp i just needs to re-install the service tool.
    The drivers are working properly.

  • No Audio in Internet Explorer - Please Help!

    Hi all.
    OK heres the problem. I have a Quicktime 'MOV' clip (the clip contains audio). The filesize is small at 810 KB. The clip plays great in the Standalone Quicktime player. The clip also plays great when i open it in Firefox. Now if i open the same clip in 'Internet Explorer 6.0.2' I lose the 'sound' but everything else is fine.
    Ive tried browsing the Microsoft forums for days & i just cant seem to get a straight answer to this. This is my last resort, so please please please help me! I mainly use Firefox, so I dont have much experience with IE, so it could just be a QT plugin issue with IE.
    The clip is for a Website & if it wont play sound in IE its pointless.
    Any help/info or advice will be greatly appreciated. Peace!
    DG

    What is your Reader version?
    It seems that your toolbar is somehow split into two; one on top, and one further down.  Yet the toolbar does not really look like the Adobe Reader toolbar; do you have any other PDF viewer installed?
    My Adobe Reader XI toolbar on Internet Explorer looks like

  • BAPI help urgent

    Dear All,
    cud any spot the error the error..it throws an exception FAILURE
    *& Report  Y1MM_PODRG                                                  *
    report  y1mm_podrg                              .
    tables: mara,
            lfa1,
            eina,
            eine,
            eban,
            zdrgsah, zdrgsap,
            t100.
    *Internal Table to get the input Data
    data: begin of i_input occurs 0,
            matnr like ekpo-matnr,
            asqty like ekpo-menge,
            ebeln like ekpo-ebeln,
            posnr like zdrgsap-posnr,
            invno like zdrgsap-invno,
            invdt like zdrgsah-invdt,
            netpr like zdrgsap-netpr,
            cntno like zdrgsap-cntno,
            shcnm like zdrgsah-shcnm,
            werks like ekpo-werks,
            lgort like ekpo-lgort,
            matkl like ekpo-matkl,
          end of i_input.
    data: begin of i_error occurs 0,
            matnr like mara-matnr,
            remark(255) type c,
          end of i_error.
    data: i_mara type mara occurs 0 with header line,
          i_eina like eina occurs 0 with header line,
          i_eine like eine occurs 0 with header line.
    *Data declaration.
    data: v_file     type string,           " Variable for uploading file
          v_item(5)  type c,             " Line item number
          v_itno(2)  type c,
          p_wkurs like zdrgkurs-wkurs,
          v_matnr(20)    type c,
          v_menge(20)    type c,
          v_banfn(20)    type c,
          v_bnfpo(20)    type c,
          v_bednr(20)    type c,
          p_lifnr like lfa1-lifnr,
          v_flag,
            p_lifnrtxt(10),
          p_wkurstxt(9),
          p_bsartxt(4).
    data: begin of i_inputxt occurs 0,
            matnr(18) ,
            asqty(13) ,
            ebeln(10) ,
            posnr(6)  ,
            invno(10) ,
            invdt(8)  ,
            netpr(11) ,
            cntno(11) ,
            shcnm(10) ,
            werks(4) ,
            lgort(4) ,
            matkl(9) ,
          end of i_inputxt.
    Constants
    constants : c_pd01 like eine-werks value 'PD01',
                c_x value 'X'.
    *Structures to hold PO header data
    data : header like  bapimepoheader   ,
           headerx like  bapimepoheaderx .
    data : begin of cheader occurs 0,
            cond_type like bapimepocondheader-cond_type,
           end of cheader.
    *data : cheaderx like bapimepocondheaderx.
    data :  begin of cheaderx occurs 0,
            cond_type like bapimepocondheaderx-cond_type,
           end of cheaderx.
    *Internal Tables to hold PO ITEM DATA
    data : item   like bapimepoitem  occurs 0 with header line,
           itemx  like bapimepoitemx occurs 0 with header line,
    *Internal table to hold messages from BAPI call
           return like bapiret2 occurs 0 with header line.
    data : w_header(40) value 'PO Header'.
    data : ws_langu like sy-langu.
    *text-001 = 'PO Header' - define as text element
    data : v_company like header-comp_code  value 'SBA'      ,
           v_doctyp  like header-doc_type   value 'NB'       ,
           v_cdate   like header-creat_date value  'sy-datum'   ,
           v_vendor  like header-vendor     ,
           v_pur_org like header-purch_org  value 'sbap'     ,
           v_pur_grp like header-pur_group  value 'PG1'      .
    *Selection Screen Declarations
    selection-screen begin of block b1 with frame title text-010.
    parameters: p_invno like zdrgsah-invno obligatory,
                p_bsart like ekko-bsart.
    selection-screen end of block b1.
    *selection-screen begin of block b2 with frame title text-002.
    *parameters : item_num like item-po_item  default '00010',
                material like mara-matnr default '0011442062'   ,
                plant    like item-plant    default 'PD01' ,
               quantity like item-quantity default 100.
    *selection-screen end of block b2.
    start-of-selection.
    *DATA POPULATION
      ws_langu = sy-langu.   "Language variable
      To Upload the data into Internal table.
      perform f_upload_data.
    To Validate the input data.
      perform f_check_data.
      if i_error[] is initial.
    To process the data file
       perform f_process_session.
       elseif not i_error[] is initial.
    To display the error message
       perform f_display_error.
        perform bapi_call_data.
      endif.
    end-of-selection.
    *Output the messages returned from BAPI call
      loop at return.
        write / return-message.
      endloop.
    *&      Form  f_upload_data
    form f_upload_data .
      select matwa as matnr asqty ebeln posnr b~invno invdt netpr cntno
        shcnm into table i_input
             from zdrgsah as a join zdrgsap as b on
             a~invno = b~invno
             where b~invno eq p_invno.
      loop at i_input.
        select single * from eban
           where banfn eq i_input-ebeln
           and   bnfpo eq i_input-posnr.
        if sy-subrc eq 0.
          move eban-werks to i_input-werks.
          move eban-lgort to i_input-lgort.
          move eban-matkl to i_input-matkl.
          modify i_input.
          clear  i_input.
        endif.
      endloop.
    endform.                    " f_upload_data
    *&      Form  f_check_data
    form f_check_data .
      if not i_input[] is initial.
        select * from mara
        into table i_mara
        for all entries in i_input
        where matnr eq i_input-matnr.
      endif.
      if i_mara[] is initial.
        message e000(zcnc) with text-001.
      endif.
      read table i_input index 1.
      if sy-subrc eq 0.
        select single lifnr into p_lifnr from zdrgsup
           where shcnm = i_input-shcnm.
        if sy-subrc <> 0.
          message e000(zcnc) with text-002.
        endif.
      endif.
      select single wkurs into p_wkurs from zdrgkurs
        where invno = p_invno.
      if sy-subrc ne 0.
        message e000(zcnc) with text-s11.
      endif.
        call function 'CONVERSION_EXIT_ALPHA_OUTPUT'
        exporting
          input  = p_lifnr
        importing
          output = p_lifnr.
      p_lifnrtxt = p_lifnr.
      p_wkurstxt = p_wkurs.
      p_bsartxt = p_bsart.
      loop at i_input.
        move-corresponding i_input to i_inputxt.
        append i_inputxt.
      endloop.
    endform.                    "f_check_data
    *&      Form  bapi_call_data
          text
    form bapi_call_data.
    *POPULATE HEADER DATA FOR PO
      header-comp_code  = v_company    .
      header-doc_type   = v_doctyp     .
      header-creat_date = v_cdate      .
      header-vendor     = p_lifnr     .
      header-langu      = ws_langu   .
      header-quotation  = p_invno.
      header-exch_rate  = p_wkurs.
      header-ex_rate_fx = 'X'.
      header-purch_org  = v_pur_org    .
      header-pur_group  = v_pur_grp    .
      header-doc_date   = sy-datum.
    *POPULATE HEADER FLAG.
      headerx-comp_code  = c_x.
      headerx-doc_type   = c_x.
      headerx-creat_date = c_x.
      headerx-vendor     = c_x.
      headerx-langu      = c_x.
      headerx-quotation  = c_x.
      headerx-exch_rate  = c_x.
      headerx-ex_rate_fx = c_x.
      headerx-purch_org  = c_x.
      headerx-pur_group  = c_x.
      headerx-doc_date   = c_x.
    *POPULATE HEADER DATA.CONDITIONS
      cheader-cond_type = 'ZCA1'.
      append cheader.
      cheader-cond_type = 'ZFA1'.
      append cheader.
      cheader-cond_type = 'ZINC'.
      append cheader.
      cheader-cond_type = 'ZIV1'.
      append cheader.
      cheader-cond_type = 'ZOT1'.
      append cheader.
    *POPULATE HEADER CONDITION FLAG.
      cheader-cond_type = c_x.
    *POPULATE ITEM DATA.
    perform bdc_field       using v_bednr   i_input-cntno.
    item-price_unit = '100'.
      loop at i_inputxt.
        item-plant      = i_inputxt-werks.
        item-stge_loc   = i_inputxt-lgort.
        item-material   = i_inputxt-matnr.
        item-matl_group = i_inputxt-matkl.
        item-quantity   = i_inputxt-asqty.
        item-preq_no    = i_inputxt-ebeln.
        item-preq_item  = i_inputxt-posnr.
        item-trackingno = i_inputxt-cntno.
       item-preq_item = i_input-posnr.
    item-net_price  = item-price_unit * item-quantity.
        append item.
        clear item.
      endloop.
    *POPULATE ITEM FLAG TABLE
    itemx-po_item    = item_num.
      itemx-material   = c_x.
      itemx-plant      = c_x .
      itemx-stge_loc   = c_x .
      itemx-quantity   = c_x .
      itemx-stge_loc   = c_x .
      itemx-tax_code   = c_x .
      itemx-item_cat   = c_x .
      itemx-acctasscat = c_x .
    itemx-net_price  = c_x.
      append itemx.
    *BAPI CALL
      call function 'BAPI_PO_CREATE1'
        exporting
          poheader                     = header
          poheaderx                    = headerx
        POADDRVENDOR                 =
        TESTRUN                      =
        IMPORTING
        EXPPURCHASEORDER             =
        EXPHEADER                    =
        EXPPOEXPIMPHEADER            =
       tables
        pocondheader                 = cheader
        pocondheaderx                = cheaderx
         return                       = return
         poitem                       = item
         poitemx                      = itemx.
    *Confirm the document creation by calling database COMMIT
      call function 'BAPI_TRANSACTION_COMMIT'
       exporting
         wait          = 'X'
    IMPORTING
      RETURN        =
    endform.                    "bapi_call_data
    Thanks a lot ,
    santosh Kotra.

    Hi,
       Check out the sample code for the same BAPI.
       This error may come because of incorrect Package no value.
    DATA: i_poitem        TYPE STANDARD TABLE OF bapimepoitem,
          i_poitemx       TYPE STANDARD TABLE OF bapimepoitemx,
          i_poitem_sch    TYPE STANDARD TABLE OF bapimeposchedule,
          i_poitem_schx   TYPE STANDARD TABLE OF bapimeposchedulx,
          i_acct_***      TYPE STANDARD TABLE OF bapimepoaccount,
          i_acct_assx     TYPE STANDARD TABLE OF bapimepoaccountx,
          i_services      TYPE STANDARD TABLE OF bapiesllc ,
          i_srvacc        TYPE STANDARD TABLE OF bapiesklc,
          i_return        TYPE STANDARD TABLE OF bapiret2,
          wa_header       TYPE bapimepoheader,
          wa_headerx      TYPE bapimepoheaderx,
          wa_poitem       TYPE bapimepoitem,
          wa_poitemx      TYPE bapimepoitemx,
          wa_poitem_sch   TYPE bapimeposchedule,
          wa_poitem_schx  TYPE bapimeposchedulx,
          wa_acct_***     TYPE bapimepoaccount,
          wa_acct_assx    TYPE bapimepoaccountx,
          wa_services     TYPE bapiesllc,
          wa_srvacc       TYPE bapiesklc,
          wa_return       TYPE bapiret2,
          ws_po           TYPE bapimepoheader-po_number,
          ws_wait         TYPE bapita-wait.
    CONSTANTS: c_x        TYPE char01 VALUE 'X'.
    break gbpra8.
    wa_header-doc_type = 'ZDET'.
    wa_header-vendor = '0002000000'.
    PERFORM conversion_output USING wa_header-vendor
                              CHANGING wa_header-vendor.
    wa_header-comp_code = 'DE03'.
    wa_header-purch_org = 'DE03'.
    wa_header-pur_group = 'DE1'.
    wa_header-vper_start = '20060730'.
    wa_header-vper_end = '20070621'.
    wa_headerx-comp_code = c_x.
    wa_headerx-doc_type = c_x.
    wa_headerx-creat_date = c_x.
    wa_headerx-created_by = c_x.
    wa_headerx-vendor = c_x.
    wa_headerx-purch_org = c_x.
    wa_headerx-pur_group = c_x.
    wa_headerx-vper_start = c_x.
    wa_headerx-vper_end = c_x.
    wa_poitem-po_item = 100.
    wa_poitem-short_text = 'Sample'.
    wa_poitem-plant = 'DE03'.
    wa_poitem-quantity = 1.
    wa_poitem-tax_code = 'V1'.
    wa_poitem-item_cat = 'D'.
    wa_poitem-acctasscat = 'K'.
    wa_poitem-matl_group = 'ZDESS'.
    wa_poitem-pckg_no = 10.
    wa_poitem-gr_ind = space.
    wa_poitem-gr_basediv = space.
    APPEND wa_poitem TO i_poitem .
    wa_poitemx-po_item = 100.
    wa_poitemx-po_itemx = c_x.
    wa_poitemx-short_text = c_x.
    wa_poitemx-plant = c_x.
    wa_poitemx-quantity = c_x.
    wa_poitemx-tax_code = c_x.
    wa_poitemx-item_cat = c_x.
    wa_poitemx-acctasscat = c_x.
    wa_poitemx-matl_group = c_x.
    wa_poitemx-pckg_no = c_x.
    wa_poitemx-gr_ind = c_x.
    wa_poitemx-gr_basediv = space.
    APPEND wa_poitemx TO i_poitemx.
    wa_poitem-po_item = 200.
    wa_poitem-short_text = 'Sample'.
    wa_poitem-plant = 'DE03'.
    wa_poitem-quantity = 1.
    wa_poitem-tax_code = 'V1'.
    wa_poitem-item_cat = 'D'.
    wa_poitem-acctasscat = 'K'.
    wa_poitem-matl_group = 'ZDESS'.
    wa_poitem-pckg_no = 40.
    wa_poitem-gr_ind = space.
    wa_poitem-gr_basediv = space.
    APPEND wa_poitem TO i_poitem .
    wa_poitemx-po_item = 200.
    wa_poitemx-po_itemx = c_x.
    wa_poitemx-short_text = c_x.
    wa_poitemx-plant = c_x.
    wa_poitemx-quantity = c_x.
    wa_poitemx-tax_code = c_x.
    wa_poitemx-item_cat = c_x.
    wa_poitemx-acctasscat = c_x.
    wa_poitemx-matl_group = c_x.
    wa_poitemx-pckg_no = c_x.
    wa_poitemx-gr_ind = c_x.
    wa_poitemx-gr_basediv = space.
    APPEND wa_poitemx TO i_poitemx.
    wa_acct_***-po_item = 100.
    wa_acct_***-serial_no = 01.
    wa_acct_***-gl_account = '0006360100'.
    wa_acct_***-co_area  = '1000'.
    wa_acct_***-costcenter = 'KC010000'.
    APPEND wa_acct_*** TO i_acct_***.
    wa_acct_assx-po_item = 100.
    wa_acct_assx-serial_no = 01.
    wa_acct_assx-po_itemx = c_x.
    wa_acct_assx-serial_nox = c_x.
    wa_acct_assx-gl_account = c_x.
    wa_acct_assx-co_area  = c_x.
    wa_acct_assx-costcenter = c_x.
    APPEND wa_acct_assx TO i_acct_assx.
    wa_acct_***-po_item = 100.
    wa_acct_***-serial_no = 02.
    wa_acct_***-gl_account = '0006360100'.
    wa_acct_***-co_area  = '1000'.
    wa_acct_***-costcenter = 'KC010000'.
    APPEND wa_acct_*** TO i_acct_***.
    wa_acct_assx-po_item = 100.
    wa_acct_assx-serial_no = 02.
    wa_acct_assx-po_itemx = c_x.
    wa_acct_assx-serial_nox = c_x.
    wa_acct_assx-gl_account = c_x.
    wa_acct_assx-co_area  = c_x.
    wa_acct_assx-costcenter = c_x.
    APPEND wa_acct_assx TO i_acct_assx.
    wa_acct_***-po_item = 200.
    wa_acct_***-serial_no = 01.
    wa_acct_***-gl_account = '0006360100'.
    wa_acct_***-co_area  = '1000'.
    wa_acct_***-costcenter = 'KC010000'.
    APPEND wa_acct_*** TO i_acct_***.
    wa_acct_assx-po_item = 200.
    wa_acct_assx-serial_no = 01.
    wa_acct_assx-po_itemx = c_x.
    wa_acct_assx-serial_nox = c_x.
    wa_acct_assx-gl_account = c_x.
    wa_acct_assx-co_area  = c_x.
    wa_acct_assx-costcenter = c_x.
    APPEND wa_acct_assx TO i_acct_assx.
    wa_acct_***-po_item = 200.
    wa_acct_***-serial_no = 02.
    wa_acct_***-gl_account = '0006360100'.
    wa_acct_***-co_area  = '1000'.
    wa_acct_***-costcenter = 'KC010000'.
    APPEND wa_acct_*** TO i_acct_***.
    wa_acct_assx-po_item = 200.
    wa_acct_assx-serial_no = 02.
    wa_acct_assx-po_itemx = c_x.
    wa_acct_assx-serial_nox = c_x.
    wa_acct_assx-gl_account = c_x.
    wa_acct_assx-co_area  = c_x.
    wa_acct_assx-costcenter = c_x.
    APPEND wa_acct_assx TO i_acct_assx.
    wa_services-pckg_no = 10.
    wa_services-line_no = 1.
    wa_services-outl_no = '0'.
    wa_services-outl_ind = c_x.
    wa_services-subpckg_no = 20.
    wa_services-from_line = 1.
    wa_services-to_line = 2.
    APPEND wa_services TO i_services.
    wa_services-pckg_no = 20.
    wa_services-line_no = 2.
    wa_services-service = 'H007'.
    wa_services-quantity = '12'.
    wa_services-gr_price = '100'.
    wa_services-userf1_txt = 'Firm'.
    APPEND wa_services TO i_services.
    wa_services-pckg_no = 40.
    wa_services-line_no = 1.
    wa_services-outl_no = '0'.
    wa_services-outl_ind = c_x.
    wa_services-subpckg_no = 50.
    wa_services-from_line = 1.
    wa_services-to_line = 2.
    APPEND wa_services TO i_services.
    wa_services-pckg_no = 50.
    wa_services-line_no = 2.
    wa_services-service = 'H008'.
    wa_services-quantity = '12'.
    wa_services-gr_price = '100'.
    wa_services-userf1_txt = 'Firm'.
    APPEND wa_services TO i_services.
    wa_srvacc-pckg_no = 10.
    wa_srvacc-line_no = 1.
    wa_srvacc-serno_line = 01.
    wa_srvacc-serial_no = 01.
    wa_srvacc-percentage = 100.
    APPEND wa_srvacc TO i_srvacc.
    wa_srvacc-pckg_no = 20.
    wa_srvacc-line_no = 2.
    wa_srvacc-serno_line = 02.
    wa_srvacc-serial_no = 02.
    wa_srvacc-percentage = 100.
    APPEND wa_srvacc TO i_srvacc.
    wa_srvacc-pckg_no = 40.
    wa_srvacc-line_no = 1.
    wa_srvacc-serno_line = 01.
    wa_srvacc-serial_no = 01.
    wa_srvacc-percentage = 100.
    APPEND wa_srvacc TO i_srvacc.
    wa_srvacc-pckg_no = 50.
    wa_srvacc-line_no = 2.
    wa_srvacc-serno_line = 02.
    wa_srvacc-serial_no = 02.
    wa_srvacc-percentage = 100.
    APPEND wa_srvacc TO i_srvacc.
    CALL FUNCTION 'BAPI_PO_CREATE1'
      EXPORTING
        poheader          = wa_header
        poheaderx         = wa_headerx
      IMPORTING
        exppurchaseorder  = ws_po
      TABLES
        return            = i_return
        poitem            = i_poitem
        poitemx           = i_poitemx
        poschedule        = i_poitem_sch
        poschedulex       = i_poitem_schx
        poaccount         = i_acct_***
        poaccountx        = i_acct_assx
        poservices        = i_services
        posrvaccessvalues = i_srvacc.
    break gbpra8.
    LOOP AT i_return INTO wa_return.
    ENDLOOP.
    ws_wait = 5.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
      EXPORTING
        wait = ws_wait.
    *&      Form  conversion_output
          Conversion exit input
    FORM conversion_output  USING    p_ip
                            CHANGING p_op.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
        EXPORTING
          input  = p_ip
        IMPORTING
          output = p_op.
    ENDFORM.                    " conversion_output
      Reward points if it helps.
    Manish

  • Start MS Explorer Urgent help

    Hi there,
    I've been searching for about two days now, trying to find a solution to our problem. We want to open MS Explorer from a link in Netscape. So basicaly force the link to open a new window in MS Explorer (this is for an internal jsp application).
    I think that the answer that I found in some of these forums, is the solution. So I tried it. I used this code:
    Runtime.getRuntime().exec("C:\\progra~1\\intern~1\\IEXPLORE.exe http://java.sun.com");
    But I get the following error:
    java.io.IOException: CreateProcess: C:\progra~1\intern~1\IEXPLORE.exe http://java.sun.com error=3
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.(Win32Process.java:66)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:551)
    at java.lang.Runtime.exec(Runtime.java:418)
    at java.lang.Runtime.exec(Runtime.java:361)
    at java.lang.Runtime.exec(Runtime.java:325)
    at _0002fprojectMenu_0002ejspprojectMenu_jsp_30._jspService(_0002fprojectMenu_0002ejspprojectMenu_jsp_30.java:2035)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:174)
    at org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261)
    at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:369)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
    at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
    at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Ajp12ConnectionHandler.java:156)
    at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
    at java.lang.Thread.run(Thread.java:484)
    Is there anything that I'm doing wrong? Maybe somebody out there can help me out with this one. Or maybe somebody has a better way of opening an MS Explorer window from a link.
    Thanks and hope to hear from somebody sooooooon.

    I will go one better. Generally speaking, Java will not let you do something like that because it's a security risk. For example, if all you had to do was click on a link to launch MS Explorer, then I could put up a web page that launches regedit on your computer whenever you clicked on a link.
    I think you are much better off coding (or using) JFileDialog from within an applet for this specific purpose.

  • Bapi help wanted

    Hello,
            I want to use bapi to upload data from flat file. I am using xd01
           I do want to pass all the fields.
           If possibe what are different ways using bapi and how it can be done through recording using bapi

    Hi,
    Use BAPI_CUSTOMER_CREATEFROMDATA1 for your requirement.
    Provide the parameters under import to this BAPI you will get the customer number created in return parameter CUSTOMERNO.
    If customer is not created with the parameters you have provided, please see the message in return parameter RETURN.
    Hope this will help you.
    Best Regards,
    Deepa Kulkarni

  • Cs4 internet explorer error. help please

    I try to install cs4 premium. it scans my computer then displays "please exit : internet explorer to continue"
    Internet explorer is not running. i pulled up task manager to check, i also checked if any "behind the scene" programs of internet were running under the processes tab. nothing of internet explorer is running. I even hard rebooted the computer and just tried restarting it. Nothing seems to work out. I even took it to Office Depot, they couldn't figure it out nor could i searching forum after forum. i can't get a hold of adobe tech support so anyones help? thank you

    Hi,
    Even though it is not running
    you still need to end the proccess
    you will find it in the task manager
    or, is it explorer you need to stop?
    Phillip

  • Hi all......bapi help

    hi all,
    i am supposed to create PO s for all the invoices in a Ztable.so i chose BAPI_po_create1. i wanted few condtions which r compulsary like ZCA1...so on around 5 conds. So append it into a internal table and passed it into bapi func mod. but it throws some exception tht it was intercepted by some superior class.
    Please help.
    Thanks a lot,
    Santosh Kotra.

    The exception is FAILURE

  • BAPI Help needed

    I am trying to make my own BAPI. i first created one structure. then i created one RFC enabled function module. then i created one business object through swo1. i faced the problem when i tried to add API method and give my function module name . it throws an error message
    "The name of the function module &2 does not begin with 'BAPI'"
    The ref. structure LFA1 of parameter LIFNR does not begin with BAPI
    The ref. structure VEND of parameter ITAB does not begin with BAPI
    BAPI function module &2 has no return parameter
    can anybody please help me in solving this problem. as i can not create function module other than starting with Y or Z so how can i prefix BAPI with my function module name?

    Hi Kamesh,
    Welcome To <b>SDN!!!</b>
    Please check this <a href="http://www.sapgenie.com/abap/bapi/example.htm">BAPI Link</a>. It will guide you step by step for creating a BAPI.
    Refer This <a href="http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html">Link</a> also.
    Hope This Info Helps YOU.
    <i>Reward Points If It Helps YOU.</i>
    Regards,
    Raghav<b></b>

  • Have Yahoo Mail Plus, which does not allow ads. When on my work computer and log into my Yahoo account, ads do appear?? This does not happen on Explorer. Help

    Have a Yahoo Mail Plus account, which does not allow for ads. It works fine on Explorer, but when used on Firefox the same ads always appear both at the top and left margins "Dr. Oz New Weight Loss Secret". Yahoo says it is a Firefox issue. Please help.

    another thing you can try is to [[Reset Firefox – easily fix most problems|reset firefox]].
    in case there are still adverts shown in places where they aren't supposed to be afterwards, it sounds like an issue with malware on the system. please run a full scan of your pc with the security software already in place and different tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes], [http://www.microsoft.com/security/scanner/default.aspx microsoft safety scanner] or [http://www.kaspersky.com/security-scan kaspersky security scan].
    [[Troubleshoot Firefox issues caused by malware]]

  • Internet explorer 11 help

    How Can I get    Internet
     Explorer   11  offline Help , Without Internet Connection.

    Hi,
    that's a good question....
    they haven't made it as a html5 application...which would allow webbrowsers to view it offline. Post feedback for the IE Team to
    http://connect.microsoft.com/ie
    sorry its only available (at this time) if you have an active connection.
    there are some books and magazines that you could consult with when you are offline.
    When offline the browser will show a "Unable to connect to the internet page"... click the 'Diagnose connection problems' button on that page or Start>Control Panel>Networking and sharing center to look for an available connection.
    Rob^_^

  • Vista-switched from Explorer to FF 3.6- can't download versions/updates like Adobe Flash-error message: INSTALLER WILL CONTINUE AFTER CONFLICTING MOZILLA FF IS CLOSED-Most pics blocked on sites/programs-can't open some programs that Explorer opens- Help?

    I have Vista, recently switched from Internet Explorer to FireFox 3.6-. Since switching over, it can't download alot of versions/updates like Adobe Flash: It error messages: "INSTALLER WILL CONTINUE AFTER CONFLICTING MOZILLA FIREFFOX IS CLOSED".
    Most pics blocked on sites/programs. I can't open some programs that Explorer opens. I would sure appreciate any help!!!

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If the advice above doesn't resolve things you could try this alternate version:
    iTunes 12.1.0.71 for Windows (64-bit - for older video cards) - itunes64setup.exe (2015-01-28)
    which is a 64-bit installer for the 32-bit version of the core application, similar to previous 64-bit releases. Or roll back to the previous build:
    iTunes 12.0.1.26 for Windows (32-bit) - iTunesSetup.exe (2014-10-16)
    iTunes 12.0.1.26 for Windows (64-bit) - iTunes64Setup.exe (2014-10-16)
    tt2

  • I can no longer upload files by draging and droping from windows explorer. Help!

    Previously if had to upload a file i used to simply drag and drop that file from my pc to the website open in mozilla but can no longer able to do that. Now i have browse the file. its lengthy. Please help...

    You should be able to initiate a download by dragging the link on the downloads button on the Navigation Toolbar.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • Why did iOS 5 make my brand new iPod Touch so slow?

    Recently downloaded the new iOS which, by the way, took nearly an entire night due to connection failure with host.  Since then my iPod has been almost glitchy.  I keep my apps pretty clean.  I don't have a lot.  And when I'm done with one I close it

  • Creating a seamless PDF, version issues and re-ordering

    Hi, I'd like to create a PDF portfolio of my graphic design work. In the past I've created a PDF portfolio and added other PDFs or jpegs into them with difference pieces of work. However, is it possible to create a portfolio where a multi-page PDF (w

  • Can't edit new event in ical since snow loepard

    I'm not realy good in english but i make my best, so sorry for bizzare contents. 2 days ago i install snow loepard on the macbook of my girlfriend and now some applications have problems. in ical we can't edit events... We c'ant create a new event bu

  • External monitor playback not showing up ever since updating to the new CC 2014 app.

    Upon updating to the newest version of PProCC (2014), I have lost all ability to use my external monitor even though it is checked in my playback preferences. I need this monitor back up ASAP as it is my client monitor and without it I cannot do my j

  • Index management in TREX

    Hello all, We have a webshop running and are using TREX for the product catalog. The catalog is replicated from ECC using program ISA_CATALOG_REPLICATION. Something seems to have gone wrong since there are a lot of indexes on TREX where there should