MSS and Service Selection

Hi All,
I am creating a model service specification say for construction of house. There are various outline paths say different floors and services under each path. However some services like RCC work are being used under more than one outline path. While selcting services from MSS completely or partially, is it possible to get the sum of quantities of a service as asingle service line itemin PR or PO?
Prashant

There is a subtle but important difference between service selection and playing content from another service. This applies to JMF players in general, and not just MediaSelectControl.
Playing new content involves the following steps
1) Read the SI that is needed to decode and play the new content, and start playing it.
Service selection involves the following steps:
1) Tune to the TS containing the new service (if necessary).
2) Read the SI that is needed to decode and play the default streams from the new service, and start playing them.
3) Begin monitoring the AIT, and kill/start applications as instructed.
I bolded the last step because that is the important one, and is the one that differentiates playing a new stream from service selection. A service consists of both video/audio and the applications, and so selecting a new service involves changing both of those elements.
Simply playing a different video stream, no matter what the source, doesn't change the set of apps that will run. Event tuning to a new TS doesn't change this (although it may affect the ability to load them).
Because of this, MediaSelectControl never causes a service selection operation, and neither does creating a Player for a different service. In both cases, the MHP implementation will still monitor the AIT on the original service. As you've alreadsy noted, mediaSelectControl will not cause the box to tune (neither will creating a new Player), but this is simply to prevent apps inconveniencing other apps unless they explicitly choose to do so.
To answer your last question, it looks like the JavaTV RI is not MHP compliant.
Hopefully this will clarify things a little, but if not let me know where is still confusing and I'll try to answer.
Steve

