Multiple Change Requests for project cycle

I have a question.. if we have multiple chane requests/documents for a project cycle , how will the project cycle proceed??
i have two CRs for my implementation cycle , now how should i proceed my implementation cycle, since all the changes are of type SDMJ and i want all my changes to be imported to PRD together??
Please help

Hello,
i had the same problem few weeks ago. I couldn't find the Change request Tab in Solar_project_admin
I fixed it by following : SAP note : 802793
The note explain how to re assign the client to manage change request management.
We folow the note, then the missing tab appear
Regards

Similar Messages

  • Create a change request for multiple customers from spreadsheet

    Hello Experts,
    1.We have a spreadsheet with 100's of Customer data maintained in it , can we create a change request by downloading data from spreadsheet directly instead of manually entering the data in the CR. Also can we create a single change request for multiple Create customers.
    2.Can we create CR's automatically , lets say we have 100's of customer data loaded into MDG hub by Data Services using DEBMAS Idoc , can this create automatic CR's , is this possible.
    Thanks.

    Dear Collins,
    1.We have a spreadsheet with 100's of Customer data maintained in it , can we create a change request by downloading data from spreadsheet directly instead of manually entering the data in the CR. Also can we create a single change request for multiple Create customers.
    Answer:there are various options are available in MDG to process multiple material as shown below
    you can down load the customers using file down load funcationality and same change,upload the customers using the file Upload process.
    you can create a single CR for muntiple customers options are shown below.
    2..Can we create CR's automatically , lets say we have 100's of customer data loaded into MDG hub by Data Services using DEBMAS Idoc , can this create automatic CR's , is this possible.
    Answer:Yes you can create CR automatically using DTIMPORT tcode and some configuration needs to be done further reading go to the link SAP Master Data Governance - SAP Library
    regards
    shankar

  • Usage of Company code field in the Change Request for Company

    Hi,
    Would like to know the usage of - Company code field in the UI for Change request for Company.
    1. If a new Company is created, can i assign the company code directly in the UI, will the assignment also replicated to backend in this case?
    2. In case of new Company creation, is it possible for multiple company code assignments?
    3. Is it possible to to pick the existing Company from the F4 list in the CR and assign the company code in the CR? How about the replication work in this case?
    Please share your comments, Thank you.

    Thanks Sanjay.
    Just to summarize and a bit more specific, here is my understanding:
    1. (a). You have mentioned that we can assign new company code also - does this mean i can select            a company code which is not in the F4 list? In such case, how will be the assignment                   replicated? It should ideally create a company code in the backend before the assignment is           processed.
        (b). Usually, if a new company code is created in backend, i need to load that in to MDG tables                 such that it will be active in MDG F4 list, for Company assignments in the Change request.
    2.      Understood
    3.      In the Change request, if i pick existing company from F4 values and edit company related data,          it will be replicated accordingly.
             In the same CR, if i give some value in the company code data, the replication will result in one          more assignment added to the company, so as on date, SAP has given the option of only                    additional assignments to the existing assignments.

  • How to create the multiple spool requests for a single report.

    Hi gurus,
                     I have one requirement to be completed , i need to send the out put of the report via mail in pdf format. for that what i did was, iam executing report in background and creating spool request and converting it to pdf and sending the file.
    now the problem is, its a customer ledger report, for each customer i need to create a new spool request and send mail to that particular customer, now my dought is how to create multiple spool requests for a single pro and how i need to go about it.
    And one more question is can we create a spool request for a report which is running in online.
    waiting for inputs frm gurus.

    Hello,
    As per my knowledge for creating new spool id you will have to set
    output_options-tdnewid = 'X'.
    and then using
    job_output_info-spoolids
    create a pdf using
    call function 'CONVERT_OTFSPOOLJOB_2_PDF'
    Rachana.

  • SCD - source sets where multiple changes exist for the same natural key

    I am using the Oracle SCD type2 method (end date old record and insert the new record) which was working fine until my source set contained multiple changes for the same natural key. Does anyone know of a way to handle this?
    Thanks

    Hello,
    I think, the way of handling multiply changes of NK is totally depend on business requirements for your project.
    There could be number of approaches for this. For example:
    - all changes but the last are considered active during one day, going subsequently right after previously existed SCD record;
    - all changes but the last are considered “active” depending on its occurrence within “fact” data (as far as you consider NK change based on some attribute set - probably some of attributes show themselves within “fact” data)
    - etc.
    So, make an agreement upon this with your customer – and ETL design decision will follow immediately.
    Sergey

  • Creating Change Request from project structure

    Hello.
    Have somebody maked somthink like creating Change Request from Implementation project configuration structure? I want to initiate new change request directly from busines process step in transaction SOLAR02 for example.

    Hi
    Change request is created via action Create change document from support desk message
    so in solar02 tcode...goto issues/messages tab and create a message then
    crm_dno_monitor you can create a change request as i said and all the necessary data like ..system data,ibase etc is copied to ur change req from support message .
    Regards
    Prakhar

  • How to find multiple transport requests for one object

    Hi all,
    Is there any function module which will fetches multiple transport requests ( if created ) for one object.I tried almost all the function modules , but i didn't got the solution.
    I need to develop a report ,   which will takes a single Task number as input and gets the Request number from table E070.
    Based on that Request Number i will fetch remaining Task numbers under it.
    Then for all the Tasks Numbers, i am fetching their  objects by using table E071.
    I need to list out  whether any of these objects are in multiple Transport Requests. Once i got all the Transport Request numbers i need to release the Request based on their Transport Request sequence.
    I tried the following FM's , but not able to get the solution.
    SVRS_DISPLAY_VERSION_LIST
    SVRS_GET_VERSION_DIRECTORY_46
    SVRS_GATHER_REQUEST_FRAGS
    Thanks..

    Hello
    I have tried with below code
    DATA list_tab TYPE TABLE OF abaplist.
    SUBMIT RSWBO040 USING SELECTION-SET 'TEST'
                    EXPORTING LIST TO MEMORY
                   AND RETURN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
       TABLES
         listobject = list_tab
       EXCEPTIONS
         not_found  = 1
         OTHERS           = 2.
    IF sy-subrc = 0.
       CALL FUNCTION 'WRITE_LIST'
         TABLES
           listobject = list_tab.
    ENDIF.
    break-point.
    Submitting the program(RSWBO040) of SE03 transaction a will result in 'CNTL_ERROR' dump.
    Please try some other options
    Thanks

  • Multiple Spool Requests for BACS Payment

    Hi,
    We are running payment program F110 for BACS payment.
    When we run F110 in production system, irrespective of no. of. vendors or payment line items, only one spool request is generated.
    But when we run F110 in quality system, multiple spool requests are generated for single payment run.
    please give your valuable suggestions, why this is happening like this?
    Regards,
    Praisty

    Dear,
    please check the prnitout/data medium variant which you selected during the payment run.
    Regards,
    Panneer

  • Change Request for records in table

    Dear all,
    I want to create a Change Request to include all the records in my Z table, by using the SM30,
    I don't want to change record by record, as the table includes hundreds of record.
    Could any body tell me?
    Best Regads,
    Jack

    Hi Jack,
    Including Table Entries in a Transport Request   
    Enter a transport request.
    Select the table entries you wish to transport.
    Assign the selected table entries to the transport request using the Include in request function.
    This marks the entries for inclusion in the transport request.
    Save your changes.
    The selected table entries are added to the transport request.
    You can display all table entries which are either marked for inclusion or already included in the transport request by choosing Choose ® All in request.
    You can display all table entries which are not included in the transport request by choosing Choose ® All not in request.
    Regards,
    Deepak Kori

  • How to find the workflow for Change Request for the PO's

    Hi All,
    We have a PO which is pending and we can't receipt it again nor make payment on this. After checking the Approval history for that PO we found that the change request has been made. The change request was to change the amount to be paid to R39196 instead of R58237.00. We don't know where to check the workflow for the change request to identify the cause.
    what i need to know is how to find the workflow for that change request? The other workflows can be checked using the po_header_id for the PO's but i am confused with the change request workflow
    Your input will be highly appreciated.
    Thanks in advance
    Rgds,
    Sonia

    For 11.5.10.2 run this query to determine the keys to search on:
    Select wf_item_type, wf_item_key from APPS.po_change_requests where document_type = 'PO' and Document_num = 'put-PO-number-here'
    Then use the keys returned by the query to look up the Workflow in
    Workflow Administrator Web Applications / Administrator Workflow / Status Monitor
    Search using the results returned in fields "Type Internal Name" and "Item Key" in Status Monitor
    The query for change requests on a specific Requisition would be:
    Select wf_item_type, wf_item_key from APPS.po_change_requests where document_type = 'REQ' and Document_num = 'put-Req-number-here'

  • Report Change Request by Project?

    Who knows about existing of some kind of report which can to find Change Requests assigned to Project? I assign Projects to Change Requests in "Context" tab (of Change Request) .

    Hi,
    I think you may want to try using this transaction /n/TMWFLOW/REPORTINGN
    However please kindly verify the following notes which resolve some issue in regards to the transaction limitations.
    1412234    ChaRM Reporting: incorrect transport request's info
    1180232    ChaRM reporting with and without document assignmen
    HOpe this helps.
    Cheers
    SH

  • Restriction of sales order conversion to billing request for projects not r

    Dear all,
    We have SD integrated with Project systems. Each of the sales order is linked to the WBS element of the project which has to be billed. Sometimes a project which is not released is attached to the sales order and while billing it doesnu2019t get posted to accounts because that project/WBS element is not released. Is there a way to restrict conversion of sales order to billing request if the project is not released?
    Looking forward for help.
    Thanks and regards,
    Padmaja

    Define a new condition type and assign it to the pricining procedure
    In the requirement routine have a new routine and put a logic so that it compares the subtotal field A of nett price
    For e.g KOMP-NTPRC
    The condition type should apply when KOMP-NTPRC < =the draft amount
    You have to try this
    I havent done it practically
    Regards
    Raja

  • How to handle multiple SOAP requests for ArrayCollection initialization?

    Hello.
    I want to initialize some ArrayCollection with objects, which receive field values via SOAP requests (in getUdfValuePrj function).
    for (var i:int=0; i < data.length; i++)
      var task:Task=new Task();
      task.laborio = getUdfValuePrj(data[i].id, LABORIOUSNESS);
    tempTaskArray.addItem(task);
    Here is my WebService:
    private function initWebServices(wsdl:String):void
      _udfWs = new WebService();
      _udfWs.wsdl = wsdl;
      _udfWs.getTaskUDFValue.addEventListener("result",
      getTaskUDFValueResult);
      _udfWs.getTaskUDFValue.addEventListener("fault", handleFault);
      _udfWs.loadWSDL();
    The question is, how functions getUdfValuePrj and getTaskUDFValueResult should look like?
    I think that is no good:
    private function getTaskUDFValueResult(event:ResultEvent):String
      _udfValue = event.result as String;
    private function getUdfValuePrj (taskId:String, udfCaption:String):String
      _udfValue = "Loading...";
      _udfWs.getTaskUDFValue (taskId,udfCaption);
      while (_udfValue == "Loading...")
      return _udfValue;

    There is no any ideas, or may be you don't understand me?

  • UWL Workitem item shows multiple Leave Request for Approval

    Dear All ,
    I ahve modified standard workflow for leave WS12300111 . I have 2 levels of approval . The step which goes to approver is standard task TS12300097 which is calling DUMMY method of CL_PT_REQ_WF_ATTRIBS class .
    Now my problem is suppose 100 people have applied for the leave after managers approval it workitem will go to HR . So in HR's UWL he/she will have 100 workitem . Now supose HR clicks on first workitem in by logging in to ESS . when HR clicks on pop-up comes on the top it has one table sort of thing , here all the 100 leave request r getting diplayed .
    <b>I want Table to dislay only the Leave request of an employee belonging to That workitem.</b> Please help in this regard .
    Thank you.
    Raghavendra.

    You will need to modify the UWL XML file. There is a document titled "How to Configure teh Universal Worklist" on service.sap.com you can use to achieve this. Read the section titled Step by Step Decision views.
    Cheers
    Lewis

  • Subcontracting multiple BoM levels for Project Stock

    Hi,
    We are an engineer / make-to-order manufacturer, so we use a lot of "individual" type materials (instead of collective).  We are trying to subcontract several BoM levels of work to different vendors, and we are seeing many false requirements.
    So we have something like this (this is all in project / wbs element stock):
    Make hereSubcontract Requisition
    Make hereRaw material
    Subcontract Purchase OrderMake here
    Raw material
    Raw material
    Make hereRaw material
    The subcontracting items are driving additional false MRP requirements (planned orders and purchase requisitions) for all the raw materials under them.
    I figured out how to fix the subcontract on level 3 by transferring the HALB material from project stock to unrestricted stock (411Q), then transferring it to subcontract stock (541) (Is there a better way to do this?  Now I can't see my project-specific stock line for that item).  But, while that purchase order is still open, there's nothing I can transfer to make the extra, false requirements disappear.  Also, I am getting an MRP exception telling me to cancel the PO because it doesn't see the dependent requirement for the subcontract requisition above it.
    Does this question make sense?  How can we fix it?  I need to get that subcontract requisition to see that its material will come from the subcontract purchase order.
    Thanks!
    Timothy

    Hi All,
    Any thoughts or ideas?
    Thanks very much,
    Timothy

Maybe you are looking for

  • Screen saver in landscape

    Hi All I have just had my N95 exchanged for the 8GB model, When the screensaver then clock and date banner it is in landscape mode, is there a way to have it shown in portrait Thanks Dave

  • JDEV 10.1.3.1 "ADF security" questions

    Hi, We have a couple of questions about ADF security. Hope someone knows something about it. Any help is deeply appreciated. Jdeveloper version we use is 10.1.3.1. 1. Using the ADF security to develop the application, can we deploy it to the IAS and

  • Bad, bad restart after 10.4.4 update

    I just downloaded a series of software updates onto my eMac running Tiger. I have restarted twice and the OS seems to have completely crashed. I have a gray screen with several messages in what looks like DOS (maybe?). These include: "panic(cpu 0 cal

  • Payroll Error: very urgent

    While running apyroll, following is the error: "PIT X070 GEN NOAB: error for whatever wage type is still in IT" I checked the log, the wt listed is a technical wt, with a specific date, and when i checked the ee's IT 2010 with that date and amount, i

  • Reconnect Issues after re-opening Color

    Hi! I am grading a feature film shot on XDCAM EX 1080p30. It was edited in FCP (6.0.5). I separated the main sequence into shorter sequences and sent to Color (1.0.4). I have graded about 5 sub-sections up to now and have not had a problem until now.