IT0027- Service type field

Hello,
We want to use info type 0027 for defining multiple cost centers to employee.
In the table there are two fields that are relevant to Germany - Service type & Service category
I tried to hide those fields but the system generates error "Enter the service type and/or sub-service type"
Does anyone have an idea how to get rid of this message?
Thanks
Sharona

Check the Fields in V_T588M via sm 30 to hide or might make them optional.
Afrasyab

Similar Messages

  • Database Type field in Data Services 3.0

    Hi,
    Now I'm using the IDSServer 4.5 JDBC-ODBC driver type 3 to connect BEA Acqualogic Data Services 3.0 to MS-Access 2003.
    I configured the IDSWaldbottDS DataSource with those parameters:
    Driver class name: ids.sql.IDSDriver
    URL: jdbc:ids://psnb161:12/conn?dsn=WaldbottDS
    I created the system DSN ODBC datasource called 'WaldbottDS' in Windows XP
    Based on the AdminServer log file, I can demostrate that the BEA connect successfully with MS Access:
    ####<Mar 5, 2008 9:14:37 AM ACT> <Info> <JDBC> <psnb161> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1204726477248> <BEA-001516> <Connection Pool "IDSwaldbottDS" connected to Database: "ACCESS", Version: "04.00.0000".>
    Now, In the project Explorer, I executed those commands:
    New -> Physical Data Service.
    Inside the Create Physical Data Service dialog box, the Relational database objects is set to Tables and views.
    I select the Data Source Type as Relational. When I select IDSwaldbottDS as Data Source, nothing appears in "Database Type" field. If I press the next button, an error message appears:
    "Cannot obtain connection: driverURL = jdbc:weblogic:pool:IDSwaldbottDS, props = {EmulateTwoPhaseCommit=false, connectionPoolID=IDSwaldbottDS, jdbcTxDataSource=true, LoggingLastResource=false, dataSourceName=IDSwaldbottDS}.
    Nested Exception: java.lang.RuntimeException: Failed to Generate Wrapper Class
         at weblogic.utils.wrapper.WrapperFactory.createWrapper(WrapperFactory.java:213)
         at weblogic.jdbc.wrapper.JDBCWrapperFactory.getWrapper(JDBCWrapperFactory.java:173)
         at weblogic.jdbc.pool.Driver.allocateConnection(Driver.java:247)
         at weblogic.jdbc.pool.Driver.connect(Driver.java:164)
         at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:647)
         at weblogic.jdbc.jts.Driver.connect(Driver.java:137)
         at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:359)
         at weblogic.jdbc.common.internal.RmiDataSource_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:550)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:440)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:436)
         at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:58)
         at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:975)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    I recognize that the "Database Type" must be filled with the database version so I can continue configuring the physical Data Source for MS Access 2003.
    How can I solve this problem?

    [ There original post I made is incorrect.  The classes/shared libraries need only to be available to the server - they do not need to be available to ALDSP Studio, since the database is access via the server. Double check that the required classes/shared libraries for your jdbc driver are available to your server ]
    I searched our CR database for the stacktrace/error that you have and found serveral CR. Most of them indicate the problem was jar file(s) for the jdbc driver were not present in the client classpath. So - whatever you added to the server classpath (and PATH - if there were also shared object libraries) - we need to add those to the ALDSP Studio (eclipse) classpath (PATH).
    you can put the jar(s) in
    aldsp_3.0\eclipse-plugins\dsp\eclipse\plugins\com.bea.dsp.ide.external_3.0.0
    and modifying
    aldsp_3.0\eclipse-plugins\dsp\eclipse\plugins\com.bea.dsp.ide.external_3.0.0\META-INF/manifest.mf.
    There are two places in manifest.mf you will need to add the jar file - once under Bundle-Classpath and once under Export-Package.
    Edited by mreiche at 03/07/2008 10:48 AM

  • Can "SPML Web Service Complex Data Type field" take multiple values ?

    In Generic Technology Connector's -SPML design parameters section, Can we give multiple values in SPML Web Service Complex Data Type field?
    If not, how can i call methods directly instead of calling them through a values of the "name" attribute of the "complexType" element in SPML Web Service Complex Data Type?
    I need 'SPML Web Service Complex Data Type' to hold multiple values.And based on the request it has to initiate appropriate method of action.
    Presently i have three methods add,modify and delete which i am calling through a single value of the "name" attribute of the "complexType" element in SPML Web Service Complex Data Type.
    I want to replace this single value with multiple menthods , so that a direct interaction between the method,OIM and target can be established.
    Edited by: 821054 on 16/02/2011 04:23

    Thanks Robert.
    You'll need to create your own interface to the webapp database for those kind of data operations
    by this, are you speaking of the internal BC database which stores web app schema data? That would be great if it were possible to update that programmatically because I need to use the List (Checkbox List) field type (for the search functionality), but I need to supply the checkbox options from a web app rather than by manually updating the list entered in the Fields view of the web app settings (shown below).
    I'm curious if anyone else has tried this?
    Again, my reason for needing to use the List (Checkbox List) field type is that the page which processes searches knows to expect a comma separated list for this field type and then appears to be parsing out the individual values for searching out web app items with 1 or more matching values. You're right that text fields (string and multiline) just check for 'string contains' matches, and this would be ok if I was only ever needing to search just one value at a time. Here's an example of what I might do:
    Web App item field value (as recorded against the List (Checkbox List) field type:
    8294877,8294878
    Web App Search value (for this same field):
    8294879,8294877,8294885
    The search would return this web app item because the field contains 2 (1 or more) individual values even though they were entered into the search field in a different order. If this web app item were just a Text (string or multiline) field, the searched value is not a substring of the web app item's stored value, so it would not find a match. Hence the need to use Checkbox List field type.
    The web app will have thousands if not 10s of thousands of records, so dumping them all into one big array or object and searching on the front-end won't be practical (though it works great on smaller datasets).

  • How do I get a new value for the service name field and update it in Connection Properties?

    I am running Windows Vista. I just upgraded to Firefox 4. When I try to log on to the internet, it tells me the proxy server is refusing connections. A diagnostic reported Error 815 and said the remote server is not responding because there is an invalid value for the "Service Name" field. It said to get a new value and update it in Connection Properties. How do I do this?

    When you create a new film script, the first page you see is a title page.
    The page after this title page is the one where you generally type in your scenes.
    It looks like you are facing some issue and not able to delete any text.
    Can you please send me this script so that I can have a better look at your issue?
    You can save this script to disk by using option 'File -> Save to disk'. This will create a '.stdoc' file on your system.
    Just mail this '.stdoc' file to me at 'roverma <at> adobe <dot> com'
    Thanks

  • 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

  • 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

  • Using the URL type field in a Dictionary

    Using the URL type field in a Dictionary
    How and when would I use the URL Field in a Dictionary?  What is the advantage of using this field?
    For example, you may have tasks within a service delivery in which performers must access a spreadsheet and enter their estimated efforts and costs in that spreadsheet. You might use this URL type field to direct the task performers to the site where the spreadsheet is residing.
    To set up the URL field:
    In the Dictionary, for the desired Field, select the "URL" type.
    When the service performer enters information into the field (during the Service Dellivery moment), it will beautomatically concatenated with the RequestCenter system URL, and presented as a hyperlink immediately below the entry field in the service form.
    The performer is directed to the URL, i.e.:
    /RequestCenter/servicemanager/MemorySize
    Advantages to this design approach:
    1.      Allows users who do not have access to RequestCenter to view the estimated efforts and costs.
    2.      Compensates for the fact that the service form itself cannot display the fields in a table format.

    Hey,
    As per my understanding, you want to display link with text instead of whole url string. For that you can provide link text as a description in URL type field so the same will be displayed as a link title in list view while rendering.
    Thanks.

  • Manufacturer Name in Service type Items

    Hi Gurus,
    Can anyone explain that why manufacturer name is shown in Item Listing for Service type items?
    We do not mention any manufacturer for service type items hence the manufacturer field should be empty for this type of items.

    The manufacturer is displayed in the alpabetical order of the names in the list.  It does not change to blank when you define service type items.
    If you need to change to something like -  to represent blank, you need to define it in the list and select it manually.
    Otherwise you can set a formatted search for this to change when the item type changes

  • Service Type PurchaseOrder

    Good Day
    Experts:
    Does anyone know where I can find Information on creating Service type PurchaseOrders? I have looked in the Help Files and searched the forum...perhaps I have over-looked it. 
    Thanks,
    EJD

    Ed,
    necessary fields are in example bellow.
                                oDPM = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDownPayments)
                                oDPM.DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Service
                                 oDPM.CardCode = "100002"
                                oDPM.DocDate = Now
                                oDPM.DocDueDate = Now
                                oDPM.HandWritten = SAPbobsCOM.BoYesNoEnum.tYES
                                oDPM.DocNum = 12345
                                oDPM.Lines.ItemDescription = "text "
                                oDPM.Lines.VatGroup = "PTzsS"
                               oDPM.Lines.Currency = "USD"
                                oDPM.Lines.Price = 10
                                 Dim Err_Code As Integer
                                Err_Code = oDPM.Add()

  • 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

  • Service type of Standard Service Category

    Hi,
    I want to make use of the field service type of Stadard ser. cat in AC03 ( Service Master ).
    Pl provide img node to add new entries.

    Hi Sangeeth
    In AC03->goto->classification  you can assign a class to the service master.
    The class (or many classes) is defined in CL01 with class type 038. You can also define characteristics(CT04) and add  to this class (CL01/CL02) to represent properties of service.
    Example:
    Service category: Construction
    You want to differentiate services related to earth work, building, painting separately.
    Define Characteristics (CT04): Type of service. Define values for this characteristic as 'Building', 'Earth Work', 'Painting'
    You can define a class (CL01): COnstruction Services and assign the above char
    In AC03, you can assign this class to services and assign a value for characteristic which best represents the service.
    REad the documentation for classification (It's one of the cross-application best functionalities in SAP):
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/dd/ae56614bb411d192f20000e829fbc6/frameset.htm
    Best regards
    Ramki

  • Is it possible to set the IMB Service Type Identifier on a per record basis

    From not doing any research, it looks like Presort applies the IMB Service Type Identifier to all records in the output file. Does anyone know if it's possibly to specify different Service Type Identifiers within the same Presort job?
    In my specific example I want to enable OneCode Confirm on specific records within the presort job, but not all records within the presort job.

    Hi Jay,
    You are not restricted to a single Service Type ID for every record in a job.  By using the PW.SRVC_Type input field, it is possible to assign different Service Type IDs to your records.
    Here's a more indepth how-to from our knowledge base:
    https://service.sap.com/sap/support/notes/1462718
    Thank you,
    Brandon Law

  • Service level field in Shipment

    Dear forum,
    Does anyone know where to configure the service level field (VTTK-BFART) in the shipment?
    I am creating a shipment with transaction VT01n, and want to select an own defined service level (VTTK-BFART) in the header of the shipment. So I need the IMG path to configure the service level, to be able to add own defined values.
    I do not need the instructions in how it is possible to have a default service level suggested by shipment type. That I already know how to do.
    Thanks,
    Ola

    Hi,
    Nope, the service level (VTTK-BFART) is not maintainable via customization. You can understand this when you press F1 and 7th tab { key like}  is disabled.
    But, you can add new entries in development with developer access key going in BFART domain.
    Hope this is helpful for you.
    Hrishi

  • Item/service type

    hi all,
    In sales order content tab item/service type what is use of service type.
    in what condition we use this type
    thanks
    rahul

    Hi Rahul,
    please see the SAP Business One on-line-help file:
    Document Type and Summary Type Fields
    Item/Service Type Choose one of the following options:
    Item u2013 to create a purchasing document for items defined in the Inventory module.
    Service u2013 to create a purchasing document for a service that has not been defined as an Item in SAP Business One, such as a one-time consultation.
    The table view on this tab is different for each option.
    All the best,
    Kerstin

  • When I am trying to create an organization in HRMS, and clicking on Type field, it is showing me "Frm-41830: List of values contains no entries". Please suggest me what is the solution

    When I am trying to create an organization in HRMS, and clicking on Type field, it is showing me "Frm-41830: List of values contains no entries". Please suggest me what is the solution

    Hi,
    Type is one part of Org creation....
    Optionally, select an organization type in the Type field.
    Organization types do not classify your organization, you use them for reporting purposes only. The type may identify the function an organization performs, such as Administration or Service, or the level of each organization in your enterprise, such as Division, Department or Cost Center. You create the organization types you require by entering values for the Lookup Type ORG_TYPE.
    Regards:
    Shahzad M. Saleem (mark this answer as helpful if it helps u)

Maybe you are looking for