Service type description in QM

Hi All,
I got a requirement to genearate a QM report with service type and service type description(Short Text for Object Part Code),(QMFE-OTEIL, RIWO00-TXTCDOT).But RIWO00 is a structure, so am not able to retrieve the data.
                         So any body have an idea how to get the service type description for that particular
field by using any table or function module.

Each SRV record ties to what server they should be using
http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/iPad/9_x/JABP_BK_J3C828CB_00_jabber-for-ipad-admin_chapter_01000.html

Similar Messages

  • A/R Credit Note  Service Type GL Description Missing. ?

    Hello
    Client is processing a  A/RCredit Note.
    Item /Service Type = Service
    The GL account shows , but the GL description does not.
    I have check Form settings and the Visible and Active box are ticked.
    Please advise -

    Hi Dear,
    You can show G/L Description using Formatted search as follows,
    1) Add one UDF in row level.
    2) Save the following query and attach this qry in the formatted search
    select AcctName from oact where AcctCode=$(OACT.FormatCode)
    Please Note: instead of ( use [.
    3)If you do following settinng while assigning the formatted search.such as
    Search By saved Qry..then tick the Auto Refresh..
    then select G/L Account from the drop down list. and finaly select the Display saved values..
    these result into whenever you select any G/L Accoun..G/L Name will be selected automatically into that field.
    Hope this will help you..
    Warm Regards,
    Mahendra

  • ACS 5.3 - 11033 Selected Service type is not Network Access

    I have some older devices on the network that only support RADIUS (not TACACS) for authentication and would like to have them use SecureACS 5.3 
    I understand that by default, ACS only supports TACACS for device administration.  So I'll get this error when trying RADIUS:
    11033 Selected Service type is not Network Access
    Description:
    RADIUS requests can only be processed by Access Services that are of type Network Access
    Resolution Text:
    Verify that the Service Selection Policy rules are correct
    However, even after adjusting the Service Selection rules and seeing hits, I still see the same message in the logs, as if it has no affect.  Any Ideas?

    If you use the protocol as radius you can not use a device admin service. You can only use network access. That will allow you for authentication to the devices.
    Regards,
    Amjad
    Rating useful replies is more useful than saying "Thank you"

  • Item  Type and Service Type in Sales Order

    Hi All,
    How do i enter Item Type and Service Type in single sales order..?
    Any suggestion please...

    Hi
    If you select the Item type you have choose the list of Items else  it is service type you can give service description and choose belongs to G/L Acc.
    Or You can create a service as a Item with Item group as Service.
    Hope it helps you.
    By
    Kalai

  • User does not have access to the Cloud Service Type

    Where do it edit the access the the user? How do i fix this problem?
    "messages" :
    "hint" : "User 'DBAAS' does not have access to the Cloud Service Type 'dbaas' resource interaction with method 'POST' on accept type 'application/oracle.com.cloud.common.DbPlatformInstance' and content type 'text/plain'" ,
    "stack_trace" : "oracle.sysman.emInternalSDK.ssa.cloudapi.CloudSecurityException: User 'DBAAS' does not have access to the Cloud Service Type 'dbaas' resource interaction with method 'POST' on accept type 'application/oracle.com.cloud.common.DbPlatformInstance' and content type 'text/plain'\n\tat oracle.sysman.emInternalSDK.ssa.cloudapi.EMCloudServlet.routeToServiceType(EMCloudServlet.java:180)\n\tat oracle.sysman.emInternalSDK.ssa.cloudapi.EMCloudServlet.perform(EMCloudServlet.java:235)\n\tat oracle.sysman.emInternalSDK.ssa.cloudapi.EMCloudServlet.performPost(EMCloudServlet.java:385)\n\tat oracle.sysman.emInternalSDK.ssa.cloudapi.rest.AbstractRestServlet.doPost(AbstractRestServlet.java:137)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:727)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:820)\n\tat weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)\n\tat weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)" ,
    "text" : "Could not route to the Cloud Service Type 'dbaas'. The exception stack trace should provide some information about the reason of the failure" ,
    "date" : "2012-12-04T12:27:11+0000"
    }

    I'm trying to create a new DbPlatformInstance using the EM12c Cloud API but i keep getting an error "User 'DBAAS' does not have access to the Cloud Service Type 'dbaas' resource interaction with method 'POST' on accept type 'application/oracle.com.cloud.common.DbPlatformInstance'
    Below are the request and response.
    REQUEST:
    POST /em/cloud/dbzone/D7EEE339C1249F83FC4587C722EB20B5
    Authorization: Basic xxxxxxxxxx
    Content-Type: application/oracle.com.cloud.common.DbPlatformInstance+json
    Accept: application/oracle.com.cloud.common.DbPlatformInstance +json
         "name" : "Database 11.2.0.3.0 Instance for SSA_USER_1",
         "description" : "Instance 2 of Oracle Database 11.2.0.1.0" ,
         "based_on" : "/em/cloud/dbplatformtemplate/B59EDC65951039E8E040E50A8F5B0435",
         "params" : { "username": "xxx", "password" : "yyy" }
    RESPONSE:
    Response Headers:
    Status Code: 403 Forbidden
    Connection: Keep-Alive
    Content-Language: en,en-us
    Content-Type: application/oracle.com.cloud.common.Messages+json; charset=ISO-8859-1
    Date: Tue, 04 Dec 2012 14:38:08 GMT
    Keep-Alive: timeout=5, max=100
    Server: Oracle-Application-Server-11g
    Set-Cookie: ORA_SMP_EM_AUTH_-4568676491231894381=52W7Q2KQ5w5FTn8MQYrZ3Hqp5QnqBLkNwVKvHSS728pMzyQpxJpd!352643837; path=/em; secure; H ttpOnly
    Transfer-Encoding: chunked
    X-ORCL-EMOA: true
    X-Oracle-DMS-ECID: 004o0VGXIE08XrqpKK4Eye0001P_00009q
    X-Powered-By: Servlet/2.5 JSP/2.1
    x-specification-version
    Response Body:
    "messages" :
    "hint" : "User 'DBAAS' does not have access to the Cloud Service Type 'dbaas' resource interaction with method 'POST' on accept type 'application/oracle.com.cloud.common.DbPlatformInstance' and content type 'text/plain'" ,
    "stack_trace" : "oracle.sysman.emInternalSDK.ssa.cloudapi.CloudSecurityException: User 'DBAAS' does not have access to the Cloud Service Type 'dbaas' resource interaction with method 'POST' on accept type 'application/oracle.com.cloud.common.DbPlatformInstance' and content type 'text/plain'\n\tat oracle.sysman.emInternalSDK.ssa.cloudapi.EMCloudServlet.routeToServiceType(EMCloudServlet.java:180)\n\tat oracle.sysman.emInternalSDK.ssa.cloudapi.EMCloudServlet.perform(EMCloudServlet.java:235)\n\tat oracle.sysman.emInternalSDK.ssa.cloudapi.EMCloudServlet.performPost(EMCloudServlet.java:385)\n\tat oracle.sysman.emInternalSDK.ssa.cloudapi.rest.AbstractRestServlet.doPost(AbstractRestServlet.java:137)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:727)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:820)\n\tat weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)\n\tat weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)" ,
    "text" : "Could not route to the Cloud Service Type 'dbaas'. The exception stack trace should provide some information about the reason of the failure" ,
    "date" : "2012-12-04T14:38:09+0000"
    }

  • About DTW - A/P Credit Memo for Service Type A/P Invoice

    Dear all,
    I would like to upload A/P Credit Memo with A/P Invoice Base Entry. The A/P Invoice is a "Service" Type.
    I am using oPurchaseCreditNotes object by providing:
    Documents (w/ cardcode, docdate, docduedate and taxdate)
    Documens_Line (w/ BaseEntry, BaseLine and BaseType)
    There is an error "Item No. is missing".
    any ideas.
    Thanks

    Have you add DocType as dDocument_Service on the Document template?
    Thanks,
    Gordon

  • Generating Accruals from Service type Goods Receipt PO's

    I have identified that Service type Goods Receipt PO's do not write to the G/L, but a.) I don't understand why they don't and b.) how does one create system generated accruals if not by Goods Receipt PO?  I am sure this question has been asked before, but I couldn't find the thread.
    Thanks in advance,
    Donald

    Invoices create an actual expense.  Accrual expenses are normally captured as a result of work performed or items received but not invoiced.  Once again, I understand what SAP Business One does in this scenario.  I am being asked why and for that I don't have an answer.  It doesn't seem to be in conflict with GAAP, so I am not sure why they don't allow G/L Account determination for Service Documents to Accrual accounts.  It is a similar problem on the AR side, SAP B1 doesn't support money received, but not recognized to the liabilites bucket without manual intervention.
    Thanks again,
    Donald

  • Goods Receipt PO (Service Type) for generate accruals

    Hi,
    Just wonder that Service type of Goods Receipt PO possible write to the G/L or not? for item type of Goods Receipt PO, it can generated accruals.
    I want to generate accruals by Goods Receipt PO., else how am i going to generate accruals?
    Thanks.
    Regards,
    Danny

    Subject is discussed in this link with no answer
    Generating Accruals from Service type Goods Receipt PO's

  • OSB Service Type

    HI,
       I want to know the best practices (scenarios) of using "Service Types" while creating proxy/business services in OSB. Could you plese help me in the same .
    Thanks and Regards
    Guru...

    it depends on what service interfaces you want to expose on your osb layer.
    when using wsdl/xsd you define a structured interface, client who invokes this service can generate artifcats against it and 'know' what payload is needed for a valid invocation.
    when you use anysoap/anyxml you allow the client to any any payload, even payloads which aren't valid at all.
    use for example anyxml if you just want to transfer xml payloads, if you also need for example some soap header settings, use any soap

  • Quantity for service type invoice

    hello
    i am trying to create a service type purchase order. i have created row level udfs for unit price and quantity. price should be multiplied by unit price and the total should be displayed as the total for the invoice. how can i do this?
    secondly, when i create an invoice based on this purchase order, if i get a short delivery, the customer wants the system to automatically be able to compute the total amount when we enter the quantity. is this possible?
    any help will be greatly appreciated. thanks!

    Have you tried formatted searches. I am sure it will do the trick. 
    For the first one: Use a formatted search in the Row Total field that selects your UDF's qty*price.
    second one: I am not too sure about all the requirements, but I think something similar will work.
    Hope it helps!
    Regards

  • Check Printing AP Service Invoice description

    Hi Experts,
    I have a client who wants their Check Stubs to have the details of the AP Service Invoices description (PCH1.Dscription) to print.
    Is there a way I can get this field in the PLD of the Check? I saw in other threads that you can use Ctrl & Alt, but this is not supported by SAP. I would not like to use this.
    Any help would be greatly appreciated.
    Thank you.
    Marli

    Hi
    Normally the template for the checks does not have the direct relation with the Invoice that created it, but it is related with the payment.
    What you can try is create a Formatted Search (FMS) to bring that information in a User defined Field U(UDF).
    Paulo Calado
    SAP Business One Forums Team

  • In which table i can get doc type description

    Hi to all experts,
    In which table the doc type description for PO stored

    Hi,
    T685B is the table where all the output types are stoled.
    Regards,
    Raj Gupta

  • OIM 11g R1 - Request Type Description Customization (Translation)

    Hello Experts,
    I'd like a little help to know if it is possible to customizate the following:
    OIM is using Browser locale to change the language on Web Console.
    Does any one know how to change the translation to the Request Type description (the list from where we need to choose) when we are creating a Request?
    Example:
    Self-Request Resource = Recurso de Auto-Solicitação (in Brasilian Portuguese - we'd like to change it)
    Self De-Provision Resource = Autocancelar Provisionamento de Recurso (in Brasilian Portuguese - we'd like to change it)
    We work with OIM 11g R1.
    Thanks.

    Excellent! Thank you very much!
    Edited by: 958794 on May 22, 2013 10:37 AM

  • Can't select service type in iManager - Firefox 3

    I found another problem configuring filtering exceptions in iManager
    with Firefox 3. When I click the "service type" button a window pops
    up, but it's empty. Workarounds- use Internet Explorer or filtcfg.
    Perhaps someone can pass along this bug, too.
    Jim Wagner

    Craig Johnson wrote:
    > Is it there in BM39SP1?
    >
    > Craig Johnson
    > Novell Support Connection SysOp
    > *** For a current patch list, tips, handy files and books on
    > BorderManager, go to http://www.craigjconsulting.com ***
    >
    >
    We have BM39SP1 installed.
    Jim Wagner

  • Purchase Order Service Type

    Hello All,
    My client wants the gross price to be calculated based on the quantity on purchase order (service Type).
    Can anyone help on this please.
    Cheers

    Hi Satish....
    You can see the Gross Price Calculations on Right Click Gross Profit Option for Service Type.....
    Please check it on Sales Window....
    Regards,
    Rahul

Maybe you are looking for

  • No standard agreement found Error.

    Hi i am working on File to IDOC scenario and i am getting the below error. "No standard agreement found for , D_XXX_YY, B_XXX, ECC1800". I deleted all my Config objects and recreated and reactivated.cache is up to date but still no use. When i test t

  • Linux, Netscape 7.01 and java plug-in how to install?

    I have J2SE v 1.4.1_01 SDK installed in /usr/java/ directory. Some days ago I installed Netscape 7.0.1 on my RedHat 8.0 Linux. Now if I try to run my simple html page which calls simple java applet, I get message to install proper plug-in. "OK" butto

  • Summary columns and report

    Hi, We are using Oracle PL/SQL procedure to dynamically generate SQL to generate a report using HTMLDB. Could any one give me an idea about how to indirectly instruct HTMLDB to display 'sum' value if some of the fields are selected to be part of repo

  • Can't start installer in updated Windows 2000 SP4?

    Hello. It looks like there a DLL problem (Unable to locate DLL (gdiplus.dll)) when starting the installer for u23 on two different updated W2K SP4 machines. :( u22 installer worked fine though! What's up? A bug? I had to search for a gdiplus.dll in m

  • Embedded Vimeo videos play when published on desktop but won't show up online

    I have a site that I updated recently - when I finished revising in iWeb and published it to my URL none of the embedded Vimeo videos show up.  According to Vimeo customer support, and my web host, there is "no code or file" in the space where the vi