How to display existing sap form in our menuclick

Hi All,
I have created one addon for MRP in this addon when client click on menu i have to display "Order recomandation" form which will dispaly in existing MRP functions.
How to display existing sap form in our menuclick. please help me as soon as possible.
Regards,
sri

Thanks Teun,
Thanks for giving reply.
i am not getting any ActivateMenuItem method in menuclick event
But here i am addding one menu item from my addon when i click on my menu 20.2.orderrecomnds i have to populate same screen which is coming in mrp order recomonds which form id is 65215
if ((pVal.MenuUID == "Submenuordrecom") & (pVal.BeforeAction == false))
// code
in above menu click event i have to populate order recomonds screen so how to do that.
Regards,
sri
Edited by: dns_sap on Jul 28, 2010 12:09 PM

Similar Messages

  • How to call existing sap form

    Hi All,
    I have created one addon for MRP in this addon when client click on menu i have to display "Order recomandation"  form which will dispaly in existing MRP functions.
    How to display existing sap form in our menuclick. please help me as soon as possible.
    Regards,
    sri

    Hi Sri,
    This related to SDK so post this thread on SAP Business One SDK. You will get solution asap.
    Thanks
    Sachin

  • How to make changes in Existing SAP form

    How I can make changes in existing SAP form . I want to make changes in delivery form <b>matrix row enable or disable</b>

    Hi Sagar,
       If you want to disable a row, you can close that row using DIAPI.
    HTH
    B.Ravi Shankar
    null

  • How to display existing View as content in TABSTRIP tab?

    Is it possible to display existing View as tab content in TabStrip tab? If so how can we do this?
    Thanks in advance!

    Hi,
    Please have a look into this linl. It will really help you a lot and give you clear idea on UI development and also about using TabStrip.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0e617bc3-0401-0010-2c82-81f82e73300e">Developing Web Dynpro User Interfaces</a>
    Thanks and Regards
    Avijit

  • How to display an ADOBE FORM in the same view

    Hi forum
      I am displaying an Adobe Form in a view of Web Dynpro for Java, but when this open, the adobe form open another windows with de pdf... how can i diplay this adobe form in the same view ?
    Thnks
    Josué Cruz

    Hi Josué Cruz,
    Insert the 'Interactive Form' UI element in the desired view.
    And bind its 'pdfSource' property to the context atribute pdf source. Optionally, you can set height and width of the form.
    -Aarthi

  • How to display  Reports parameter form in Oracle Forms 10g.

    hello,
    am migrating from Forms 6i applications to Forms 10g.
    one of my application contain report, that report display parameter form
    I wrote below code for WHEN-BUTTON-PRESSED Trigger
    DECLARE
    pl_id      ParamList;
    v_report_id report_object;
    v_report varchar2(100);
    vjob_id varchar2(100);
    vc_rep_status varchar2(100);
    BEGIN
    pl_id := create_parameter_list('my_list');
    add_parameter (pl_id,'P_HOSPITAL_ID',text_PARAMETER,
    :bm_hospitals.hospital_id);
    add_parameter(pl_id,'PARAMFORM',text_PARAMETER,'NO');
    v_report_id := FIND_REPORT_OBJECT('bm_r001');
    v_report := RUN_REPORT_OBJECT ( v_report_id,pl_id );
    vjob_id := substr ( v_report, length(<reportservername>)+2,
    length( v_report) );
    vc_rep_status := REPORT_OBJECT_STATUS (v_report);
    IF vc_rep_status = 'FINISHED' THEN
         WEB.SHOW_DOCUMENT ('/reports/rwservlet/getjobid'|| vjob_id||
    '?server=rep_mohahubkpcomp_ORaHOme_IAS'||'&userid=
    bedman/bedman@bedman'||'&paramform=yes','_blank');
    ELSE
         message ('Report failed with error message '||vc_rep_status);
    END IF;
    Destroy_Parameter_List(pl_id);
    END;
    The Above code is running report and displaying Output perfect but cannot
    display the Parameter Form at runtime.
    any help in this very thankful.
    Regards
    Gagan.

    In Your code there is a line:
    add_parameter(pl_id,'PARAMFORM',text_PARAMETER,'NO');
    which actually disables the report parameter form.
    The line:
    WEB.SHOW_DOCUMENT ('/reports/rwservlet/getjobid'|| vjob_id||
    '?server=rep_mohahubkpcomp_ORaHOme_IAS'||'&userid=
    bedman/bedman@bedman'||'&paramform=yes','_blank');
    displays the report to which vjob_id refers. At this point the report is competed so the parameters userid and paramform are useless.
    Hope this helps.
    Regards
    Bekcic Aleksandar

  • How to display arabic in forms

    hi friends
    I use Oracled database 10g in windows xp sp2
    previously I was just change the value NLS_LANG for the following keys :
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_DevSuiteHome1
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OraDb10g_home1from
    AMERICAN_AMERICA.WE8MSWIN1252to
    ARABIC_SAUDI ARABIA.AR8MSWIN1256and i also change in ( Control Panel > Regional and Language Option ) this tabs ( Regional Option & Advanced) to Arabic Saudi Arabia
    then I could insert value and I also could query to display this data from both SQL*PLUS.exe and Forms
    but now I couldn't pleeeeeeeez someone tell me what i miss
    any help and advice I greatly appreciated
    thanks
    Edited by: user10947262 on Jun 10, 2010 6:00 PM

    hi CraigB
    thanks for reply this is my NLS_CHARACTERSET before updating
    SQL> select * from  nls_database_parameters;
    PARAMETER                      VALUE
    NLS_LANGUAGE                   AMERICAN
    NLS_TERRITORY                  AMERICA
    NLS_CURRENCY                   $
    NLS_ISO_CURRENCY               AMERICA
    NLS_NUMERIC_CHARACTERS         .,
    NLS_CHARACTERSET               WE8MSWIN1252      <==========
    NLS_CALENDAR                   GREGORIAN
    NLS_DATE_FORMAT                DD-MON-RR
    NLS_DATE_LANGUAGE              AMERICAN
    NLS_SORT                       BINARY
    NLS_TIME_FORMAT                HH.MI.SSXFF AM
    PARAMETER                      VALUE
    NLS_TIMESTAMP_FORMAT           DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT             HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT        DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY              $
    NLS_COMP                       BINARY
    NLS_LENGTH_SEMANTICS           BYTE
    NLS_NCHAR_CONV_EXCP            FALSE
    NLS_NCHAR_CHARACTERSET         AL16UTF16
    NLS_RDBMS_VERSION              10.2.0.1.0
    20 rows selected.
    SQL>and this is nls_charachterset after update
    SQL> select * from  nls_database_parameters;
    PARAMETER                      VALUE
    NLS_LANGUAGE                   AMERICAN
    NLS_TERRITORY                  AMERICA
    NLS_CURRENCY                   $
    NLS_ISO_CURRENCY               AMERICA
    NLS_NUMERIC_CHARACTERS         .,
    NLS_CHARACTERSET               AR8MSWIN1256   <==========
    NLS_CALENDAR                   GREGORIAN
    NLS_DATE_FORMAT                DD-MON-RR
    NLS_DATE_LANGUAGE              AMERICAN
    NLS_SORT                       BINARY
    NLS_TIME_FORMAT                HH.MI.SSXFF AM
    PARAMETER                      VALUE
    NLS_TIMESTAMP_FORMAT           DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT             HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT        DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY              $
    NLS_COMP                       BINARY
    NLS_LENGTH_SEMANTICS           BYTE
    NLS_NCHAR_CONV_EXCP            FALSE
    NLS_NCHAR_CHARACTERSET         AL16UTF16
    NLS_RDBMS_VERSION              10.2.0.1.0
    20 rows selected.
    SQL>plz man i still stucked could you guide me what's next
    thanks for reply again
    Craig could you tell me where i can find this document you mention (1015554.4 (How to Configure Forms for Use with Arabic Characters) )
    Edited by: user10947262 on Jun 11, 2010 11:11 AM

  • HOw to display the show form in News browser insted of render listitem dire

    Hi,
    I have created a xmform .
    I have entred some data using the news authoring .
    when I see the content thru news browser, By default it displays the content which in defined in my xmlform render listitem .
    I want directly to display my xml show form rather then my render listitem.
    how to achieve this ?
    Should I have to do some coding on this ? if so can some one guide me to achive this ?
    thanks
    pkiran

    Hi PKG,
    I think the easiest way to achive this, is to design your RenderListItem form like your ShowForm and restrict the number of items in your collection renderer to "1".
    So a list is rendererd with exactly one item.
    Kind Regards
    --Matthias

  • How to display the edit form(xml form builder ) in the iview

    Hi all ,
    i'm doing one appication in xml formbuilders . i cerated a form and i call that form into a folder in documents of content manager. i  able to dispaly the show  form . now i want to edit the content of the from through portal iview . i tried using KM navigation portal .but i am able to diaplay the edit form .
    can any one tell me how to do this
    thanks
    rajeev.

    You need the right UI command. Look into the delivered NewsExplorer and NewsBrowser Layout Sets. http://help.sap.com/saphelp_nw70/helpdata/EN/6a/e8df3dffadd95ee10000000a114084/frameset.htm

  • How to display Adobe Interactive Form from ABAP (not WDABAP)

    I have created a WD ABAP application that creates an Adobe Interactive Form (ZCI) and submits it for workflow.  All of the data on the form is saved in custom itables in the SAP System.  The end-users are supposed to save a copy of the form at the last step in the workflow before they "Acknowledge" the task in UWL.  Once the acknowledge takes place, they can no longer display the form in UWL. They want an ABAP program that will read the data from the various custom tables and display a "print" version of the form (not interactive). 
    I am calling FM 'FP_FUNCTION_MODULE_NAME' to get the function module for the form. I then call FM 'FP_JOB_OPEN' with the parameter IE_OUTPUTPARAMS-REQNEW set to ABAP_TRUE. The call to the form FM has the following EXPORTING parameters:
        EXPORTING
        /1BCDWB/DOCPARAMS   =
          /1BCDWB/DOCXML         =
    I understand the /1BCDWB/DOCPARAMS but have no idea what needs to be done to for the /1BCDWB/DOCXML parameter.  Can anyone offer any advice or assistance?

    Joyce,
    this is really simple - the reason you have that /1BCDWB/DOCXML  is because you defined your form interface to have an XML based interface.
    While this is great for ABAP Web Dynpro, because the XML is generated for you, this is NOT the case with regular ABAP.
    You should choose ABAP Data Dictionary-Based Interface. You will then be able to add tables, structures and fields to your interface.
    For instance, here's code from a program where I call the form in regular ABAP
    data: ls_worksheet TYPE Zxxx_structure.
    * Fill the ls_worksheet structure here.
    * Call the generated function module
      CALL FUNCTION ls_function
        EXPORTING
          /1bcdwb/docparams  = fp_docparams
          worksheet          = ls_worksheet
        IMPORTING
          /1bcdwb/formoutput = ls_form_output
        EXCEPTIONS
          usage_error        = 1
          system_error       = 2
          internal_error     = 3
          OTHERS             = 4.
    Notice I do not have the /1BCDWB/DOCXML Exporting parameter.
    Just change your interface to a Data Dictionary Based, and add the tables/structures/fields to it.
    then, go to your calling program, fill them, and pass the data through the Exporting parameter.

  • How to display interactive PDF  form in an external window?

    Hi Gurus,
    I have developped an application which involves interactive form . Now I want to display the pdf generated through the interactive form in an external window.
    Please guide me how to goahead.
    Thanks
    Nageswara.

    Hi Francois Gendebien ,
    Thanks for ur reply.
           But I have created Pdf in new window(by using window instance) but That window does not contain minimise and maximise and close button.
    Is there any suggessions to add these Options to created new window pdf form
    I am  strucking over here .
    Please help me out.
    Thanks
    Mandapati

  • How to display in sap-script the data which is input in selection screen by the user.

    Hii,
        I want to display the data in sap-script that has been input by the user in selection screen.
    Suppose the the user has done input for posting date from 25.1.2001 to 25.1.2005,what i want is to display this date in sap script.
    How can i do it.
    please help asap.
    Regards.

    Hi,
    If select-option name is s_erdat.
    then from value will be s_erdat-low and to value will be s_erdat-high.
    Arivazhagan S

  • How to display images in forms

    What are the steps to display images (say logo) in forms when running on web ?
    null

    Further check the following.
    There should be a temp directory(ex /webtemp/ declared in your application server. This directory is used to store the images temporarily.
    Please read the documentation titled "Configuring the Oracle Developer Server" for further details.
    null

  • How to display an SAP document on the web (ECC 6.0)

    Hello all,
      currently upgrading from 46C to ECC60 and we are having trouble with one of our current processes. 
    We currently have a custom RFC that creates spool files and turns them into a PDF stream via CONVERT_OTFSPOOLJOB_2_PDF.  The RFC is called from one of our web applications that then displays the document via PDF on the web.
    We are having trouble using this same process in ECC 6.0 so I'm wondering if there is a different approach to do this in ECC 6.0.
    History of what has been done so far.
    1) since we are now on a UNICODE system the PDF stream sent via the RFC call was displaying chinese characters instead of "%PDF" etc (2hex char vs 4hex char). We attempted to fix this by using the method cl_abap_conv_in_ce=>create to convert each line of the PDF stream.
    2) After inserting the method some of the documents started working but others are getting a parsing error.
    We are looking to see if anyone knows of a more standard approach to getting the same thing done.

    We have experienced the same problem since we upgraded to ECC 6 and unicode last week.  The suggested code worked but there was a step missing in the example that I would like to share.
    The spool output was table TLINE which is 134 characters.  Once you convert to non-unicode you actually have to put the results in a 268 char table.  When you read it in .NET and convert it to a binary array before passing it to Acrobat for viewing you have to make sure that you pad each record with spaces up to 268 charactes.  This was key!
    Here is the code from our RFC after calling the CONVERT_OTFSPOOLJOB_2_PDF with a spool id:
    data: PDF STRUCTURE  ZC268_STRUCT occurs 0 with header line.
    call function 'CONVERT_OTFSPOOLJOB_2_PDF'
      exporting
        src_spoolid                    = f_rqident
      tables
        pdf                            = pdf.
    data:     rf_conv type ref to cl_abap_conv_in_ce.
    rf_conv = cl_abap_conv_in_ce=>create( encoding = 'NON-UNICODE' ).
    data: fta_data type table of zc268_struct with header line.
    data: f_str    type string.
    field-symbols: <f_src> type x.
    loop at pdf assigning <f_src> casting.
         call method rf_conv->convert(
          exporting input = <f_src>
          importing data  = f_str ).
          fta_data        = f_str.
          append            fta_data.
          clear             fta_data.
    endloop.
    The data in fta_data can be passed to .NET
    I hope that helps.
    Hussam

  • How to display standard SAP icons in WebDynpro?

    Hi everybody,
    in my web dynpro app I'm using several web icons for display. Works very well so far with this notation: `~Icon/Failure` e.g.
    Now I need an icon which I can't find in the web icons library: the standard sap icon ICON_PRESENCE.
    I have tried this method: http://www.sapgeek.net/2009/10/web-dynpro-use-icons/  but it doesn't work; it seems that the system searches for the gif name as a web icon and can't find it.
    Is there any other way to diaplay standard sap icons in web dynpro, or does someone know if there is a web icon showing a burning light bulb??
    Thank you in advance for any advice!

    Hi,
       Suppose you need to display a standard SAP icon then take a image UI element and in the property SOURCE
       of image element click on the small F4 icon, a window opens with different tabstrips, select SAP ICONS tab
       and choose the relevent icon.
       If you dont find the icon, then you can upload the icon onto the application server and use it in your component.
      For this rightclick on your component and create a mime object and import the image from PC to SAP and you can
      now use this and will find it in the component usage tab in that F4 window of SOURCE property.

Maybe you are looking for

  • Why can't I transfer my music to a playlist?

    After I purchase music from Itunes I look for it in my Purchased folder. I then attempt tp click on it to transfer it to a playlist. I click and get NO green circle with the whit plus mark. It will not select no matter where I click. This not only ha

  • How do I 'Find & Replace' with control characters - paragraph, carriage return, tab

    In Pages 4.3 (Pages '09) I could insert special characters into the Find & Replace fields.  It was great.  Excellent way to clean up & recover text from a pdf or html. In Pages 5.2 that capability seems to be gone.  When I turn on the special charact

  • "merging" clips horizontally

    Hi, I've captured footage from 4 different cameras, and now I'm trying to arrange them into a multi-clip. When I captured the material from each camera into my computer, FCP divided each tape into few smaller clips. For example, while capturing my fi

  • BAPI or FM for MD81

    Hi All, Is there any BAPI or FM to create "Customer Independent Requirements" (MD81)??

  • Add input hidden to all forms in UIViewRoot

    Hi I would like to add for all the forms in the UIViewRoot and input hidden componenet. I try to do it on my ViewHandlerImp but it seems that after i add the componenet it is not renders some how and when i coming from non faces request the UIViewRoo