Installation Details from Charges tab in Service Request

Hi,
I have a question about filling out the installation details in the Charges tab of the service request form. While doing RMA I know that we can provide the return item instance details in the charges tab. But the question is if the returned item is a sub component I need to provide the Parent Instance details also. Where do I enter that on the charges tab? Is there a way to enter the parent instance information or not?
Can you please suggest alternate solutions if any?
thanks
Praveen

hi ,
This is related to query,Sales Order from Service Request screen.
go to tools...> quick order............> sales order
rgds,
vijay Thakre
[email protected]

Similar Messages

  • Display Service Request Detail screen when saving a Service Request

    I have created a weblink that creates a new service request with the Contact field already populated.
    Is it possible to stop the application from returning to the contact detail page when I save the Service Request. Ideally I would like to display the service request detail page when I save a service request.
    Thanks.

    The first button option is useful if the table to maintain is a "Customizing" type, and you need to transport easily its values. If the table is of type "Master Data" or even "Transactional data" then  the data has not to be copied between environments.
    Sample :
    T001 - Customizing => Transport requests
    MAR - Master Data => No transport
    I think that your table as no client "MANDT" fields, so the program asked for a "workbench" request and not a "Customizing" one.
    Regards

  • Any FM to Read Documents from transaction code CRMD_ORDER(Service Request)

    Hi All,
    Please advice, if any function module to read(extract) Document attached to a created Service Request using Transaction code "CRMD_ORDER". The document is stored in the header level "DOCUMENTS" tab. My requirement is to read the documents stored in this tab and then attach them to a mail. Please do help.
    Thanks
    Nagesh Thanneeru.

    Hi All,
    Can you please tell me what are the input parameters for this function module.
    This is for service order item type where the document is attached.
    Is there a function module to read these details.
    Regards,
    Dhruv

  • Display ERP object from business context of service request

    Hi Experts,
    I have a requirement to display a custom business object in ERP from the business context tab of the service request. The custom business object is added as a link to the service request. The display of standard BOR object works fine, but for the custom business object, when the user clicks on the link nothing happens.
    I am using CRM 7.1 (CRM 7.0 with EHP1) and ECC 6.0, no EHPs.
    Thanks in advance
    Prabhas

    If you are using JWSDP 1.3, here is how you can do it. However this is an internal API, specific to Sun's JAX-RPC implementation and may change in the future. Anyway, here is how you do it.
    If you service endpoint implements javax.xml.rpc.server.ServiceLifecycle interface, then you can keep a copy of javax.xml.rpc.server.ServletEndpointContext in init() method. In the actual method invocation, you can obtain javax.xml.rpc.handler.MessageContext from the ServletEndpointContext. And then invoke getProperty on the message context to return HttpServletRequest as follows:
    HttpServletRequest request =
    (HttpServletRequest) messageContext.getProperty(
    com
    .sun
    .xml
    .rpc
    .server
    .http
    .MessageContextProperties
    .HTTP_SERVLET_REQUEST);
    Hope this helps.
    -Arun

  • XML Publisher with Service Module - Service Request Reports -- URGENT

    Hi all ... any pointers/help/guidance with the problem listed below would be much appreciated.
    I'm working in the context of the Oracle Service Module & Service Request Reports.
    I'm required to configure the XML Publisher Responsibility seeded functionality with the service module reports.
    Listed below are the two reporting requirements that I'm considering , corresponding to the following seeded XMLP Responsibility seeded components:
    (I'm quoting an extract from the Oracle TeleService Implementation & User Guide here).
    Detailed Report
    Data Definition: Service Request Detail Definition (CS_SR_DETAIL_DEF)
    Corresponding Template: Service Request Detail Report Template (CS_SR_DETAIL_TMP.en)
    Template Description: Includes all of the available service request attributes including charges, the two descriptive flexfields, and extensible attributes.
    Summary Report
    Data Definition: Service Request Summary Definition (CS_SR_SUMMARY_DEF)
    Corresponding Template: Service Request Summary Report Template (CS_SR_SUMMARY_TMP_en)
    Template Description: Includes a subset of the detailed report attributes including the same charges information as the detailed report.
    When I log into the EBS >> XML Publisher Administrator Responsibility >> Service Application ... I find these seeded XMLP components, together with the preview data, downloadable templates & sample output.
    The question is:
    Where (responsibility/application/navigation/etc.) do I find the seeded EBS Service Reports to provide the expected XML input to the seeded XMLP Service Request Data Definitions & Templates????
    Notes ...
    I have found the following two reports, under the Service Application in EBS, set their output type to XML and viewed the output of the submitted request:
    - Service Request Detail Report
    - Service Request Summary Report
    ... but each of these two reports produce XML output of a different data model/structure to that expected by each of the corresponding seeded XMLP data-definitions/templates.
    Additionally, I cannot find any corresponding concurrent program definitions on the system with the same SHORT-NAME/CODE as the seeded XMLP data definitions themselves i.e. CS_SR_DETAIL_DEF and CS_SR_SUMMARY_DEF.
    Are the necessary reports not actually seeded within EBS? Do the seeded XMLP data definitions & templates require development of new Concurrent Programs from scratch to access the database tables and provide the necessary data/input, or am I missing something here??

    I am sure you found a solution to your problem. If not, to give a pointer to this issue, I guess these reports are gererated right from the service request screen and this definition is used there.This report can be generated from several places based on where you are within SR scree.
    Thanks
    Nagamohan

  • What is the use of notes button in the Service Request field in Siebel Application?

    Hi,
    I have an doubt with the "Notes" tab in Service request field of Siebel Application.
    Can you please explain me about this tab.
    Thanks
    Thriveni

    Sometimes 255 characters is not enough and with the Notes you can add more text.
    And from a performance perspective it is better to make the Notes a seperate Tab, so it only gets retrieved when explicitly needed.

  • Create a view - Service Requests and Incidents

    Hi all,
    I have a Service Manager 2012 environment that has gone through an in-place upgrade from SCSM 2010.
    In the SCSM 2010 environment, Service Requests were implemented by extending the Incident class with an attribute that would denote whether the work item was an Incident or a Service Request.
    In SCSM 2012 I would like to create a view that would combine the SCSM 2010 "Service Requests" with SCSM 2012 Service Requests.
    Is it possible to create a Type Projection that performs the job of an SQL UNION statement?  If I was doing this in SQL, I'd be writing a query similar to the following:
    Select *
    From ServiceRequestDim
    Union Select *
    From IncidentDim
    Where ServiceRequestType = 'Service Request'
    (Obviously, some mapping of attributes between the two class types would be needed...and perhaps that's the reason why a type projection of this sort would not be possible...)
    An alternate approach - attack this from the Work Item class.  It's trivial to create a view that contains Service Requests and Incidents - just set your criteria to be: ID begins with 'SR' or ID begins with 'IR'.  Unfortunately, that criteria
    returns all Incidents, and I only want the Incidents that have the attribute ServiceRequestType = 'Service Request'.  Is it possible to create a Type Projection starting with the Work Item type that employs criteria from child classes?

    Work Item is an abstract class, and can't be extended for implementation reasons. 
    i think Anders has understated the difficulty of combining these views: this is a bit like saying "show me all the orange things, given this bucket of cats and this bucket of fruit" yes, they are both "orange", but fur is not the same
    as fruit rind; they're not the same "orange".
    the 2010 Service Request implementation was never intended to be a serious use case (i assume you're talking about the SCSM Service Request demo implementation on codeplex), it was intended
    to be a demo of what you could do with the form and object interfaces. 
    The solution here should be simple, convince your client that their solution has been replaced by a newer, better version, Resolve Close and then deprecate these requests, and start reporting only the new type requests. these are history, and dirty data,
    and should be ignored. 

  • Code to delete a node from the tab that satisfy the given condition

    Hi Experts,
    I have a scenario of escalation i.e.,  Deletion of the message details from the table of a tab when that row of details move to second tab based on status condition. I am unable to delete the escalated row details from first tab.
    Can any one provide me the code..
    Thanks & Regards,
    Priya

    Hi Priya,
    Let me know whether my following assumption is right or worng !!
    You have two tables in different tabs and trying to move some rows from table1 in tab1 to table2 in tab2.But you can;t able to delete the rows in table1 of tab1 ..is that correct ??
    You can use wdContext.node<NodeName>().removeElement(IWDNodeElement) to delete a row from a table.
    Ex :
    wdContext.nodeEmployee().removeElement(wdContext.nodeEmployee().getElementAt(0));
    will remove the first element from the node.
    Regards,Anilkumar

  • Modify item in the Charges tab of the Service Request form

    If the line of the Action tab inside the Charges tab of the Service Request is entered by a Service Agent if the item is entered incorrectly the line can be later changed but if it is entered from Mobile Field Service the line does not allow modification. Is there any way we can modify this lines?
    Thank you.

    I want the user not be able to edit any of the fields in the Attribute tab under MyProfilehttp://rajivdewan.blogspot.com/2011/08/modify-authorization-policies-in-oim.html
    Also in the roles, resource, Proxy tab he should not be able to create request for role, resource, proxy respectivelYou can remove access from Templates. For Proxy, create authroization policy to restrict the search results
    Or
    You'll have to find the exact JSPX file to remive these tabs.

  • How to disable CHARGES tab in Find Sevice Requests(CSXSRISR.fmb / CSXSRISV)

    could any one please let me know how to disable CHARGES tab in Find Sevice Requests ( CSXSRISR.fmb, but funtion registered is CSXSRISV).
    Actually when i access the "Create Service Requests" menu option, the form comes up with a the three TABS (Charges , Work Orders & Maint Req) visible but disabled. But when i access the same from "Find Service Request" menu option, i get the Charges TAB enabled but not the other two... so i would need to visibilly disable the CHARGES TAB like the other two tabs.
    I checked the subfunctions but i could not find any.... i could only find Update Charge and Create Charge options but not the Visible option.

    Hi...
    The Charge Tab in SR form gets enabled only after SR No. Generation.
    So initially when you open the Service Request form the Charges Tab will be visible but disabled, & once the SR number is generated the same gets enabled.

  • How to disable CHARGES tab in Find Sevice Request ( CSXSRISR.fmb ).

    could any one please let me know how to disable CHARGES tab in Find Sevice Requests ( CSXSRISR.fmb, but funtion registered is CSXSRISV).
    Actually when i access the "Create Service Requests" menu option, the form comes up with a the three TABS (Charges , Work Orders & Maint Req) visible but disabled. But when i access the same from "Find Service Request" menu option, i get the Charges TAB enabled but not the other two... so i would need to visibilly disable the CHARGES TAB like the other two tabs.
    I checked the subfunctions but i could not find any.... i could only find Update Charge and Create Charge options but not the Visible option.

    Hi...
    The Charge Tab in SR form gets enabled only after SR No. Generation.
    So initially when you open the Service Request form the Charges Tab will be visible but disabled, & once the SR number is generated the same gets enabled.

  • How to getLine Details from Invoice Details window inside Service Contracts

    Working on 11.5.10.2 Service Contracts Module.
    Trying to retrieve Line Details from Invoice Details tab. Service Contracts Authoring > Invoice Details > Line Details. I have tried creating a join to oks_bill_transactions but this returns too many records, thousand of records for one contract. I then tried a join to oks_bill_sub_lines obsl,
    OKS_BILL_TXN_LINES obtl but this was returning too many records as well. Seeing if these are the correct tables to pull the line detail for Invoices from in the Service Contract module or if I may be setting up my joins incorrectly and that is why I am getting so many records returned?
    FROM OKC_K_HEADERS_B OKHB,
    OKC_K_PARTY_ROLES_B OKPRB,
    HZ_PARTIES P,
    OKX_CUST_SITE_USES_V C_BILL_TO,
    OKX_CUST_SITE_USES_V C_SHIP_TO,
    ra_customer_Trx_all rcta,
    okc_contacts oc,
    OKC_K_LINES_B oklb,
    OKC_K_LINES_B oklbs,
    --oks_bill_sub_lines obsl,
    --OKS_BILL_TXN_LINES obtl,
    oks_bill_transactions obt,
    okx_resources_v orv
    WHERE OKHB.ID = OKPRB.CHR_ID
    AND OKPRB.JTOT_OBJECT1_CODE = 'OKX_PARTY'
    AND OKPRB.OBJECT1_ID1 = P.PARTY_ID
    AND okhb.id = oc.dnz_chr_id(+)
    AND oc.jtot_object1_code (+) = 'OKX_RESOURCE'
    AND oc.object1_id1 = orv.ID1(+)
    AND OKHB.ship_to_site_use_Id = C_SHIP_TO.ID1(+)
    AND OKHB.bill_to_site_use_Id = C_BILL_TO.ID1(+)
    AND C_SHIP_TO.SITE_USE_CODE(+) = 'SHIP_TO'
    AND C_BILL_TO.SITE_USE_CODE(+) = 'BILL_TO'
    AND OKHB.SHIP_TO_SITE_USE_ID = C_SHIP_TO.ID1(+)
    AND OKHB.BILL_TO_SITE_USE_ID = C_BILL_TO.ID1(+)
    AND OKHB.STS_CODE = 'ACTIVE'
    AND p.party_id = C_SHIP_TO.party_id
    AND okhb.contract_number(+) = rcta.interface_header_attribute1
    AND rcta.cust_trx_type_id(+) = oklbs.attribute8
    AND oklbs.cle_id = oklb.id
    -- and oklbs.id = obsl.cle_id(+)
    -- and obsl.id = obtl.bsl_id(+)
    and obt.trx_number = rcta.trx_number(+)
    and oklb.line_number||'.'||oklbs.line_number <> '1.1'
    and nvl(okhb.contract_number_modifier,'-') = nvl(rcta.interface_header_attribute2,0)
    and OKHB.CONTRACT_NUMBER = 'VO-7128'

    You can redirect the resultos to a txt file:
    Open a command prompt as Administrator
    Enter the command and redirect it to a file, here is an example:
    tasklist /v > c:\results.txt
    When you Open the file, you should able to see the Process name, PID, User, etc.
    Good luck on that.

  • Service Request Detail Report Data Definition...Where is It?

    Hi All,
    Can anyone help me find the data definition associated with the Service Request Detail report?
    Here are the specifics and I am in R12
    Module: Service (CS)
    The report name is: Service Request Detail
    The short code for this report is: CS_SR_DETAIL_DEF
    When I look at the concurrent programs, I could only find the following concurrent program:
    Program: Service Request Detail Report
    Short Name: CSXSRDET
    Executible: CSXSRDET
    This appears to not be the same report. Could someone help me with this?
    Thanks,
    Patrick

    I am using FME viewer to see the data and my problem is that I got data for bridges, land ,sea as S57 files(WGS84) and got detailed data for roads in ESRI shape files (NAD83),then I changed the coordinate system for road data in WGS84(same as of bridge data) but for the bridge with coordinates
    1: (-95.1270104, 29.0784282)
    2: (-95.1194496, 29.0855485)
    3: (-95.116253, 29.0885589)
    the road appears far away from it in FME viewer.
    I will really appreciate anyone could tell me like what can be the reason for this or the place from where I could get data for all the layers(like land,sea,depth,bridges,and detailed roads including local roads too) in one format.

  • Link to Service Request from report

    Hi,
    I am trying to perform the following:
    In a Contact layout I have created a web applet which show product information.
    (Let's say Product Name, Product Id and Product Catgeory)
    I want to enable the user the following:
    By clicking on the product name, a new Service Reuqest window will be opened, containing the Product that was chosen and the contact details.
    Can it be done?
    Thanks,
    Guy
    Message was edited by:
    Guy

    At this time there is not a direct link from a service request to a opportunity. However, you could use a completed activity under a service request with a Type called "Link" that would link the service request and opportunity. This would allow you to do reporting on these two linked objects.

  • Display additional fields in Service Request detail page

    Hi All,
    Is it possible to display some fields like Account Type, Contact Type etc. in Service Request detail page?
    Service Request Field Edit page only allows to add default value to the newly created field, that's not the result that I needed.
    Any suggestions are appreciated.

    Bruce,
    There's a function called joinfield value that will allow you to bring across information from those pages, if you email me (alex.neill@{see profile}) I'll send you the document.
    cheers
    Alex

Maybe you are looking for