Transaction for checking rights of objects in the web template

Hello,
I have the problem with some objects when I open the web template in the browser. I see yellow triangles and description "You haven't right for access to object MyObject". And so on. I don't know where can I check which rights I need for the template (like su53)?

Ok. I had added rights for transactions SU53 and RSRT for debugging. Then go to RSRT and open your report. If you haven't got some grantes you can see it on a result screen and SU53. No other ways are exists (OSS 1070694). I hope it'll be useful for you.
Good luck.
Aleksandr.

Similar Messages

  • Kindly let me know the transaction for checking the Status of par.User?

    Kindly let me know the transaction for checking the Particular Users Status?
    I mean to say,Which Transaction is he into?
    Or Is he/She Logged on to a particular System?
    Regards,
    Shashank.

    Hi,
    Go to Transaction SM04.You will find the List of Users And the List of transactions ther are currently using.
    Regards,
    Sujit

  • Tcode for checking that file is on the server

    what is the tcode for checking that file is on the server.
    thanks...

    Hi
    AL11.
    CG3Y/CG3Z.
    Regards,
    Sree

  • KP06 - No transactions for cost planning are defined in the Nos range table

    Dear CO Experts,
    I m trying to post Cost Planning using T-Code KP06.
    please help, the Error which pops is :
    *No transactions for cost planning are defined in the number range table*
    *Message no. K8007*
    *Diagnosis*
    *You want plan primary or secondary costs/revenues in controlling area 9000. This is not possible because no entries exist in the number range table for the cost planning transactions you want to perform.*
    *This is an internal system error.*
    *System Response*
    *Processing is terminated.*
    *Procedure*
    *Start program RKTKA04C.*
    *Execute*
    *After the program has run successfully, start planning again.*

    HI,
    the planning subobjetcs to be assigned in KANK to a CO-number range are (maybe you do not need all of them):
    KAZP
    KOAP
    KPPB
    KPPZ
    KSP0
    KSPB
    KZPP
    KZRP
    PAPL
    RKP1
    RKP2
    RKP3
    RKP4
    RKP5
    RKP6
    RKP7
    RKP8
    RKP9
    RKPB
    RKPL
    RKPQ
    RKPS
    RKPU
    RKPV
    RKPW
    RKPX
    RKPZ
    best regrads, Christian

  • Process for adding a boolean option to the web service API

    Hey guys,
    Here's a little background:
    I'm currently working on adding an optional "strict" mode to some of the unmarshalling functions in SchemaMarshaller that will throw exceptions when receiving bad data for certain fields, and also improving the date handling while I'm at it (I want null instead of mangled dates when receiving bad data when strict mode is off).
    This is for my benefit at the moment as I'm tired of spending time debugging Flex code when XFire and Oracle are spitting out rubbish (like empty xsd:DateTime nodes, DateTimes in xsd:Date nodes, etc) - but I'm sure other people would like to use it too while we don't have a response validator, so I'd like to do it in a way that I can submit as a feature request (with patch) on Jira.
    My questions are about the procedure for stuff like this- where should this option be made public in the API, and who would I talk to about it? Or would it be best for it to always be strict? - That's how I'd like it :) Perhaps it should just log errors when it encounters bad data?
    This is the first thing I'd like to "add" to the SDK rather than a simple bug-fix, so I just want to do things in a kosher manner. Sorry if I come across like a total noob :)
    Cheers,
    -Josh
    "Therefore, send not to know For whom the bell tolls. It tolls for thee."
    :: Josh 'G-Funk' McDonald
    :: 0437 221 380 ::
    [email protected]

    Hey Josh,<br /><br />I'm swamped at the moment but appreciate your interest and your<br />contributions to Flex and WebServices thus far. I'll try and get some<br />time to look into your specific request and what you're hoping to do at<br />the code level, but to answer your question about test cases, you should<br />consider the NIST testsuite for XML Schema datatypes.<br /><br />BlazeDS has historically maintained the WebService implementation, so it<br />appears their test case for NIST based schema tests starts out here (and<br />refers to many data type test cases in the /nist subdirectory).<br /><br />http://opensource.adobe.com/svn/opensource/blazeds/branches/3.0.x/qa/app<br />s/qa-regress/testsuites/flexunit/src/tests/flexunit/xml/NISTXMLSchemaTes<br />t.as<br /><br />Pete <br /><br />________________________________<br /><br />From: [email protected] [mailto:[email protected]] On Behalf Of Josh<br />McDonald<br />Sent: Tuesday, July 08, 2008 8:21 PM<br />To: [email protected]<br />Subject: Re: Process for adding a boolean option to the web service API<br /><br /><br />A new message was posted by Josh McDonald in <br /><br />Developers --<br />  Process for adding a boolean option to the web service API<br /><br />Yeah I knew it'd have to be somewhere outside of SchemaMarshaller, as<br />it's [ExcludeClass] anyway so end users don't see it, nor is it<br />documented in the api docs. Just wasn't sure where it should be. I'll<br />have a think about it some more when I get some down time to work on it,<br />but webservice was where I was thinking it should be too. Didn't think<br />about having it settable on operation as well though, so thanks for that<br />:)<br /><br />Anybody know a good source of valid values for various XSI types (date<br />and DateTime mainly) for testing purposes? Or even who I should contact<br />to get access to that sort of thing? I assume the W3C will take 6 months<br />to answer me, and the answer will be "buy our $10,000 compliance testing<br />suite" or something along those lines.<br /><br />-Josh<br /><br />On Wed, Jul 9, 2008 at 9:46 AM, Matt Chotin <[email protected]><br />wrote:<br /><br /><br />     A new message was posted by Matt Chotin in<br />     <br />     Developers --<br />      Process for adding a boolean option to the web service API<br />     <br />     I think for a top-level user option I would put the new option<br />on the mx.rpc.soap.Operation class (I think that's the name).  You'd<br />then have that propagate through to the underlying schema classes as<br />they are used.  I'd then also add an option to the WebService class<br />itself, and basically in the Operation it should see if it has its own<br />value set and if not check the value on the WebService.  We do this for<br />a couple of other flags too I think.<br />     <br />     End users in general wouldn't look at any classes other than the<br />WebService and maybe the Operation classes, so asking them to set<br />options on the schema classes themselves probably wouldn't work.<br />     <br />     Matt<br />     <br />     <br /><br /><br /><br />-- <br />"Therefore, send not to know For whom the bell tolls. It tolls for<br />thee."<br /><br />:: Josh 'G-Funk' McDonald<br />:: 0437 221 380 :: [email protected] <br /><br /><br />________________________________<br /><br />View/reply at Process for adding a boolean option to the web service API<br /><a href=http://www.adobeforums.com/webx?13@@.59b5be89/1> <br />Replies by email are OK.<br />Use the unsubscribe<br /><a href=http://www.adobeforums.com/webx?280@@.59b5be89!folder=.3c060fa3>  form<br />to cancel your email subscription.

  • Parameter REPORT for the Report Web item in the Web template is empty or mi

    Hello,
    I tried to create a Web-Template (WAD). By executing the report, I get the selection screnn, but by confirming the selection I get the following message:
    Web Item Report Error
    Web template error in specifications for the Web item report
    Parameter REPORT for the Report Web item in the Web template is empty or missing
    Use the BEx Web Application Designer to add parameter REPORT to the report Web item in the Web template, and assign a report name to the parameter
    Contact your system administrator. This error was recorded
    What can I do to solve this error?
    Thanks!
    XmchX

    As DP_1 Type Query_view_Data_provider, I have assinged a Query Designer Query wich works fine, if I execute it as QDR.
    The entry Query_view_Data_provider makes sense for me, but what do I need to maintain for the type "Filter"?
    Thanks!
    XmchX

  • FF not printing right hand side of the web page using MAC OSX

    FF is not printing out the right hand side of the web page. 1/2 to 1 inch i text is just cut off. Never had a problem in the past with this. Just happened, I believe after I upgraded FF. I am using MacBook Pro OSX.
    == This happened ==
    Every time Firefox opened
    == I believe after I download the new FF update

    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
    I have had problems with Firefox printing pages through most of the Firefox versions. I have tried printing in different ways to no avail.
    Among my attempts:
    printing to pdf, printing selected text, scaling down the page, using the print mode if the art. offers one. None seem to fix the problem.
    Not only does the right margin text get cut off but oftentimes only the first page prints, the rest of the article doesn´t. It just happened again so I went to Safari and the problem disappeared. I believe there´s a serious problem here.
    Below see a shot of what the preview of a 12 page article becomes when printed.
    http://www.npr.org/templates/transcript/transcript.php?storyId=128222247

  • HT204053 Can i check my icloud email from the web?

    Can I check my icloud email from the web on a pc?

    Welcome to the Apple Community.
    Yes.
    Just go to iCloud.com

  • Error while loading the Web template "0ANALYSIS_PATTERN" (return value "4")

    I activated all 0* objects in BTMP  and checked that they are all activated, but I found errors when opening the BEx Web Analyzer
    Error messages :
    Error while loading the Web template "0ANALYSIS_PATTERN" (return value "4")
    ERROR: Command type SWITCH_AXES of object not recognized
    ERROR: Parameter GENERAL_TEXT_ELEMENT not recognized; check your metadata
    So I ran RS_TEMPLATE_MAINTAIN_70 (0ANALYSIS_PATTERN) version D report to check and choose validate.
    Error messages :
    Template Include Item HEADER_TEMPLATE unresolved or empty. Close and reopen template.     
    Template Include Item FOOTER_TEMPLATE unresolved or empty. Close and reopen template.          
    Width of object item:GROUP_ITEM:GROUP_ITEM_1 is very small (1amp;1)          
    Query  does not exist in the BI System (Object QU )
    Cannot instantiate data provider
    I also ran RS_TEMPLATE_MAINTAIN_70 (0ANALYSIS_PATTERN) version A and got the following errors:
    Command type SWITCH_AXES of object  not recognized
    Command type SWITCH_AXES of object  not recognized
    Command type SWITCH_AXES of object  not recognized
    Parameter GENERAL_TEXT_ELEMENT not recognized; check your metadata
    Parameter GENERAL_TEXT_ELEMENT of object item:GROUP_ITEM:GROUP_ITEM_1 not recognized
    Command type SWITCH_AXES of object item:GROUP_ITEM:GROUP_ITEM_1 not recognized
    Command type SWITCH_AXES of object item:GROUP_ITEM:GROUP_ITEM_1 not recognized
    Command type SWITCH_AXES of object item:GROUP_ITEM:GROUP_ITEM_1 not recognized
    Command SWITCH_AXES cannot be located in parameter ACTION
    Command SWITCH_AXES cannot be located in parameter ACTION
    Command SWITCH_AXES cannot be located in parameter ACTION
    Parameter GENERIC_TEXT_BINDING of object item:GROUP_ITEM:GROUP_ITEM_1 cannot be higher-level node of GENERAL_TEXT_ELEMENT
    Item item:GROUP_ITEM:GROUP_ITEM_1 of type DROPDOWN_ITEM cannot be a parent node of DATA_PROVIDER_REF
    Item item:GROUP_ITEM:GROUP_ITEM_1 of type CHART_ITEM cannot be a parent node of VISIBLE
    Item item:GROUP_ITEM:GROUP_ITEM_1 of type CHART_ITEM cannot be a parent node of LEGEND_POSITION
    Item item:GROUP_ITEM:GROUP_ITEM_1 of type CHART_ITEM cannot be a parent node of LEGEND_VISIBLE
    Item item:GROUP_ITEM:GROUP_ITEM_1 of type CHART_ITEM cannot be a parent node of LEGEND_ONLY
    Invalid parameter value  for parameter ACTION in object item:GROUP_ITEM:GROUP_ITEM_1
    Invalid parameter value  for parameter ACTION in object item:GROUP_ITEM:GROUP_ITEM_1
    Invalid parameter value  for parameter ACTION in object item:GROUP_ITEM:GROUP_ITEM_1
    bi-Tag bi:item has unknown attribute key. Please check your spelling
    bi-Tag bi:item has unknown attribute key. Please check your spelling
    bi-Tag bi:item has unknown attribute key. Please check your spelling
    bi-Tag bi:item has unknown attribute key. Please check your spelling
    What could be the problem?

    hi,
      Please look into this note let me it helps...url=https://websmp202.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=917950&_NLANG=E]Note 917950 - SAP NetWeaver 2004s: Setting Up BEx Web[/url]
    check this link as well for [<a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ca6de811-0c01-0010-43b2-c64584eef943">Bex Web Configuration</a>
    wht is the SP Level?
    Nagesh Ganisetti.

  • Problem With the Web Template in the QA when moved from DEV

    Hi SAP gurus,
    I am Working in BI 7.0 SP16 . Actually I had Designed and Published a web template which generates graphs in the Portal.
    In WAD
    In the chart options, for X-axis, for the text direction i have changed to Diagonal UP and font for the text is "Arial" and style is "bold".
    when I execute the Web template in Development System all the queries , graph and font is working fyn.....but when I transported to the QA system
    the problem is:
    When I executed the Web template in QA , the graph is generating fyn and the queries r running fyn but the font  changed to "Times New Roman " , the direction of the text is "Horizontal" and the style is "Normal"
    and when i checked the chart options in QA i can see all the options are right i.e what i had given in the development system the text direction " Diagonal UP" and font for the text is "Arial" and style is "bold".
    this was the frst graph that i was generated in the WAD in DEV moved to QA.......so wat could be the problem.....Is there any problem vith the configuration issue in the portal side in QA or any connection problem in the portal?
    can any one help me to solve this issue?
    Thanks ,
    Aravind

    Hi sriman,
    when u want to edit  the chart-> rgt click on the chart and select the edit option
    -> it vill take to the other window
    -> at the bottom of the chart there is a button refine.click that button.it vill take to the others options for the chart.
    ->click the category axis(X-axis) or to the right of the chart, u can c the chart options,go to the category axis ,expand the categoryaxis option.
    -> under the category option, there vill be four options Line, Grid line,Title and Unit.
    -> Select the Line option,at the bottom of that window, u can c the option for the Line.
    -> go to the text properties, u can change the text wat u want.
    regards,
    Aravind.

  • How to create the web template

    Hi BW Experts,
       how to create the web template.....!
       I just want to know what is the use of Web template. i want to display the report
    in WEB-UI screen ( sap-crm 7.0 portal ) can any one help me please how to proceed ...!
    Thanks
    shahina..!

    Hiu2026
    Steps to follow to create WAD in WEB Template in 3.5 or 7.0 u2026u2026..
    Go to All programs and select your web application designer
    Select the button to create a new page in WAD
    Select the chart and place in the layout
    Next goto Data provider Target and select your query
    Give your report name in the given data provider screen
    Select your query in History/find/Favourites/Infoareas button
    Select your query in this screen and click OPEN
    Now we can see the data provider is assigned to the chart.
    To edit the chart you have to right click on the chart
    After right click on it we will find another screen where we can edit all the settings
    In this screen we can find NEXT click button to change our settings
    In this screen we can state the tasks (Title, units, values, range)
    In this screen we can change our background /validity/color
    In this screen we can add values to the chart
    In this screen we can add validity/positions/order/axis types to the chart
    In this screen we can change the global settings/and overview of the chart.
    This screen shows that we have customized the chart successfully
    After successful creation of the chart we have to save the chart
    Save your chart in your favorites by giving the description and technical name in the given block.
    Now execute your WAD by selecting the execute button
    The BEx Web Application Designer is a desktop application for creating Web applications with BW-specific contents. Using the BEx Web Application Designer, you can create an HTML page that contains contents such as various tables, charts or maps. This HTML page (Web application) provides the basis for not only Web applications with complex interaction, but also for Web cockpits and iViews.
    http://help.sap.com/saphelp_nw04/helpdata/en/1a/456a3badc1b315e10000000a114084/content.htm
    Web Application Designer for Beginners
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/749a4622-0a01-0010-36bf-b6b30a2a3a22
    Web Application Solutions: A Designer's Guide
    http://www.lukew.com/resources/webapplicationsolutions.pdf
    http://sap.ittoolbox.com/groups/technical-functional/sap-solution-manager/bw-web-application-designer-1955944
    Feautures of WAD in 7.0
    http://help.sap.com/saphelp_nw70/helpdata/en/88/4d354277dcb26be10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5c46376d-0601-0010-83bf-c4f5f140e3d6

  • While executing the query in the web template I am  facing below issue

    Hello SAP geniuses,
    Please help me on my issue  ,
    while executing the query in the web template i am  facing below issue.
    The variable for characteristic (region) is appearing but this characteristic (region) is not appearing in the free characteristic zone  but when we are executing the query with out webtemplate it is showing both variable and free characteristic
    can anybody help us to identify what is the issue with the web template.
    Thanks
    Alok

    Hi,
    Plz check ur report and execute at the designer and take its technical name and go to RSRT. log out and log in and try..
    if not check ur authorisation.
    Regards....KP

  • RRI from the web template

    Hi,
    I have a requirement where in I need to jump from source query to target query from the web template. Our source query is static and no navigation is allowed. So in analysis grid item, I had to remove navigation as option. When I do this, user cant remove anything from the report but the issue is when user right clicks, GOTO option is not available. when I un tick the navigation , GOTO is available.
    So my requirement is navigation should not be available but GOTO should be available in context menu.
    Thanks
    Annie

    Hi Arvind,
    Thanks for the reply.
    Even if i copy and use it in the wad, User can still take out few rows from the selection if i dont switchoff the navigation from the web template. When the user removes any row from the table, my result of the report will be wrong because report is based on condition. Hope i am clear
    Thanks
    Annie

  • Header links in the web template is not working

    Hi all,
    I have a created webtemplete in that, header links in the web template is not working. But individually header links. I am not why they are not working in webtemplete.
    guys please help for above situation.
    Thanks,
    James

    Hi Bob,
    There are many XML schema files for the data connection, I recommend to check if the references to the XML files have been changed to the new schema files in the manifest file.
    For example, if we create a data connection called GetUserProfileByName, then there will be one XML file and three XML schema files for the data connection.
    Please make sure that all the references are updated in the manifest file.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Erorr  " The Web template "0ANALYZER" does not exist in the master system "

    Hi
    i am trying to run query from Query designer and execute in Web .i am trying to execute this in query designer. i am getting below error.
    "The Web template "0ANALYZER" does not exist in the master system "
    i activated all templates but not able to execute any report in web
    i am able to execute same report in webaplication but not thru query desinger... do i need to setup anything.?
    please do help me

    For clarification:
    If following happens:
    > you are launching the query with URL like:
    http://<server>:<port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?QUERY=<your query name>
    > then you get the error message "The Web template "0ANALYZER" does not exist in the master system"
    --> then you should check the settings for default templates in SPRO. Please mention that the default Web Template for query execution (BEx Web Analyzer) is called 0ANALYSIS_PATTERN.
    --> also check the 0ANALYZER Web Template in SE38 / Program: RS_TEMPLATE_MAINTAIN_70 -> then check if the template is active.
    When you problem is other nature you have to describe it in detail.
    Regards, Karol

Maybe you are looking for

  • [Solved] Login freezing with busy mouse cursor and black screen.

    After installing some recent updates I have suddenly found a problem when starting the login manager for Cinnamon. After booting I am greeted with a black screen and a "busy" mouse cursor - like a stopwatch. I can't ctrl-alt-backspace to restart X. W

  • HT5554 can I use a verizon iPad air on a gsm Service?

    can I use a verizon iPad air on a gsm Service? Can I unlock a Verizon iPad Air to work on ATT? Can I use an ATT iPad air on a Verizon Service?

  • Substitution of a page in Pdf file

    how to substitute a page , the front one , in pdf file

  • How to install third party fonts into Photoshop CS6 cloud?

    Hi, in need of assistance.  My previous version of PhotoShop was CS5, and I have my photography logos created using the font "chisel thin".  Now that I have a new macbook pro laptop and am also now using the cloud version of PhotoShop CS6, when I ope

  • Vacancy Infotype in OM

    Hi Sap Gurus, Pls guide me that,while i am filling intial entry data of applicant,am unable to fill vacancy infotype..Then while tranfering applicant data it is transfering to Personnel Admin like (pba7)... Awaiting for your reply....