Standard Portal Reports Customization

Hi,
We have a scenario where we need to move KM content and PCD objects between two portals. I am moving the Content through ICE and objects through Transport export/import.
1. Are there any standard portal tools to check the consistency of the object and content after its gets imported into the target portal.
2. Is there any log which captures the ICE execution status and records when it ran last with success/failuer status?
3. Is it possible to customize standard portal reports like 'Link Consistency Report' /'Permissions Report'? If yes, where can I find the code for the same.
Rgds
Gulshan

hi,
whenevr u r sending data through ale/idoc the data which u sent will only be captured in idoc ,i mean if for example u r sending only 5 fields data using change pointers method hten u will get tht details only in ur corresponding idoc.

Similar Messages

  • How to give the table in a Portal Report an ID?

    I have a report created in Oracle Portal 10.1.4 using the standard Portal Report feature. The results are output in HTML as a table. How do I give the table an ID attribute?
    This is what teh output looks like now:
    <TABLE border="1" cellspacing=0 cellpadding=2 SUMMARY ="Printing Table Headers">
    <TR>
    <TH nowrap><FONT CLASS="PortletHeading1">Heading 1</FONT></TH>
    <TH nowrap><FONT CLASS="PortletHeading1">Heading 2</FONT></TH>
    <TH nowrap><FONT CLASS="PortletHeading1">Heading 3</FONT></TH>
    <TH nowrap><FONT CLASS="PortletHeading1">Heading 4</FONT></TH>
    </TR>
    <TR BGCOLOR=#BBBBBB>
    <td align="center"><FONT CLASS="PortletText1">Value r1v1</FONT></TD>
    <td align="center"><FONT CLASS="PortletText1">Value r1v2</FONT></TD>
    <td align="center"><FONT CLASS="PortletText1">Value r1v3</FONT></TD>
    <td align="center"><FONT CLASS="PortletText1">Value r1v4</FONT></TD>
    </TR>
    <TR BGCOLOR=#BBBBBB>
    <td align="center"><FONT CLASS="PortletText1">Value r2v1</FONT></TD>
    <td align="center"><FONT CLASS="PortletText1">Value r2v2</FONT></TD>
    <td align="center"><FONT CLASS="PortletText1">Value r2v3</FONT></TD>
    <td align="center"><FONT CLASS="PortletText1">Value r2v4</FONT></TD>
    </TR>
    </TABLE>

    Hi,
    you can increase the table size by using the table properties.
    table properties-->Additional formatting options--->give the values of height and width like 800,600 etc.
    mark if helpful/correct...
    thanks,
    prasanna

  • Calling javascript function from report customization form

    I have been unable to call any user-defined javascript function from Portal Report Customization forms.
    Even a simple Message Box function doesn't work. I've been placing my code in the ..after header PL/SQL section for the report customization form.
    htp.p('<script type="javascript">');
    htp.p('function MsgBox(message){');
    htp.p('alert(message);}');
    htp.p('</script>');
    htp.p('See if it works');
    I have verified in plain html that my syntax is fine. Even the syntax rendered by portal is correct:
    <script type="javascript">
    function MsgBox(message){
    alert(message);}
    </script>
    See if it works
    Despite this, you will get a javascript error that an Object is expected, MsgBox not defined. Clearly from the script above MsgBox is defined.
    I have tried any number of calls to user defined functions and can't get anything to work. However, calling native functions like 'alert' works fine ( ie
    See if it works
    Anyone know how I can call a user defined javascript function in a Portal Report Customization form?

    Try changing the code
    htp.p('<script type="javascript">');
    to
    htp.p('<script language="javascript">');
    Thanks
    -Krishnamurthy

  • Standard Portal activity report configuration and Universal worklist config

    Hi,
    I need help for follwong topics:
    Standard Portal activity report configuration and Universal worklist configuration.
    Thanks & Regards
    Sushama Pandey

    Hi
    Check this
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/904ca240-63bc-2a10-1c98-de81b6a045bf

  • Customize portal report layout

    Is it possible to customize the report layout ?
    I don't want a plain table layout.
    Can someone tell me where I can find documentation on how to customize portal report layout?
    Thank U.
    Regards Cecilie

    Hi,
    You can customize the Report Layout by using
    the Custom option in the Report Layout section
    while creating the Report.
    It allows to write your own HTML code to define the Layout.
    The three Layout options which can be used are:
    Tabular
    Form
    Custom
    Hope this Helps
    Thanks
    Vineet

  • How to write the folder path in standard webi report - Most Accessed Documents

    How to write the folder path in standard webi report - Most Accessed Documents
    All
       -> Public Folders
                      -> Auditor
                      -> ABCD
    I want to give path of folder 'ABCD' and all the reports/ subfolders under it?
    Prompt - 'Enter the Folder Path(Add % at the end to include Sub Folders)' ?
    Give me exact path syntax

    Hi Daniel,
    But when I give my URL as
    http://serverA:80/irj/portal??NavigationTarget=ROLES://portal_content/crm-practice/14-Feb/Test_Page
    I am able to access the iview but the thing is I am getting TLN,Toolarea,Masthead,etc.
    I will tell my requirement,
    ServerA (EP 7.0) has some iviews,pages...
    I need to access these iviews from serverB(EP 6.0)....
    In ServerB only the iviews has to be displayed in the content area but not TLN,Toolarea,etc.
    Kindly help me in this regard.
    Thanks and regards,
    Purushothaman.
    Message was edited by: Purushothaman Vyasarao

  • Calling Stored procedure from portal report

    I have a simple portal report. ie.
    select empname
    from emp
    where dept = :dept
    The users can customize the portlet and change the value of the bind variable (:dept).
    On the Additional PL/SQL section of the report I need to call a procedure and
    pass the value of the bind variable. Since the portlet is not being called from
    another, p_arg_names and p_arg_values will not give me anything. In the above example I would
    need to pass the value of ":dept" to the procedure. How do I get the value?

    Hi,
    Have you tried the 'get_value' function?..The syntax is
    declare
    l_dept number(5);
    begin
    l_dept := get_value('dept');
    /* further process */
    end;
    where 'dept' is name of the bind variable.
    -Krishnamurthy

  • Report Customization URL Links..

    Hi
    I am currently setting up URL Links on Portal to customize reports..
    e.g.
    http://portal.mywork.com/pls/portal30/SCHEMA1.DETAIL_RPT.show?p_arg_names=region_id&p_arg_values=7&p_arg_names=_region_id_cond&p_arg_values=%3D
    however one of the reports is a calendar
    and using the same p_arg... on the end of the URL doesnt return any rows..
    just wondering if anyone had any ideas
    or if anyone know of a different format for the parameters
    thanks

    Hi,
    Edit the dashboard and in the Properties tab you can select Report links.
    A multi select window pops up: select all the options that you would like to see on the dashboard page.
    Let me know if you require any further details.
    Thank You.
    Vinaya.

  • Standard ABAP report for XI performance monitoring?

    Hi All,
    Is there any standard ABAP report that can be run in ECC, that would provide summary of which interfaces(namespaces) ran over the 24 hour period in a graphical view.
    Regards,
    XIer

    Hi,
    Performance tuning :
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/70ada5ef-0201-0010-1f8b-c935e444b0ad
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/489f5844-0c01-0010-79be-acc3b52250fd
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/defd5544-0c01-0010-ba88-fd38caee02f7?prtmode=navigate
    Performance Tuning Checks in SAP Exchange Infrastructure(XI): Part-III
    REgards
    Seshagiri

  • Standard Project Reports

    hi,
    do we have Oracle Standard Project Reports such as:
    1) Purchase Order Details for a specific project
    2) Sales Order Details for a specific project
    3) Timecard Details for a specific project
    regards,
    imran.

    Hi
    You may use the Purchase Order Inquiry to search for documents using the project parameter.
    You may use the Project Kiosk / Project Portal of Project Manufcturing to search for sale orders for a project parameter.
    Dina

  • Standard Qm report

    Hi,
    Is there a standard QM report wherein I can display all inspection lot based on the PLANNER GROUP as the selection. This planner group can be found in the Inspection Plan.
    Thanks,
    Raymond

    As already recommended,
    In QA32, select dynamic modification level and use filter to exclude the range of 1-9.
    Use field SKIP and use filter to exclude the value of "X".
    This should give you a list of lots that meet your requirement.  The list can be customize to display the fields you want, printed, or sent to Excel.  Save your settings as a variant that any user can select and use in the future.
    Craig

  • Customize the QBE report customization form

    Does anyone have some ideas about how to customize the QBE report customization form
    (e.g take off the "case sensitive check box" or "format mask" .. etc)
    thanx

    repost the above msg.
    What I'm trying to do is to show only the column displayable options to portal users and hide the other cutomize sections.

  • Standard SRM reports excluding SAP BI in the landscape.

    Dear Experts,
    Kindly give the standard SRM reports available other than SAP BI.
    My system landscape doesw not have SAP BI. We are working in SRM 7.0 classic scenario and we dont have BI.
    Is there are any standard reports available for SRM7.0.
    Thanks in advance.
    Regards,
    B.N.Karthikeyan.

    Hi! Thanks for the reply. I am aware that these reports can be accessed from the GUI. However, they were also available on the browser in the previous versions but I cannot find them in SRM7, via the portal and hence the question whether they are no longer valid. At the moment, I can see one of those reports appearing under Reports but I encountered error running it.
    Regards
    SF

  • Bypass P_orgin auth check for standard MSS reporting

    Hi SAPers,
    on my HR system, I have 2 types of users : ESS/MSS users (via portal) and backend users (via sapgui).
    ESS/MSS role does not contain any P_ORGIN authorization because it should be added to their authorizations if they are also backend users.
    The problem is coming from standard MSS reports : the "time statement overview" among other report needs P_ORGIN (IT 0, 1, 2, 7, 8, ...) !
    Is there a way to bypass the standard authorization check for MSS reports ?
    Thanks in advance,
    Olivier.

    >
    Olivier TACA wrote:
    > Example :
    >
    > Portal Role for ESS user contains P_ORGIN for IT 0006 (Address)
    >
    > Backend Role for backend user contains P_ORGIN for IT 0002 (Personal data) ... and S_TCODE for PA30 of course.
    >
    > The backend user, who is also an ESS user, can manage IT 0006, which is not foreseen in the backend role.
    >
    > I use P_PERNR for the portal role to manage access to infotype.
    I see two issues here:
    1. ESS is NOT setup correctly.
    - You don't need P_ORGIN for ESS.  You only need P_PERNR.  The trace might even show an error looking for P_ORGIN but you do not need it.  This is an example of a role I have using ESS services for addresses.  I don't have P_ORGIN, P_ORGINCON or P_ORIGXXCON.  Do NOT use PA30, for ESS, that is very dangerous.  The ESS services can be added to a role and should be use for ESS.
    Here is an example of what I have:
    Manually   HR: Master Data - Personnel Number Check                     P_PERNR
    Manually   Address Change - Permanent and Emergency
         Authorization level            D, E, M, S, W                                                               AUTHC
         Infotype                       0006                                                                        INFTY
         Interpretation of assigned per I                                                                           PSIGN
         Subtype                        *                                                                           SUBTY
    2. MSS - I can't find the service for the report you are looking for.  If you provide the MSS service I can run some traces and probably help you isolate your problem.  Example of an MSS service (sap.com/mss~pla/PlanningPrimaryCosts).
    I hope I didn't sound too harsh; I am just trying to help.
    Regards,
    -John N.
    Edited by: John Navarro on Aug 5, 2008 5:46 PM

  • Standard Pricing Reports

    Hello Gurus,
    what are differents SAP Standard Pricing Reports?
    I am looking for Standard Pricing Reports to check whether the requirement I have need to be developed or the purpose can be solved by Standard Reports
    Many Thanks
    Big Screams

    Hi,
    If you want your own pricing reports then customize in SPRO>Sales and Distribution>Basic Functions-->Maintain pricing Report.
    Maintain Pricing Report
    In this menu option, you define the screen layout for pricing reports. You use pricing reports to analyze condition records according to different criteria. Technically, pricing reports are ABAP/4 programs.
    Note
    The standard SAP R/3 System contains predefined pricing reports which you can start using the application menu.
    Actions
    1. Display the pricing reports defined in the standard SAP R/3 System to check to what extent you can use them.
    2. Create new pricing reports. To do this, proceed as follows:
    a) Enter a two-digit description (with a character as the first digit) and the title of the pricing report you want to create.
    b) All key fields which are used in conditions appear in alphabetical order on the following data screen. Select all key fields which should be used in the pricing report.
    If you choose Edit->Further processing with AND, all condition tables will be evaluated that contain at least one of the selected key
    fields. If you choose Edit->Further processing with OR, only the condition tables that contain all the selected key fields will
    c) be evaluated.Select all condition tables which should be analyzed in the next dialog box.
    d) Choose "Position fields" to define the screen layout of the pricing report. Make sure that all key fields from the selected tables appear on the following data screen.
    Fields which should not be used as selection criteria later on when displaying the list, can be suppressed by cancelling the check mark in the "Selection" column.
    You can also indicate fields as obligatory on the selection screen.
    You will get the field names here.

Maybe you are looking for