Modifying a Service

Hi-
I need to modify the PZ02 service.
I know this service is HR related and several of those do not exist as actual Internet Services (viewable in SE80). They are generated dynamically.
<b>How do i  modify them?</b>
I need to able to view HTML Templates to modify them. SO how do i view the templates?
I tried the following steps.Pleae let me know if the following steps are correct
1. In SE80, Choose Internet service and enter a name like zpz02.
2. In the pop-up for transaction code enter pz02. Check the box for ITS mixed mode
3. Then Right click in zpz02, select create->template->
assign theme=99,
program number-SAPMPZ02
screen number=1000
generating style=webgui
( The above informtaion was found out in the following way: go to se93 -> enter pz02 as the transaction code ->
click display.
When i did that it displayed the following info
program : SAPMPZ02
selection screen: 1000 )
When i click on save it says that the screen 1000 does not exist in the program SAPMPZ02.
But from the info that i got from the SE93 it looks like the screen number is 1000??
What is the mistake ?? Is the approach wrong
Help will be really appreciated
Sharath

Hi, thanks for your answer, but no, each node has 2 instances only, ASM and Database.
But they changed their minds, instead of keeping togheter the service SRV3 on NODE3, now we need that, when NODE3 restart or something, and come back, the service be relocated to NODE3.
This does not happen automatically, Oracle says we have to code the "srvctl relocation" command using some callback mechanism to automate fallback. Is there an url or paper or so that explains how to do it ?
Thanks.

