Period should display on Portal

Hi all,
we develop some reports and displaying them in portal.Now our user want to display the period also on the top right of the report when export to excel.
This is the scenario:
we have given the calender month in the variable screen,when the user enters from 02.03.2007 to 05.02.2007,the result will displays for 4 months.now In the output they need the Period also displayed i.e.PERIOD [2.20007 - 5.2007]
Can anybody help me in this matter......
thanks in Advance
Sridath

Hi Sri,
Use the textelement web item in the WAD and assign it to the corresponding query....
try it...
Cheer's
HVR.

Similar Messages

  • Web interface displays via Portal using Mozilla or Firefox

    We have several web interfaces (BW-BPS) and have created iViews on our Portal (EPP 6.0). These iViews properly execute in IE 6.0.
    However, when we execute the BPS iViews using Mozilla or Firefox we see significant display discrepancies. For example, the web interface should display grid lines between the rows, but, we don't see them when running through the Portal using Mozilla or Firefox.
    We thought that the Web interfaces themselves may be the issue but they properly execute when run straight from BW in Mozilla 1.7.13.
    Can anyone help with this problem? Thanks,
    Bill

    Hello Bill,
    first of all please check the Product Availability Matrix. Not all browser versions are supported. http://service.sap.com/pam
    Some visual differences between the browsers can not be avoided since browsers just behave differently.
    If the browser is supported and it does not work correctly, please open a customer message.
    Regards,
    Marc
    SAP NetWeaver RIG

  • A field to be displayed in portal legth of 3 and r/3 more than 255 char

    Hi all,
    Kindly give me reply, I need to display one structure in portal, in this one field is of length 255 char.
    Need to change it to more than 255 characters but it should be display in portal as 3 or 5 char length only, can accept more than 255 char lengtjh.
    thanks & regards,
    Chandra sekhar.

    Hi Chandra sekhar,
    A similar kind of a probelm is explained in the link below:
    Link:
    The other requirement of displaying it as 3 - 5 chararcter field in portal can be done by creating the iView as required.
    Regards,
    Pranav.

  • Incorrect display of portal pages after migration to EP7

    Hello,
    after the migration from EP 6 to EP 7 some of the portal pages do not diplay correctly (for example user administration -> identity management, content administration -> webdynpro, system administration -> system configuration -> UME configuration). They show up as plain text, no theme is applied to these pages and navigation on these pages is not possible.
    Has anyone else experienced this problem? I have searched in the SAP OSS and here on the SDN, but didn't find anything. The SAP support hasn't been able to help me so far.
    Any help would be much appreciated.
    Best regards,
    Nicole

    Hi Nicole,
    we had the same problem with our migration from EP6 SP2 to NW04 and upgrade to NW04s.
    The solution is to import the EP6 theme to the EP7 portal.
    After that, everything should display ok.
    to transport themes, go in portal to :
    System Adm \ Portal Display \ Theme archive
    Just export your themes from the EP6 portal.
    Then in the 2004s portal, go to :
    System Adm \ Portal Display \ Theme archive
    Then import the EP6 Themes.
    I hope this will help.
    Brad

  • Pushbutton Text does not display in portal but display in development

    Hi Experts,
    I ceated Pushbutton in  selection screen block . Pushbutton text is does't display in portal view but display
    in development .
    i attached my coding , could you suggest anyother coding to diplay the pushbutton text.
    SELECTION-SCREEN BEGIN OF BLOCK auth WITH FRAME TITLE text-003.
    PARAMETER    p_sig(40) TYPE c." OBLIGATORY.
    SELECTION-SCREEN SKIP 1.
    SELECTION-SCREEN PUSHBUTTON /43(20) execu USER-COMMAND printlayout ." VISIBLE LENGTH 15.
    SELECTION-SCREEN END OF BLOCK auth.
    INITIALIZATION.
      MOVE text-004 TO execu.

    Did you check in your portal instance that TEXT-004 has the value you want?

  • How to display the Portal System ID in a theme or iView?

    Hi everyone,
    I am trying to figure out a standard way to display the Portal system ID within the portal theme or within an iView.   The complaint from users is that, if they are working in both Production and multiple test systems simultaneously, it is very difficult to decipher which system they are actually in.
    Does anyone have experience with this previously?
    Thanks in advance.

    Hello Charles.
    A standard way is a modification of the Portal name which is displayed in a title bar of a browser's window.  For this you have to edit the Central Configuration:
    1. Open System Administration > System Configuration > Service Configuration;
    2. In Browse Tab open  Portal Runtime > Central Configuration;
    3. Locate and modify portal.html.head.title property.
    4. Save changes.
    5. Restart portal server.
    Best regards,
    Aliaksandr Zhukau

  • Adding value of one field into another field and should  display it

    Hai Experts,
    i have problem try help me plz,
    my problem is:
    i have some fields like A,B,C,D,E.in my ddic table and i designed a screen with same fields
    so here i want have values on gallons
    ex : think
    E = order value
    C = gallons
    and when i enter each value in order value it should go sum with gallons and should display on screen ,it should not save in table,when i open screen next time it should not show any values

    Hi  ,
    U Can try the   UserEXIT  PBAS0001 component  EXIT_SAPFP50M_001 . The code in the Include Program  ZXPADU01  looks  something  like  this .
    DATA: I0002 TYPE P0002.
      CLASS CL_HR_PNNNN_TYPE_CAST DEFINITION LOAD.
      CASE INNNN-INFTY.
        WHEN '0002'.
          CALL METHOD CL_HR_PNNNN_TYPE_CAST=>PRELP_TO_PNNNN
            EXPORTING
              PRELP = INNNN
            IMPORTING
              PNNNN = I0002.
          MOVE I0002-VORNA  TO I0002-RUFNM.
          CALL METHOD CL_HR_PNNNN_TYPE_CAST=>PNNNN_TO_PRELP
            EXPORTING
              PNNNN = I0002
            IMPORTING
              PRELP = INNNN.
      ENDCASE.
    U can also  implement  the  same in the BADI  HRPAD00INFTY   method  BEFORE_OUTPUT . The  same   code  should  work

  • Create an Object(Store) based on Store Id,it should display Store Name

    Hi,
    My Question is, Create an Object(Store) based on Store Id,it should display Store name at report level.
    I did the list of values Name changed from Store Id to Store Name in Object Properties in Universe level. These values are changed in the universe level, but not displaying in Report level. How it is possible? can any one give the reply.
    Thanks & Regards
    Madhu...

    What i understand is you wan the user to be prompted with STORE_ID values and when they select a store_id or multiple store _id then you want to display the store names for these store _id selected in the report . If this is correct then follow below
    In Universe create a object whose definition is store_name and not store id. In the LOV of this object click edit and then in the LOV add STOREID, STORE_NAME COLUMN with STORE_ID so now the user will see the store-id and the store name for that store_id but when you select any values it will show only the store name.

  • Storage bin should display in MB52

    Hi All,
        Storage bin should display in MB52  T-code warehouse stock dispaly, Please guide me how it possible...
    Regards
    Hari

    Hi Hari,
    MB52 Tcode is only for display stock in Inventory Management Level/ storage location level. If you want display stock in storage bin level, you can use t-code :
    1. LX03   - Bin Status report
    2. LS26   - Total Stock per Material (Warehouse Management)
    3. LS24   - Bin Stock per Material
    I hope it can explain your problem.
    Pls rewards point if helpfull.
    Thanks
    Gunawan

  • In Requestor POWL, Shopping cart Related/Follow on documents should display as columns in POWL Table

    Hello Experts,
    Currently we are in SRM 7.02 implementation, for this we got requirement like below.
    In Requestor POWL, Shopping cart related/follow on documents should display as columns in POWL. Please suggest me on this, how can i achieve this requirement. Thanks in advance.
    1. we have Related/Follow on documents as shown in below screenshot.
    2. As shown in above screenshot, these related/follow-on documents should show as columns in requestor POWL, as shown in below screenshot.
    Thanks & Regards
    Sivaram.

    Hi Siva,
    Take a look at the last part of the following document.
    http://scn.sap.com/docs/DOC-25692
    Regards,
    Lisandro

  • Audit trial in bpel console should display err msg only without data

    Hi,
    I have requirement where audit trail in BPEL Console should display meaningful error message without displaying payload. Please provide some workaround for the same.
    Thanks in advance.
    Edited by: 786384 on Aug 12, 2010 2:09 AM

    Hi,
    I have requirement where audit trail in BPEL Console should display meaningful error message without displaying payload. Please provide some workaround for the same.
    Thanks in advance.
    Edited by: 786384 on Aug 12, 2010 2:09 AM

  • BI Beans Graphics not Displaying in Portal

    Has anyone encountered issues with BI graphs failing to be displayed in Portal? I can access the URL outside of portal an the graph works fine. I can create presentations in BI as crosstabs and the can be seen via portal but once I change it to graphs it fails.
    500 Internal Server Error
    javax.servlet.jsp.JspException: java.lang.ClassCastException: oracle.dss.graph.Graph     at oracle.dss.addins.jspTags.PresentationTag.doStartTag(PresentationTag.java:194)     at view.jspService(_view.java:68)     [SRC:/view.jsp:6]     at com.orionserver[Oracle9iAS (9.0.3.0.0) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:148)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)     at java.lang.Thread.run(Thread.java:479)
    BI Beans version ............................. = 9.0.3.4.0
    Database version ............................. = 9.2.0.3.0
    OLAP Catalog version ......................... = 9.2.0.3.0
    OLAP AW Engine version ....................... = 9.2.0.3.0
    OLAP API Server version ...................... = 9.2.0.3.0

    I think I have the same problem John. I create my JSP/Servlet BI Beans Graph in JDeveloper, and can run locally no problems. I have deployed the JSP on my application server in its own OC4J instance, and the first time I opened the page it worked fine, but ever since the first time all I get is a missing image. You can look at the properties of the image and its somewhere in Cabo etc?!? (Can't tell exactly at the moment, because I'm out of the office).
    I'm no Java expert, in fact far from it, but somebody gave me some pointers. If you go to Enterprise Manager and look at your deployed application in the OC4J instance, I think look at its properties, I can see the UIXServlet is not loaded. Even, after accessing several pages, it is still not loaded. I think the UIXServlet is used for rendering the graph pages. My Java colleague suggested to investigate why this was not loaded. To date, 2 days, I have no figured out why. I have not raised a TAR yet, but I have also seen this problem with Discoverer graphs, which share the BI Graph Bean.
    Maybe together we can work this out?!?! I'll be back in the office on tomorrow, hoping to sort out the problem. So please keep me posted on any progress you have, as I am trying to deliver BI Beans in a project in May!!
    Maybe, somebody else out there has had the same problem? Have you raised the problem in the BI Beans discussion forum?

  • How to display the portal iView in Favorites screen without content role

    Hi,
          I created some T-iView containing some Z-report. Now my requirement is without giving any portal role how it will display in portal favorite  screen(left side of the portal main screen) so user can directly see the preview of the iview containing customize report?
    Thanks,
    Kundan
    Edited by: Kundan Babu1 on Sep 8, 2009 1:04 PM
    Edited by: Kundan Babu1 on Sep 8, 2009 1:06 PM

    1) first check your portal desktop which frame work it is using.
    By default we use default framework page.
    It can be found in the path   Content admin->portal content.   in pcd content navigate to  content provided by SAP-> end user content
    There you can find the default framework page
    open that and check the desktop inner page and click open
    remove the portal favorites iviews and put your own iview there.
    My suggestion is make a copy of your default framework page and customize it and use this framework page in the portal desktop
    Search for customizing the default framework page and desktop in SDN. you will get lot of links
    Here is the help link to know more on default framework page
    http://help.sap.com/saphelp_nw04s/helpdata/en/b4/771158e4cb4bf6af9974380948db86/frameset.htm
    Raghu
    Edited by: Raghavendranath Garlapati on Sep 8, 2009 2:29 PM

  • Display different portal page or portlet depend on user's

    can I display different portal page or portlet depend on user's
    profile,such as: if user's gender is male, display a portal
    page named "malePortal",if the user's gender is female, display
    a portal page named "femalePortal"

    This can be accomplished by using Entitlements Segments.
    You can define them in EBCC. you will have to define a user profile which
    will contain user information (like gender).
    Once you have two segments defined, you can use portal administration site
    to configure entitlements for pages and portlets.
    Regards
    Mike
    "Joshua Davies" <[email protected]> wrote in message
    news:3d1c78cb$[email protected]..
    >
    "xxxx" <[email protected]> wrote:
    can I display different portal page or portlet depend on user's
    profile,such as: if user's gender is male, display a portal
    page named "malePortal",if the user's gender is female, display
    a portal page named "femalePortal"If it has to be a portlet, you'll have to create a custom web flow thatstarts with
    a custom IP class. If you just want to show different content based on auser profile
    value, take a look at "Content Selectors" in EBCC; this sounds like aneasier way
    to get where you're trying to go.
    I don't think there's a way to display different portal pages/portalsbased on user's
    profile settings.

  • Should display both Spanish and English lang. at a time in BEx analyzer

    Hi All,
    I need to display both Spanish and English lang. in Bex analyzer.
    InfoObject is language dependent.
    Ex: For material it should display description in Spanish and English at a time.
    Am only able to display one at a time.
    Please suggest.
    Regards,
    Sandeep.

    Hi Sandeep,
    As Kodandapani mentioned it’s not possible to display both languages same
    time as its mapping to same T table where LANGU is part of key.
    I recommend you to create an attribute or maintain another table for other
    language to display at a time.
    if anybody get any better ideas then pl share.
    Regards,
    Naveen Kencha

