One service order and multiple services  ??????????

Hello All
I am working on CRM 5.0 service module
Can I create a service order with more than one service I mean one document but contains multiple services and assign each service to a person responsible? And how?
Thanks in advance
Regards
Jacopo Françoise

You can create one service order with multiple service products,
the document will have both header and item level in both u need to assign the partner processing (emp responsible including) if there r different line items with different emp responsible u can satisfy ur issue.
abt theheader and item level some information:
understand what is transaction type? and the structure of the Transaction type.
The Transaction type determines the characteristics and attributes( what is the document category ,which Organizational data profile is allowed, which status profile is allowed, which action profile is allowed, which date profile is allowed, which Subject profile is allowed,which text determination profile is allowed, which partner determination profile is allowed and the number ranges for that particular transaction) of a particular transaction.
For example it says whethere the corresponding transaction is used for Lead, Opportunity or Sales order.
When it comes to Structure of a Transaction
it contains Header level data, Item level data and Schedule line data.
So Header level data is controlled by Transaction type.
Next comes Item level data The Item level data is controlled by Item category.
The Item category determines the characteristics and attributes of a line Item.
for example( it says whether the item is relevant for pricing or not, whether the item is relevant for billing or not, whether the item is relevant for shipping or not etc.)
The Item category will be determined automatically by the system at the run time depending upon the following key factors
Sales doc typeItem categoryHigher level Item+Item Usage
Hope this will help you in understanding Header level data and Item level data of a transaction.
Reward me points if helpful.
Regards
Manohar

