Object type for service notification?

Hi guys,
In workflow what is the object type to create service notification (IW51). How can I find it?
thanks in advance.
Regards

The object type for service notifications is BUS2080.  You can find it via transaction SWO1 - use the search help on the Object/Interface field.  You can also use the Business object repository (Browser) button on SWO1.

Similar Messages

  • Business object type for parked invoices

    Hi,
    We are using documentum to store documents that have been attached to business object types in SAP. The business object types are configured in transaction OAC3 to point to a pre-configured content repository.
    Having this configuration allows the object type to use the "services for objects" option, enabling it to store attachments.
    The business object types for invoices have been configured and we are able to store attachments. However this does not seem to work for "Parked invoices". The configuration in the "services for objects" component is not there and the feature to store the attachment is disabled.
    As the configuration needs to be done for all object types that need to be able to store attachments, maybe someone here can indicate what the object type is for parked invoices. Alternatively, maybe there is a way to look up the various business object types.
    Any help you can provide is appreciated.
    Thanks.
    Kind Regards,
    Giwan

    Hi ,
    Thank You for your reply.
    I created inquiry . it takes BUS2031.But BUS2031 is used for quotation.But that inquiry is open in VA12(Change Inquiry) Transaction,not open in VA22(Change Quotation).
    Is there any setting for BOR object types to Document Types.
    Please give me a reply as early as possible.It's very urgent.
    Thanks,
    Saritha

  • How to create a sub head(code) in a catalog- for service notification

    Hi everyone,
    How to create a sub head(code) in a catalog- for service notification?
    Please guide with your valuable comments.
    Please guide its very urgent.
    Thanks and Regards
    Edited by: MPVash Vash on Oct 24, 2008 8:14 AM
    Edited by: MPVash Vash on Oct 30, 2008 7:38 AM

    Hi,
    Go to T-code QS41, give the catalog and code group and enter.
    U can click on the code after selecting the code group and create new  codes.
    In SPRO u should see which type of catalog is assigned to the notification type. This u can see in the overview of the notification type by selecting the notification type in SPRO.
    Regards
    Haricharan

  • What is the Object Type for User Define table ?

    Dear All Experts,
    I create one of the User Define Table with no. of UDF's
    I already register User Define Table with Unique ID.
    As per my knowledge, Unique ID is our Object type for that User Define Table.
    I want to add Transaction Notification Code for created Used Define Table.
    This Transaction Notification prevents user to must enter name in that form.
    IF (@object_type = 'Z_Roto' AND (@TRANSACTION_TYPE = 'A' or @TRANSACTION_TYPE = 'U'))
    BEGIN
    If not Exists (Select T0.DocEntry from [@Z_ROTO] T0 Where ( T0.Name is null  OR  T0.Name = ' ' ) AND T0.Code  = @list_of_cols_val_tab_del )
    begin
    SET @error = 1
    SET @error_message = 'Name is NULL then So, Please enter ZERO Value i.e. 0 in Filed_Name'
    End
    End
    Please help me for this problem.
    Thanks & Regards,
    Nishit Makadia

    Hi All,
    Thanks for your replay.
    Below code is working for User Define Table's Transaction Notification
    IF (@transaction_type = 'A' OR @transaction_type = 'U') AND @object_type = 'Z_Roto'
    BEGIN
    If Exists (Select T0.Code from [@Z_ROTO] T0 Where ( T0.Name is null  OR  T0.Name = ' ' ) AND T0.Code  = @list_of_cols_val_tab_del)
    begin
    select @error = 10
    select @error_message = 'Name is NULL then So, Please enter ZERO Value i.e. 0 in Filed_Name'
    End
    End
    Necessary to Remember 4 Things. That are mentioned below.
    1) Register User Define Table (UDT) with using "Object Registration Wizard". For Example : @object_type = 'Z_Roto'
    2) When you define selection criteria then it must be compulsory for use Code Field. For Example : Select T0.Code from [@Z_Roto]
    3) When you define selection criteria then it must be compulsory for use Code for @list_of_cols_val_tab_del.
    4) Use error code as 10 Number
    Thanks & Regards,
    Nishit Makadia

  • Form class for service notification

    Hi All,
    I am unable to find form class (In transaction EFCS) for service notification for shop papers printing. Can anyone help me in finding form class for this.
    Thanks in advance.
    Vijay

    Tcode OIDA (I had to type /NOIDA 
    IMG>Plant Maintenance and Customer Service>Maint and Serv Processing>Maint and Serv Notifications>Notification Procesing>Notification Print Control

  • Object type for incoming payments object

    Dear All,
    I need to write the transaction notification for incoming payment documents, but I am unable to find out the object type for incoming payments object.
    I have checked the object type 24 (receipts), but it is not for incoming payments. Any idea??
    Thanks in advance..
    Suresh Yerra.

    Hello,
    Generally try this in the transaction notification (this logs every call of transaction notification)
    if not exists (select * from sysobjects where name = 'T_TransactionNotification')
    begin  
         create table T_TransactionNotification(
         TransactionDate datetime,
         ObjectType nvarchar(20),
         TransactionType nchar(1),
         NumOfColsInKey int,
         ListOfKeyColsTabDel nvarchar(255),
         ListOfColsValTabDel nvarchar(255) );
    end;
    insert into T_TransactionNotification
    (     TransactionDate,
         ObjectType,
         TransactionType,
         NumOfColsInKey,
         ListOfKeyColsTabDel,
         ListOfColsValTabDel)
    values( getdate(),
              @object_type,
              @transaction_type,
              @num_of_cols_in_key,
              @list_of_key_cols_tab_del,
              @list_of_cols_val_tab_del);
    then issue a  incoming payment  (i have payed a invoice with bank transfer)
    you will see the following
    2010-01-20 14:45:20.907     24     A     1     DocEntry     2010390001
    2010-01-20 14:45:20.903     321     A     1     ReconNum     1838
    2 records will be inserted
    - 1st for payment with object type 24
    - 2nd for reconsiliation of invoice and payment i have payed in this example.
    Regards,
    J.
    Edited by: János Nagy on Jan 20, 2010 2:45 PM

  • Can we create new partner types for quallity notifications in SAP system?

    Can we create new partner types for quallity notifications in SAP system?
    The business requirement is to limit the available entries for partners  displayed when they search in quality notification. I have already created new partner functions & assigned the relevant partner types, however struggling with defining new partner types.
    Would appreciate help in resolving this.
    Thanks,
    Nilesh

    I know this customisation setting ...It allows us to create the partner functions & assign it to the partner determination procedure.
    Then you can assign the procedure to the notification type.
    This customisation setting does not solve the problem I have.
    I'm looking for the partner type creation process which we assign to the partner function.
    Edited by: NILESH BHAVE on Aug 12, 2010 3:06 PM

  • Condition Type for Service PO Items

    Hi all expert,
    May i know that where to define the condition type for Service PO items?
    For item of service PO, there have Service Tab, under this tab, there may have few items and each of the item have condition type. thus, i would like to know that where to define this condition type. it is because i found that this condition type is different with PO condition type.
    Hope can get ur reply soon.
    Thanks~

    Hi,
    Appreciated for your reply:)
    I am confusing on "Variable Condition Schema For External Service" Step, as i view from the table, it seem look like a access sequence and assign to which document type to use pricing procedures.
    If let's say i assigned this pricing procedures to PO category and normal PO document type, then does it crash with condition type which config for normal PO (Condition Tab of PO)? 
    if i assigned my procedures at "Variable Condition Schema For External Service" Step, where i can view my config result?
    Waiting for your reply.
    Thanks:)

  • Object type for Vendor Invoice (FB60) to attach image

    Hi,
    I was wondering if any of you experts would know the Object Type for Vendor Invoice which allows an image to be attached to it in early archiving.
    Many thanks
    G

    The object for attaching an image to a document entered directly into FI is BKPF.  This is the object for vendor invoices entered into FB60 as well as vendor credit memos (FB65), customer invoices (FB70), customer credit memos (FB75) and GL adjustments (FB50).  It also applies to any document posted via a complex (non-enjoy) FI transaction like FB01.

  • Predefined object type for Purchase order release stratergy

    dear experts,
    There are already predefined object type for purchase order like bus2012 where i can create new events and methods. I want to know is there any predefined objects for purchase order release strategy. The requirement is there i want to define method, that should display the po release screen. If i bind this method with work flow template, mail should be triggered and if i click the mail po release screen should be opened for respective material...
    regards,
    Kandhan G

    Hello
    I'm using the BUS2012 Object type in workflow task but in simulation the task run correct but in the transaction when modify a purchase orden the task send an error...
    maybe the error is similar...did you solve this problem?..
    Thanks!
    Wladimir E.
    [email protected]

  • Object type for multiple/text/unrestricted property

              Hi,
              Does anybody know what's the object type for multiple/text/unrestricted property.
              I tried to use um:setproperty tag to set the value of a multiple/text/unrestricted
              type property in jsp. I got the following error if the object type I use is ArrayList:
              javax.transaction.TransactionRolledbackException: Transaction: '995540362044_8798'
              rolled back due to EJB exception:
              java.rmi.RemoteException: EntityPropertyManagerImpl.insertTypeSpecificValue():
              caught ClassCastException. The reason might be because the type of the passed
              value does not mismatch the property type stored in schema information. Expected
              object type is: 3 and the object type was: java.util.ArrayList
              Does anybody know what's this type 3 object?
              Br,
              -Niyue Chen
              

    Hi All,
    I need to convert the amount value in comma to dot say 1000,00 to 1000.00.Any function module is there to convert it.After converting it i need to pass this value as exporting parameter to a function module having data type as character(lenght 13).
    Thnks
    Deb

  • Business Object Types for Z-tables

    hi
    could anyone please guide me how to create business-object-types for Z-tables?
    thanks in advance
    regards
    pavan

    Hi,
    Business objects (SWO1) are representations of business entities.
    So it is impossible to ask I need to create a business object for a z-table, because that's not business specific.
    Normally when you're faced with a BO issue, you first search for useable existing BO's. In there you also search if SAP has already provided the wanted functional requirement. If this is not present, you then search for a BO which is closest to the Functional requirement and then create a subtype of that BO en extend it to suit your needs (attributes, methods, events etc.) via delegation you can then also se it in sap standard.
    for more infor check the SAP Business Workflow

  • Creating a output type for service PO

    Dear All,
               I want to create a Output type for Service PO, Can any one tell me step by step process.
    Regards,
    Thanuskodi T.

    Hi Antony,
    I have maintained the same access sequence i.e. 0001 and also the combination for condition control in MN04 is maintained same i.e. Document type as maintained in NEU and same for ZNEU.
    Still I am not getting automatically, though while putting manually in Message in PO, it's picking perfectly and doing fine for rest of the cycle.
    Pl help.
    Regards,
    Jyoti Bhusha Sharma

  • STD CONDITION TYPES FOR SERVICES

    What are the std Condition types for
    Service tax =
    EDUCATION CESS ON SERVICE TAX
    SECONDARY EDUCATION CESS ON EDUCATION CESS

    Hi
    You can use J<b>CES   JCED   for  CESS
    and   JECS      JECX    for EDU-CESS
    For further details Refer sap help doc below
    http://help.sap.com/erp2005_ehp_02/helpdata/en/0e/db7eb4e9114d85a9335fb1df617504/frameset.htm

  • Object Type for Freight

    Hi
    What is object type for Fright Charges ?.., In the sdk help center how to find the object type. Please help me.
    Thanks&Regards,
    Vidhuroo.

    Okay,
    you can use this code:
        Dim query = DirectCast(MyCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset), SAPbobsCOM.Recordset)
        query.DoQuery("SELECT [ExpnsCode] FROM [OEXD] ORDER BY [ExpnsName]")
        Dim expenses = DirectCast(MyCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oAdditionalExpenses), SAPbobsCOM.AdditionalExpenses)
        expenses.Browser.Recordset = query
        expenses.Browser.MoveFirst()
        While Not expenses.Browser.EoF
          Dim name = expenses.Name
          expenses.Browser.MoveNext()
        End While

Maybe you are looking for

  • Equivalent WD method for file_open_dialog

    Hello, What is the equivalent method in WD ABAP for cl_gui_frontend_services=>file_open_dialog (to specify the path of a file in a pop-up)? I have a requirement wherein i want to specify the path in which a file will be saved in the local system. I c

  • Using Oracle Forms

    Ok I'm a beginner at this! I plan to use Oracle to create a medical data base for patients. However, This is the most complicated database I've seen and the best. So, how do I use create form for use on my personal computer first before trying to use

  • Server 4.0.3 and PHP

    Hi, I use php in the creation of my websites. Unfortunately the default installation of php that server uses does not seem to have imap or pear and pear mail. I have used many 'solutions' but they all install a new copy of php that server refuses to

  • Execute an external command!

    how to i.e execute an external command with java and then get the output into a string variable? thanks in advance! .leonard

  • App bar is off the screen

    I have a app open on my macBook Pro and the top bar is above the top menu bar and I cannot grab it to drag it down. How can I get to it? It looks like a windows app so it does not have the red, yellow or green buttons.