Display system fields on web templates

Is there any way to display system fields like SY-DATUM, SY-TZONE, etc. on a web template?
I am talking about the fields NOT provided as general text elements (ROLLUPTIME, REPTXTLG, etc) in the text element web item.

Sorry Nikhil, my java skills are not upto mark..
but you can try the following
<h4>It is now <script type="text/javascript">
<!--
var currentTime = new Date()
var month = currentTime.getMonth() + 1
var day = currentTime.getDate()
var year = currentTime.getFullYear()
document.write(month + "/" + day + "/" + year)
//-->
</script>
</h4> ... I am sure some one over here will answer better..
2) coming to accesing r3 tables.. i am afraid you may have to go for customer exits..
regards,
hari

Similar Messages

  • Display message on a web template for specific queries

    Hi all,
    We're trying to find a way of displaying a message in our standard web template (0ADHOC) in order to warn users about issues concerning specific queries (availability of data, maintenance...). So, we would like to establish one message for some querys and be able to display it in our web template only if availabe.
    We faced this requirement with 2 different options, but none is working perfectly:
    1.- Add a Single Document web item to 0ADHOC_HEADER web template in order to display a document related to our InfoProvider. Issues that appear:
        - Warning messages need to be suppressed because when query doesn't have a related document, an horrible warning message is displayed.
        - InfoProvider related documents need to be established for each calendar month, so we're not able of establishing a document that can be correct for all months on the InfoProvider. So, document only appears if user sets a specific calendar month filter. If he doesn't set any filters, document is not displayed.
    2.- Use callquerydoc() in 0ADHOC in order to call query documentation on a new window when web template is loaded. Issues that appear:
        - If the query doesn't have a related document, we won't like the new window to appear (because it shows an error about not finding documentation).
        - No matter where I put the call to that JavaScript function, but each time you press a button or change something when executing the query, new window appears again.
    Could someone give me solutions for issues of at least one of these two options?
    If you have other suggestions to achieve our goal, please let me know.
    Thanks and best regards,
    David.

    Hi there, any replies? Should I summarize my question?
    How do you notify users when data is not reliable? (caused by, for instance, data loading errors, query maintenance... so on).
    I once used system messages (sm02) to notify all those data failures, but now we want the notification not to be global, but to be specific for some user groups (or query groups), and visible when they execute any query.
    Thanks again,
    David.

  • Displaying variable values in Web Template

    Hi,
    I am working on a Web Template.
    I want to display the variables and their values input by the user on the Web Template.
    Which Web Item function shd I use?
    How shd I use it?
    Pls guide me.
    Thank you,
    Adarsh

    Hi Adarsha.
    You can add the standard web item called "Text Elements". When you have added it just insert the dataprovider you want the filter values displayed for.
    Hope it helps.
    BR
    Stefan

  • Display new Field in Web UI

    Hello all,
    I am working on a CRM 2007 - Web UI.
    We customized some Activities and are now optimizing the UI pages for this activities.
    Now I want to bring a new Field at the surface (G-KAM) at the activity-creation screen.
    I defined a G-KAM during the activity customizing as an partner function. Now I wand to show this field at the top box "Appointment Details". My Partner determination would rund at the page and should fill this field. The partner determination runs very well yet.
    However I don`t know where I can find this field via Transaction "BSP_WD_CMPWP". I`ve loaded the component "BT126H_APPT" and want to bring this field in view "BT126H_APPT/ApptDetails".
    How can I do this?
    Thanks in advance.
    Mathias

    Mathias,
    I think this has been answered before and as a moderator I should know better, but I will give you the general answer regardless and then try to find the original topic.
    So basically you created a partner function and want to have direct maintenance of that function on the screen.  This is not a simple as adding a new field.  However it can be done.
    You have to create a new context node similar to the BTPARTNERACCOUNT node on the screen.  It will be a model node of BTPartner
    It will be dependent to BTPARTNERSET and then the BOL relation will be one that corresponds to your partner function.  You'll model the redefinitiosn in the new node after the BTPARTNERACCOUNT methods that have been redefined.
    You will then add the field partnerno field from the new context node into your view.  Do a further search in this forum on BTPartner and you will find more details.
    Just found the thread and it is located here:
    Re: not standard partner functions in general data screen transaction
    Take care,
    Stephen

  • How to display repeating fields on PDF template?

    I'm having trouble printing repeating fields on a PDF. I followed the BI user guide but the report generates only one row. The sample XML file has 6 employees. I want to print a row for each employee using PDF as my template instead of RTF document. My data source is XML file and I am currently on PeopleTools 8.50 and Enterprise Portal 9.1. Please help.
    I have the form fields on the PDF as follows:
    Name: body_start
    Tooltip: <?rep_field="BODY_START"?>
    Name: EMPNO
    Tooltip: <?rep_field="T1_G1"?>
    Name: ENAME
    Tooltip: <?rep_field="T1_G1"?>
    Name: JOB
    Tooltip: <?rep_field="T1_G1"?>
    Name: SAL
    Tooltip: <?rep_field="T1_G1"?>
    Name: body_end
    Tooltip: <?rep_field="BODY_END"?>
    -- XML file -----
    <?xml version="1.0" ?>
    <ROOT>
    <LIST_G_EMPNO>
    <G_EMPNO>
    <EMPNO>7782</EMPNO>
    <ENAME>CLARK</ENAME>
    <JOB>MANAGER</JOB>
    <SAL>2450</SAL>
    </G_EMPNO>
    <G_EMPNO>
    <EMPNO>7839</EMPNO>
    <ENAME>KING</ENAME>
    <JOB>PRESIDENT</JOB>
    <SAL>5000</SAL>
    </G_EMPNO>
    <G_EMPNO>
    <EMPNO>125</EMPNO>
    <ENAME>KANG</ENAME>
    <JOB>CLERK</JOB>
    <SAL>2000</SAL>
    </G_EMPNO>
    <G_EMPNO>
    <EMPNO>7934</EMPNO>
    <ENAME>MILLER</ENAME>
    <JOB>CLERK</JOB>
    <SAL>1300</SAL>
    </G_EMPNO>
    <G_EMPNO>
    <EMPNO>123</EMPNO>
    <ENAME>MARY</ENAME>
    <JOB>CLERK</JOB>
    <SAL>400</SAL>
    </G_EMPNO>
    <G_EMPNO>
    <EMPNO>124</EMPNO>
    <ENAME>TOM</ENAME>
    <JOB>CLERK</JOB>
    <SAL>3000</SAL>
    </G_EMPNO>
    </LIST_G_EMPNO>
    </ROOT>
    Edited by: user8260115 on Jan 27, 2010 9:21 AM

    Can you advise me what needs to be done to view my pdf template with the given xml below. What would be the setup of my rep_fields.. I'm also getting the "FO Formatting failed" error when trying in BI Pub Template Viewer.
    <LIST_BILL_SEG>
    <BILL_SEG>
    <CALC_AMT>5</CALC_AMT>
    <BILL_SQ>0</BILL_SQ>
    </BILL_SEG>
    <BILL_SEG>
    <CALC_AMT>10</CALC_AMT>
    <BILL_SQ>1</BILL_SQ>
    </BILL_SEG>
    <BILL_SEG>
    <CALC_AMT>15</CALC_AMT>
    <BILL_SQ>2</BILL_SQ>
    </BILL_SEG>
    <BILL_SEG>
    <CALC_AMT>20</CALC_AMT>
    <BILL_SQ>3</BILL_SQ>
    </BILL_SEG>
    </LIST_BILL_SEG>

  • Display technical name of a query in a web template ?

    Hi,
    I try to display in a basic web template the technical name of my query with a web item. In this order, I have tried to use the web item 'Text Elements' but how could I configure the latter in order to have only the technical name ?
    I have selected 'Display General Text Elements' in properties of the web item.
    In the property 'List of Text Elements', what is the couple of values that I have to configure ?
    Many thanks,
    CG.

    Hi,
    What you need to do is, keep a TEXT Web Item in the template.
    Then do not tick any of the options under Specific. Instead, go to List of Text Elements. In the first column, select General Text Symbol. In the next column type REPTNAME.
    This will give the technical name of the query in the output.
    Common text elements:
    u2212 technical name of the query (REPTNAME)
    u2212 description of the query (REPTXTLG)
    u2212 InfoProvider (INFOCUBE)
    u2212 key date for the query (SRDATE)
    u2212 accuracy of the data (date and time) (ROLLUPTIME)
    u2212 the person who wrote the query (AUTHOR)
    u2212 the last time the query was changed (date and time)
       (MODTIME)
    u2212 the last person to make changes to the query (MODUSER)
    u2212 current user (SYUSER)
    u2212 the last time the query was refreshed (date and time)
       (SYUZEIT)
    Try this. Hope it helps.

  • Web template chart not displayed properly

    Hi all
    I am facing an issue while displaying graph (column) in web template the graph is coming but only some horizontal and vertical lines. igs server is running but graphs are not coming properly if i am puting table then its coming properly..
    Regards
    Amiya

    Hi,
        What does it mean ? it is not displaying or partially displaying ?
    Regards
    Pcrao.

  • Display Exceptions within BEx Web using individual icons/symbols

    Hi Experts,
    we have the requirement of our customer to display exceptions in a Web Template using individual symbols/icons.
    This is what we have done so far: first we included some exceptions in our query (i.e. 1, 2 and 3) which are now displayed with different colours. Next several items were included in the MIME repository which are now displayed under pictures within Web Application Designer.
    However it is not clear how these individual symbols can be linked to the exceptions we defined in Query Designer (further it is not clear if this is possible with Web Application Designer) . Somewhere I heard that this feature is to be implemented with SP17 but there's no hint at sap help portal so far...
    Can anyone assist?? Thanks.
    Brgds,
    Marcel

    Re: BI 7 Web Design API - Parameter modification - Exception symbol

  • How to display the field name in the tabulated view for a content query web part

    I have added a content query web part changed the web part file to include custom columns imported and reffered itemstyle.xsl
    to include the tabulated view for the content query.
    However the way it is displayed is such that only the content is displayed.
    As i am using a tabular view wto display the data, i want to display their field names as well.

    Hi  ,
    According to your description, my understanding is that you need to display the field in the tabulated view for a content query web part.
    For your issue, please refer to the code as below:
    <xsl:template name="VendorCustomStyle" match="Row[@Style='VendorCustomStyle']" mode="itemstyle">
    <html>
    <table width="100%">
    <xsl:if test="count(preceding-sibling::*)=0">
    <tr>
    <td width="8%" valign="top"><div class="item"><b>Vendor ID</b></div></td>
    <td width="12%" valign="top"><div class="item"><b>Vendor Name</b></div></td>
    <td width="50%" valign="top"><div class="item"><b>Vendor Description</b></div></td>
    <td width="10%" valign="top"><div class="item"><b>Vendor Country</b></div></td>
    <td width="10%" valign="top"><div class="item"><b>Vendor Date</b></div></td>
    <td width="10%" valign="top"><div class="item"><b>Created By</b></div></td>
    </tr>
    </xsl:if>
    <tr>
    <td width="8%" valign="top"><div class="item"><xsl:value-of select="@VendorID" /></div></td>
    <td width="12%" valign="top"><div class="item"><xsl:value-of select="@Title" /></div></td>
    <td width="50%" valign="top"><div class="item"><xsl:value-of select="@Vendor_x005F_x0020_Description" disable-output-escaping="yes" /></div></td>
    <td width="10%" valign="top"><div class="item"><xsl:value-of select="@Vendor_x005F_x0020_Country" /></div></td>
    <td width="10%" valign="top"><div class="item"><xsl:value-of select="@Vendor_x005F_x0020_Date" /></div></td>
    <td width="10%" valign="top"><div class="item"><xsl:value-of select="@Author" /></div></td>
    </tr>
    </table>
    </html>
    </xsl:template>
    For more information, please have a look at the blog:
    http://www.codeproject.com/Articles/756834/Customizing-the-Content-Query-Web-Part-and-Item-St
    http://msdn.microsoft.com/en-us/library/ms497457.aspx
    http://clarksteveb.hubpages.com/hub/Customized-Content-Query-Web-Part-CQWP-in-SharePoint-2007-with-results-Tabbed-Grouped-and-in-an-HTML-Table
    http://blog.sharepointexperience.com/customitemstyle/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Problems displaying Web Templates in Enterprise Portal

    Hi folks,
    I'm trying to create an iView showing a BI-Webtemplate. Both systems, the BI and the EP are running on different servers in the same domain and are both using Netweaver 7.0.
    I've created a new system using the "SAP System Dedicated Application Server"-Template. I've also configured all necessary options for a connection via the WAS and logon with UIDPWD. The connection test also succeeds.
    From the Web Application Designer I got the following URL to my web template:
    http://<domain>:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?TEMPLATE=Z_BL_GP_RW_01&DUMMY=1
    I've then created an iView (BEx Web Application iView (SAP NetWeaver 7.0 Format)) pasting TEMPLATE=Z_BL_GP_RW_01&DUMMY=1 as web application query string and entered the correct system alias.
    The problem is, when previewing I can enter my credentials but then I receive a 404 error. It's not that the template isn't there, the URL generated by the portal to call the template is wrong, because the wrong port is used. The generated URL is:
    http://<domain>:8000/irj/servlet/prt/portal/prtmode/preview/prtroot/com.sap.ip.bi.web.portal.integration.launcher
    Well, it's the right port for the WAS, but apparently not the right port for the web template which should be 50000. When I set the the port in the system configuration for the WAS to 50000, the connection test fails, but I don't get a 404 error when previewing the iView. Nonetheless the template is not displayed correctly...
    Does anyone know what I am doing wrong?

    Danny,
    Logon to the BI system and go to transaction SE37 and execute RSBB_URL_PREFIX_GET to get the portnumber, try applying this and test your iview again.
    If this does not resolve the issue I suggest you to refer to SAP Note 937697 - Usage of SAP NetWeaver BI Diagnostics & Support Desk Tool, it is a pretty simple tool and helps in resolving most issues with regards to BI Portal integration.
    Cheers!
    Sandeep Tudumu

  • QA: Designer's operation to Add one more Field to display in Query Result Web Part

    QUESTION ABOUT Query Result Web Part presentation +1 Field
    I'd be looking at a property of Web Part to look up Discussion Board through Query Result Web Part. Currently it displays 'Title' column of Discussion Board, and my caring requirement is presentation customization to hold double
    columns of 'Title'+'Updated Date'. How could I add one more field 'Updated Date' to display in addition to that preexisting 'Title' field?
    Any procedural steps to realize how to add Filed to display in Query Result Web Part?

    Hi Yoshihiro,
    As I understand, you want to add the field to display in Query Result Web Part in SharePoint 2013.
    Which web part does you use? Content query web part or search results web part?
    If you use search results web part, you could edit the discussion board result template and add the updated field in the template.
    You could go to Design Manager: Edit Display Templates (site setting-> look and feel->design manager->edit display template), download the Discussion Item.htm file, and edit the file. 
    After editing, upload the file.
    The articles below are about how to modify an existing Display Template in SharePoint 2013.
    http://www.learningsharepoint.com/2012/09/17/sharepoint-2013-the-new-display-templates-for-styling-your-content/
    http://blogs.technet.com/b/sharepoint_quick_reads/archive/2013/08/01/sharepoint-2013-customize-display-template-for-content-by-search-web-part-cswp-part-1.aspx
     If you use content query web part, you could edit the content query web part, in the Property Mappings section select the “Change the mapping of managed”, and add the “modifiedOWSDATE” (it means the last modified date) in the line, after
    that you could see the update date under the title.
    Best regards,
    Sara Fan
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Last Data Update Info field not showing in Web Template

    Last Data Update Info field does not show up in the Web Template. This Web Template is for a MultiProvider on top a single cube.
    Greatly appreciate if anyone has any insight into this issue.

    Hi Suma,
    if other queries work fine using exactly the same (customized) template the problem is most likely not the template. Does the appropriate query does display figures? Is your data binding done correctly within the template?
    What happens if you execute the customized template which does not display Last Data Update Info field with another (i.e. a different) query? Does it display the Last Data field? What happens the other way round: you execute a different template with the appropriate query (which does not display Last Data Update). Does it show the Last Data Update?
    Just give it a try, this sometimes help
    Brgds,
    Marcel

  • Displaying traffic light in a web template.

    Hi BW Experts,
    Here goes my problem:
    In my project I added a new row into a Bex Query which is working fine. But when i executed the same query in the web templates in the WAD i got a formatting error while displaying. There are particular fields for each row in which values itself are not displayed instead it displays either red or green traffic light if values are decreasing or increasing respectively. Originally there were 5 rows, when i added a new row between the 4th and the 5th row, the 6th row displayed values but no traffic light while the newly added 5th row fields displayed traffic lights. when I tried to swap 5th and 6th row, same problem ocurred again in the 6th row.
    Thanks in advance.

    Hari,
    Use SE24 and enter the class name to modify it.
    See the help link for more details:
    http://help.sap.com/saphelp_nw04/helpdata/en/b3/f4b1406fecef0fe10000000a1550b0/frameset.htm
    Raj.

  • WEB Template doesn't display variables screen

    Hello,
    I have created a WEB template using the WEB Application Designer. The template only contains one "Role Menu" item. I have checked the "Force Variable Screen Display" option but when I execute a query from the role menu, the system doesn't always display the variable screen.
    This only seems to happen when all the query variables are optional. If at least one query variable is mandatory, the variable screen is displayed. Is there a way to force the system to display the variable screen even if all the variables are optional ?
    Many thanks.
    François.

    Check the HTML code in webtemplate.
    object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_PROPERTIES"/>
             <param name="TEMPLATE_ID" value=""/>
             <param name="SUPPRESS_WARNINGS" value="X"/>
             <param name="VARIABLE_SCREEN" value="X"/>
             <param name="VARIABLES_CLEAR" value="X"/>
             TEMPLATE PROPERTIES
    </object
    if the <b><param name="VARIABLE_SCREEN" value="X"/></b> , is not there , just hardcode it.
    We encountered the same issue for melting variables some times.
    which version are you in , is there a bug..?
    thanks
    Martin

  • Web template not displaying report properly for few users

    Hi,
    We have a report based on a web template.The box is supposed to display values for certain fields.
    For some users, this box is not displaying any values, its coming as blank and its shrinked in appearance.
    This happens only for a few users.There are others who are able to see the report correctly with the values appearing
    Any idea from where should we start trouble shooting and what should we look at?
    Thanks,
    Anjana

    Hi,
    You can specify the properties for your Web application in each Web template. The settings you have made can then be saved in a library and applied to any other Web template as needed. Choose the Web template for which you want to make the settings from the dropdown box in the header of the Properties window of the Web Application Desginer.
    Go through the link and set according to the below link you can acheive this
    http://help.sap.com/saphelp_nw04/helpdata/EN/1f/37813b650cdc0be10000000a114084/content.htm
    Regards,
    Marasa.

Maybe you are looking for