Added more than one service objects

Is it possible to add more than one attachment to the service for object section? It is possible to delete more than one attachments..
Edited by: Lien Thach on Jan 14, 2010 3:20 PM

The user wants to add more then one attachment documents in SAP..It will allow for them to delete more than one documents. can this be done through configuration? If so, can you please show me how?

Similar Messages

  • Can i open more than one Resultset object

    hi in my program i have to retrive data from three table and the data from three
    table i have to use in another one
    i wanna know that can we open more than one ResultSet object within one
    try{
    }catch{] block ( i means ResultSet rs = st.excuteQuery(query) more than one time for different -different tables)
    or there is any other way to do this

    You can only have one active result set per statement at a time.
    Depending on the driver you are using you might be able to have more than one active statement (and result set) on one connection. Or not.
    Try catch has nothing to do with that.
    If you are nesting result sets then it is likely you should be using a join (SQL) which would then only require one result set.

  • Can i Bind more than one Model object to the Custom controller or not

    Hi All, I trying to bind more than one model object to the custom controller, Both the model objects contains same attribute name called ( output). Both model objects created on to top of the BAPI. So when i bind first model object to the custom controller will work fine. When i am trying to bind the second model object to the same controller. This second model object also having the same attribute name called "output" . So it is giving an error of "Duplicate context element "Detail". Rename or uncheck duplicate elements.
    can i assign more than one model object to the single controller or not?
    But in the reference document, it has given that , we can create model object with more than one bapi.So in this case if both the bapis contains any element with the same name will also be problem. Any body give me the solution.
    Initially we have created one custom controller for each model object. But later i realized that, why con't we use same controller for all the model object. Because, the custom controller context is the public context. this context shared across all the view controllers.
    The concept which I am trying to do is right or wrong?

    Hi Vishal,
    of course, you can bind one controler to many models. When the same name occours you can simply RENAME binded node in controler.
    Regards
    Bogdan

  • No more than one service items on PR

    Hello,
    I'm sending Purchase requisitions to an external system thru an interface.  This system doesn't support multiple items per line items (i.e., 2 services lines in the same PR line item).
    So I need to restrict the service line items to contain only one service line.  I tried to implement exit EXIT_SAPLMLSP_031 from enhancement SRVESLL to call an error message when the document has more than one service item, but it results on system locking the line until error message is cleared, but it can be cleared with the screen locked on the second item.
    Is there another way to approach this issue? may be an exit on document check that contains the tables for the service items?
    Thanks in advance,
    Nelson.

    Hello Prabu,
    Thanks for your reply.
    What I actually need is to have various items, per document, but only 1 service item per line item.
    i.e.
    PR 1000000001
    Item 1 - Consulting support
                Service item 1 - MM Consulting
    Item 2 - Consulting support
                Service item 1 - ABAP Consulting
    instead of:
    PR 1000000001
    Item 1 - Consulting support
                Service item 1 - MM Consulting
                Service item 2 - ABAP Consulting
    Any ideas to achieve this?
    Regards,
    Nelson.

  • Not more than one service order against same sales document item

    A service order gets created against the sales order item as per
    standard SAP process. As credit management is active, when the order
    is under credit block  for the customer the service order gets created only after the
    credit block is released.
    On revising the order line value the sales document goes for a block
    again. Service order is locked. Both seem to be logical.
    But on releasing the credit block  this time ,  it creates one more service order against the same sales order item. Would logically expect the service order is
    unlocked on release from credit block.
    Can u pls explain this behavior ??  How do u avoid a new order creation and unlocking of the service order when the credit block is released.
    Would like to avoid any change in the service order status once it has been created irrespective of subsequent credit status of the sales order.
    regards
    Ramanujam

    Hi  lisa ,
    It is not possible to enter more than one service performer for a service in sales order .
    But you can  perform the service with two people and have two service confirmations.
    The time entered in service confirmation will be reflected in invoice only(if time and material).
    Also you cannot enter the time sheet with respect to sales order , it is only valid for project task and
    and time types.
    Regards,
    Harish

  • More than one service Performer per sales order position

    Hallo ByD community
    We are using service type "Service - time and material" in our sales orders and we are using the integrated time recording in the self-service (time sheet) to track actual times for an sales order. For that you have to assign a service performer in the sales order position, so that the person is able to enter acutal times for this sales order Now it can happen that not only one person, but a team (or two or more people) has to record times for this sales order position.
    is that possible and if not what would you suggest.
    F.e.. in project management you can activate time recording for a project task for several people.
    Thank you :-)
    BR

    Hi  lisa ,
    It is not possible to enter more than one service performer for a service in sales order .
    But you can  perform the service with two people and have two service confirmations.
    The time entered in service confirmation will be reflected in invoice only(if time and material).
    Also you cannot enter the time sheet with respect to sales order , it is only valid for project task and
    and time types.
    Regards,
    Harish

  • Adding More than one document to a cell in a dataform

    Hi All,
    I am using EPM 11.1.1.1.0 .
    I have a planing application and I need to add three documents to a cell in a data form.
    Is there a way i can do this...
    I can add one document and can open it as well but did not find a way of adding more than one document. Is it supported on Hyperion Planning ?
    Also if we have a document attached to a cell text ...Is there a way to print it out from Hyperion Planning or Workspace?
    Regards.
    Alicia
    Edited by: Alicia on Aug 6, 2009 6:39 AM

    Hi,
    I believe it will be just one document, I say that because when you go to the cell and choose open document then it is aimed at opening just one document.
    As for printing from cell text, you would have to open the document first before being able to print.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Charts - more than one dimension object on the x axis of the chart

    Is it possible to add more than one dimension object on X axis of the chart ? I have two reports - one for bookings revenue for rolling 12 months period and other for forecast revenue for forward going 12 months. I have been asked by my manager to produce one chart showing 12 months rolling bookings plus revenue forcast going forward 12 months in one chart. Is it possible? and if so then how to go about to accomplish it.
    Thanks for the help in advance.
    - Fizza

    hi
    i think it is posible. for exaple  on x axis can include year, months.  on y axis may include sales revenue.
    or
    what dimensions are you going to put on the x axis and y axis?

  • Can we have more than one service method in a single servlet

    can we have more than one service method in a single servlet?explain with example

    No, you can only have one service method. However, you can have it process two different requests as follows.
    Lets say you have two JSP pages. Put a hidden text value in one called jsp1 and a hiddent text value in the other called jsp2 (example: <input type="hidden" name="jspPage" value="jsp1"> and <input type="hidden" name="jspPage" value="jsp2">.
    Then in your service method, read in request.getParameter("jspPage") to determine if its jsp1 or jsp2 and call up the appropriate logic to process them separately.

  • Dragging more than one display object in flex3

    As per my knowledge, we can drag and drop only one display object at a time.... What should i do if i want to drag more than one display object together as a group.
    I am having a canvas and inside it i am having a box..... In that box I am having many Panels.... Now i can create a group of adjascent panels.... And i can drag that panel group to some other place in that box only....
    So how to drag a group of display objects together.

    You can use custom code for that.  Flex doesn't use the Flash Player's dragging API.  It monitors mouse activity instead.  There is an example in Panel.as.  You can extend it to move more than one panel.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • External e-mail to more than one organizational object

    Is there any way to send an external e-mail in a mail step on the WF, to more than one organizational object, without getting their mails?.
    I mean, I have a table with OTYPE and OBJID
    (example:
    line 1: 'US' 'USERNAME'
    line 2: 'O' '123456'
    line3:  'S' '56789'
    I can send them a work-item or a notification, but can I send them an external e-mail in a mail step?
    If not, how can I get their mails with an FM?
    Thanks!!!!

    Hi,
    send an external e-mail in a mail step on the WF, to more than one organizational object
    1) Get the Email ids of the Org. Objects and stored it in a Multiline Container element and assign it in the 'Send Mail' step
    2) Other wise, you have to create a Method in the BO, in the Method get all the email ids of the Org. Object. Then using the Function Module  [SO_NEW_DOCUMENT_ATT_SEND_API1|https://wiki.sdn.sap.com/wiki/x/nYKdAw]  to send the email.
    Regards,
    Surjith
    Edited by: surjith kumar on Jun 9, 2009 6:53 PM

  • Adding more than one hyperlink to an object? Help!

    Hi!
    I am creating an interactive PDF in indesign. I have a photo and I want to link more than one website to it. So when a user clicks on the product, more than one website will open.
    How can I do this? I only know how to create one hyperlink for one object at a time, but how can you add more than one website for one object??
    Please help!!!!!! Thank you!

    Hi,
    What I know is that you can do it in Acrobat!... and what I know too is that can be done in ID too with a buttom!

  • Adding more than one song to a slide show in Elements 11

    Most of my slideshows are longer than one song and I get tired of it just repeating. Can I have more than one song in a slide show and how do I do this?

    I like to use different songs for different parts of slide shows and also to edit out some of the extra verses in some of the songs I use, so what I do is to use Wavepad (free download) to edit the desired songs. I save each one in a separate file (adding a descriptor such as "short" to the original title). Then, I open a new file in Wavepad, save it as the name of the slide show (such as Graduation Medley), then copy & paste each song from its respective file, in the correct sequence I want them to play into the new file. Be sure to save at the end, in between, all the time.
    I go back to iTunes and import the new file into the Library. Then I go back to iPhoto, select the relevant slide show, click on the Music button and select that file for my music for the slide show. I then go to the Settings and click the button that says "Fit photos to music".
    You can also create a playlist from the edited files and add the playlist as specified in the other posts.
    When previewing the slide show, if the music for the 2nd section starts too soon or too late, I adjust the time for a couple of beginning section's slides, add an extra one in, or maybe even reedit the music.
    Hope this helps.

  • Adding more than one enhancemnet in a Project

    Can we give more than one enhancement in the Project(while giving in CMOD transaction)

    Hi
    Yes
    You can add more than one enhancement(SMOD) in a single project(CMOD)
    But one enhancement(SMOD) can not be added in 2 projects
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Adding more than one 10 digital number to Digital Life

    Just signed up for Digital Life and the biggest complaint I have right now is not being able to add more than one cell phone number to receive alerts/notifications. I did chat and they told to add the following as an email: [email protected] or [email protected] and neither of them worked on two different At&t cell phone numbers!!!! My head wants to explode to think of crazy it sounds you cant add more than one number!!!! And top it off - their "workaround" doesn't work. At&t PLEASE PLEASE fix this issue.  Makes NO sense at all.

    I'm sorry to hear you're having issues adding additional mobile numbers to receive text alerts. The information you received is in-fact correct. Ensure you are not including dashes in the mobile number (Example: [email protected]). Also, make certain your program is created correctly to send the notification.
    If you're confident you have taken the necessary steps we'd be happy to work with you on resolving this matter. Please share a little more information with us by clicking here to send Digital Life a private message. In your message please include:
    Your name
    Account number
    Address
    Contact number and the most convenient time to contact you

Maybe you are looking for