ABAP interactive forms

I have created form. In output i am getting all the pages with LOGO.
I want to display logo only in main page rest of the pages with out logo.

HI,
     I think u designed the LOGO  in the master page.Remov e from master page and put in body page.
   i think this will resolve u r problem.
Thanks,
Madhukar.

Similar Messages

  • Differentiate between button events in WD ABAP Interactive form ?

    Hi ,
       I have a senario in which I have  2 buttons in a Webdynpro ABAP Interactive form.
    Button1 is to fectch some values from the back and set in the context so that it is populated in the form.
    Button2 is submit button which calls a BAPI in the backed..
    I need to differentiate between the events of these 2 buttons in my Webdynpro ABAP onSubmit event..
    Is there any way to differentitate which button I have clicked in the form.. ????
    Thanks
    Siva

    Hi Sivaraj,
    you can try defining an action on OnCheck action. I think it should work.
    If it doesnt work then, define an attribute in the context, and place it on the form, make this field invisible. Then on click on button set some values in this attribute. Read the attribute value in the ABAP. And perform the action according to that.
    Hope this helps,
    Amit

  • WD ABAP Interactive form to xml to xstring

    Hi All,
    I have created one WD ABAP interactive form with a submit button. After user enter the values in the form, once submits, it should trigger a workflow and I should send the whole PDF form as an attachment to a workitem.
    For triggering  work flow is not a problem. But this pdf should be generated again at workitem attachment.
    For converting to PDF and attachming the pdf to workitem I already have a business object.But now the problem is I have to generate the XML file from the context values and send this as xstring to my program, so that by using this value, it will re genarate the pdf with this updated values.
    So, i need a way to generate xml out of user filled interactive form
    and pass it as xstring.
    Appreciate your help.
    Regards,
    Ravi

    Hi ravi,
    These are the function modules  which converts table to String and the String to Xstring.
             SOTR_SERV_TABLE_TO_STRING  "Table to String
             SCMS_STRING_TO_XSTRING "String to Xstring
    For triggering work flow is not a problem. But this pdf should be generated again at workitem attachment.
    For converting to PDF and attachming the pdf to workitem I already have a business object
    Can you tell me how you are attaching document to Workflow and how you are triggering workflow on click of Submit button and what is the businees object to send the attachements to workitems.

  • Drop down list button in the WDP Abap interactive form

    Hi Gurus,
    I wanted to implement the drop down list button in the WDP Abap interactive form. Once the users clicks on the drop down button, an RFC should be called and display the details under the drop down button. Please give me the logic with code. Its very urgent...please help me. Please note that it is in WDP Abap interactive forms. We are using NW2004S, ECC6.0.

    hi david,
    all the UI elements in the adobe form are generally connected to your web-dynpro Context.
    whatever you type in the online adobe form is reflected in the respective context attributes of the dynpro Context of the view where "ur Interactive form UI element is".
    that means you can yourself fill the contents of ur interactive form by working on the get/set methods of the context attributes.
    Likewise you can clear the form by setting all context attributes to blank eg ""
    with regards,
    -Amol Gupta

  • ABAP Interactive Form Information/Advice Needed

    Hello all.  I have some questions for all of the Interactive Form experts out there.
    We have a business requirement where we need to do some data collection around Material Master data offline and load the data back into SAP.  We are considering using the interactive form solution however there are a couple of general questions that we have.  We are currently running Netweaver 2004 WAS 6.40.  We have a J2EE Engine up and running with ADS however we are not currently set up to support JAVA Development so our preference is to accomplish this in ABAP.  Here are my questions:
    1.  It is my understanding that you must put "scripts" in the Adobe Form to load the data back into SAP.  This functionality is not provided in ABAP.  How difficult is it to do this within the form?  What is the best approach for the ABAP Functionality needed to load this data back into SAP, BAPI, Web Service, other?
    2.  Since we do not currently have Web Dynpro available, is it possible to make the form available via some type of web page such as a BSP?
    3.  Could anyone who has done an ABAP implementation of interactive forms provide some general feedback as to what there experiences are with this?
    4.  Is it worth the effort to consider a JAVA Web Dynpro solution?  We currently do not have any development infrastructure or deep JAVA knowledge in house but if the pros of this approach far outweigh the cons it is something that we might consider.
    Any help would be greatly appreciated and points will be rewarded.
    Best regards,
    Chris Hanshew

    Hello Chris,
    it is actually possible to generate interactive PDF forms using ABAP (with transaction SFP) in Web AS 6.40. You need to set the flag (F)illable to "X" and then the PDF forms generated with SFP will be interactive.
    However to get the data back from the form into the SAP system you will need to do some custom ABAP coding. You will need to decide if you want to get the data back via HTTP, Web Services or E-Mail (all three are supported by PDF forms). Lets assume you just use plain HTTP... In this case put a "HTTP Submit Button" on the form (you can find the Button in the standard Designer library). You configure the HTTP Button with the URL you want to submit the XML data to.
    On the Server side you will need to write the ABAP code which can handle the incoming HTTP message, parse the XML and post it to the right BAPI or RFC.
    Please keep in mind that you need a license from SAP if you want to use custom interactive PDF forms in production  (they are not part of the free functionality in NetWeaver).
    Cheers,
    Matthias Zeller
    Sr. Product Manager
    Adobe Systems

  • F4 Help WD ABAP interactive form

    Hi,
    Im designing an online interactive form in WD ABAP. I got the context from a BAPI and mapped to view context. Now how to map F4 field from data view to UIelemnt?
    Im dragging value help dropdown list from webdynpro activex palette to the form and selecting that field from dataview and dropping on the value help dropdown which i placed before. Doing like this the field is changing to text filed.
    Is this the right of way doing for getting f4 helps in to interactive form? Should my filed in dataview should have anyother properties to be a f4 help?
    Can some one help me on this?
    Regards,
    J.Smitha

    Hi,
    You can refer to this help. What it says is very clear.
    [http://help.sap.com/saphelp_nw70/helpdata/EN/42/fb2fe500553ee4e10000000a1553f7/frameset.htm]

  • Value serch help issue in webdtnpro ABAP interactive form

    Hi Experts,
    Iam facing an issue with value search help filed in Adobe interactive form using webdynpro native .
    if i click on button search help is working but after selecting value in popup is not populating in respective field .
    Please guide me on this.
    Thanks,
    Pavan

    Hi Pawan,
    Where you able to resolve the issue, if yes can you please share with me the details.
    Regards,
    Pranay

  • Webdynpro for ABAP - Interactive Form property 'Enabled'

    Hi All,
    I have developed a webdynpro and created a Interactiveform in main view. In Property if i check Enabled the form is not displaying in the output. If I uncheck it 'The form is not interactive (means user input not allowed)'. How can i make the form interactive and display in the output. Hope you guys understood my issue. Please lemme know if you need any further information.
    Also Please guide me how can I pass values from attributes of different nodes to 'pdfsource' attribute.
    Thanks in advance.
    GG
    Edited by: GGS on Apr 25, 2010 3:39 PM

    Hi Phani,
    Thanks for the info.
    I am able to see if it is not interactive.
    Displaytype is native only.
    Let me explain you the issue in detail:
    Currently Client is calling ZFORM thro Java. They have some issues with JAVA so they want to use Webdynpro to call that ZFORM and the form is ABAP Dic based.
    For Templete source I gave ZFORM name, and it automatically created a 'NODE' wrt the context in the ZFORM.
    Now I have to pass data from difft  node attributes to that 'NODE'.
    Thanks in advance,
    GG

  • ABAP-Interactive forms : Read-Only buttons upon runtime

    Hello,
    I'm fairly new at this and probably for a good reason I can't find any information pertaining to this issue.
    Using the embeded Adobe Lifecycle Designer within SAP using transaction SFP, I go to the layout tab and create a button.  On this button a make a simple script that changes the caption.
    On the PDF preview I can see that this works, though when I run the program using SE38 the button seems to be read-only and the cursor does not change nor is there any event that is triggered upon clicking.
    From what I read this is a dynamic form since there are other tables created dynamically and filled with data upon runtime.  I don't believe WebDynpro is involved considering I'm running it from the backend and the ABAP functions forward the parameters directly to this program.
    Would anybody be able to tell me why the buttons are read-only at runtime and not in 'PDF Preview'?
    Thanks a bunch,
    Scott

    Hi Sanda,
    I set DYNAMIC to 'X' and when the form is generated the buttons are still deactivated.
    Although, when I also set the FILLABLE parameter to 'N' a warning message appears telling the user that the form cannot be saved and then the buttons are clickable (and button event scripts are working).
    A problem here is that the form needs to be saved, is there a nice way to disable this error and allow the user to save the PDF?
    I also noticed another issue; Upon form load some tables are populated, depending on what certain data is, some images are changed via JavaScript.  With these current parameters this script seems to not be working.  The data has not changed and if I turn off the dynamic/fillable parameters, the script works again, any ideas?
    Thanks!  I'm almost there!
    Scott Renaud

  • WD ABAP Interactive forms

    Hi,
    I want to use IA form in WD abap, I set the templatesource PDF form, and the context node create auto, but there are only the nodes create from PDF form, the attributes under the nodes do not create.
    So I should create the attributes by myself or what should I do?
    after that what steps should I do? I go through the help docs, but too brief.
    can anyone help me?
    thanks and best regards
    Gang

    Hi Gang,
      I am wondering how only the nodes are getting created and not the attributes.
    In the templateSource property,once you  enter the name of the selected form, based on the interface of the selected form, a context node with attributes is
    automatically created for the UI element InteractiveForm. The dataSource property of the UI element is automatically bound to this context node.
    Can you recheck whether you are using the correct form and whether the interface of that form has the nodes and attributes.
    For further information,
    kindly go thru the demo here.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/c766e918-0b01-0010-99b1-c2b78cd059b3">Adobeforms</a>
    Regards,
    Sharadha

  • How can user attach file to interactive form, and be read by abap program?

    Hello,
    I created an abap interactive form, sent to the user, then user fills out the form fields, then it is uploaded back to sap, then my program reads this data and process it.
    It works.
    Now I want users to be able to attach any file they want, and the abap program to extract this file out of the PDF, to put it into SAP (or anywhere).
    I succeeded in attaching a file, I can "see" it via function module get_annotations, but I get the file in compressed form by Adobe (filter="FlateDecode").
    Do you know how to unzip the file, or is there another way to attach files in adobe reader/extract them via abap?
    I use acrobat reader 8.1.2
    Thx a lot!
    sandra
    Below is the xml obtained by GET_ANNOTATIONS. We see that there are other text annotations, and that the attached file has {length="98005"}, though real file (before "attach file" to the PDF, and also after "detach file") has length 111 995 bytes. It's why I deduced that there is a compression (I also tried to extract it as-is and open it with adobe but it doesn't work.
    <?xml version="1.0" encoding="UTF-8"?>
    <xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve">
      <annots>
        <highlight rect="212.347,624.257996,252.979004,636.539978" creationdate="D:20080604100938+02'00'"
    name="2114308b-275d-4eca-8bfc-c8288ef4a77c" color="#FFFF00" flags="print"
    date="D:20080604100938+02'00'" title="mtresori" subject="Texte surligne "
    coords="215.432999,636.179016,249.893005,636.179016,215.432999,624.619019,249.893005,624.619019"
    page="0">
          <popup rect="595.276001,516.179016,775.276001,636.179016" flags="print,nozoom,norotate"
    open="no" page="0"/>
        </highlight>
        <fileattachment rect="15.345001,802.841003,29.345001,822.841003"
    creationdate="D:20080604101011+02'00'" name="f6e12648-c9b0-4cd1-b08b-82876c8300d7"
    color="#4055FF" flags="print,nozoom,norotate" date="D:20080604101019+02'00'" title="mtresori"
    subject="Piece jointe" file="SAP_WIDGETS2.pdf" mimetype="application/pdf"
    creation="D:20080603112937+02'00'" modification="D:20080603112937+02'00'" size="111995"
    checksum="9F846412B510089F7C6DBCC6527C6339" page="0">
          <contents-richtext>
            <body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"
    xfa:APIVersion="Acrobat:8.0.0" xfa:spec="2.0.2">
              <p>SAP_WIDGETS2.pdf</p>
            </body>
          </contents-richtext>
          <data MODE="raw" encoding="hex" length="98005" filter="FlateDecode">
    4889CC570B5414D719F651A38EC468D5C6A2980104E528BBF3B8F3B2626405242920020A0AA4AEBB
    C3B2BAECEAEEA2A018030A628C8FFA4A0F568F58426A1EF5118FB5266A8D9AA2B16A55044541C5
    A62656EBA315935AE8BDB3BBEC2C0BD9D5B39EB3671966FEFBFCE6BF
    ETC. (all hexa code is the attached file, but with compression by adobe)
          </data>
        </fileattachment>
        <text rect="96.187408,680.099976,116.186996,698.099976" creationdate="D:20080613144537+02'00'"
    name="73360fcf-f5e5-4d5b-9315-fe4c42924300" color="#FFFF00" flags="print,nozoom,norotate"
    date="D:20080613144617+02'00'" icon="Comment" title="srossi" subject="Note" page="0">
          <contents-richtext>
            <body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"
    xfa:APIVersion="Acrobat:8.0.0" xfa:spec="2.0.2">
              <p dir="ltr">
                <span dir="ltr" style="font-size:10.0pt;text-align:left;color:#000000;
    font-weight:normal;font-style:normal">
    ffffffffffffffffffffff
                </span>
              </p>
            </body>
          </contents-richtext>
          <popup rect="595.276001,578.099976,775.276001,698.099976" flags="print,nozoom,norotate"
    open="yes" page="0"/>
        </text>
        <text rect="100,82,120,100" creationdate="D:20080613144627+02'00'" state="Marked"
    name="d524b7d5-1a85-4b62-80b3-5875dd152c51"
    color="#FFFF00" flags="hidden,print,nozoom,norotate" date="D:20080613144627+02'00'"
    icon="Comment" title="srossi" subject="Note"
    inreplyto="73360fcf-f5e5-4d5b-9315-fe4c42924300" statemodel="Marked" page="0">
          <contents-richtext>
            <body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"
    xfa:APIVersion="Acrobat:8.0.0" xfa:spec="2.0.2">
              <p>Marked definie par srossi</p>
            </body>
          </contents-richtext>
          <popuprect="595.276001,-20,775.276001,100" flags="print,nozoom,norotate" open="no" page="0"/>
        </text>
        <text rect="100,82,120,100" creationdate="D:20080613144633+02'00'" state="Accepted"
    name="88af2cb6-7516-4f21-81e6-97edc7a85184"
    color="#FFFF00" flags="hidden,print,nozoom,norotate" date="D:20080613144633+02'00'" icon="Comment"
    title="srossi" subject="Note" inreplyto="d524b7d5-1a85-4b62-80b3-5875dd152c51" statemodel="Review"
    page="0">
          <contents-richtext>
            <body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"
    xfa:APIVersion="Acrobat:8.0.0" xfa:spec="2.0.2">
              <p>Accepted definie par srossi</p>
            </body>
          </contents-richtext>
          <popup rect="595.276001,-20,775.276001,100" flags="print,nozoom,norotate" open="no" page="0"/>
        </text>
        <text rect="100,82,120,100" creationdate="D:20080613144642+02'00'" state="Marked"
    name="a8c6b485-c3f9-44e2-ad53-c61b2766d9d5" color="#FFFF00" flags="hidden,print,nozoom,norotate"
    date="D:20080613144642+02'00'" icon="Comment" title="srossi" subject="Note"
    inreplyto="f6e12648-c9b0-4cd1-b08b-82876c8300d7" statemodel="Marked" page="0">
          <contents-richtext>
            <body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"
    xfa:APIVersion="Acrobat:8.0.0" xfa:spec="2.0.2">
              <p>Marked definie par srossi</p>
            </body>
          </contents-richtext>
          <popup rect="595.276001,-20,775.276001,100" flags="print,nozoom,norotate" open="no" page="0"/>
        </text>
        <text rect="100,82,120,100" creationdate="D:20080613144647+02'00'" state="Accepted"
    name="0136b689-575c-46b8-a21a-86e3c8d73904" color="#FFFF00" flags="hidden,print,nozoom,norotate"
    date="D:20080613144647+02'00'" icon="Comment" title="srossi" subject="Note"
    inreplyto="a8c6b485-c3f9-44e2-ad53-c61b2766d9d5" statemodel="Review" page="0">
          <contents-richtext>
            <body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"
    xfa:APIVersion="Acrobat:8.0.0" xfa:spec="2.0.2">
              <p>Accepted definie par srossi</p>
            </body>
          </contents-richtext>
          <popup rect="595.276001,-20,775.276001,100" flags="print,nozoom,norotate" open="no" page="0"/>
        </text>
        <text rect="100,82,120,100" creationdate="D:20080613144657+02'00'" state="Accepted"
    name="a21fc3c5-cf6a-4c6f-bc1f-328a91050b4e" color="#FFFF00" flags="hidden,print,nozoom,norotate"
    date="D:20080613144657+02'00'" icon="Comment" title="srossi" subject="Note"
    inreplyto="2114308b-275d-4eca-8bfc-c8288ef4a77c" statemodel="Review" page="0">
          <contents-richtext>
            <body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"
    xfa:APIVersion="Acrobat:8.0.0" xfa:spec="2.0.2">
              <p>Accepted definie par srossi</p>
            </body>
          </contents-richtext>
          <popup rect="595.276001,-20,775.276001,100" flags="print,nozoom,norotate" open="no" page="0"/>
        </text>
      </annots>
      <f href="acTempF-00000028453-00000000089"/>
      <ids original="03473EFED11DB2110A00000000000000" modified="959796E85292D54DB7FA558CAAD4A346"/>
    </xfdf>

    Hello everybody,
    I am sure you have an answer to my question above. It was :
    how is it possible for a user to ATTACH files to a PDF interactive form, and then be able to READ them via a program ? (I guess the solution to read them via ABAP or JAVA is quite the same?)
    Thx a lot !
    sandra

  • Submit button on Adobe Interactive form does not send data back to ABAP

    The integration of my ABAP View and Adobe works fine getting data into the form. The form is interactive and I am able to change the data. I am using ZCI and the XML Context. I display the FirstName attribute both on the ABAP View, and the Adobe Form. When I press the SUBMIT button the first time, it disables that button, but the ABAP View is not updated. I have an ONACTION event, but it doesn't get triggered at all.
    Here are my specs:
    Adobe Reader 8.1.1. Local
    Adobe LiveCycle Designer 8.01.3250.1.491864
    NetWeaver 7.0 SP19
    HR Support Pack 48 and Enhancement Pack 2

    Hi all,
    I assume the ZCI script included in the form (800.20070410093956.383622.376748 ) is too old (I guess it's from SP13 or14).
    In general, I propose the following to analyze/fix these kind of problems (Web Dynpro ABAP only):
    1. Check the tracefile (available from SAP NetWeaver 700 SP19): Add "&sap-wd-clientDebug=X" to the application URL and open the trace by typing <CTRL><ALT><SHIFT>T (see note 999998 too):
    -> Watch for an entry "Got a message from Adobe Reader: zciReady 1: 2: 3:". If this line doesn't appear => ZCI script too old, go on with step 2
    -> Watch for an entry "Got a message from Adobe Reader: zciVersion 1: 800....". That's the version of the ZCI script included in the form
    -> Watch for entries containing "sendDataToServer" and "responseFromServer": If you can't find these entries, something went wrong transferring the form data to the ABAP server: Watch out for entries containing "Error", there might be a network problem.
    2. Execute report FP_PDF_TEST_00 to find out the used ADS version: The corresponding ADS version of SP19 is 800.20090130093518.519793 or 800.20090608122643.560369 (look at the second part of the version string. It's a timestamp: The ZCI script included in the form is from April 2007, the ADS version of SP19 is from January/June 2009!
    -> Update the ADS or patch the ADS (see notes 999998, 1229392 and 956074)
    3. optional step: Have a look at note 999998, section "related notes" (this is the complete list of available notes for Web Dynpro ABAP Interactive Forms integration): Install all notes available for your release/SP - or even better: Update SAP NetWeaver (SAP_BASIS) to the latest available SP
    4. Update the ZCI script of the form using transaction SFP_ZCI_UPDATE
    5. Repeat step 1, I'm pretty sure that it will work now!
    Regards,
    Ralf

  • Add Button in ABAP Adobe form/ add onSubmit CLICK event????

    Hi All,
    I designed using ABAP webdynpro.
    I added WebDynpro ActiveX or WebDynpro Native submit button.
    Then I added CLICK under onSUBMIT events of view.
    And added code under ONACTIONCLICK.
    But it is not working. I check old post's saying to use  " Utilities->Insert WebDynpro Script" in layout,
    but in my case " Utilities->Insert WebDynpro Script" in layout is coming as inactive so can not able to
    add that.
    Can any one guide me how can i use Buttons on my Adobe ABAP interactive form?
    Thanks

    method ONACTIONCLICK .
      wd_this->fire_o1_plg(
    endmethod.

  • Submit button in Interactive form WDA

    Hi All,
    I have created one WD ABAP interactive form using one BAPI. I have placed one Submit button on the form which is of type (webdynpro native). And i have defined on action in WD. But when I click on submit button the action is not trigerring. I tried even with Webdynpro Active x type but still no use.
    How can I link the button in form to action?
    With Regards,
    Ravi

    Ravi,
    There is onSubmit event in Web Dynpro where you can create your own method for data processing.
    If you have set displayType as native then you should be using Submit button from WD Native Library in Designer.
    Once you place the button on the form, check if following script is present in the click event of button in Script editor of Designer or not.
    // DO NOT MODIFY THE CODE BEYOND THIS POINT - SubmitToSAP.xfo
    ContainerFoundation_JS.SendMessageToContainer(event.target, "submit", "", "", "", "");
    // END OF DO NOT MODIFY
    Also check Control Type in Object Palette for the button. It should be Regular.
    Chintan

  • New forum area for Adobe Interactive forms

    Would it be possible to create a separate thread for the adobe interactive forms?  Most of the conversations are under the webdynpro forum, but because people refer to this area by so many different names (adobe, ADS, interactive forms) it is really difficult to do a search for anything specific.  (also, you cannot distingquish a post between ABAP interactive forms and Webdynpro interactive forms until you are deep into the message).
    I think enough folks are starting to use interactive forms that we can get some good topics going!
    Also note:  the adobe homepage on SDN needs more visibility.  It is buried under too many links.  I had to email Matthias Zeller to get the url.  I lost patience after about 20 minutes of searching.
    thanks!
    brenda

    A last thought/comment:
    I just went to the WAS homepage.  The link is under FEATURED CONTENT under the black/bold heading Interactive Forms. 
    I would not equate the adobe home page as "featured content".  Now that I have been told, I can find it, but I spent 20 minutes using the forum search to find it and the results were mostly to the help.sap.com links.  Maybe a title change under quick links might make it more intuitive.
    thanks for the opportunity to rant a bit.
    brenda

Maybe you are looking for

  • Please support the Korean language

    hi. I'm using the photoshop touch 1.7.5 in android 4.4.2. but i can't see the Korean language in file explorer of ps touch and can't input  korean text.(Chinese and Japanese language is possible.) why? please support the Korean language.

  • How can i see the size of the songs listed in iTunes?

    Is there any option to see the size of the songs and albums I have imported to iTunes? I think thats really basic information, but I'm not able to find it...

  • New to this. Can someone help me out with my question?

    I just purchased my imac last week. I am trying to shut down my computer so I can go to sleep.  Everytime I try to shut it down a window pops up and it reads "can not shut down programs are still operating go to finder."  I have no idea how to fix th

  • Macbook Air freezes up

    Hi, everyone,. I have trouble with my MB Air. MB Air gets freeze after logging-in on desktop screen or waking up from sleep mode. I tried to use recovery mode to reinstall OSX but unsuccessful. The problem can't be fixed and my MB Air even gets worse

  • MDX queries : BW statistics are inconsistents

    Hello, We are implementing BO on top of SAP BW 3.5. We had some major performance issues , and now we're tryning to investigate in detail. The queries were first launched on BO only, and afeterwards on SAP BW, using the transaction MDXTEST, we measur