Similar Messages

  • Contract and release order for service: connection and field selection

    Hi Experts,
    I have some questions about contract and release order (PO against contarct) for services.
    A -I want ot know if there is any standar way to oblige the creation of a release order to a contract. I mean i had some users  that create a release order w/o reference to the contract and it works fine anyway. The document is a copy of the NB. I cant find the way to reference the 2 purchase document clearly.
    B - Using a release order, when copying the item from contract catalogue by clicking the service selection icon,  description and net price are correctly copied:  the description is not modifiable  but the net price can be change by the user. Can some body explain me where to modify this setting? where is the field selection and where in SPRO step by step please,
    thanks in advance
    Livio

    ... Nobody is so nice to suggest me any solution?  
    For the point A probably the only way is user-exit.... but for B i don't have any idea, please let me know
    thanks
    Livio

  • SSRS 2008 R2 is extremely slow. The query runs in less than a second in the dataset designer but if you try to view the report it takes over 10 minutes. I have read this is a bug in SSRS 2008 R2. We installed the most recent patches and service packs.

    SSRS 2008 R2 is extremely slow.  The query runs in less than a second in the dataset designer but if you try to view the report it takes over 10 minutes.  I have read this is a bug in SSRS 2008 R2.  We installed the most recent patches and
    service packs.  Nothing we've done so far has fixed it and I see that I'm not the only person with this problem.  However I don't see any answers either.

    Hi Kim Sharp,
    According to your description that when you view the report it is extremely slow in SSRS 2008 R2 but it is very fast when execute the query in dataset designer, right?
    I have tested on my local environment and can‘t reproduce the issue. Obviously, it is the performance issue, rendering performance can be affected by a combination of factors that include hardware, number of concurrent users accessing reports, the amount
    of data in a report, design of the report, and output format. If you have parameters in your report which contains many values in the list, the bad performance as you mentioned is an known issue on 2008 R2 and already have the hotfix:
    http://support.microsoft.com/kb/2276203
    Any issue after applying the update, I recommend you that submit a feedback at https://connect.microsoft.com/SQLServer/ 
    If you don’t have, you can do some action to improve the performance when designing the report. Because how you create and update reports affects how fast the report renders.
    Actually, the Report Server ExecutionLog2  view contains reports performance data. You could make use of below query to see where the report processing time is being spent:
    After you determine whether the delay time is in data retrieval, report processing, or report rendering:
    use ReportServer
    SELECT TOP 10 ReportPath,parameters,
    TimeDataRetrieval + TimeProcessing + TimeRendering as [total time],
    TimeDataRetrieval, TimeProcessing, TimeRendering,
    ByteCount, [RowCount],Source, AdditionalInfo
    FROM ExecutionLog2
    ORDER BY Timestart DESC
    Use below methods to help troubleshoot issues according to the above query result :
    Troubleshooting Reports: Report Performance
    Besides this, you could also follow these articles for more information about this issue:
    Report Server Catalog Best Practices
    Performance, Snapshots, Caching (Reporting Services)
    Similar thread for your reference:
    SSRS slow
    Any problem, please feel free to ask
    Regards
    Vicky Liu

  • How to put material and service in the same order

    I want to put the material and service in the same order. How do it input different taxes. and also migo for one material item and other service item.

    HI,
    In your scenario create material and service PO using T-code ME21N as follows.
    1) Select PO document type, vendor and PO date
    2) PO first line item account assignment 'N' if project and give input data material code,plant,storage location,qty,rate,delivery date and tax code.
    3) PO second line item account assignment 'K', item category 'D',material short text for service, plant,storage location,material group data's are input given and press enter it will open 'Service Tab' in Item Detail Menu.
    4) In item Detail Menu - Service tab you will give Service no.,qty,gross price for the above  service material activity and service tax code in Invoice TAB and then check PO and SAVE.
    5) After getting PO approved by top management.
    6) PO first line item, you will do MIGO and PO second line item you will do ML81N service entry sheet.
    7) On the vendor bill, you will mention material document number (GRN no.) & Service sheet number and given to accounts dept.. They will book vendor bill and give payment.
    Hope, it is useful for you and solve your requirement.
    Regards,
    K.Rajendran

  • Playing a ts-file in an application  (JMF,without Tuning/service selection)

    Hey there!
    I got a ts-File (1.438.1) on HDD and i am trying to play it using a jmf-player in my application. I know that MHP does not support playing video from HDD but the IRT RI (which i use) does..
    For a ts is also just a *.mpg-file i thought my solution would work..
    Anyway, my stream is found but i get a org.davic.net.tuning.NotTunedException.
    Here's a piece of my code:
    public void playVideo() {
    targetVideo = new MediaLocator(dvb://1.438.1);
    player = javax.media.Manager.createPlayer(targetVideo);
    player.addControllerListener(this);
    scalingControl = (org.dvb.media.BackgroundVideoPresentationControl) player.getControl("org.dvb.media.BackgroundVideoPresentationControl");
    player.start();
    transformation = new VideoTransformation();
    transformation.setScalingFactors((float)0.5, (float)0.5);
    transformation.setVideoPosition(new HScreenPoint((float)0.5, (float)0.0));
    transformation = scalingControl.getClosestMatch(transformation);
    result = scalingControl.setVideoTransformation(transformation);
    player.stop();
    player.deallocate();
    catch (Exception e){
    System.out.println("Exception thrown while using the JMF Player:");
    e.printStackTrace();
    I was wondering if there is way to get this run without using the service selection API or Tuning API?
    Hopefully someone has an idea or is able to explain me why this won't work!!!
    Thanks in advance,
    with best regards,
    Alex.

    Hello Steve!
    First of all, thank you for trying to help me out!
    I tried the code i posted above (using BackgroundVideoPresentationControl and a quarter sized video area in the upper right corner).
    The NullPointer is thrown at the following line:
    transformation = scalingControl.getClosestMatch(transformation);
    I also tried other positions and video sizes but nothing worked at all..
    For at least quarter size video should be supported i am not quite sure where the problem is..
    As i said i also tried AWTVideoSizeControl with something like:
    source = new Rect(0,0,320,288);
    dest = new Rect(source.getBounds());
    videoSize = new AWTVideoSize(source,destination);
    When i do something like:
    transformation.setVideoSize(videoSize);
    i get a NullPointer too!
    Do you have any ideas what my problems might be?
    Thanks in advance,
    with best regards,
    Alex.
    P.S.:
    My *.ts-File was captured with a DVB-Card and contains 6 Services (that only contain TV-programs). For i am not able to test it by now (because i don't see any video ;-( ) i have another question (Because i am a little bit confused concerning service selection):
    Is it possible to play the different services of my ts-File (that's on my HDD) with the JMF , or do i 0have to use the service selection API for adressing the different streams (or services)? I guess this is not necessary for i can just set a parameter in the
    line:
    targetVideo = new MediaLocator(dvb://1.438.3);
    that describes the service (3 in that case). Am i right or am i really really confused and a hopeless case??
    Thanks again,
    with very best regards,
    Alex.

  • Service selection tab in Service entry sheet

    Hi,
    When i am trying to create Service Entry Sheet using ML81N, service selection tab is not displayed at the bottom.
    So i am not able to adopt the services from PO.
    This is working fine in dev and prd, but the problem is with qas.
    please let me know what could be the reason.
    Thanks.

    Guys,
    this is the problem raised from client side,
    we didnt observe since how long this problem persists only in qas.
    Basic things like authorization, entering for correct PO....i have taken care off.
    And i checked there is no transaction variant also for this ml81n.
    There is no BADI implementation also reg this function/
    I am not sure, what else i left,
    please if anyone faced similar problem, let me know the solution.
    thank u all for ur time.

  • Button "Service Selection" in ML81N doesn't appear

    After introducing the PO and creating the SES, the button "Service Selection" is missing, so I can't continue doing the SES.
    This happens only in DEV, but not in QAS and PROD.
    I believe it has nothing to do with customizing.
    Thanks.

    Hi,
    Check latest GUI 6.40 or 7.10 version and update patch level in DEV. Better Consult Basis Consultant.
    Regards,
    Biju K

  • Manipulate Product/Service Selection at start of SC (SRM 7.0)

    Hello,
    I want to manipulate the possibility of selecting  'Product' or 'Service' at the beginning of SC creation. Normally I would do this with BAdI BBP_SC_MODIFY_UI. But this doesn't help. Is there any other place which needs to be considered or checked?
    I have the following situation:
    Selection is disabled and the value is 'Product'.
    Customer wants to have the selection of 'Product' and 'Service' again.
    Any help would be appritiated.
    Kind regards,
    Thomas
    Note: SRM 7.0
    Edited by: Thomas Mueller on Dec 19, 2011 3:51 PM

    Problem solved.
    I used enhancement implementation: WD_BADI_DOMODIFYVIEW, Meth. WDDOMODIFYVIEW
    You need to know the ID of the UI element as well. Example:
    lo_element = view->get_element( id = 'ITM_TYPE_DROPDOWN' ).
    IF lo_element IS BOUND.
       lo_dropdown ?= lo_element.
       lo_dropdown->set_enabled( value = ' ' ).
    ENDIF.

  • Reports available in the Business Package for MSS and ESS

    Hi,
    I have searched sdn.sap.com throughout looking for a comprehensive list of reports available in the business packages for both MSS and ESS, i got a little bit of joy and found some of the MSS reports but not all on sdn.sap.com, can anyone please advise where i would find such information on both these packages, just to re-iterate, i am looking for a list of reports these business packages offer? any help much appreciated.
    Thanks
    John
    P.s any documents can be sent to [email protected]

    @John
    (1) ESS- We built our own custom PORTAL role/workset in which one of the worksets we created is called "Tools and Forms". Under that workset, we placed various pages/iViews that either are simple URL iViews that link to external documents and such (like vacation request forms since they do not do online leave requests yet) as well as a couple ot t-code iViews that run reports in ECC for the employee. Nothing very mind blowing there. Just some content creation on the portal side.....oh, and some config on the backend to create a Homepage Framework Area Page and all for it (I liked that part!)
    (2) Wow....talk about perfect timing...I just had to document the way MSS sees the MDT reports in it's "reporting" area yesterday! haha Here goes the quick explaination....in configuration for MDT, you have various "scenarios". These kinda determine which "groups" of reports will show in MDT. For MSS for the Reporting webdynpro/service, the scenario is RPT0 (in ECC 5.0, at least). Soooo if you look at the function CODES assigned to RPT0, you will see several for Training and one for Accounting (Cost Centers)...you can reference the function CODES listed back to the "pool"/library of function codes a bit up/previous in the same config area for MDT(I think it is called "Define Function Codes"). However, there is one more piece you will see listed under RPT0....it is a DIRECT call to function MODULE "HR_HIS_READ" (this was a bugger to find because I could not find the "Maternity" report listed in the function codes and had to figure out where the heck it was coming from! haha). Anyways....what the function MODULE actually does is call the HR Information System (HIS) passing it the RPT0/MSS scenario. This returns the particular reports for Employee Data and Time&Attendance. You can see this if you run the HR_HIS_READ function directly and enter RPT0 for the second input value (first and third are not needed or you can just enter "*". Sooooo that is how the "magic" happens. Hope that explained it. From there, you can simply config you own scenario/reports to add into MSS if you like.
    Hope this helped!

  • I've gotten 60 or 70 messages that that my iCloud doesn't work and to select preferences.  The message says I will get an email to verify but I never get an email.  I've checked old email, blocked email, and have low filters on emails.  Any ideas?

    've gotten 60 or 70 messages that that my iCloud doesn't work and to select preferences.  The message says I will get an email to verify but I never get an email.  I've checked old email, blocked email, and have low filters on emails.  Any ideas?

    Hey CarolinQc,
    Thanks for the question. The symptoms you are experiencing can result from an Apple ID address that has been changed prior to signing out of all of the services. Before you change the email address associated with your Apple ID, you’ll want to sign out of all services to avoid this. As a fix, you can temporarily change your Apple ID back to the old address:
    iOS 7: If you're asked for the password to your previous Apple ID when signing out of iCloud
    http://support.apple.com/kb/TS5223
    Change your Apple ID temporarily
    If signing out and back in to iMessage or FaceTime didn't help, try these steps:
    1. Change your Apple ID to the Apple ID you used previously. You shouldn't need to verify the email address.
    2. Go to Settings > iCloud. Complete these steps only if the Find My [Device] setting is turned on:
              - Scroll down and tap Delete Account, then tap Delete to confirm.
              - Tap “Keep on My [Device]” or “Delete from My [Device].” In either case, your data remains in iCloud and will be updated on your device when you sign in to iCloud again.
              - Enter the password for your previous Apple ID.
    3. Change your Apple ID to the new email address that you want to use. You'll need to verify the email address.
    4. Return to Settings > iCloud and sign in with your new Apple ID.
    Additional Information:
    Apple ID: What to do after you change your Apple ID
    http://support.apple.com/kb/HT5796
    Thanks,
    Matt M.

  • Responsible Service Org and Service Team (partner function)

    Hi all CRM gurus,
    I'm trying to understand the reasons behind the following design and I hope someone can clarify some points for me:
    1. Organisation structure in CRM is set up with service organisation followed by service team, e.g.
    ABC Company
    |_Call Center 1 (the service organisation indicator under Function is selected)
      |_ Region A
                       |_ Service Team A (the local service team indicator under Function is selected)
                                     |_ User Nancy
    |_Call Center 2 (the service organisation indicator under Function is selected)
      |_ Region B (the service organisation indicator under Function is selected)
                       |_Service Team B (the local service team indicator under Function is selected)
                                     |_ User Mary
    2. Organisation determination is set up using rule 14000148 and assigned to the transaction type Z001 for interaction transaction.
    3. A service team partner function is created and set up to be determined automatically via the user's assignment in the org structure (14000148). This partner is configured to be made available on the interaction record screen.
    4. When a new interaction is created by user Nancy, the system automatically derives the following
    Responsible service org = 'Service Team A'
    Service organisation = 'Call Center 1'
    Service team partner = 'Service Team A'
    5. When user Nancy decides that this call should be looked after by another group, she assigns the user Mary and changes the Service team partner to 'Service Team B'. The reason why she has to change the service team partner manually is that the system does not automatically re-determine the partner in change mode.
    What I can see is that the focus here is on the service team (which is the partner) and there is no means to update the service organisation and responsible service organisation. So, when the user is changed to Mary, although the service team is captured correctly, the corresponding responsible service organisation (i.e. Service Team B) and service organisation (i.e. call center 1) still remains the same. Is this acceptable?
    I would think that the responsible service organisation and service organisation needs to be re-determined but this is not the case.
    Are there any reasons why one would not re-determine the responsible service and service organisations?
    The service team (partner) and the responsible service and service orgs seem to be handled quite independently which is another area that I don't understand. What is the benefit of having a service team partner?
    I have not seen a lot of queries in this area so am not sure whether my thinking is correct or not.
    Appreciate some pointers on the above.
    Cheers!
    SF

    Hi Anyone? Any opinion or comments on this set up?

  • How to include both items and service on Sales Orders

    Hello experts,
    I have a client who wants to include extra handling charges such as gift wrapping charges on their sales order in addition to regular items that is on the sales order.
    If I create the sales order as a Item/Service Type ='Service'. I can select the correct G/L account for this Sales Order. But if I create the sales order as a Item/Service Type ='Item', then I can only select items and not the sales order.
    The client wants to include both the items and service in the sales order. Is there a way to do this in SAP B1?
    Michael

    Hello Michael,
    I think you may create Service type items to include both by Item Type documents.
    Thanks,
    Gordon

  • List PM orders and Service PR no. from them

    Hi
         is there any Tcode that displays the list of PM orders and the service PR no. generated from the associated order.

    Dear,
    U could use the T code IW49.Here u need to give Plant and control key(PM03) used in the order for the service and Service/PM Orders indicator should be ticked.Now execute the report and from the change lay out select the PR field.
    regards
    sunil

  • MSS Reporting Service

    Hi,
    Quick check here. In the MSS reporting service, when you click on 'define selection criteria', you will have a selection drop down box for 'Period'. Currently, the first option in the list is 'Today'. Is there any way via configuration we could change the order of the 'Period' Drop down list? Or that can only be done via Webdynpro co

    I think only through webdynpro code.

  • Can anybody send me some docs on ESS/MSS and Adobe Forms.

    Hi all,
    Can anybody please send me some doc/materials/link on how to coonfigure/develop/work with ESS/MSS and Adobe forms.
    Its very urgent requirement.
    Thanks n Regards
    A.M.Rao

    For ERP 2005 check out
    hi ,
    for ess..
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAESS/ESSIAC.pdf
    Personnel Admin.http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/0fab358b096510e10000009b38f839/frameset.htm
    Training & Event management
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/44/2bc9367a23fb68e10000009b38f889/frameset.htm
    Personnel Development
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/cf/5e9b38f8236e6de10000009b38f842/frameset.htm
    ESS - http://help.sap.com/saphelp_erp2005vp/helpdata/en/5b/76a6d7fd3a4e91bfb422405bf3e04d/frameset.htm
    MSS - http://help.sap.com/saphelp_erp2005vp/helpdata/en/29/d7844205625551e10000000a1550b0/frameset.htm
    For ERP 2004
    ESS - http://help.sap.com/saphelp_erp2004/helpdata/en/5b/76a6d7fd3a4e91bfb422405bf3e04d/frameset.htm
    MSS - http://help.sap.com/saphelp_erp2004/helpdata/en/0a/8b3b40b1607a56e10000000a1550b0/frameset.htm
    Also if you have S User ID on SAP Service Marketplace, check out https://service.sap.com/mss-staging for MSS.
    regards,
    venkat.

Maybe you are looking for

  • Podcasts downloaded to "wrong" folder, then ITunes can't find it anymore

    Hi When I subscribe to a podcast or download the newest podcast, it will be saved not to the folder of itunesmusic/podcasts/name of podcast, but to /itunesmusic/downloads/podcasts/name of podcast, apparently as tmp-folder. Synchronising just then wit

  • How do i input video into an external drive?

    Hi. I just bought a 12 inch PB and a 250 GB Lacie external drive. I connected the external drive into my PB and i hooked up my video camera into the computer and started importing video. But how do i know that the video is going into the external dri

  • How to hide ribbon based on thebelow conditions?

    I have two types of user in the site(portal and partner) I want to hide ribbon for partner users and show ribbon for portal user. How it can be achievd through code? I have been applied below changes to my custom master page. <div id="s4-ribbonrow" d

  • How to Read/Write to PS registry, tools for making GUI

    Hi Folks, We have several plugins that we would like to make available to our users by the Photoshop panel (made with Adobe Configurator). Plugins are scripting aware, and also use reading and writing to Photoshop registry. We also want that user can

  • How to use RFC Function?

    hey,experts I found a RFC function in server A, I want to use this RFC function in server B. how to use it in server B? thanks, kim-heum