Similar Messages

  • Modifying ESS Service

    I have couple questions.
    PZ31_EWT is the replacement for the old ESS Service PZ31. In the dropdown after I select internet service, I do not see PZ31_EWT. However I see PZ31_EWT under transaction code for the development class PPPE_WWW.
    I want to change the way the frames are layed out on the portal for PZ31_EWT.
    So how do I modify the service ? In the HTML template do I write my own code to change the layout ?
    How does this code get picked up along with the generated source code ?

    Hi Rachel,
    I am trying to implment PZ31_EWT for the Portal.
    How did you get is to display in the Portal?  Did you create an ITS service of the transaction?
    I have created ZPZ31_EWT as an ITS service and set it up in SICF but I can't see the Qualifications tree on the left.
    Is it poss you can let me know details of parameters you used in SICF.
    TIA
    J

  • User exit to modify a service order (IW32)

    Hi
    I require a user exit to modify a service order (IW32) that is generated via the repair procedure functionality linked to a Sales order.  
    I need to change at the operation level:
    1-      Add an operation with the service material from the sales order.  Get the purchasing group data from the material master.
    2-      Change the first operation -  replace the default purchasing group
    THanks

    Sid,
    [PM/CS User-Exits etc|http://pjatkin.users.btopenworld.com/documents/PMCSUserExits.pdf]
    Might be possible by using IWO10009 (at save user-exit) with function modules:
    CO_BP_AFVG_BT_FETCH
    CO_BT_AFVG_UPDATE
    PeteA
    [www.pjas.com]

  • Error when modifying global services plan

    I'm trying to modify the global services part of my wireless plan.  When I try submitting this change, I get the error message "You currently are on the selected plan. Please select another plan."  Is this a bug with the site or is there some other way to change just the global services part of my plan?

        I can help you with that, c_b1. Which plan do you currently have? Which plan are you attempting to change to?
    ChaunceyM_VZW
    Follow us on twitter @VZWSupport

  • Modify Reporting Services Configuration File (RSreportserver.config)

    Trying to modify the config file (rsreportserver.config) which I found here:
    C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER2012\Reporting Services\ReportServer
    Would like to add an option "TXT" to this dropdown list:
    But the code under Render section does not seem to match (see below), what is listed above. I have made the following change and saved, but it does not seem to be the correct .config file.:
    <Extension Name="TAB" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering">
    <OverrideNames>
    <NameLanguage="en-US">TAB (Tab Delimited Text File)</Name>
        </OverrideNames>
    <Configuration>
    <DeviceInfo>
    <FieldDelimiterxml:space="preserve">    </FieldDelimiter>
    <UseFormattedValues>False</UseFormattedValues>
    <NoHeader>False</NoHeader>
                    <FileExtension>Txt</FileExtension>
                    </DeviceInfo>
    </Configuration>
    </Extension>
    Questions:
    Could the correct .config file be in another directory?
    Does the above for "TXT" look correct:
    Thanks,
    jr7138
    =======================================================
     <Render>
          <Extension Name="XML" Type="Microsoft.ReportingServices.Rendering.DataRenderer.XmlDataReport,Microsoft.ReportingServices.DataRendering" />
          <Extension Name="NULL" Type="Microsoft.ReportingServices.Rendering.NullRenderer.NullReport,Microsoft.ReportingServices.NullRendering" Visible="false" />
          <Extension Name="CSV" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering" />
          <Extension Name="ATOM" Type="Microsoft.ReportingServices.Rendering.DataRenderer.AtomDataReport,Microsoft.ReportingServices.DataRendering" Visible="false" />
          <Extension Name="PDF" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.PDFRenderer,Microsoft.ReportingServices.ImageRendering" />
          <Extension Name="RGDI" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.RGDIRenderer,Microsoft.ReportingServices.ImageRendering" Visible="false" />
          <Extension Name="HTML4.0" Type="Microsoft.ReportingServices.Rendering.HtmlRenderer.Html40RenderingExtension,Microsoft.ReportingServices.HtmlRendering" Visible="false">
            <Configuration>
              <DeviceInfo>
                <DataVisualizationFitSizing>Approximate</DataVisualizationFitSizing>
              </DeviceInfo>
            </Configuration>
          </Extension>
          <Extension Name="MHTML" Type="Microsoft.ReportingServices.Rendering.HtmlRenderer.MHtmlRenderingExtension,Microsoft.ReportingServices.HtmlRendering">
            <Configuration>
              <DeviceInfo>
                <DataVisualizationFitSizing>Approximate</DataVisualizationFitSizing>
              </DeviceInfo>
            </Configuration>
          </Extension>
          <Extension Name="EXCEL" Type="Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer,Microsoft.ReportingServices.ExcelRendering" Visible="false" />
          <Extension Name="EXCELOPENXML" Type="Microsoft.ReportingServices.Rendering.ExcelOpenXmlRenderer.ExcelOpenXmlRenderer,Microsoft.ReportingServices.ExcelRendering" />
          <Extension Name="RPL" Type="Microsoft.ReportingServices.Rendering.RPLRendering.RPLRenderer,Microsoft.ReportingServices.RPLRendering" Visible="false" LogAllExecutionRequests="false" />
          <Extension Name="IMAGE" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRenderer,Microsoft.ReportingServices.ImageRendering" />
          <Extension Name="WORD" Type="Microsoft.ReportingServices.Rendering.WordRenderer.WordDocumentRenderer,Microsoft.ReportingServices.WordRendering" Visible="false" />
          <Extension Name="WORDOPENXML" Type="Microsoft.ReportingServices.Rendering.WordRenderer.WordOpenXmlRenderer.WordOpenXmlDocumentRenderer,Microsoft.ReportingServices.WordRendering" />
        </Render>
    jer

    Hi ,
    For report server configuration file location is ;
    C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\rsreportserver.config
    Not sure what exactly is your requirement.
    May be below is helpful to you ;
    <Extension Name="TAB" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering">
    <OverrideNames>
    <Name Language="en-US">TXT (Tab Delimited Text File)</Name>
    </OverrideNames>
    <Configuration>
    <DeviceInfo>
    <NoHeader>true</NoHeader>
    <Toolbar>True</Toolbar>
    <FieldDelimiter>&#9;</FieldDelimiter>
    <FileExtension>txt</FileExtension>
    </DeviceInfo>
    </Configuration>
    </Extension>
    Close the browser then will get this option in save list as mentioned in image.
    Thanks
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem.

  • ESS/MSS custom services or modify standard service with WebDynpro Abap

    Hi all,
    what's the procedure to modify standard ESS/MSS or create new service with WebDynpro Abap.
    Thanks.
    Miki

    Hi
    First, The ISR Scenarios are not for iviews. They are just a part of a view. We can use webdynpro ABAP with the ISR Scenarios. We need to embed these forms into our webdynpro ABAP views and code accorsdigly to get the data. There are some standard components that are provided by SAP to handle ISR Forms with Webdynpro. Check these.
    Regards,
    Srikanth.

  • Modify Self Service -- Profile page

    Hello Experts,
    I need to modify the Profile page under Self Service ..the attributes tab to be specific..I would really appreciate some guidance.
    Thank you

    I figured this one out...created an authorization policy allowing user to view and modify and added the attribute to the modifyuserdataset.xml..
    Thank you

  • Modifying a service in a 3-node RAC database

    Hello,
    I have a 3-node rac 10.2.0.4 here under Windows 2003 x64.
    I created, months ago, a service that have 1 preferred instance, and 1 available instance.
    Now I have to change it, so it does not have an available instance anymore, just 1 preferred instance, because the client wants it to run only on this node.
    After looking up in the 10.2 manual, I could not find the exact command to accomplish the job. Have you done this and can you shed a light ?
    Thanks.

    Hi, thanks for your answer, but no, each node has 2 instances only, ASM and Database.
    But they changed their minds, instead of keeping togheter the service SRV3 on NODE3, now we need that, when NODE3 restart or something, and come back, the service be relocated to NODE3.
    This does not happen automatically, Oracle says we have to code the "srvctl relocation" command using some callback mechanism to automate fallback. Is there an url or paper or so that explains how to do it ?
    Thanks.

  • How to open and modify a internet service.

    I want to modify Internet Service PZ02. I checked in SICf, it is listed under bc/gui/sap/its and is also activated.
    But when i go to SE80 and search for it in Internet Service, i get a message saying "Service PZ18 does not exist, create object? "
    How do i open, get access to code of pz18 and modify it
    Thanks
    Sharath

    Chris-
    Thanks for the reply.
    How do i create the ITS service (service file, template, theme etc..) out of the dynamically generated HR service PZ02.
    Pleae let me know if the following steps are correct
    1. In SE80, Choose Internet service and enter a name like zpz02.
    2. In the pop-up for transaction code enter pz02. Check the box for ITS mixed mode
    3. Then Right click in zpz02, select create->template->
    assign theme=99,
    program number-SAPMPZ02
    screen number=1000
    generating style=webgui
    ( The above informtaion was found out in the following way: go to se93 -> enter pz02 as the transaction code ->
    click display.
    When i did that it displayed the following info
    program : SAPMPZ02
    selection screen: 1000 )
    When i click on save it says that the screen 1000 does not exist in the program SAPMPZ02.
    But from the info that i got from the SE93 it looks like the screen number is 1000??
    What is the mistake ?? Is the approach wrong
    Help will be really appreciated
    Sharath

  • Another user modify table error on Service call

    Dear All,
    i am getting error while updating the service call.
    As this is SAP2007B PL 16 i have created a service call when i am updating this service call i am getting the error like-another user is modify table-service call .
    Kindly help me out.
    Regard,
    Divya Singh

    Dear Divya,
    In most cases, the error messages " Another user modified table XXX (XXXX) (ODBC -2039)." comes because after opening the form at your side, another user opened the same form and applied some changes. You can close the form, open it again, apply your changes and then update it to avoid this error message.
    But in some cases, even if you close all the clients and login again, the problem still exists. In that case, this error might be caused by Database Corruption which need DB fix.  If this is the case, Kindly log a message to SAP Support.
    Regards,
    Varun
    SAP Business One Forum Team

  • Modify Service call ??

    Hello Friends,
    In web dynpro for java, one can re-import the model and if changes made in STR fields of the BAPI, it reflects via re-import........ How one can re-import the service call ?
    e.g I have a service call and now the one of the str is change in the bapi and I want to refresh/modfiy/re-import the service call........but I dont see any wizard to do so ?
    Can anyone pls suggest how to re-import/modify the service call?
    Thanks and kind regards,

    Yes,
    Unfortunately we don't have any other option for this at the moment other than starting from the scratch once again.
    Regards,
    Uday

  • Purchase Order and Services

    I'm modifying POs using BAPI_PO_CHANGE and I also have to modify the services in it. The documentation for this bapi indicates that for <i>"Services and limits - Changes to existing items cannot be carried out with the Change method. It is only possible to create new items."</i>
    I also look at BAPI_ENTRYSHEET* but there's no change bapi. Is there any way that will allow me to change the services?
    Any suggestions are highly appreciated.
    Thanks in advance!

    Hi,
    I dont think so. Instead use <b>BAPI_PO_CREATE1</b>
    Regards
    Aneesh.

  • Automator service to open file in app only works if app is closed

    For my work I frequently need to edit text files that have non-standard extensions (and many have no extension at all). So for convenience when browsing in Finder, I created a simple Automator service that opens selected files TextMate:
    It works but the problem is that it only works if TM is initially closed before running the service. If it's open when the service runs, the TM menu bar appears but the file doesn't open. If I close TM and re-run the service, the file opens. How should I modify the service so that it will work whether or not TM is initially open or closed? Thanks!

    Thanks! That works, but I had to keep the 'Get Selected Finder Items' as the first action.
    Both of these configurations open an empty TextMate window:

  • Problem in adding vales to service contract line item

    I want  the OBJECT ID  field to be filled in  OBJECT LIST tab at item level when ever  a service product is entered in service contract ( new line item) automatically ...
    I tired wiht CRM_ORDERADM_I_MERGE (CRM_ORDERADM_I_BADI) and
    CRM_ORDERADM_I_MERGE(ZCRM_ORDERADM_I_BADI) methods and using fuction module
    CRM_ORDPRP_I_MAINTAIN_OW  but not success yet.
    any help !!
    Thanks ....
    Edited by: aday rao on Sep 15, 2008 3:08 PM

    The way I typically handle organizational service attributes is to have a single amadmin XML file per AM service and in that amadmin file I have two requests, one to assign the service and the second to modify the service attributes. I then run the amadmin command with the -c continue option on the amadmin XML file so the service is always modified with latest settings regardless of whether or not it was assigned for the first time.
    Since your question relates to service attribute modification investigate the SchemaRequests -> AddAttributeSchema amadmin commands. For example, I use the following files to modify the amUserService
    <Requests>
    <!-- <SchemaRequests serviceName="iPlanetAMUserService" SchemaType="User">
    <RemoveAttributeSchema>
    <Attribute name="someoldattribute"/>
    </RemoveAttributeSchema>
    </SchemaRequests> -->
    <SchemaRequests serviceName="iPlanetAMUserService" SchemaType="User">
    <!-- full path or amadmin must run from same directory -->
    <AddAttributeSchema fileName="/opt/SUNWam/custom/amUserAttributes.xml" />
    </SchemaRequests>
    </Requests>
    <Requests>
    <!-- newest addition first, amadmin will quit on error regardless of -c flag -->
    <AttributeSchema name="somenewattribute"
    type="single"
    syntax="string"
    any="display"
    i18nKey="u301">
    </AttributeSchema>
    </Requests>

  • Discount in Services

    Hi, we have a business requirements like follows
    Vendor is providing Services to us , the price negociated with vendor is inclusive of MATERIAL and Services and payment will be made based on activity completion.For this we have created a service purchase order with single PO line and multiple services is prepared for this.
    Like in PO line item 10 , we have entered following services
    1) Milestone 1 - > 10% of the  price
    2) Milestone 2  -> 10% of the price
    3) Milestone 3 ->  80% of the price
    so that User can create SES of respective MILESTONE line after completion of work.
    Till time things are OK ....
    Now in order to accomplish those services vendor is procuring some material and our client wants to track the supply and payment seperately for material therefore another Material purchase order is prepared for that , so that at the time of material receipt , MIGO / MIRO can be done.
    Now the problem is ... SES against Service PO and MIGO against material PO will create double vendor liablity and therefore we want to give MIGO value as a discount in each SERVICE Line ( say MILESTONE 1).
    As per my understanding , if we give discount in Std purchase procedure , then system is dividing it propositionally in all SERVICE Lines , while we want to give entire discount in single service line.
    Need your help to assign discounts in SERVICE LINES ( may be using MS0000 procedure , not sure )
    Regards
    Shrey

    Thx KI ...
    Price Change and discount at item level might not be helpful to me ... As I want to track them in future.
    I have modified MS0000 ( Service price procedure )  by addition one discount condition ( ZR00) in that ...now I can supply any discount value ( Absolute) in that , which will reflect in PO line item conditions and Line net price.
    But in case my Service qty is > 1 then system is deducting entire discount in first SES ....
    Like Milestone 1 , Qty 10 EA , Gross price = 100 INR per EA , Discount Absolute = INR 60
    Then system is calculating total Net price is , 10* 100 - 60 = 940
    Now when I create SES for 1 EA , system is calculating value as INR 40.If I changing qty to 2 , SES value gets changed to 140 and so on.
    Therefore system is giving entire discount in first SES of that service ... while I wanted to get that Absolute discount distributed among entire Qty ......and expected results are like
    SES for 1 EA should be 94 INR , not 40 EA
    Is it the std SAP functionality ?
    Regards

Maybe you are looking for