EBP_GET_BACKEND_PRICES - Get prices of  Service masters from backend

Hi guys,
Via report EBP_GET_BACKEND_PRICES one can get the prices of materials from SAP R/3 backend system.
If I use the same report for prices of service masters, it doesnt work. (error E50 BBP_VENR)
How can one get the prices of the services from the Backend system to SRM 5.0?
Is there another report or is there something wrong with the report Im working with?
Does one have to create a program to upload these prices in the COMMPRO1 for services?
Thanks for any reply.
Aart

Not necesary anymore

Similar Messages

  • How to get workbook and folder list from backend

    Hi,
    I want a list of workbook and their respective folders in excel. How can we find out this from backend?
    Thanks ,
    Sam

    Hi,
    You can try this:
    select d.doc_name,
    d.doc_developer_key,
    x.ex_to_par_name,
    e.exp_name,
    b.ba_name
    from eul10g_us.eul5_documents d,
    eul_us.eul5_elem_xrefs x,
    eul_us.eul5_expressions e,
    eul_us.eul5_ba_obj_links o,
    eul_us.eul5_bas b
    where x.ex_from_type = 'DOC'
    and x.ex_from_id = d.doc_id
    and x.ex_to_id = e.exp_id
    and e.it_obj_id = o.bol_obj_id(+)
    and o.bol_ba_id = b.ba_id(+)Tamir

  • Getting Network and Service ID from *.ts-File

    Hey there!
    I am trying to use a feature of the IRT RI that lets you play local ts-Files. For that i encoded a simple MPEG-2 PS-file into a Transport Stream-file (i used ProjectX). Then i tried to get the ID's i need for streaming and analyzed my .ts-File with a tool called TS Reader (Lite Version). What i got was just the TransportStream ID which seems to be 1..I also got the ES PID for Video and Audio (224, 192), but there are less useful for me i guess.. I am very confused at the moment and was wondering if my stream contains the other ID's at all? And if not, which values do i have to set for that ID's, are there any default ones?
    Thanks in advance,
    best regards,
    Alex.

    there are open source tools for creating tables, an object carousel... and also a multiplexer. you find it on linuxtv.org. but i'm just starting with that topic so i'm not sure how and if it works.
    if i get it going i'm planning do develop a gui to make it easier to use.
    but my first problem is the irt ri. when i configure it to make a .ts from harddisk possible it doesn't work any more. do you have a clue?
    which .bat is the one that registers the DirectX filter?
    as soon as i set VIDEO_COMPOSITION_DLL to irtdvbbda i get errors.
    (i don't have a card)
    when i tune to IRT HDD service i get the message
    "presentation stopped, reason: 2 = tuned away"
    ??

  • Get Guid of service order from Document nos !

    Hello,
    Can anybody tell me the function module which will import Document nos of service order and return me the Guid of that document.
    Similarly i need function module which would accept document nos and return me the process type.
    I know its directly available from table crmd_orderadm_h.
    However its not efficient since the tables contains over lacs of records.
    Also this table has primary key guid, so if we search this table using nonprimary key like document nos( object_id) the system wil scan for all records and thus it will be inefficient.
    Any FM's ??
    Helpfull answer will be handsomely rewarded.
    Regards,
    Anand.

    Hi Anand,
    Try
    SE38---CRM_ORDER_READ-Display-Enter the transaction number.
    Regards,
    Satish Mathala

  • HT5467 How does my iOs6 iPad get the location services data from my personal WiFi net?

    How does Apple determine my current location of my iPad WiFi only by the location of the WiFi net (my house net)? How is the location of my private WiFi net sent to the Apple Database? Is the information obtained from the router?

    The location information comes from GPS equipped devices like iPhones seeing your router and it's MAC address and sending the router location to Apple for inclusion in their database of router locations.

  • Pulling services from backend (MM)

    Hi all!!
    We are currently using SRM 5.0 in a classic scenario. Currently we are trying to pull services from back end using EBP_GET_BACK_END_PRICES  but it is saying this program is meant for materials only.
    Is there a seperate program to pull services from backend?
    Also in the backend, in pricing conditions for services we have maintained discount (condition type) along with gross price. we want the same here in SRM also.
    Is there any way we can pull the pricing conditions also from backend? if not than how do we give it in SRM?
    Looking forward to your replies...

    Hi Zameer and Dean
    Ya using a catalog is a good option but currently we are not using it. the problem we are facing is as follows:
    Suppose in the back end we have defined a service and have assigned a condition type discount with it. i.e. suppose we have given it a price of USD 1000 and a subsequent discount of 10% for VendorA.
    Coming to SRM  we create a shopping cart for this service specifying VendorA and giving a price of USD 1000 and it gets approved.
    Nw the dilemma is we have approved a shopping cart with price USD 1000 but in the back end when PO is created for this service with VendorA there would we a discount of 10% (as mentioned above) which we would not be aware when we created the shopping cart.
    That is why we want to bing the pricing conditions from back end to SRM so that this discount gets replicated in SRM also.
    Is it possible in SRM?

  • How to get price list line id for service contract line(subline)

    Does some one know how to find a price list line id for service contracts line (sub line)?
    There is actually a column in table okc_k_lines_b which is called price_list_line_id, but it looks like it is never used (all columns values are NULL). I have tried to investigate reprice API's which are used in contracts authoring form, but they are too huge and it didn't lead to nay result. There is a way (bad hack), by calling OKS_QP_INT_PVT.COMPUTE_PRICE it is possible to get price list line id by which contract line is priced, it would be kina fine if I would need to find line id for some rows, but it wont work for thousands!
    Is there some proper way how could I get price list line id by which is service contract line priced?

    Hi,
    Check out the following query that gets the price_list_id on subline_level and more.
    The price_list_Id is stored as a rule.
    SELECT
    chd.contract_number
    , par.party_number
    , par.party_name
    , ldf.pas_nummer
    , ldf.pas_houder     
    , rh.object1_id1 hdr_price_list_id
    , rsl.object1_id1 sl_hdr_price_list_id
    , pld.parkeerterrein
    , msi.segment1
    , sit.description
    FROM
    okc_k_headers_b chd
    , okc_k_lines_b clt
    , okc_k_lines_b cls
    , okc_k_lines_b_dfv ldf
    , okc_k_items cit
    , okc_rule_groups_b rgh
    , okc_rules_b rh
    , okc_rule_groups_b rgt
    , okc_rules_b rtl
    , okc_line_styles_b lst
    , okc_rule_groups_b rgs
    , okc_rules_b rsl
    , okc_line_styles_b lss
    , qp_list_headers_b plh
    , qp_list_lines pll
    , qp_list_lines_dfv pld
    , qp_pricing_attributes pat
    , mtl_system_items_b msi
    , mtl_system_items_tl sit
    , hz_cust_accounts cac
    , hz_parties par
    WHERE
    rgh.chr_id = chd.id
    AND rh.rgp_id = rgh.id
    AND rh.jtot_object1_code = 'OKX_PRICE'
    AND cac.cust_account_id = rtl.object1_id1
    AND par.party_id = cac.party_id
    AND clt.chr_id = chd.id
    AND clt.lse_id = lst.id
    AND lst.lty_code = 'SERVICE'
    AND rgt.cle_id = clt.id
    AND rtl.rgp_id = rgt.id
    AND rtl.jtot_object1_code = 'OKX_CUSTACCT'
    AND cls.cle_id = clt.id
    AND cit.cle_id = cls.cle_id
    AND cit.jtot_object1_code = 'OKX_SERVICE'
    AND cls.lse_id = lss.id
    AND lss.lty_code = 'COVER_ITEM'
    AND cls.id = rgs.cle_id
    AND rgs.id = rsl.rgp_id
    AND rsl.jtot_object1_code = 'OKX_PRICE'
    AND plh.list_header_id = rsl.object1_id1
    AND plh.list_header_id = pll.list_header_id
    AND pll.rowid = pld.row_id
    AND pat.list_header_id = pll.list_header_id
    AND pat.list_line_id = pll.list_line_id
    AND cit.object1_id1 = pat.product_attr_value
    AND cit.object1_id2 = chd.authoring_org_id
    AND msi.inventory_item_id = cit.object1_id1
    AND msi.organization_id = cit.object1_id2
    AND sit.inventory_item_id = msi.inventory_item_id
    AND sit.organization_id = msi.organization_id
    AND sit.language = userenv('LANG')
    AND cls.rowid = ldf.row_id
    Hth,
    Martin
    Edited by: mvdons on 4-sep-2008 2:13

  • NEVER GET YOUR CELL SERVICE FROM BEST BUY

    Never again will I get my cell service through Best Buy, here's why.
    In Nov of 2012 I decided to change my cell service to AT&T. I went to the ATT store and to Best Buy in South Nashua, NH to investigate the price plans and cost of the phone. I was going to buy a Samsung Galaxy S3, (top phone at the time) everthing was exactly the same at the two stores except for one thing, the insurance. The insurance from BB had unlimited claims, a lower price and no deductible. The sales agent from BB noted the process worked as follows "You bring your phone in, we ship it out to be fixed and give you a loaner phone. The loaner phone will not necessarily be a S3 but one that is equal to it." This is what other friends of mine had told me too, and that was the reason I went to check out Best Buy. Since everything was equal I decided to go with Best Buy ONLY BECAUSE OF THE INSURANCE OFFERED.
    Now, March of 2014 I have a problem with my phone and it needs to go in for repair. I'm still under contract with Best Buy. I wait in line for at least an hour (did you know that you need to call ahead to make an appointment? I do now.), I tell the customer service guy my problem and he prepares the phone to be shipped out. Then he brings out the loaner. It's a Pantech P7040, a ghetto version of a black berry from 5 years ago. Not an Android phone, not a smart phone, not anywhere even close to what my Galaxy S3 is. I made note of this fact to the gentleman and he said it was the best they had for loaners. I then informed him that I USE my phone for work. Numerous apps in there that I really use EVERY day at work. I travel and my phone's apps are super important. We had some discussion about this situation that I would now be in and how the salesman informed me that I would be given a comparable loaner if I ever need to bring my phone in when they were selling me the service plan. This guy told me they used to do that but don't do that any more. I said that this does not weigh very favorably with my choices of whom to use to when renewing my contract. He told me that he didn't care. It's not his rules.
    I realize that you don't make the rules you only follow them but still, the salesman told me (and apparently many other people are complaining about this at BB) that I would get a "comparable loaner" to my phone. The customer service guy said that they stopped that policy back in November or December of last year. I told him that I realize policies change to maintain efficiency but I bought a specific service and they need to honor what they sold me. You can't sell a service and then not give the customer what you sold them because you no longer like that policy, you can change the policy with the new contracts you sell if you want. He told me "If you read the entire contract, it doesn't say it anywhere in there that they will give you a loaner phone." Ya that's fine, but the salesman told me they would, that's an oral contract and is binding in a court of law. He then told me that they didn't have to give me a phone at all. (That didn't help this situation) I then informed him that if I had come in here and was told that I would not have a phone for a week "I would #$@% explode!", "Considering the fact that I was told I would get a comparable loaner, and then told that I wouldn't get any". I also asked that since I was traveling when my phone broke, could I call ahead to the store to have them order a replacement that I can pick up when I come home. "No, we have to see the phone first and send it out."
    My repaired phone or possibly a replacement might be available by Wednesday. However, I leave for work again on Tuesday so I'm without my smartphone and stuck with this ghetto junker for over a week until I get back. This is not the service that I was sold and this is not the service that I was expecting. This wasn't one rogue salesman lying to customers to get sales, it was the company's policy to inform customers that they would get a comparable loaner phone. BB is liable to honor their oral contract with their customers. I would like my money back for the the service contract. I will NOT be back to BB to renew my cellular service. My intentions are to inform others that Best Buy salesmen will tell you what you want to hear in order to make a sale.

    Hello,
    I was quite disheartened to read about your experience in seeking repairs for your Galaxy S3. It sounds like your visit was less than ideal with the long wait and a store representative who was less than sympathetic. We strive to provide superior service and I very much regret that we didn't live up to that goa, or to your expectations of us.
    The loaner cell phone program and Geek Squad Protection (GSP) are separate things. Any of our customers were permitted to take advantage of a loaner phone if they needed one even if they did not purchase GSP. While some stores still have phones that can be provided as loaners, you were informed correctly that the program was discontinued last year. If you wish, you may obtain a prorated refund for GSP by visiting a Best Buy store with your original GSP purchase receipt. 
    I'm disappointed to read that this experience may influence your future shopping destination. It is my hope that you will one day give Best Buy another chance to win you over. Please know that I'm grateful that you wrote to us about this.
    Sincerely,
    John|Social Media Specialist | Best Buy® Corporate
     Private Message

  • How to get warranty service claim from nokia c5-03...

    how to get warranty service claim from nokia c5-03 in india because i have problem with nokia c5-03 I Purchase 2 week ago a new nokia c5-03 but from day 1 i facing same problem like 1) app close itself 2) internet browse close if any thing is downloading or downloading over 3) memory full always then i should reboot the phone then it work. 4) ovi map is open it shows memory full close the app So kindly help me how to get warranty service claim from nokia c5-03 in india i am unhappy with nokia c5-03
    Solved!
    Go to Solution.

    i updated software also but the same problem cont... I want to know that nokia will give back money or exchange for other new mobile

  • Solution Manager does not get service definitions from SAP in self diagnosi

    Hi,
    In our production solution manager transaction solution_manager, self diagnosis we are getting a warning message on our development solution manager. 
    Solution Manager XXX does not get service definitions from SAP.
    The production Solution Manager is the master in SDCCN for the test Solution Manager.  In the test Solution Manager, the scheduled task REFRESH SERVICE DEFINITIONS has task System ID of O01.  It is pointed to RFC destination SDCC_OSS, not the production Solution Manager system.
    It gives the same warning if I point the task to the production Solution Manager system.
    Has anyone seen this before?  Any ideas?
    Best regards,
    Russ

    Hi,
      i guess have you activated SDCCN from your solution manager system too?
    if not please activate. since that setup helps solman retrive the service definitions used in SDCCN from SAP (SAPOSS).so this ultimately allows you to set solution manager system as Master, so all the satellite system get the service definition from solman and do not need a direct SAPOSS connection.
    and Please check this Note 1143775 - SAP service content update
    the wiki for trouble shoot ["EarlyWatch Alert is Red Flagged - how to resolve" |http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=228262728]
    please check.
    Thanks,
    Jansi

  • How can I get what the service pack is installed on my machine from java co

    Hi..
    Advanced Thanks to everyone, who visit this thread..
    In one of my program, I need to find, my Operating System details from java code.. ofcourse I can get OS type and version by System.getProperties().., But especially I need to get what the service pack is installed.. SP1 or SP2.. Can anyone tell me how can I get that info..

    Prasad.Kollipara wrote:
    Hi boss..
    Not to hack the system or not check whether it is hackable or not..
    I am developing a tool and before installing it, I need to verify whether it satisfy the requirements or not..
    My tool need Minimum Windows Server 2003 OS with SP2..Why would a Java application need that? Sounds like something that should have been done in C#.

  • Hye, i bought my iphone5s in malaysia on early febuary 2014 but on april/may i have problem with my fhone. but now i resides in istanbul turkey. can i get a a service from apple.tr ? how ? thank you

    Hye, i bought my iphone5s in malaysia on early febuary 2014 but on april/may i have problem with my fhone. but now i resides in istanbul turkey. can i get a a service from apple.tr ? how ? thank you

    It can only be serviced in the country where it was originally sold.
    An iPhone sold in an EU member State can be serviced in any other EU member nation. Malaysia is NOT a member of the EU. It can only be serviced in Malaysia.

  • Is there any way to get the query used in discoverer from backend??

    Hi All,
    I am new to dicoverer.
    Is there any way to get the query used in discoverer from backend??
    Thanks,
    Sachin

    Hi,
    you can view the SQL from within the discoverer menu:
    in desktop: View-> SQL Inspector
    in Plus: Tools-> Show SQL
    The SQL in the DB tables is encrypted so it's a problem getting it from there.
    You can export the workbook into SQL but it is not working for every worksheet (subquery, inline pivot tables...)
    you can create a batch file to export them all using the output of this script:
    select null,null,'echo off'
    from dual
    union all
    select distinct
    qs.qs_doc_name Workbook_name,
    qs.qs_doc_details Worksheet_Name,
    'start /wait <path>\dis51usr.exe /connect '||'&p_user_name'||'/'||'&p_password'||'@'||'&p_env'||' /apps_user /apps_responsibility "&responsibility" /opendb '||
    chr(34)||qs.qs_doc_name||chr(34)||' /sheet "'||qs.qs_doc_details||'"'||' /export SQL "C:\Export Discoverer SQL\'||qs.qs_doc_name||'-'||qs.qs_doc_details||'.sql" /batch'
    from eul_us.eul5_qpp_stats qs
    where qs.qs_doc_name is not null
    --order by 1,2
    union all
    select null,null,'echo off'
    from dual
    union all
    select null,null,'exit'
    from dual

  • TS2846 My Services are from 3 Network UK, what should i do to get my phone number corrected in iTunes as it is displaying still the old number I was given at the time of purchase wheras it is now changed on my request

    My Services are from 3 Network UK, what should i do to get my phone number corrected in iTunes as it is displaying still the old number I was given at the time of purchase wheras it is now changed on my request

    Try Settings > General > Reset > Reset Network Settings on your device.
    Note you may have to re-enter stored Wi-Fi passwords after using this feature.
    tt2

  • EAS Console - Not getting the option "Refresh security from Shared Services"

    Hi,
    In EAS Console 11.1.2.2, I am not getting the option "Refresh security from Shared Services" when I right click on Security (under Essbase Servers).
    However, I can see this option via EAS Console 11.1.1.3 (current existing version).
    Could you please let me know how can I get this option in EAS Console 11.1.2.2? Is this by any chance related to the option "Externalize Users"?
    Thanks in advance.

    Thanks a lot join for this information and your kind support .
    One more question:
    The owner of the Planning application is user 'hypadmin'.
    I can see the SIDs of user 5001 a little different in both the versions. Is this ok?
    Hyperion Planning 11.1.1.3 (Existing Environment)
    USER_ID     SID ROLE SYNC_PSWD OFFLINE_ENABLED HUB_ROLES
    50001          native://DN=cn=0fa19f8241602600:3b78a0e0:130926693d2:-78ba,ou=People,dc=css,dc=hyperion,dc=com?USER 3 2 0 5019
    Hyperion Planning 11.1.2.2 (New Environment)
    USER_ID     SID ROLE SYNC_PSWD OFFLINE_ENABLED HUB_ROLES
    50001           native://nvid=54aec0428a3ba591:-44b7ca9b:13f03c114d2:-5d99?USER 3 2  4507
    I have not yet performed "Externalize Users" yet in the new environment (11.1.2.2) throgh EAS Console. Is it required in the newer version 11.1.2.2?

Maybe you are looking for