Status = Approved then the followup transaction should be created Automatic

Dear Experts,
My client's requirement is
Solution manager is implemented already now client want to use Change request Mangement(ChaRM) functionality.
All the statuses are maintained in the system through the Action profile.
Once the Standard change request(SDCR) get approved then single change request(SDMJ) should be created automatically through actions.  Is there any standard action profile for doing this requirement.
This action need to be available in the status approved.
Regards,
Babu.

Hi Babu,
Did you configure ChaRM functionality?
Do you use CRM_ORDER and Action profile SLFN0001_ADVANCED?
If yes, and the status are maintained in the action profile, then it does automatically.
Once the change request(SDCR) is approved by Change Manager a Normal correction request(SDMI) will be created automatically.
Is there any specific reason that your client needs a normal correction request(standard) - SDMJ?
Because normal correction request(SDMI) will serve all the funtionality.
Regards,
Sanjai

Similar Messages

  • My i bought my iphone 5 today and when i opened it siri voice is robotic, totally different then the way she should sound like.

    how can i change siri's robotic voice ???!!!!

    I've read some posts from users who were able to fix this by restoring to their last backup.  You could give this a try.

  • Once RFX response approved the other responses should delete

    Hi All,
    We have one requirement, Using SRM 7, RFX is sent to 4 bidders, all of them sent the responses, now Buyer has decided to go one of the Bid, once the RFX response is approved all the other responses should get rejected and the notification should sent to them.
    Did any one already using this scenrio please help how to proceed.
    Regards,

    Hi,
    Ricardo mentioned correctly.
    I've tested this scenario, you need to accept which ever you want and reject remaining bids.
    Other wise for the remaining bidders status will be shown as submitted not rejected.
    Regards,
    Krish

  • How to find out the status of "Mark As Approved" in the workflow

    Hi All,
       How can i change the field values for any workflow record once its set as "Mark As Approved".i.e, once the workflow record is set to "Mark As Approved"  the value "abc" should be assigned automatically to the field "category".
    Can anybody please suggest me on this...
    Regards
    Sireesha.
    Edited by: sireesha esukapalli on Jun 4, 2008 1:45 PM

    Hi Harrison,
         Thank you for your reply.
         Let me explain my requirement clearly.
        I want to assign a value automatically to a particular field say "Category" to "Training" whenever approver approves the workflow record by right-clicking on the selected workflow record and choose Workflow-> Mark As Approved.ie., the value should be assigned automatically when you choose "Mark As Approved".
    My doubt is how can i assign a value automatically when its approved ?
    As u said how can i trigger a workflow when its approved through Workflows->Mark As Approved.
    Please advice me on this..
    Can anybody please advice me...
    Thanks & Regards
    Sireesha.

  • Approval at the time of price difference

    Hi,
       I have defined the sales price in the item master as 100.
    At the time of preparing the sales order if the user changes the price for the item then it should go for approval. Please
    let me know how can i do this.
    regards
    Suresh S

    Hi Suresh,
    This can be done by using status profile at the sales order header and with function module I_Change_Status, you can change the user status in background and the order would need approval from the manager before allowing to create any subsequent documents.
    So create user status in your status profile
    SPRO - SD - SALES - DEFINE AND ASSIGN STATUS PROFILE - SALES DOCUMENT HEADER
    10 - Order Created
    20 - Order Confirmed
    30 - Order changes pending approval
    40 - Order Rejected
    50 - Order changes approved
    Now your abapper can write a logic in program MV45AFZZ wherein, whenever something in the order is changed after the order has been confirmed (status 20), then the status would automatically be set to 30. ((This can be done changes made to pricing if order is still at status 10. You have to decide the best possible scenario, i am just giving you an overview))
    Now your sales manager can come and either make it 40 if he wants to reject it, or make it 50, if he is okay with the new rates or discounts if any.
    You can find what changes have been made in the order by going to Environment - Changes.
    This will give the manager a clear picture of which fields in the order have changed.
    I have used this concept and it works perfectly fine.
    Try and let me know.
    Reward points for contribution if helpful.
    Regards
    Ravi

  • SHD0 transaction-how to restrict the variant transaction to specified users

    I have created a variant transaction for MM02 wherein am disabling a field .I want this field to be disabled only for certain users.The variant transaction which I created affects all users.So,for everyone the field is grayed out.How to restrict this for specified users???

    Hello,
    Try to look an exit for that transaction, either user exit or badi, then try to disable the field doing a LOOP AT SCREEN, but first you should have the restricted users in a Z table, or by cheking the profiles for each user..
    Another way to do it is trying to do it the profiles customization, maybe you can do it that way.
    Cheers!!
    Dont forget to reward.
    Gabriel P.

  • OLE DB provider "Microsoft.ACE.OLEDB.15.0" for linked server "(null)" does not support the required transaction interface

    Hi All,
    I am trying to execute a stored procedure and store its result in an excel.
    My query to execute stored proc and store sresults in excel
    INSERT INTO
    openrowset('Microsoft.ACE.OLEDB.15.0',
    'Excel 8.0;Database=C:\TC\DataAnalysisFiles\DataAnalysisResult.xls;OLE DB Services=-4','select * from [Sheet1$]')
    EXEC UspUnitTest_Test_CheckDuplicateModelNumberSerialNumber
    I am getting error
    The requested operation could not be performed because OLE DB provider "Microsoft.ACE.OLEDB.15.0" for linked server "(null)" does not support the required transaction interface.
    I have enabled below things by running scripts
    sp_configure 'show advanced options', 1;
    GO
    RECONFIGURE;
    GO
    sp_configure 'Ad Hoc Distributed Queries', 1;
    GO
    RECONFIGURE;
    GO
    EXEC master.dbo.sp_MSset_oledb_prop N'Microsoft.ACE.OLEDB.15.0', N'AllowInProcess', 1
     GO
     EXEC master.dbo.sp_MSset_oledb_prop N'Microsoft.ACE.OLEDB.15.0', N'DynamicParameters', 1
     GO
    Please help and let me know if this can be resolved
    Supriya Thigale

    because OLE DB provider "Microsoft.ACE.OLEDB.15.0" for linked server "(null)" does not support the
    required transaction interface.
    Hello,
    When you insert data from SQL Server into a linked server, then a distributed transaction should be started and here it seems this fails.
    See
    Distributed Transactions (Database Engine) for more Details +
    Distributed Queries
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • HTTP Status 404 - / description The requested resource (/) is not available

    hi all,
    i am new to java and i have installed "eclipse-jee-helios-SR2-win32" on my system.
    I have installed Tomcat ,and i have done with all the primary settings and i have added the server.
    when i start tomcat from eclipse it starts sucessfully but the home page of Tomcat is not appearing.
    when i start tomcat manually(not from eclipse), it start and i get the home page too,
    but at the same time i try to start it from eclipse i get below error.
    Several ports (8080, 8009) required by Tomcat v6.0 Server at localhost are already in use.*
    The server may already be running in another process, or a system process may be using the port.*
    To start this server you will need to stop the other process or change the port number(s).*
    please let me know how to come out of this problem.
    let me know if you need more information to work on this issue.
    thanks.

    varun4dba wrote:
    i get the home page when i start tomcat from outside which cant find my project, i need to start it from eclipse and then the home page should come.
    please let me know if you can help me.Well, you should create a .war of your project and deploy it on tomcat. Now you're relying too much on Eclipse's functionality, being completely helpless when Eclipse suddenly fails to start tomcat for you.

  • Why should we create index on  the table after inserting data ?

    Please tell me the Reason, why should we create index on the table after inserting data .
    while we can also create index on the table before insertion of the data.

    The choice depends on a number of factors, the main being how many rows are going to be inserted in the table as a percentage of the existing rows, or the percentage growth.
    Creating index after a table has been populated works better when the tables are large or the inserts are large for the following reasons
    1. The sort and creation of index is more efficient when done in batch and written in bulk. So works faster.
    2. When the index is being written blocks get acquired as more data gets written. So, when a large number of rows get inserted in a table that already has an index , the index data blocks start splitting / chaining. This increases the "depth" of the inverted b-tree makes and that makes the index less efficient on I/O. Creating index after data has been inserted allows Orale to create optical block distribution/ reduce splitting / chaining
    3. If an index exists then it too is routed through the undo / redo processes. Thats an overhead which is avoided when you create index after populating the table.
    Regards

  • The "dependencies" files should add aws-java-sdk

    Hi,
    It is my first time to use the incubator.
    When I tried to build the coherence common, I kept getting errors. After a carefully check, I found that the coherence common has added Amazon EC2 service. Then the dependencies files should not only the coherence.jar but also the sdk file of aws.
    I added the aws-java-sdk-1.1.7.1.jar in the dependencies file, then ant can build it successfully.
    Maybe someone should modify the "build instructions" page or add the aws sdk to the dependencie.

    James -
    Thanks for being this oversight to our attention; the build page will be updated appropriately.
    Sorry for the inconvenience.
    Mark J
    Oracle Coherence

  • SRM RFC users for ERP , what are the profile/roles should be used?

    Hi All,
    I have integrated SRM and ERP systems using config wizard. Multiple rfc accounts were created automatically by the wizard but what i did was i skipped on the profile and role field because i don't know what to put. Now, I am battling on what profiles and roles should i put there since the wizard didn't do the automatic placing of authorizations and roles for me.
    here are the users that have been created automatically by the config wizard.
    ERP System:
    SRM2ERP
    SRM2ERPD
    ERPLOCAL
    SRM System:
    ERP2SRM
    ERP2SRMD
    SRMLOCAL
    Please help on what ABAP Roles and Profiles should i place to it.
    Regards,
    Tony
    Edited by: Tony on Jun 9, 2011 12:34 PM

    Hi ,
    The user should have profile SAP_ALL assigned automatically when you run the CTC script.
    Else please assign manually.
    Regards
    Sam

  • In a process chain,the next process is not triggering automatically?

    Hi All
    We have have a metachain,in that we have many local chains,in one of the local chain once the above process is successfully completed then the next process is not triggering automatically,which should suppose to happen?
    Can anyone help me out why this process is not triggering automatically and how/where to check?
    As this problem is repeating daily and loads are delayed due to this
    Regards
    Balji

    Hi,
      you can manually start that job, by changing the job insm37, it will show you the job priority ( A OR C.) you can change it to A, and youc an change your start condition also there.
    or you can use this RSPC_PROCESS_FINISH to trigfer process.
       But, process chain processes should be triggered automatically, i think this issue is due to load of jobs ( in your server there should  be lot of jobs having higher priority than this job), this will solved automatically when load is less.
    hope this will be helpfull.
    v.sen.
    Message was edited by:
            Senthilkumar Viswanathan

  • Should my team use their private apple id:s or should we create new ones?

    We have some problems regarding our apple id:s since we use our private accounts in the company.
    Should we create new apple id:s just for the company? Whats the benefits? Problems?
    How do we do to manage buying apps, music, use Spotify etc?

    can I use the same email address for multiple Apple ID's?
    My two kids dont need e-mail addresses

  • Can the business transaction be controlled using user status profile?

    Hi All
    there is a requirment that in a project there will be 3 stages of approval.
    Each stage of approval should allow specific business transaction.
    eg. When the project is apporved in 1st stage then only PR's and pln Oders can be raised.
    When 2nd stage is approved then PR's can be converted to PO.
    When 3rd stage is approved then and Production activity can take place.
    I would like know whether user staus profile can be used to control the business transactions? If yes how?
    If user status is not possible, can any one help me out?
    Regards
    Paimal

    Hi ,
    As per me this scenario can be handled without user status
    When the project is apporved in 1st stage then only PR's and pln Oders can be raised.
    If ur generating PR/ planned order thru MRP run it is only possible after WBS release.So give the WBS release authorisation to 1 st authority.
    When 2nd stage is approved then PR's can be converted to PO.
    Put release strategy to PR so that there can be check by autourised person.
    When 3rd stage is approved then and Production activity can take place.
    Give production order Release authorization to person who is responsible for production planning.
    It is not suggestable to look at this scenario for applying  user status.
    Rgds

  • Report - current workflow step as well as the user who should approve

    Hi ,
    I  am preparing a report. Based on the      Vendor Request number   i need to find the current workflow status and the person who should approve it .  Also let me know whether the FM SAP_WAPI_WORKITEMS_TO_OBJECT  can be useful to do that.
    How can i use  FM SAP_WAPI_WORKITEM_RECIPIENTS.
    Regards,
    Richard A

    the FM SAP_WAPI_WORKITEMS_TO_OBJECT is useful when you want to determine workitems with respect to particular instance of the Business object.. For example
    let say If at all i would like to detemrine all the workitems relate to mateiral.. then I would be using the exporting Parameter OBJTYPE of the Fm to which i wouldbe passing the BOR name as BUS1001006, which will give me all the workitems related to the BOR BUS1001006....
    If at all i would like to get the workitem number with respect to a specific material ( let say MONITOR) then i would be passing the MONITOR to the parameter OBJECT_KEY  along with Parameter OBJTYPE as BUS1001006 of the FM, so that the Fm will retrun the workitem specific to the instacne of the MONITOR only...
    Can you please let us know how would you create a Vendor request...or atleast let us know in which table the vendor number is saved....

Maybe you are looking for

  • ITunes Match and storing some songs on an IOS 6 device?

    iTunes Match collects and matches the music collection on your computer and puts it in the iCloud so your iPhone or iPad has access to all of your music via a wireless or mobile network. The downside is sometimes you don't have access to a high speed

  • Question about restoring from backup

    The local Apple store swapped out my iphone 4 for a new one yesterday because of issues with the headphone jack. When I restored from backup, all texts, contacts, call records, etc. moved over perfectly. However, it didn't copy my books, music or pho

  • Best way of Implementation

    Hi Experts, In my requirement, I've  standard extractor 2LIS_04_P_MATNR and 20 other fileds coming from different tablesu2026 My question,  is it good to combine those 20 fileds with standard extractor 2LIS_04_P_MATNR  OR do I need to create one view

  • Changing expired password from a JS page

    Hi, We are developing an application in which one JS page will be used to login to the database using database user id and password. If the database user id has expired then the JS page will display another JS page to change the password. While displ

  • Iphoto calender from Germany to USA

    Calender directly send to the U.S.A.? We live in Germany and would like to send our iphoto 08 Calender directly to our friends in California, U.S.A. With iphoto we can only send it to adresses here in Europe. What do we have to do?