Maybe you are looking for

  • How does Time Capsule handle the same files on multiple computers?

    I'm a writer who works on my MacBook Pro, the family's desktop PC and soon hope to have my own Apple desktop. Is it possible to have the most current document(s) available no matter which machine I'm on? Does Time Capsule go to each computer, find th

  • 9.0.2.1.0 CD shows 9.0.2.0.0 in Installer

    I have a 9.0.2.1.0 CD for 9iAS Rel 2 released in Mar 03. However, the installer shows all the core components as 9.0.2.0.0 ?? What's the true version #? Its very confusing especially when there's a need to patch the 9.0.2.1.0 with atleast 4 patches a

  • Upgraded itunes, not ipod is synced with another player..

    Hi - I recently "upgraded" Itunes, and can no loner sync my ipod Vid with itunes. It's asking me to erase the ipod, and re-sync. The problem is that the new itunes has lost all my play lists and "ratings", so I'm basically SOL and need to re-create 2

  • Epson print driver crashing apps

    For several weeks now I have not been able to print to my Epson 2200. I am running X.5.6. Have the most recent Epson drivers installed. When I go to print every thing is fine up until the point I try to change the print settings in the dialog after p

  • Log and Transfer Skipping Queued Clips

    Yesterday, I attempted to capture footage taken over the weekend for a documentary project.  Of the 350 clips I put in queue, 54 of them DID NOT capture.  FCP goes through the process and acts like it is capturing/transcoding them (complete with stat