Similar Messages

  • Hello, i created 5 different books (photo album) and i would like to know if it's possible to make one single order (and pay the transportation fees only once...) i couldn't find how

    hello, i created 5 different books (photo album) and i would like to know if it's possible to make one single order (and pay the transportation fees only once...) i couldn't find how

    Soory, no, it is not possible. You can only combine multiple copies of the same book into one order.
    Regards
    Léonie

  • Creating one Sales Order from Multiple Quotes

    Hello
    We are using SAP CRM 2007.
    I believe in CRM we can create one sales order from multiple quotes. We have a requirement where we need to create one Third party sales order from multiple Quotations.
    I have Item cat for Quotations and Sales Document maintained correctly.
    I also have copy control where ZQUO and ZSAL are maintained correctly. Where I have maintained settings for copying Transactions as well as Item Category.
    But when I go to CRMD_ORDER and retrieve quotes and try to do a follow on doc for sales doc , only the first Quote gets added into follow on document.
    Can someone tell me if I am missing any config?
    Thanks

    hello,
    in sap ui we use control button and select multiple quotes and then
    create the sales order as follow up as we have follow up button.
    Regards,
    Deepa

  • I have one apple ID and multiple family members share this with their devices.  How do we keep pics and messages separate?

    I have one apple ID and multiple family members share this with their individual devices.  How do we keep pics and messages separate for each device?

    For messages
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime
    For other issue:
    How to use multiple iPods, iPads, or iPhones with one computer
    What is the best way to manage multiple...: Apple Support Communities

  • One premium account and multiple Skype HD devices

    Will one Premium account and multiple non premium HD accounts work for video calling? Basically the idea is 10 HD skype devices, the set top boxes connected to tvs will dial into one Premium Mac or PC account for multiple video conferencing.

    Yes, one user needs to have a Group Video Calling subscription.
    Unfortunately, not all devices support Group Video calling (TV's for example, do not).
    Please see our website for more information: http://www.skype.com/en/features/group-video-chat/.

  • HT4137 iCloud setup with one Apple ID and multiple devices

    iCloud setup with one Apple ID and multiple devices

    What, exactly, are you trying to do? You can use the same iCloud account on as many devices as you want, as long as you don't turn on iTunes Match. Once you turn on Match, you're limited to 10 devices total.
    Is this what you want to do...same iCloud account, but different iTunes/App store accounts on each device? If so, you can do that also.

  • One sales order and two invoces -  Invoice split

    We have a order that is being split into two invoices. There are two plants involved in one sales order... part is shipping from US  and labor is performed in  Korea. The invoice split analysis reveals that the tax departure countries of the line items are different. The plants are in different countries.invoice based on different tax departure countries.
    The problem is we have a user that is requesting to have both of these items on the same invoice.
    I have two questions:
    1) Is it possible to have these items on the same invoice?
    2) Even if we could put these items on the same invoice, is it a good idea? What are the negative consequences of doing this, etc.?
    I was thinking to acheve this through copy control. ?

    To my knowledge, it is not advisable to combine the line items that are being serviced from different countries .
    As you would be aware that all sellers would be submitting their statutory sales tax statements to their local sales tax authorities periodically where they need to give invoice wise tax break up.  Here in the above case, if you club different tax structure in one billing document, it is not possible to show invoice wise break up.  Moreover, at a later date, in case of returns also, this will have an issue from tax point of view.
    So in all the probabilities, it is possible to force the system in such a way to combine into one invoice, but it is not adviceable to do so.
    thanks
    G. Lakshmipathi

  • How to cancel more than one transfer order and delivery as once

    hi everyone
    Thanks for taking the time to read this message.
    I need to cancel about 500 transfer order # and corresponding deliveries. I know that using lt15 and vl02n i can achieve this for individual orders. As to Lt16, I donot have authorization to use so i can cotacted my colleague who does. But we could not work out the Storage Unit. What is that?
    Is there another transaction that would let me enter a sequence of transfer order# and also Delivery# and let me cancel it at once?
    Thanks in Advance

    I would try going route of VL09 to address the deliveries in mass quantity. Can't remember if this will take care of the transfer orders as well. Working at service based company now, so can't really check. If not, perhaps get an ABAPer to write a BDC session to run LT15 in background and delete the transfer orders required. I guess the real point to consider here are the transfer orders confirmed as well? Anyway, give a try with VL09 first.
    Thanks,
    Jay

  • One process bpel and multiple xml input

    Hi All,
    I have one bpel process with one operation. In input I have more xml files with different tag and for each xml invoke different web services.
    How do I select different web services?
    Regards,
    Dario

    I must have one endpoint (eg. process) and for each xml input, I must call different partner link or different sequence.
    Example:
    *(First xml)*
    <GenericPayload>
    <FaxPayload>
    <User></User>
    <From>TEST-SYSTEM</From>
    <To>TEST-DESTINATION</To>
    <Fax>0103434285</Fax>
    <Subject>TEST-FAX-WITH-ATTACHMENT</Subject>
    <Format>TIFF-FINE</Format>
    </FaxPayload>
    </GenericPayload>
    *(Second xml)*
    <GenericPayload>
    <SMSPayload>
    <To>0505654253</To>
    <Subject>TEST</Subject>
    <Content>
    <ContentBody>BODY</ContentBody>
    </Content>
    </SMSPayload>
    </GenericPayload>
    *(Third xml)*
    <GenericPayload>
    <EmailPayload>
    <FromAccountName>Vesa</FromAccountName>
    <To></To>
    <ReplyToAddress>?</ReplyToAddress>
    <Subject>test</Subject>
    </EmailPayload>
    </GenericPayload>
    If in input there is "first XML" I call external web service, for second XML I read external file, for third I send file with FTP.
    Thanks
    Dario

  • One Unix process and multiple Oracle sessions

    Hi All,
    When I checked one particular Unix process, I have seen that in the database there are 3 different Oracle sessions spanning days between them. Can you please tell me how this is possible.
    Regards
    Satish

    Hi Yas,
    The query I ran is tghe following.
    SELECT Substr(a.username,1,15) "Username",
    a.osuser "OS User",
    a.sid "Session ID",
    a.serial# "Serial No",
    d.spid "Process ID",
    a.lockwait "LockWait",
    a.status "Status",
    Trunc(b.value/1024) "PGA (Kb)",
    Trunc(e.value/1024) "UGA (Kb)",
    a.module "Module",
    Substr(a.machine,1,15) "Machine",
    a.program "Program",
    Substr(To_Char(a.logon_Time,'DD-Mon-YYYY HH24:MI:SS'),1,20) "Time"
    FROM v$session a,
    v$sesstat b,
    v$statname c,
    v$process d,
    v$sesstat e,
    v$statname f
    WHERE d.spid=29789 and
    a.paddr = d.addr
    AND a.sid = b.sid
    AND b.statistic# = c.statistic#
    AND c.name = 'session pga memory'
    AND a.sid = e.sid
    AND e.statistic# = f.statistic#
    AND f.name = 'session uga memory'
    ORDER BY 1,2;
    I passed spid to it.
    Regards
    Satish

  • One SSIS pacakge and Multiple Jobs

     Hello,
    Project :  Creating One parameteried SSIS package and running it thorugh Multiple jobs. Based on a varaible value, source and destanation tables are read into SSIS Pacakge. Metadata across all the tables are same.
    1Q : want to know limitation on number Jobs we can create on one SSIS pacakge.
    2Q : Pros and Cons.
    3Q: Will this be a good idea.
    Please share your ideas....
    Thank you

    Are you talking about the SQL Server Agent job? Same package running multiple times in a given point on time?
    Since the Agent runs them asynchronously you may run into locking issues very soon (metadata the same?).
    So the verdict is not good based on my impression so far, not advocated.
    Arthur My Blog

  • Linking information between one Delivery Order and many Goods Receipt

    We have a case of a business process we're looking for the solutions base on mySAP ECC 6.0
    We deliver to customers by barge, each of DO for one barge. Goods on each delivery barge receipt  directly from many truck, Can you tell me the SAP help to manage the information about barge and trucks.
    Thanks and best regards

    Hi Gordon,
    Thanks for the info. Another idea: How about ..
    - adding the item on a new line with the open qty and the correct date
    - simply closing the partially posted line with the open qty (is that ok from the DB view?)
    Any doubt that this could work as intended?
    Thanks
    Franz

  • Time difference between one Ext Trig and multiple secondary triggers ?

    An external device generates a 100 Hz square wave (primary). During
    each 10 msec period, another device (secondary) generates multiple
    pulses at random times. I want to determine the time, with respect to
    each primary waveform's leading edge, when each and every of the
    secondary pulses occurs. Not just the first secondary pulse.
    Count Buffered Edges.vi example records times when multiple secondary
    pulses occur, but there does not seems to be a way to set the counter
    value to zero by the primary pulse (especially on STC cards).
    The TIO example Two Edge Separation.vi only measures time between the
    primary pulse and the first secondary pulse, not all secondary pulses.
    The TIO Measure Position.vi fo
    r encoder use mentions using the Z-index
    on the gate pin to initialize the count value. Is there a way to
    combine this with ability to record multiple buffreed time differences
    I envision each 100 Hz leading edge resetting a counter (which is
    counting a high frequency time base) to zero. Then each secondary
    pulse latches that counter's value into memory.
    For each count latched by the secondary pulses, it is not necessary to
    know within which specific primary period it belonged to.
    An alternative is to use two of the Count Buffered Edges.vi and record
    the times of both primary and secondary pulses and take their time
    difference in software.

    Answered on another thread...
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HFORCEKWTID=75037:5&HOID=5065000000080000009EA20000&HExpertOnly=&UCATEGORY_0=_32_%24_12_&UCATEGORY_S=0
    Ron

  • How can I place one iPhoto order that includes multiple items (books, prints, etc)?

    I'd like to order several books, and different prints and different sizes, etc through iPhoto. But it appears I can only order/buy/ship one item at a time... is there a way to get a "shopping cart" going so I can keep adding to it and then just do one big order and  have one shipment arrive (or at least some consolidated shipments). I don't want a separate package for each print I am ordering... will Apple do this automatically if I order 15-20 items within one hour...?
    Thanks.

    Afraid not.
    Regards
    TD

  • Sales order and Delivery difference

    I Am trying to write a query to produce totals of items ordered by customers compared to deliveries made. However there may be 3 deliveries made to one sales order and so my sales order total for an item is getting multiplied by 3 and showing a difference compared to the amount delivered where in fact the whole order has been delivered. How do I hold the sales order total per item once but then compare with the total delivery per item over multiple deliveries?

    Hi,
    Try this query for cost difference
    SELECT T0.ItemCode, T0.Dscription, Sum(T0.LineTotal) AS 'Order Value', ISNULL(Sum(T1.LineTotal),0) AS 'Delivered Value', Sum(T0.LineTotal) - ISNULL(Sum(T1.LineTotal),0) AS 'Lost Sales'
    FROM RDR1 T0 LEFT OUTER JOIN DLN1 t1 ON  T0.DocEntry = T1.BaseEntry AND T0.LineNum = T1.BaseLine and T1. BaseType = 17
    GROUP BY T0.ItemCode, T0.Dscription
    ORDER BY T0.ItemCode
    Replace my query with below query
    SELECT T1.[CardName]'CustName',T1.DocNum 'SOOrder',T1.[DocStatus]'SOStatus',T0.[Project]'JobNo', T0.ItemCode,T0.Quantity 'SOQty',T2.Quantity 'Delivered QTY',T0.OpenQty 'BalQty', T3.DocNum 'Delivery#',T3.[DocDueDate]'DelDate'
    From RDR1 T0 inner join ORDR T1 on T0.DocEntry=T1.DocEntry
       left join DLN1 T2 on T2.Basetype=17 and T2.BaseEntry=T0.DocEntry and T2.BaseLine=T0.LineNum
       left join ODLN T3 on T2.DocEntry=T3.DocEntry
    Thanks & Regards,
    Nagarajan

Maybe you are looking for