Reporitng in Bex using the documents attached in the BPS Planning Layout

Hello Experts,
I am in the process of implemting document integration between BPS and BEX.
BPS document creation
http://help.sap.com/saphelp_nw70/helpdata/EN/94/417184a46311d5b40a0050dadfb23f/frameset.htm
Bex document access
http://help.sap.com/saphelp_nw70/helpdata/en/43/1e2fffd48f4138e10000000a1553f6/frameset.htm
But we are not able to see any documents created in BPS layout in Bex report.
The document link in the Bex opens a browser but could not see those documents attached in the BPS. Other documents created using the Bex are available.
I can see BPS documents in the Document workbench.
Thanks for your help in advance.
Regards
Kawshik

Hi Jeroen,
my guess is that it has to do with the local Excel version. Please open a customer message so SAP support can analyze the issue.
Regards,
Marc
SAP NetWeaver RIG

Similar Messages

  • Can I use the same plan that I have for my iphone 4s with my new ipad? or do I have to buy a new data plan for my new ipad?  I would love to use my new ipad away from home but not sure how to use it?

    Can I use the same plan that I have for my iphone 4s with my new ipad? or do I have to buy a new data plan for my new ipad?  I would love to use my new ipad away from home but not sure how to use it?  I am on Telus mobility with my iphone 4s.

    See the answer on the same question you asked a few minutes ago.

  • [svn] 4634: First part of glue code for allowing Halo components to use the new Text Layout Framework , in order to get functionality such as bidirectional text.

    Revision: 4634
    Author:   [email protected]
    Date:     2009-01-22 17:38:56 -0800 (Thu, 22 Jan 2009)
    Log Message:
    First part of glue code for allowing Halo components to use the new Text Layout Framework, in order to get functionality such as bidirectional text.
    Background:
    TLF is making this possible by implementing a TLFTextField class. It is a Sprite that uses TLF to implement the same properties and methods as the legacy TextField class in the Player. Thanks to the createInFontContext() bottleneck method in UIComponent, it can be used by a properly-written Halo component (such as those in Flex 3) without any modifications to the component.
    Note: Text should render similarly -- but is unlikely to render identically -- when a component uses TLFTextField vs. TextField. The width and height may be different, affecting layout; text could wrap differently; etc. This is a fact-of-life based on the fact that TLF/FTE and TextField are completely different text engines.
    Whether a Halo component uses TLF or not to render text will be determined in Flex 4 by a new style, textFieldClass. (Gumbo components always use TLF.)
    TLFTextField is currently only partially implemented. It does not yet support scrolling, selection, editing, multiple formats, or htmlText. Therefore it can only be used for simple display text, such as a Button label.
    Details:
    The TextStyles.as bucket 'o text styles now includes a non-inheriting textFieldClass style. It can be set to either mx.core.UITextField or mx.core.UITLFTextField. These are the Flex framework's wrapper classes around the lower-level classes flash.text.TextField (in the Player) and its TLF-based workalike, flashx.textLayout.controls.TLFTextField.
    The global selector in defaults.css currently sets it to mx.core.UITextField using a ClassReference directive. For the time being, all Halo components will continue to use the "real" TextField.
    The new UITLFTextField is a copy of UITextField, except that it extends TLFTextField instead of TextField. This class has been added to FrameworkClasses.as because no classes in framework.swc have a dependency on it. It will get soft-linked into applcations via the textFieldClass style.
    The TLFTextField class currently lives in a fourth TLF SWC, textLayout_textField.swc. This SWC has been added to various build scripts. The external-library-path for building framework.swc now includes all four TLF SWCs, because UITLFTextField can't be compiled and linked without them. However, since they are external they aren't linked into framework.swc.
    Properly-written Halo UIComponents access their text fields only through the IUITextField interface, and they create text fields like this:
    textField = IUITextField(createInFontContext(UITextField));
    (The reason for using createInFontContext() is to support embedded fonts that are embedded in a different SWF.)
    The createInFontContext() method of UIComponent has been modified to use the textFieldClass style to determine whether to create a UITextField or a UITLFTextField.
    With these changes, you can now write code like
    to get two Buttons, the first of which uses UITextField (because this is the value of textFieldClass in the global selector) and the second of which uses UITLFTextField. They look very similar, which is good!
    Currently, both Buttons are being measured by using an offscreen TextField. A subsequent checkin will make components rendering using UITLFTextField measure themselves using an offscreen TLFTextField so that measurement and rendering are consistent.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Deepa
    Modified Paths:
        flex/sdk/trunk/asdoc/build.xml
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/projects/framework/build.xml
        flex/sdk/trunk/frameworks/projects/framework/defaults.css
        flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/TextStyles.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITLFTextField.as

    Many of your points are totally legitimate.
    This one, however, is not:
    …To put it another way, the design of the site seems to be geared much more towards its regular users than those the site is supposedly trying to "help"…
    The design and management of the forums for more than five years have driven literally dozens of the most valuable contributors and "regulars" away from the forums—permanently.
    The only conclusion a prudent, reasonable person can draw from this state of affairs is that Adobe consciously and deliberately want to kill these forums by attrition—without a the PR hit they would otherwise take if they suddenly just shut them down.

  • Using the deployment plan to extend the security roles

    Hi,
    We have an existing application that has a set of security roles defined. This app has been deployed to Weblogic.
    We would like provide additional security roles through this application. Currently, we have been doing this by manually editing the web.xml and the weblogic.xml files and redeploying the app. Is there any way to achieve this using the deployment plan feature ? If yes, how do we do it?
    Regds,
    Mridhula

    you can use the following deployment Plan xml file:
    <?xml version='1.0' encoding='UTF-8'?>
    <deployment-plan xmlns="http://www.bea.com/ns/weblogic/deployment-plan" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/deployment-plan http://www.bea.com/ns/weblogic/deployment-plan/1.0/deployment-plan.xsd">
    <application-name>deploy_plan</application-name>
    <variable-definition>
    <variable>
    *<name>RoleName</name>*
    *<value>plan</value>*
    </variable>
    <variable>
    *<name>PrincipalName</name>*
    *<value>test</value>*
    </variable>
    </variable-definition>
    <module-override>
    <module-name>appA.war</module-name>
    <module-type>war</module-type>
    <module-descriptor external="false">
    <root-element>weblogic-web-app</root-element>
    <uri>WEB-INF/weblogic.xml</uri>
         <variable-assignment>
    *<name>PrincipalName</name>*
    <xpath>/weblogic-web-app/security-role-assignment/[*role-name="plan"*]/principal-name</xpath>
    </variable-assignment>
    </module-descriptor>
    <module-descriptor external="false">
    <root-element>web-app</root-element>
    *<uri>WEB-INF/web.xml</uri>*
         <variable-assignment>
    *<name>RoleName</name>*
    *<xpath>/web-app/security-constraint/auth-constraint/role-name</xpath>*
    </variable-assignment>
         <variable-assignment>
    *<name>RoleName</name>*
    *<xpath>/web-app/security-role/role-name</xpath>*
    </variable-assignment>
    </module-descriptor>
    <module-descriptor external="true">
    <root-element>wldf-resource</root-element>
    <uri>META-INF/weblogic-diagnostics.xml</uri>
    </module-descriptor>
    </module-override>
    <config-root>E:\wls_docs\deploy_plan\plan</config-root>
    </deployment-plan>
    thanks,
    Sandeep

  • Anyone ever use the global plan for an 5c

    Going to France next week with a iPhone 5c.  Has anyone used the global plan?  How's it work, dialing numbers both in France and US?

    Roger1968,
    Traveling is always an exciting time! And being able to use your phone while traveling is definitely important.
    Our Global plan are awesome! You can get 100 minutes, 100 text to send, and 100MB for only $40. If you only want to use data you can add the $25 and receive 100Mb to use.
    While in France and you want to call the USA, just dial Plus Sign then 1 then ten digit U.S. number. To call a number in France just dial Plus Sign then Country Code then Local Number with Area Code (if applicable). For complete details you can visit http://www.verizonwireless.com/b2c/tripplanner/tripplannercontroller. Once there enter the country you will be visiting and your phone model. It will provide all the info you need. Keep us posted of you need further assistance.
    JohnB_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • If i have an ipad 3 with wifi feature only, can I add or use the data plan in another country?, if i have an ipad 3 with wifi feature only, can I add or use the data plan in another country?

    I have an ipad 3 with wifi feature only, can I use the data plan 3G in another country??

    No. You have no place for a sim card in the WiFi only iPad. You MAY be able to purchase a personal MIFI hotspot that will work with a data plan in another country. I have one here in the U.S. that I bought through Verizon, but I assume it will only work on the Verizon network here with my Verizon Data Plan. So you would need a data plan in the country in which you want to use the iPad if this option is available for you.

  • Attachment in BPS Planning Layout

    Hi,
    The attachment option in the BPS planning template allows us to upload a file in System.
    Can anyone help me how and where the file is stored? Is it in the cube or somewhere in KM

    Hello Shailesh,
    the documents are stored on the BW Server in KPRO (orange part):
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/42/594e3c6bf4233fe10000000a114084/frameset.htm
    You can view them in the Admin Workbench for example.
    If you want to see some ABAP to read documents, check function module UPC_BW_DOCUMENT_GET.
    Regards,
    Marc
    SAP Techology RIG

  • Is it possible to lock the BPS planning obj in QA or PRD system?

    Hi,
      Is it possible to lock the BPS planning obj in QA or PRD system? We chnage the client setting in SCC4 with no change allowed. But, user can still change or create planning objects in the BPS0. Is any way to lock that?
    Best Regards,
    Jeff

    Jeff,
    You would have to develop specialized role / profile that controls the different planning objects: i.e. transactions, Planning area, planning level, planning functions, etc. 
    We had used a whitepaper or OSS notes in addition to looking at the profile/role for SEM_ALL to start locking down on things...  Might post more when I find my notes.
    Mary

  • Hide icons of the Enhanced Planning Layout

    Hello everybody!
    I have a question to the icons (e.g. Expand All Columns)in the enhanced planning layout. Is it possible to hide these icons? Is it also possible to change the layout (e.g. colour of columns? If yes, how can I do these?
    Thanks for your help.
    Adelina

    Hi Sandhya,
    in Excel Layouts you should use VBA. Loop over the cells of the column headings until you find the one with "Company Code". Then change it.
    In Web Interfaces you can do the same with a JavaScript item.
    Regards,
    Marc
    SAP NetWeaver RIG

  • How to use the Logic Analyser layout in Vivado 2015.1

    Hi,
    I found this quite annoying after upgrading to vivado 2015.1. Whenever I use debug signal, it will bring me to the new logic analyser layout as shown below after bitstream is downloaded. The tiny waveform window, however, is barely useful. So I have to maximize the waveform window every time after downloading, which will disable the trigger window. But then when I want to add trigger probes, I couldn't find an easy way to get to the trigger setup window again, so I have to reset dashboard, then set trigger, then maximize the waveform window again... Can anyone send me some pointer of how to efficiently use the new layout. Also, the scroll bar of the signal name in the waveform window is not available any more. This is also annoying as my signal names are quite long and I have to make sure the panel is wide enough to show the name, otherwises it will be like /topmodule/submodule/....._V.
    Jimmy
     

    Hi Lior,
      The scroll bar is replaced with a feature (Elide Settings) that shortens the name of the probes to fit into the column size you select.
    If there’s enough space in the column, obviously its setting has no effect, and you see the entire probe name.
    If there’s not enough space, then based on this elide setting, the probe name will fit in the column either from the beginning, middle, or end of the probe name (see the attached image).
    This way it's easier for the user to see the portion of the probe names that they need without having to scroll left or right.
    This settings is inside the waveform option on the left side of the waveform viewer as you see in the images. 
    Hope this helps.

  • If you use imessage while on WiFi does it still use your data plan or does it only use the data plan if you're on 3G?

    I just got the new iPhone4s (my first time off of a flip phone!) with the imessaging but I'm not sure if that is going to use up my data plan if I use it instead of texts.  If I'm at home on my wifi will that still take away from my data plan if I use imessage? I know that FaceTime works off of wifi as opposed to the data plan but wasn't sure if it was the same for imessage.  I'm on the Verizon data plan if that matters.
    Thanks!

    This weekend, the AT&T tower near our home failed.  We had no AT&T cell service whatsoever.  During this time, our home WiFi was always running at 100%.  No iMessage would go through, nor could any iMessage be received.  Both my and my wife's iPhone 4S were connected to the home WiFi and were used with it.  Two things did not work: cell service and iMessage.
    I think that iMessage seems to rely on the phone data plan, or at least the cell service must be in range to use it.

  • I want to use the Photo Essay layout in iphoto, but with a black background

    but this doesn't seem possible (only white bg).  How do I apply a black background to the Photo Essay layout?
    Thank You!

    Thanks for those examples.  Yes, I see how to change bg color with a text page, but bg colors are still greyed out when I try to use them with a photo-only page. 
    It is impossible to select the black (or any other color) bg.  Perhaps this is because, as you said, the white border is part of the Photo Essay template.  This isn't an issue in other templates, and I would be perfectly happy using Picture Book, but that template doesn't give the same arrangement options, particularly on the 6-photos to a page layouts.  I wish there were more flexibility/options with these layouts--they are very limiting.

  • Using the Clip Plane

    Hello, I seek the wisdom of the Labview Gurus.  I have a VI that I can succesfully create objects and display my data.  I can then manipulate the position and do a host of other things that I need done.  Unfortunately, I cannot seem to figure out the Clip Plane.  I have tried using the Create Clip plane VI and then using the property node to add the Clip Plane, but this does not work.  I also created an object called "Clip Plane", added the Clip Plane to that object, and then added Object "Clip Plane" to the parent object.  This did not work either.  None of the examples seem to have Clip Plane usage in them.  Any help would be greatly appriciated.
    Thanks,
    Austin
    PS - The solar system VI was an awesome example in 3d modeling!

    I found out my own problem.  To turn on the clip plane, there is a control node under objects called "Set Clip Plane".  Under this is an option to turn on clip planes for the objects. 

  • Can I publish my RoboHelp project directly to a web server using the Generate Primary Layout (WebHelp) function?

    I am hoping to improve my method of publishing my company
    Knowledge Base.
    Currently, I generate the RoboHelp layout to a folder on my
    local computer and then manually upload the project output files to
    our sever via SmartFTP. My question is how do I publish directly to
    the server? Is this possible?
    On the first page of the Generate Primary Layout "wizard", I
    have entered the path to a local folder on my computer. Three
    screens later in the Servers box of the "wizard", I have entered a
    server and path, and checked its box. When I generated the output,
    I expected it to be published to both locations: the local folder
    and the web server folder. But it only publishes to the local
    folder, not the web server.
    How do I get it publish to the server also?
    Any help is much appreciated. Thanks!
    ~Beth

    I had been using the HTTP setting, so switched to FTP and
    filled in server info. This time the Publish function began
    working! However, the process has since hit a snafu.
    Certain files are causing errors and I'm getting a message
    such as this one:
    Publishing has been cancelled. Failed to create file: image
    235.jpg
    When I click OK to the first error message, I then get this
    one:
    Publishing has been cancelled. Failed to create file:
    bsscftp.txt
    After clicking OK to the 2nd error msg, the Publish fails and
    I get this:
    Warning: Failed to publish to "help". reason: Canceled by
    user.
    I have run through the Publish a couple times now and various
    files cause the 1st error, but the 2nd file is always that same txt
    file. I realize this snafu may be particular to my situation but
    any ideas?

  • Using the Demand Planning functionality in TEM

    Good  afternoon
    I have been trying to use (in our test client) the Demand Planning functionality of TEM, I am wanting to create demand based on last year's bookings however I get no results. I have courses, which are firmly booked with attendees on them in last year. Is there a minimum number of courses and/or attendees required before a demand can be created? What am I missing?
    Many thanks
    Dawn

    Hi Dawn,
    Try this:
    Run the demand planning report using either S_AHR_61016220 or PSV2. Choose the event type which you want to create demand for, or if you have used PSV2 that is already defaulted. If the location is mandatory then put that in and run the report for the year 2010 (with all or the specified quarters checked). If you are running this for the first time, then you should get a screen which says No demand exists. Click on the name of the event type such that it is highlighted (where the cursor is on the name of the event type). Click on the Plan button (F5) and then click on the Plan button button again (F5). This should give you the various options of prebookings or bookings from the previous yea. Select the one you want, and it should determine the demand which you will transfer and save.
    Regards,
    Priya.

Maybe you are looking for

  • How to fill in a PDF file via data import

    I have a situation where we need a PDF form filled out, but we cannot let the end user enter data directly into the form. We could enter it manually, but that isn't practical. I'm looking for a way that we can have the user complete an HTML form and

  • Default Selection in Combo Box

    Hi, I have a query regarding combo box. I have populated combo box using UserDataSources. Is it possible to make a default selection of an Item in combo box. Regards Ronald

  • JavaScript assign a APEX variable

    I have the following javascript code in my page header: <script language="JavaScript" type="text/javascript"> <!-- function insert_submit() var x = '&P66_INSERT_FLAG.'; confirm(x); doSubmit( ); //--> </script> Can anyone tell me how to assign a value

  • Passing variables through the URL String

    I have a template and outside the basic html - all the content is grabbed from a db. I want to use 1 template to generate all of the other pages for the site. So basically, the only way to identify the page would be through the URL string. So, someth

  • Adobe Illustrator refuses to work

    says that "instruction at "0х0060f401" referenced memory at "0хfffffffc" memory could not be read". For example, if i load Photoshop, then Illustrator by no means run (says Unable to complete the requested operation - when a window have already opene