BSP View: URGENT

I can see the Audit running when i test view default.do Main Controller. For other views like Start.htm which says different views for all modes i am not able to see the Page ..It just says Loading.... and stays there.
Can u suggest sth,
I am able to run the audit PIQAUDMP_CP for Mass but I want to show thatin BSP application PIQ audit. Where my requirtements should be either green or red.
Its very important as we have some POC lined up.
Can u help Michael,....??

Deepak,
I'm not sure what the exact problem is here, but here are some things to try:
1) Check in the IMG that you have some BSP Views defined.  SLCM --> Processes in SLCM --> Audits --> Adjustment of User Interfaces --> Set Up views of BSP Applications.  Here, you should have some views, such as EV01, EV02, etc.
2)  If that is OK, then try launching your BSP from a Favorite in the main menu.
- BSP Application: PIQ_AUDIT
- Start Page: default.do
- Parameter AUDITTYPE: 1000
- Parameter VIEW: EV01
Good luck!
Michael

Similar Messages

  • Any ideas on a nice BSP view pretty printer?

    Hi there,
    I am wondering whether somebody already tried to extend the SAP standard pretty printer by an own functionality which fits better for pages with mixed content, containing not only BSP-elements but also HTML-tags.
    The standard pretty printer considers everything as plain text which is not a BSP-element and leaves it unaltered. Only BSP-elements are arranged according to their tree structure.
    This produces ugly results for pages with mixed content.
    1.) Requirement
    A Pretty Printer for HTML-based BSP views should cover the following:
    (a) HTML-Tags and BSP-elements together form the chain. As in following example:
    <z:table table_id="testTab" binding="//test/gt_test" rows="5">
      <z:tableBody position="top">
        <colgroup>
          <col width="4%">
          <col width="96%">
        </colgroup>
      </z:tableBody>
      <z:column name="type" header="<%=zcl_bsp_util=>dtel_text_s('EDI_TTYP')%>"
                listPos="10"/>
      <z:column name="text" listPos="20"></z:column>
    </z:table>
    (b) Certain HTML formatting tags like I, B, etc. should not be added to the stack but be treated inline.
    (c) HTML-attribute names should be converted to lower case, the attribute values should be quoted.
    (d) Like for BSP-elements, there should be a threshold after which the attributes should appear in separate lines. Instead of a certain maximum "number of attributes", this could also be a maximum number of characters per line.
    (e) Scripting Tags (<% ... %>) should start at a new line, if the content contains new-lines.
    (f) Evaluation Scripting (<%= ... %>) should be inline, if they are contained within text nodes (and not within HTML oder BSP element nodes).
    (g) The Pretty Printer should be parametrizable (with parameters like indent-depth,... ).
    2.) Exits?
    Of course, one could always use an external HTML editor and write an add-on for that editor which produces the desired result. Or one could take the view content into the clipboard, paste it into a plain text editor like UltraEdit or TextPad which allows external commands, apply an external, self-written pretty printer to it and then paste the result back into the View. But it would be easier to use the "Pretty Printer" button directly to get the result. Therefore the question arises at which point the standard Pretty Printer Functionality could be modified or extended.
    I didn't find an exit. But the pretty-print itself is doubly-decoupled in the standard which minimizes the number of points where an extension has to be made:
    2.a) First decoupling point: The Fcode handler method pretty_printer_ext( ) in cl_o2_page is calling
    dynamically a method in cl_o2_co2_processor:
    * call pretty printer
      create object pp type ('CL_O2_CO2_PROCESSOR').
      appl_str = me->pagekey-applname.
      page_str = me->pagekey-pagekey.
      try.
          CALL METHOD pp->('PRETTY_PRINT')
            EXPORTING
              indent              = 2
              ATTRIBUTE_NORMALIZE = 'X'
              ATTRIBUTE_THRESHOLD = 2
              BSP_UNFORMATTED     = source
              appl                = appl_str
              page                = page_str
            IMPORTING
              test_ok             = test_ok
              BSP_FORMATTED       = pp_source.
        catch cx_o2_co2_exception into o2ex.
    2.b) Second decoupling point:
    The method pretty_print() of class cl_o2_co2_processor (fancy names, by the way. It seems that many former chemistry students had joined the BSP team ),
    there is a second delegation, to a local class, as follows:
      data pretty type ref to LCL_BSP_PRETTY_PRINT.
      pretty = LCL_BSP_PRETTY_PRINT=>getInstance( processor = me ).
    The real logic for doing the Pretty Print, finally, is performed in this local class.
    3.) Implementation.
    Since, up to my knowledge, there is no HTML parser in the ABAP world,
    the implementation could be based on existing HTML Parsers, like the Perl module Parser::HTML, or the Java package http://htmlparser.sourceforge.net/ . The pretty printer could then be called as external OS command.
    Are there any ideas out there? Or is there somebody who already worked in this direction?
    Regards,
    Rüdiger

    For those who are interested. I found out that the Dave Ragget's classic "HTML Tidy" (see <a href="http://tidy.sourceforge.net/">http://tidy.sourceforge.net/</a> )  is available in ABAP! There is a class CL_HTMLTIDY (at least here in my SAP_BASIS 700 system) which wraps calls of HTML Tidy by kernel modules.
    The class is undocumented, but there are 2 OSS notes of this year for it, so it might well be that it is alive.
    HTML Tidy can surely not directly be used for Pretty Printing BSP views, but for designing test cases or for doing things like HTML parsing, it might be a helpful tool.

  • How to display the one BSP View page (not a start page)Through URL link..

    Hi Sir/Madam,
                 I want to open one BSP view page through URL link...
    Let me Explain clearly..
                I have an Z application ZHRRCF_APPROVAL..In this application approve.bsp file i have added som more Fields..and Finally I am going to click ApproVe Buton /Reject Button.When i click the reject button the the items are rejected.Its working fine.....
              My Requirement is :
                   1. I want to display the approval page directly when i click the URL link from mail box.--i am getting this .. No issues..(Got the URL link from function module)
                   2. After opening the approval page when i click URL link, when i click the reject button-- i am getting the error "The following Error Text was processed in the system GR2."Access via NULL object reference not possible"
                   3. How to proceed the this URL link without error .. the URL link is
    https://abd00093.de.abb.com:8200/sap(bD1lbiZjPTIwMA==)/bc/bsp/sap/zhrrcf_approval/application.bsp?objid=50003421&otype=NB&plvar=01&requestdate=20090121&requestedRsnCode=01&requestedstatus=1&requester=USRECRUITER1&SAPWFCBURL=https%3a%2f%2fabd00093%2ede%2eabb%2ecom%3a0000000000008200%2fsap%2fbc%2fwebflow%2fwshandler%3f_sapwiid%3d000000018491%26_saptask%3dTS51807979%26_saplogsys%3dGR2CLNT200%26_sapuname%3dLINEMANAGER%26_saplangu%3dE%26sap-client%3d200
    ( I got this URL directly using my own function module.. In this function Module i was not getting the SAPGUID -- the error is because of that i am not sure..)How to get this sapguid dynamically..
                    Please guide me to proceed this req asap..
    I am waiting for your reply ....Please
    Thanks and Regards
    Mohan,P

    Please have BPEL loggers both at domain and system level to DEBUG mode. Set all loggers to DEBUG as you are interested to see the entire sequence flow..however, some loggers give you unnecessary info ;/ apart from cube, activation, delivery, dispatch, persistence.
    Added to this, you might want to try SOAPUI, Fiddler, HTTP Analyzer.

  • Calling an ABAP WebDynpro Popup from a BSP view

    I need to know if the following is possible.
    I have a requirement to call an ABAP WebDynpro Popup from a BSP view.
    When the Popup is triggered (eg via pushbutton) the BSP will pass data to the Popup, before the Popup is closed the Popup will pass data back to the BSP to be displayed in the BSP view.
    I do not want to rely on Portal Events as Portals may not be used, would really appreciate a clean simple solution.

    Hi,
    any webdynpro application has a URL behind it. Haven´t you tried to call that URL with Javascript code ??
    script language="Javascript"
          url = "test_page.htm" + "?field=" + param;
          window.open(url, "F4window", "width=400, height=400");
    /script
    You can pass data to the WD application using parameters as I show you after the "?".

  • How to embed html page in bsp view

    Dear all,
    I would like to embed a html page (eg: www.google.com)  inside bsp view. I have used iframe to do this; but the iframe is getting refreshed everytime a button is getting clicked. Delta handling flag is also not working for iframe. Is there any other method to embed html in bsp view.
    Thanks and Regards,
    Manasi

    Hi Shreya,
    See if this <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/_s-u/SDN%20Behind%20The%20Scenes%20-%20Embedding%20an%20EP%205.0%20iView%20in%20an%20HTML%20Web%20Page">link</a> helps.
                            OR
    You can create a JSP dynpage in portal application object.
    Along with this JSP and dynpage is created automatically. You can copy the html page and paste it in JSP page. To make it display, include a statement in JSP dynpage as
    this.setJspName("JSPname.jsp");
    For more info on this u can refer:
    http://help.sap.com/saphelp_nw04s/helpdata/en/95/cfa441cd47a209e10000000a155106/frameset.htm
    To get an idea of content development you can refer this <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2845">weblog</a>.
    Regards,
    Pooja.
    Message was edited by: Pooja S

  • Session not closing after redirecting from BSP View

    Hi All,
    I am trying to redirect to a new application (WD ABAP) from an existing BSP View by using
    CALL METHOD runtime->server->response->redirect( url = lv_url1 ).
    The session still exists in SM04 after redirecting but I want the BSP session be closed.
    Any pointers to how this can be done??
    "navigation" global object is not recognized in the View it seems because I was thinking of using
    navigation->exit (url).
    navigation->response_complete().
    but it gave complie errors.
    Awaiting your suggestions..
    Thanks and Regards
    Avinash

    Please have a look at the BSP application SYSTEM => page => sessionexit.htm

  • Non Modal Window Popup BSP View

    Hi,
    I have a requirement to launch a pop up window which will allow the user to access the original screen from which the pop up was launched (i.e. a non modal window). The pop up window contains a calculator with the intention being that the user would be able to view and copy data displayed on the original screen into the fields of the calculator.
    I have created the calculator as a form view within a BSP component. All of the fields on the form view have been configured using the configuration tab. I have successfully created a modal pop up using the following on the buttons click event:
    comp_controller->window_manager->create_popup( ).
    However, this does not meet my requirement because the form view is displayed in a modal window. I have also attempted to load the pop up using javascript however the view does not initialise correctly when it is loaded which causes a null reference error.
    Can anyone please provide any advice or assistance related to creating a non-modal window for a configured form view within a BSP component? Many of the examples I have found online are related to WebDynPro applications and html pages with flow logic rather than configured views with a controller class.
    Thank you.

    Hi,
    I have a requirement to launch a pop up window which will allow the user to access the original screen from which the pop up was launched (i.e. a non modal window). The pop up window contains a calculator with the intention being that the user would be able to view and copy data displayed on the original screen into the fields of the calculator.
    I have created the calculator as a form view within a BSP component. All of the fields on the form view have been configured using the configuration tab. I have successfully created a modal pop up using the following on the buttons click event:
    comp_controller->window_manager->create_popup( ).
    However, this does not meet my requirement because the form view is displayed in a modal window. I have also attempted to load the pop up using javascript however the view does not initialise correctly when it is loaded which causes a null reference error.
    Can anyone please provide any advice or assistance related to creating a non-modal window for a configured form view within a BSP component? Many of the examples I have found online are related to WebDynPro applications and html pages with flow logic rather than configured views with a controller class.
    Thank you.

  • Popup Bsp View Loads Twice

    Hi All
    I have a strange problem.
    From the Web IC mvc application I use javascript to display a view with flow logic in a popup modal window.  this view has a textedit and and button.
    The javascript loads the window, I hit the button and another instance of the window appears as a full page not a modal window.
    Has anyone ever experienced this.  Any help would be great.
    Here is the javascript code that is triggered from an onclientclick button event.
    function ModalWindow(bpnum) {
        var popup = '/sap/bc/bsp/sap/zic_*****/NoteView.htm?BPNUM=' + bpnum;
        var result = window.showModalDialog(popup,'SalesNote',"dialogHeight:325px,dialogWidth:380px, status:no, help:no, resizable:no;");
        result.moveTo(400,100);
        result.focus();

    Hi
    I call a page using the javascript function that I posted earlier.  The pages loads correctly as a popup.
    On this popup there is a textedit and a save button.  When I hit the button it creates a new instance of the page. The result is that I have the original page and a new page with the menu bar, title bar and address bar.
    Here is the Layout:
    <%@page language="abap"%>
    <%@extension name="htmlb" prefix="htmlb"%>
    <htmlb:content design="design2003">
      <htmlb:page title = "Enter Sales Note"> 
        <htmlb:documentBody>
        <htmlb:form>   
        <htmlb:group width="100%">
        <htmlb:groupHeader><b>Sales Note Details</b></htmlb:groupHeader>
        <htmlb:groupBody>
          <htmlb:gridLayout columnSize="13" rowSize="2">
            <htmlb:gridLayoutCell columnIndex="1" rowIndex="1" colSpan="2">
              <htmlb:label for="user" text="Created By:" />
            </htmlb:gridLayoutCell>
            <htmlb:gridLayoutCell columnIndex="3" rowIndex="1" colSpan="3">
              <htmlb:inputField  id="user" value="<%=wa_notes-Agent%>" disabled="TRUE"/>
            </htmlb:gridLayoutCell>
            <htmlb:gridLayoutCell columnIndex="1" rowIndex="2" colSpan="2">
              <htmlb:label for="aDate" text="Created On:" />
            </htmlb:gridLayoutCell>
            <htmlb:gridLayoutCell columnIndex="3" rowIndex="2" colSpan="3">
              <htmlb:inputField  id="aDate" value="<%=wa_notes-log_date%>" type="DATE" disabled="TRUE"/>
            </htmlb:gridLayoutCell>
            <htmlb:gridLayoutCell columnIndex="7" rowIndex="2" colSpan="2">
              <htmlb:label for="aTime" text="Time:" />
            </htmlb:gridLayoutCell>
            <htmlb:gridLayoutCell columnIndex="10" rowIndex="2" colSpan="3">
              <htmlb:inputField  id="aTime" value="<%=wa_notes-log_time%>" type="TIME" disabled="TRUE"/>
            </htmlb:gridLayoutCell>
          </htmlb:gridLayout>
        </htmlb:groupBody>
        </htmlb:group>
        <htmlb:group width="100%">
        <htmlb:groupHeader><b>Sales Note Text</b></htmlb:groupHeader>
        <htmlb:groupBody>
        <htmlb:textEdit id = "NoteText"
                            rows     = "10"
                            cols     = "65" text="<%=wa_notes-zzlines%>"
                            wrapping = "SOFT"/>
         <htmlb:button id="BtnSave" onClick="doSave" text="Save"/>
        </htmlb:groupBody>
        </htmlb:group>
       </htmlb:form>
       </htmlb:documentBody>
    And here is the event processing "OnInputProcessing".
    data: event type ref to cl_htmlb_event,
          http_fields type TIHTTPNVP,
          wa_fields like line of http_fields.
    CLASS CL_HTMLB_MANAGER DEFINITION LOAD.
    DATA: data TYPE REF TO CL_HTMLB_TEXTEDIT.
    data ?= CL_HTMLB_MANAGER=>GET_DATA(
                                    request = runtime->server->request
                                    name    = 'textEdit'
                                    id      = 'NoteText').
    IF data IS NOT INITIAL.
      wa_notes-zzlines = data->text.
    ENDIF.
    event = CL_HTMLB_MANAGER=>get_event( runtime->server->request ).
    if event->name = 'button' and event->event_type = 'click'.
      data: button_event type ref to cl_htmlb_event_button.
      button_event ?= event.
      case button_event->id.
        when 'BtnSave'.
          if editmode = abap_true.
            modify ZCRM_WEBIC_NOTES from wa_notes.
          else.
            CALL FUNCTION 'GUID_CREATE'
              IMPORTING
                EV_GUID_16 = wa_notes-NOTE_ID.
            insert into ZCRM_WEBIC_NOTES values wa_notes.
          endif.
          saved = abap_true.
          clear wa_notes.
      endcase.
    Endif.
    Message was edited by:
            Durairaj Athavan Raja
        to fix the formatting

  • Discoverer Viewer - URGENT

    Hallo everybody
    I need urgent help.
    I am runing Discoverer 10g on a Windows 2000 server. This is my situation:
    On a normal site(on Synkron) I want to make a link. When I click on this link, I want the repport (the repport is made in Discoverer Plus) to show up in Discoverer Viewer without asking the user for Username or Password or anything else.
    Is it posible to set the Viewer up, so it dos'nt ask the user about anything(the user dos'nt have any privileges at all), or to set it up on a way where the Viewer put the Password and Username as default?

    Hi,
    You can try this:
    1 - Create a public connection to the data, setting then username and password
    2 - Open the Viewer and select the report you want
    3 - Copy the url generated
    4 - Use this url in your site
    I hope it works for you
    Kuriki

  • Update still not allowing CR2 viewing Urgent help please

    Hi, can anyone please help me urgently.
    I have a new EOS 5 MkIII and trying to upload RAW CR2 Files into lightroom 3.
    have updated to 3.6 versions as per instructions.
    have updated camera raw etc,
    please can someone help me what I have to do next to view and edit the images in Lightroom.
    thank you!!!!
    S.

    You need Lightroom 4.1 or later.
    OR you can download the free Adobe DNG Converter version 7.1, convert your RAWs to DNG and import those

  • BSP view quantity field causing error CX_BSP_CONV_ILLEGAL_REF

    Hi All,
    I have a htmlb inputfield on the view of my MVC bsp.  The field type bound to this inputfield is a quantity data type.  When I run the application i get the error:
    Following error text processed in system: 
    When I debugged into it the below exception is triggered:
    CX_BSP_CONV_ILLEGAL_REF
    Can anyone please, please tell me how to get around this?
    After further investigation, we've discovered that quantity fields display fine when they are an attribute on the model itself.  But the problem occurs when the quantity field is on a structure which is an attribute of the model.
    Many thanks,
    Liz.
    Edited by: Liz O'Leary on Nov 4, 2009 3:36 PM

    Hi Raja,
           I am getting same exception. Here i am creating input field at run time.My code is
                   CREATE OBJECT lref_inputfield.
                   lref_inputfield->disabled      = lwa_fieldcatalog-disabled.
                   lref_inputfield->id            = lwa_fieldcatalog-fieldid. 
                   lref_inputfield->submitonenter = lwa_fieldcatalog-submitonenter.
                   lref_inputfield->value         = <lv_value>.       "0.00"            
                   lref_inputfield->width         = lwa_fieldcatalog-width.
                   lref_inputfield->_value        = lwa_fieldcatalog-_value.     "//MODEL/MS_STRUCT.ZCURR"
    Getting Exception if i call below method
          CALL METHOD lref_inputfield->if_bsp_bee~render_to_string
                     EXPORTING
                       page_context = m_page_context
                     RECEIVING
                       result       = lv_element_string.

  • BSP view is not calling

    Hi all,
    I had copied bsp HRRCF_PERS_DATA INTO ZRRCF_PERS_DATA , ALONG WITH THE CLASSES.
    to generate URL i created and entry in the table T77RCF_LOG_APPL.
    After that i ran my URL and just got the OTR text personal data.
    but below there is no view called.
    below is the mehtod in the class    zCL_HRRCF_PERS_DATA_MAIN_SA.
    if i use the standard class    CL_HRRCF_PERS_DATA_MAIN_SA then its calling the standard application.
    i'm just getting the blank view.
    method set_standalone_controller.
      check exist_exception( ) eq false.
      url-application = 'ZRRCF_pers_data'.
      url-url = 'persdata_m.do' .
      url-comp_id = 'persmain'.
    endmethod.
    can you please help me to get this resolve.
    regards,
    nikita

    Hi Jamie,
    WebDynpro context behavior is different at run-time. UI elements holds value in contexts. For a context node of cardinality 0..1 or 0..n the occurrence of node element at run-time is 0 i.e. there is nothing to hold the value and the UI element doesn't allow input any values or literally disabled.
    Solution 1: The node with 0..1 or 0..n must be created before the UI is shown or accessing it.
    wdContext.node<MyNode>().createAndAddMyNodeElement();
    Solution 2: simply change the cardinality of the node to 1..1 or 1...n which will ensure the minimum occurrence of the node at run-time is always 1.
    cheers,
    Nikhil Bose

  • Insert and update a data block which is based on view--urgent help required

    Hi experts,
    I created a view(A_VIEW) which is based on a union select. I have created a data block A_VIW_BLOCK which is based on this view. I need to insert/update one of the base tablesfor A_VIEW through this data block. I also need to be able to make a query through all the fields in the view.
    The questions are:
    1.Can it be done at all?
    2. What properties need to be set?
    3. If can't be done, what the best approach to achieve this?
    Thanks in advance!!
    Michael

    hi
    try something like this.
    CREATE TABLE demo_tab (
    person_id NUMBER(3),
    first_name VARCHAR2(20),
    last_name VARCHAR2(20));
    CREATE OR REPLACE VIEW upd_view AS
    SELECT * FROM demo_tab;
    INSERT INTO demo_tab
    (person_id, first_name, last_name)
    VALUES
    (1, 'Daniel', 'Morgan');
    INSERT INTO demo_tab
    (person_id, first_name, last_name)
    VALUES
    (2, 'Helen', 'Lofstrom');
    COMMIT;
    SELECT * FROM upd_view;
    UPDATE upd_view
    SET person_id = person_id * 10;
    SELECT * FROM upd_view;
    desc user_updatable_columns
    SELECT table_name, column_name, updatable, insertable, deletable
    FROM user_updatable_columns
    WHERE table_name IN (
       SELECT view_name
       FROM user_views);
    SQL> create table dummy (f1 number);
    Table created.
    SQL> create view dummy_v 
    2  as 
    3  select f1 from dummy 
    4  union all  
    5  select f1 from dummy;
    View created.
    SQL> create trigger dummy_v_it 
    2  instead of insert 
    3  on dummy_v 
    4  for each row 
    5  begin 
    6    insert into dummy values (:NEW.f1); 
    7  end; 
    8  /
    Trigger created.
    SQL> insert into dummy_v values (1);
    1 row created.
    SQL> select * from dummy_v;       
    F1
    1        
    1
    SQL> select *
      2  from user_updatable_columns
      3  where table_name = 'DUMMY_V';
    OWNER    TABLE_NAME   COLUMN_NAME  UPD INS DEL
    FORBESC  DUMMY_V      F1            NO  NO  NOforms settings.
    Enforce Primary Key - No
    Query Allowed - Yes
    Query datasource Name - V_TSFDETAIL
    Insert Allowed - Yes
    Update Allowed - Yes
    Delete Allowed - Yes
    Locking Mode - Automatic
    Key Mode - Automatic
    do not forget to create synonyms.
    hope this helps.
    sarah

  • How to hide a field in the maintenance view (URGENT) ???

    I have created a custom table with following fields:-
    MANDT (mandatory)
    KOKRS (mandatory)
    KHINR (mandatory)
    KHINRNAME
    KOSTL (mandatory)
    KOSTLKHINR
    I have a requirement that i should get a pop-up to fill the value of KOKRS but user should not be able to see its value in the maintenance view.
    I have given the maintenance attribute 'S' to KOKRS field so that pop-up should be there , now please advice on how to prevent KOKRS field to be shown in the maintenance view.

    in SE51 try to change the attributes of the field in the screen. Either visible length to be 0 or check and see if any other attribute would be of help.

  • Problem in Image uploading through a view -- URGENT

    Hii Experts,
    I am facing very strange problem while uploading a image file (.JPG file) thru a web dynpro view.
    I am accepting a image file from view and uploading it to a ftp server.
    There are two abnormal results I have observed. It does NOT  happen for every image upload. But it has been observed to happen during peak Internet hrs. (image size can range from 1MB to 7-8 MBs)
    When 'Upload' button is clicked, one of the following thing happens:-
    1.  After taking loooong time (processing circle rotates), browser screen goes totally blank. That is, browser goes into state as if no page is opened (white screen)
    2. After taking loooong time, empty form re-appears. ( ie the view in which i had submitted data and pressed 'Upload')
    I have tried tracing errors in default trace. but no error or exception is displayed !!!
    Following is the code i'm using for uploading file. ==>
    try {
    URL myUrl = new URL("ftp://<some address>");
    FtpURLConnection myConnection = new FtpURLConnection(myUrl);
    myConnection.connect();
    OutputStream out = myConnection.getOutputStream();
    out.write(wdContext.currentPhotosElement().getPhoto1());
    out.close();
    myConnection.close();
    } catch (Exception e) {
    System.err.println("\n\n$$$$$$$$$$$$$Exception in image upload $$$$$$$$$$$$$\n\n");
    e.printStackTrace();
    Please help me as this system is live and lot of users are complaining as they are not able to upload their images..
    Awaiting for reply ..
    regards,
    Amey
    Edited by: Amey Mogare on May 28, 2008 2:14 PM
    Edited by: Amey Mogare on May 28, 2008 2:17 PM

    In SE78 when we click on the graphics and then click on the BMAP ( Bitmap Images ) then the bdc is not cathcing the screen and its giving an error
    This is the error message which i am recieving in it .
    00 343 S Cursor field RSTXT-TDNAME . does not exist in the screen
    Please suggest me that is there any way for the same or else is there any BAPI for the same .
    Regards
    Shankar

Maybe you are looking for

  • Error message when trying to recover HD: PXE-E61 Media test failure

    Hi all, new to forums, lots of good info and support here. Got the BSOD last week.  Have been trying all of the various fixes mentioned on the board, to no avail. I went back multiple pages looking for alternatives to try.   After stepping away for a

  • Freight Charges

    hello Experts, There is a scenario that US client maintaining SAP R/3, and They have there Warehouse Geographically Located in Mexico which is a 3rd party and not maintaining SAP R/3, Now in Mexico Warehouse a clerk was sitting to take the Freight Ch

  • Consignment and Tax Base Amount

    All, We are getting the error "the tax amount must not be greater than the tax base".   When doing a trace the Tax Base Amount is ZERO.   Can someone tell me where/how the tax base amount is determined?   Thank you, Sandra

  • Problem in web enabling ALV ABAP report via ITS. Please help!

    Hi Experts,         I have a report that has a selection screen. On executing the selection screen an ALV output loads displaying data based on the selection criteria. I have web enabled it via ITS. I have used SICF transaction. When I run the intern

  • I can't import file.

    Hi. I've downloaded video from youtube and want to edit this video. But I can't import this video. When i select video for import, I recieve this message "After Effects warning: The File <name> could not be found". Who can help me? Thank you very muc