How to trigger different Initial statuses in same status profile

Hello All,
In a CHaRm flow, while creating a SDCR document from SLFN we want to make a distinction depending on the subject in SLFN. If the subject is X, then the status should (in the follow-on document SDCR)be "To be estimated" but when the subject is Y then the initial status should (in the follow-on document SDCR) be "Approved".
Since SDCR has only one status profile linked to it which has an initial status as "to be estimated". The logic is not working when we want the initial status as "Approved". Is there anyway to overide the initial status in SDCR ?
Help would be highly appreciated and rewarded.
Aba.

Hello Nirmit,
My problem is a bit different than yours.
But i can help you. You can create a Z status profile as a copy of the existing status profile. Go to transaction CRMBS02 and copy the status profile SLFN0001 to a new ZSLFN001. Once u have copied to Z status profile, u can go to Transaction types in IMG and change the status profile for SLFN Transaction type (which is used for Service Desk)  with ur new status profile..
This is one way. But its recommended to copy the transaction type to a Z transaction type and assign your Z status profile to this transaction type. In the status profile, then u can maintain new statuses as u wish.
If you find this helpful, please reward some points.
Cheers

Similar Messages

  • HT204053 i need to know how to separate different devices on the same itunes account

    I need to kow how to seperate different devices on the same itunes account

    Each of you should have their own iCloud account  which could be set up in "Settings > iCloud" (and if you asking me also for iMessage and FaceTime), but you could still use the same Apple ID for iTunes and App Store purchases which could be set up in "Settings > iTunes & App Stores" so that you only have to purchase each app or other media once.

  • How to sum different column in the same table

    Hi everyone
    I would like to know how can I make the sum of different column in the same table using apex
    exple:
    TR_PROJ_BIL_TRIM.ENTPIDFISC as ENTPIDFISC,
        TR_PROJ_BIL_TRIM.EXEANNEE as EXEANNEE,
        TR_PROJ_BIL_TRIM.PROJBILTRIMT1PREV as PROJBILTRIMT1PREV,
        TR_PROJ_BIL_TRIM.PROJBILTRIMT2PREV as PROJBILTRIMT2PREV,
        trunc( TR_PROJ_BIL_TRIM.PROJBILTRIMT1PREV)+(TR_PROJ_BIL_TRIM.PROJBILTRIMT2PREV)
    from TR_PROJ_BIL_TRIM TR_PROJ_BIL_TRIM
    group by TR_PROJ_BIL_TRIM.ENTPIDFISC,TR_PROJ_BIL_TRIM.EXEANNEE
    but while trying to run this script i get this error message:"ORA-00979: not a GROUP BY expression"
    thanks for reading me and I hope to hear from you soon

    Hi,
    Your question do not have anything do with APEX.
    It is pure SQL question and you will get better answer this kind questions from SQL and PL/SQL forum
    You need have GROUP BY when you use aggregate functions like SUM.
    I assume you like just add two columns.
    Try
    SELECT ENTPIDFISC
        ,EXEANNEE
        ,PROJBILTRIMT1PREV
        ,PROJBILTRIMT2PREV
        ,trunc(PROJBILTRIMT1PREV) + (PROJBILTRIMT2PREV)
    FROM TR_PROJ_BIL_TRIM
    Regards,
    Jari

  • How to make different size images the same size pdf in Acrobat.

    I am trying to place 2 different size images into acrobat to create a pdf but one image is half the size. How do i make each page the same size when the images are different sizes?

    Thank you, I changed the image size to match and then placed them in acrobat.

  • Versioned deployments: how to deploy different version of the same app ?

    I 'd like to deploy on a server (single instance) different versions of the same web application, say:
    webapp1.war
    webapp2.war
    webapp3.war
    The wars have the same ContextRoot.
    It is possible to version them with an attribute in MANIFEST.MF, but is it possible to have the N applications ACTIVE and running ? I'd like that one IP will be served from webapp1, another IP from webapp2, another IP from webapp3, etc.

    It may your 'requirement' but I have serious doubts that the app review team will approve it. Save yourself the waste of time and follow my original suggestion of one app. That's the only correct 'method' (w/IAP of course) that will have a chance of success.
    See the iOS Human Interface Guidelines and the App Review Guidelines before you go any further. In the case where you need 'official' guidance, consider using support event w/DTS

  • How to trigger different page formats dynamically in smartforms

    Hi ,
    I have a requirement in smartform,want to trigger different page formants based on country code  for ex if country code is ZA12  then pageformant should be DINA4 else page format should be LETTER.
    Rgrds
    Vasumathi

    Hi,
    According to me, you have to create 2 smartforms, one in DINA4 and other in LETTER format.
    In your driver program, you have to maintain condtion depending on country code.
    if country code = 'ZA12'.
    call fm <--- DINA4 format
    else.
    call fm  <--- LETTER format
    endif.
    Regards,
    Naveen

  • How to calculate different tax rates for  same material in single invoice.

    Dear All,
    If the excise rates are changed during the budget and the stock is lying with the client with the existing rate.
    After effective date of new rates we receive the good with new rates.The new and the old rate stock is sent to a customer in single invoice.How can we configure such case. The excise should calculate by old rate to old stock and new stock should be calculated by new rate.
    Please guide in such case.
    Thanks in advance.
    deepti

    Hi Deepti
    In copy control you will have to redeterfine taxes whilst billing.
    If you want you change this and keep it as copy pricing. This won't change anything. Else use Copy prices and redetermine tax. You can find this setting in VTLA and VTFA in item category Pricing type.
    You can't have both of then in the same invoice as procedure is decided for the whole invoice and not a single Item. You can rather have two different item category type. TAN and ZTAN you redetermine taxes for tan and copy them as it is for ZTAN.
    Regards

  • How to config. different Operations of the same Interface to different BPM

    Hi Gurus
       I have a very urgent problem.
       The requirement is like this:
       Customer creates an invoice in A1S and release it. Information of the invoice is retrieved via two service interfaces:
            CustomerInvoiceProcessingInvoiceAccountingOut
            CustomerInvoiceProcessingReceivablesPayablesOut
            with operation NotifyOfInvoice;
       These two interfaces will transfer the information into XI and the information will be filled into a BAPI, BAPI_ACC_DOCUMENT_A1S, to R3. Then the finacial document together with the invoice will be created in the R3.
       when customer cancels the invoice in A1S, Information of the cancellation is retrieved via the same two service interfaces:
            CustomerInvoiceProcessingInvoiceAccountingOut
            CustomerInvoiceProcessingReceivablesPayablesOut
            with operation NotifyOfInvoiceCancellation;
       These two interfaces will transfer the information into XI and the information will be filled into a BAPI, BAPI_ACC_DOCUMENT_REV_POST, to R3. Then the reverse finacial document will be created in R3.
        My solution is like this:
        1. for invoice creation:
         Both messages sent to BPM_1, then send to R3.  3 interface determinations are needed for 3 abstract interfaces.
        2. for invoice cancellation:
         Both messages sent to BPM_2, then send to R3. 3 interface determinations are needed for 3 abstract interfaces.
        My problem is this:
        No matter during creation or cancellation, the same interfaces are triggered. The related receiver determination will distribute the information to both of two BPMs. However the information only contains data of one operaton: creation or cancellation. Error messages will appear in monitor for the other BPM. For example, when customer creates an invoice, the information only contains data of creation whereas it is sent to two BPMs via the receiver determination. the BPM for cancellation surely can not deal with this information then error appears.
        My question is : how can i solve the problem? How can i avoid the appearance of the error? thanks
    Message was edited by:
            SAP LCR

    Hi,
    In the receiver determination you can route the message to the RIGHT BPM according to the content of the payload. So each time only one BPM is called.
    Regards,
    Hui

  • How to manage different iTunes Libraries from same computer

    I have my own AppleID, iCloud account, iTunes Match account and my own Library.
    But I have just one computer and one AppleTV.
    How do I manage my granddaughters accounts, so they can listen to their own libraries on their iPod touch?
    I don't want to mess up login to iTunes with another AppleID and then having to wait 60 or 90 days to log back int.

    The best way is to create ther own accounts on your Mac. Method 1 in the following:
    How to use multiple iPods, iPads, or iPhones with one computer

  • TA38325 how can two different actions have the same shortcut!?

    deleting the master and deleting a version can be both achieved by command-delete (this is how its shown in the apple support documents!). HOW is that possible. How is the system suppose to realize which of the two options I have in mind?

    The document cited -- TA38325 -- is wrong (afaict).  There is no shortcut for "File➞Delete Original Image and All Versions".  You can confirm this by checking the shortcuts listed on your File menu, as well as by searching the Commands dialog for "delete".
    The article has been archived (it will not be updated).  As it was updated fairly recently (Feb 2012), it would be good if you'd file a report with Apple via "Aperture➞Provide Aperture Feedback"
    Good catch, though.
    (Screenshot)

  • How to create different users in the same iPad 4?

    I would like to share my new iPad with other person. How can I create two users.?

    The iPad does not support multiple user accounts.

  • Can two different computers have the same Firefox profile? Schema/themes/bookmarks, etc?

    I would like the same settings mentioned above on my desktop and laptop. Any ideas? Thanks-

    You can use Firefox Sync to keep the bookmarks, passwords and history synchronized. For details on using it see http://support.mozilla.com/en-US/kb/what-firefox-sync?

  • HOW TO TRIGGER A E-MAIL ALERT IN ICWEB

    Hi,
    I have different scenarios for different e-mail alert messages.  Can anybody tell me how to trigger different alerts for different scenarios and where?
    Thanks,
    Shrik.

    Please,
      Close one of the thread with the same question.
    Regards.
    Manuel

  • How to create a Platinum,Gold and Silver Customer and how to set different price for a single material based on customer?

    Hi All,
    How to create a Platinum,Gold and Silver Customer and how to set different price for a single material based on customer?
    Assume Material is Pen.
    While creating Sales Order in VA01 how to bring different price for the same material for Platinum,Gold and Silver Customers.
    Kindly help me out.
    Thanks,
    Renjith Jose

    A good place to start is http://www.javaworld.com/javaworld/javatips/jw-javatip34.html
    Also, do a search in this forum on HttpURLConnection. That class allows you to use POST method to send form data to a web server.
    "Hidden" variables are only hidden in HTML. The HTTP that gets POSTed to the web server doesn't distinguish between hidden and not hidden. That is, the content you would write to the HttpURLConnection.getOutputStream() would be something like:
    hidden=1&submit=ok(Of course, the variable names would depend on what the web server was expecting from the form.)
    Also, be sure to set the Content-Type request parameter to "application/x-www-form-urlencoded"

  • How to trigger event when changing user status?

    hi,
    I'm having problems in triggering my workflow.
    In CIC0, When a status of a service request is changed to 'solution provided' then after saving service request, it should send a notification mail. I'm using ZBUS200116 which is deligated to BUS2000116. I've created event 'change' in ZBUS200116 which is in the start events of my workflow.
    I've tried creating an action profile which uses my workflow. The action profile is attached to the transaction but still it doesn't trigger my workflow.
    i've checked other existing workflows which uses the same object type BUS2000116 or ZBUS200116. These workflows were triggered by 'created' and 'completed' events only. Other added events in ZBUS200116 like 'changed' is not triggered. How is this possible when ZBUS200116 is deligated to BUS2000116?
    Your response would be highly appreciated.
    Thanks in advance.

    hi juan
    so here we are,now i got complete understanding of what u r doing and why
    you know you need not have created that change event because it wont serve your purpose anyway
    the reason is that because the way process in your workflow is flowing ,it wont happen that way using change event
    you just follow these  steps:
    1, use created event in your workflow
    2. that way when your contract ios created in rpocess status the event will be triggered only because you are creating a transaction whatever may be the status,so in all such cases you should use event created.
    3. now coming to the point of change in status or documents in contract
    in this case using loop will put you in deadlock and you will only be haing the error in such case
    you use WAIT step instead ,inside it use wait using conditions out of every option
    there you give your condition as change in whatever status
    like if you are chaning the status from in process to some other status ,put that status inside the condition
    as soon as that conditioon is met ,the WAIT step will be executed,
    that way you will be able to trigger the change in status through thje workflow
    so thats the solution with the approach you are using
    there are many approaches you can follow in workflows ,so depending upon that you can follow the different worlkflow tools u have there.
    also remember when your wait step gets executed there is always the time lag of 20-25 minutes after which changes will be reflected
    hope it will solve ur probs
    best regards
    ashish

Maybe you are looking for

  • Messages puts a blank conversation at the top of the list

    I recently deleted an entire conversation in messages, and now that contact will occasionally  update and go to the top of the list. It has a time associated with it as if I had sent a message at that time, but the conversation is still blank. I am w

  • Why does apple tv always connect to itunes even when I own the movie and it is on my computer?

    So I have my entire itunes library on a HD that I bring with my laptop back and forth. My problem is not at my house where I have an internet connection, but it is at my cabin in the woods where I do not have an internet connection.  Why is my apple

  • Mountain Lion Mail Searching not working (entire search)

    Hello, I already searched the web and the topics in this forum, but found no help. Since my update from 10.7 to 10.8 (with a clean install and a transition of my user data) the search 'Entire Message' oder 'any' does not work anymore. It shows no res

  • Why can't I import my current PC music files?

    I have my whole library already ripped in WAV format and organized by artist/ album / song index number. The only way I seem to be able to get these files into Itunes is to transfer them, in which case I loose the Artist/ ablum title information. Itu

  • How do I open .zip files on my macbook air?

    I'm unable to open .zip on my MacBook Air. When I double click on the .zip folder it creates another zip icon in the finder and renames it as .zip.cpgz. I easily could open zip on my MacBook Pro just by double clicking.