Creating DTP in Production

Hi,
I am trying to create a DTP in Production but, I am getting the following message.
"Changes to Repository or cross-client Customizing are not permitted"
In prod I have authorisation to Maintain, save and create authorisation. Can some one explian if we are allowed to create DTPs' in production in BI 7.0 or is there any settings need to be done by BASIS.
Many Thanks,
Ravi Kumar

yes you can.
DTP's are like infopackages.
Here are the steps to make this setting in QA & Prod:
RSA1> Transport Connection > Object Changeability > DTPA --> Everything Changeable

Similar Messages

  • Effect of creating DTP in production

    Hello
    What are the effects of creating DTP ees in production.
    Please advise.

    Kishan,
    You can create directly in production. But it is not advisable. if anything goes wrong that will distrub your live data targets. It is a risky job. Better than that is creat the DTPs in dev system test it in dev system itself. if it fails no issues as it is the development system.
    Thanks
    K
    Edited by: kirankumar chandaluri on Jan 10, 2008 4:55 PM

  • Error while creating DTP from DS to Infoobject

    Dear All,
    I am getting one error while creating DTP from Datasource to Info object can any one give some suggetion regarding this issue.
    Issue:Enter a valid value
    Msg No:00002
    Procedure: Display the allowed values withF4 and correct your entry,
    Regards,
    Satya

    Hi Satya,
    Trying logging off the system and log in again and try to activate Data source Infoobject and transformation again and try creating DTP by selecting Selecting the source system by pressing F4. I hope it should work.
    I don't find any specific problem or any patch problem with the error you are getting.
    Hope it helps !
    Regards,
    Rose.

  • How can we create Versions for Products in SAP CRM

    Hi All,
    We want use Product Versions in our CRM IC Webclient. We want to be able to select a product and then have a list of versions to pick from. Can anyone tell me if they have configured Versions for Products in their SAP CRM system. If yes, then how did you go about it.
    Thanks,
    Ramesh Nallabelli

    Hi Arup and Shanthala,
    Thanks for the prompt responses. Appreciate your help. We want to create Product versions like this: Product: Windows OS Version: 95, 98, XP, Vista, 7, etc.
    When I try to create a configurable product, using the Configuration tab, to create or use a product model I see an error message: PME installation with errors The long text is: The environment variable PME_HOME that includes the PME application has to exist locally in order to start the PME from CRM.
    This indicates the configuration of IPC in our CRM system. This is something that we have not undertaken so far.
    When I use the Poduct Variants tab to create a product variant for a configurable product, I can't edit here. This view opens in a display only mode. After reading some more about this, It looks like variant configuration needs to be used in tandem with ERP variant configuration. There might also be a need to recreate this in the Java configuration engine. We are going to create these products in CRM only, so this might not work for us.
    Regards,
    Ramesh

  • How to stop the prodution order creating when the product is not valued?

    Hi guyes:
    How to stop the prodution order creating when the product is not valued using CO01?
    I hope that when i create the production order,the system will check the product is valued or not,if not
    the system will show an error or warning message!
    How to config for this?
    Thank you!

    Dear Zhao Gang,
    Check with this user Exits mentioned in this link,
    Prevent Production Order from "Release" if there is no Cost Estimate
    Re: User Exit at Production Order Release
    Check and revert back.
    Regards
    Mangalraj.S

  • Webapp (requires payment) creating multiple/duplicate products

    Each time someone submits a new Webapp that requires payment, a new Ecommerce product is created.  Is there a way to have the Webapp use the same product?  I also have an online shop, and it's making the product management overwhelming.

    I have tested all sorts workarounds for this problem. My situation was that we had a single payment webform set up and we were using this same form to accept payment for multiple events (the web form HTML code was inserted into the event detail and used to submit the event booking).
    Here's what was happening:
    A product was automatically created by Business Catalyst. Product code is the WebFormID of the webform used to submit the order. Product name is a concatenation of {web form name}/{event name}
    An order was created in the CRM referencing the new product.
    BC will create a new product when an order is placed unless the combination of Product Code + Product Name already exists. This is patently stupid since the Product Code is the primary key here. In fact, BC even warns you that this is bad as soon as you view the product page in admin.
    I searched everywhere I could think of to find a way to tell the web form which product to use when creating the order. No joy. There does not seem to be a way to override the automatic creation algorithm. I posted a question about this in the forum here and never got a response.
    As Shannon points out, these ARE real products as far as the database, OneSaas etc are concerned. We use OneSaas to synchronise to Saasu and this synchronisation process repeatedly failed due to missing product codes in Saasu (which is the product master by the way).
    So, the only solution I could find was to duplicate our payment WebForm so that there is a unique and distinct form for every event our customers could purchase. I then modified each event so that it used the corresponding WebFormID of it's dedicated WebForm in the action URL query parameters. I didn't need to modify anything else in the event (since every webform is exactly the same - the HTML is identical. Hooray for code re-use ... NOT!).
    In Saasu, I then create an Item to represent each event booking using the WebFormID as the Item code. There's no need to run around and create the products on BC. It will create diabolical looking product names using the WebFormID and if you create these manually you NEED to make sure that the name you enter is EXACTLY as BC will create it ... or you'll get a duplicate product ... again.
    OneSaas now works correctly as we have it set up to pull in products from Saasu. It can pick up the new orders and relate these to Saasu products/items and then sync the invoices to Saasu.
    Problems With This Approach
    Your WebForm code is duplicated across multiple events. If you want to, say, change the payment methods that you accept you'll need to change each and every webform as well as modify the HTML code in the event.
    You get a unique product for every event that you offer. This may not be what you want (my client didn't). At least it will synchronise.
    You MUST remember to create products in Saasu any time you offer a new event. At least you can use a sensible Item name in Saaus (rather than the auto-created BC garbage) as matching is only done on the code.
    If you have an external process that extracts Items from Saasu so that you can create matching products in BC you'll need to be careful not to overwrite the product names for your webform related products. Or you'll get a duplicate product created on the next order.
    If anyone has a better approach I'd be happy to hear it.

  • How to create a service product with a condition record?

    Hi all
    I'm quite new to CRM programming and I now need to create a service product with a condition record. For creating the product I use function COM_PROD_SERVICE_MAINTAIN_API and it creates a product propperly. The function offers parameter IT_CONDITIONS for creating conditions. But when you have a look at type COM_PRODUCT_CND_API_TAB of the parameter, then you will find a deeep tabletype with lots(!) of additional tables. In the conditions tab of the product I simply enter a Condition Type, a Sales Organization, a Distribution Channel, an Amount, a Currency and a Unit and everything is fine after saving.
    Can anyone of you help me in how to set up parameter IT_CONDITIONS to get the above values into the product?
    Thanks fou you help,
    Michael Drechsler

    Hi,
    The link is https://support.oracle.com , you will have to request Oracle to link your user with your company support account.
    Cheers,
    Vlad

  • Can't create DTP for cube migrated from business content to 2004s

    I am in the process of converting 3.5 Business Content InfoProviders to the new model for 2004s.
    Master data was not a problem, but I’m having a hard time getting InfoCubes to migrate.
    I installed 0PUR_C03 from Business Content and replicated the DataSource into the Data Warehouse.
    I right-clicked 2LIS_02_S013, selected Additional Functions, then chose “Transformation erzeugen” (a.k.a. Create Transformation in English).
    The transformation is generated with no errors and it was activated.  The DataSource is migrated automatically in the process.
    Then, I went to add the Data Transfer Process and that is where I got stuck.
    I right-clicked the cube and took Create DTP.  For source type, I selected datasource.  A dialog box then shows the objects associated with the cube, including the converted infosource, but nothing is highlighted for me to choose from, and I can’t complete the process of creating the DTP.
    Can anyone tell me where I might have gone wrong?

    u got it...
    Message was edited by:
            Raman
    Message was edited by:
            Raman

  • Creating Query in Production with Calculated key figures

    Hi BW Experts,
    Can u pls let me know that in case of Production System when we are allowing users to create reports with Adhoc Web Query Designer and using CKF + RKF
    (Calculated key Figure) which is already transported to Production in a specific Package, Is Production system will allow to save report?
    Pls sugges how to solve this problem ..to give permission for users to create reports in production server with CKF RKF?
    Thanks in advance

    rsa1 -> transport conection -> object changeability button -> Set query elements as everything changeable.
    If you want to refine this you have to do by authorizations.

  • Creating Indexes in Production Server.

    Hi All,
    1. We have master data table in Production server with 2 million records.This master data table doesn't have
    any Indexes created which causes the delay in Loading process. How to create indexes in production
    2. This table have Index created in DEV but was created as $tmp package so cannot be transported.So if i
    create the Index for this master data table which already having the data what could be the impact like loss of
    data or any other way.Please post your valuable comments.
    Thanks & Regards
    Kranthi.
    Edited by: Arun Varadarajan on Apr 15, 2009 11:54 PM

    Hi Kranti,
    Creating Secondary Indexes 
    Procedure
    1.     In the maintenance screen of the table, choose Indexes.
    If indexes already exist on the table, a list of these indexes is displayed. Choose  .
    2.     In the next dialog box, enter the index ID and choose 
    The maintenance screen for indexes appears.
    3.     Enter an explanatory text in the field Short text.
    You can then use the short text to find the index at a later time, for example with the R/3 Repository
    Information System.
    4.     Select the table fields to be included in the index using the input help for the Field name column.
    The order of the fields in the index is very important. See What to Keep in Mind for Secondary Indexes.
    5.     If the values in the index fields already uniquely identify each record of the table, select Unique index.
    A unique index is always created in the database at activation because it also has a functional meaning
    (prevents double entries of the index fields).
    6.     If it is not a unique index, leave Non-unique index selected.
    In this case you can use the radio buttons to define whether the index should be created for all database
    systems, for selected database systems or not at all in the database.
    7.     Select for selected database systems if the index should only be created for selected database
    systems.
    Click on the arrow behind the radio buttons. A dialog box appears in which you can define up to 4 database
    systems with the input help. Select Selection list if the index should only be created on the given database
    systems. Select Exclusion list if the index should not be created on the given database systems. Choose  .
    8.     Choose  .
    Regards,
    Prabhudas
    Edited by: Arun Varadarajan on Apr 15, 2009 11:53 PM
    Edited by: Arun Varadarajan on Apr 15, 2009 11:54 PM

  • Transporting role menu and workbook created diurectly in production system

    Hi gurus,
    We have several workbooks (and queries) that are created directly in production system. thoose workbooks are connected to a role that is created in development system and transported to production system.
    Now, we would like modify this role in development then tranport it on production system, but we are afraid that will be wiped out (overwrite) our production system workbooks (because the role not contains this workbook in development).
    Could you please explain to us what we have to do in order to not wiped out our production workbooks.
    Thank you in advance

    thank you, it's more clear for me...
    Exactly, to have all my requests and workbook in development, I tried to use "Transport order of copy (it means transport queries from Production system to development system)", then to connect them with the corresponding roles in development, but I have the think that BW considers them as new requests when I re-transport them again on the prod.)
    Could you say me if i can transport my production system queries on my development system, and manage them in this system (development) in the future.
    Thank you in advance

  • How to Activate Transformations and DTP in PRODUCTION

    Hi Experts,
    I Have done some modifications in datasource in R/3 when i treid to run the Infopacakge in BI, I see the Datasource is inactivate.
    So I have activated the DS through the program in se38 rsds_datasource_activate_all, after that i see the transformations and DTP is inactivate.
    In 3.5 we have program to activate the transfer rules and updates though rsds_transtru_activate_all  i dont have idea for update rules program to activate.
    *Is there any program to activate the transformations and DTP in Production.Rather than re-transport entire thing.*
    Regards.

    There is no activation program for Transformations. In order to do that in production, you would have to have the client opened for modification and manually activate the Transformation(s) that are in a deactivated state. This isn't advisable however. The best approach to activate deactivated Transformations is to capture on a transport in the development environment and move that transport throughout the landscape to production.
    The SAP delivered ABAP program RSDKDTPREPAIR is available for activating DTPs. There is no selection screen for this program, however, and therefore it would try to activate all DTPs. This program should only be executed in background.
    Here are the other activation programs in case you need them or are interested (I realize that you mentioned or more already):
    RSDG_CUBE_ACTIVATE (InfoCube)
    RSDG_IOBJ_ACTIVATE (InfoObject)
    RSDG_MPRO_ACTIVATE (MultiProvider)
    RSDG_ODSO_ACTIVATE (DSO)
    RSQ_ISET_MASS_OPERATIONS (InfoSet - Requires client to be opened)
    RSDS_DATASOURCE_ACTIVATE_ALL (DataSource)
    SAP delivered program RSDS_TRANSTU_ACTIVATE_ALL is for activating Transfer Structures, which aren't relevant for 7.x DataSources.

  • Unable to create DTP

    HI
    I am trying to create DTP for a master data infobject, before i do any change,
    i m getting a message "Enter a valid value" and am unable to proceed further
    plz help
    Regards

    U have to apply following SAP note.
    Note 1171462 - Error while maintaining DTP for Master Data Update
    Summary
    Symptom
    You are unable to create/maintain a Data Transfer Process(DTP) which loads Master Data into a Characteristic. While maintaining the DTP, you encounter an error message - 'Enter a valid Value' (00 002) and you are unable to navigate out from the 'Update' tab of the DTP.

  • Can 119 phantom asslys at one bom level  create problem in product costing

    I am going through a scenario where there r 119 phantom assemlies at one bom level. Can this create problem in product costing? It has been told to me by somebody that there can not be more than 99 phantom asslys at one level of bom? Is that true? My problem is that when i am doing product costing it is showing error-" too many dummies at bom level". Is this related to no. of phantom asslys at one bom level?

    HI bala,
    all the materials are costing relevent. I thik this problem is releteted with no. of phantom assemlies allowed at one bom level.
    I had 119 phantom assemlies at bom level 3 of a varient material. At that time it gives me abap runtime error during product costing.
    Now I have removed special procurment key 50 from material master of 20 number of phantom asslys. so now there r now 99 phantom assemlies at bom level 3.
    I have taken costing run and its not giving error.
    so i reached to conclusion that statndard limit of no. of phantom assemlies at one bom level can not exeed 99.
    Now customer requires 119 phantom assleys at this level 3 of bom.
    So can u suggest me whether i should contact sap to increase this limit for this perticular case?
    will they solve my problem or there is any other solution to this?
    please reply.
    nitin

  • Create SAP Packaged Product

    Hi Folks,
    Could you give me a step by step process of creating a packaged product in CRM? I have gone through the reference in http://help.sap.com/saphelp_crm52/helpdata/en/46/57832701a208e7e10000000a114a6b/content.htm
    I need to know how exactly to do the following:
    Process
    1) Create a product in SAP CRM.
    2) Assign the product to a category.
    3) You have previously assigned one of the following roles to the category in SAP CRM:
    a) sales package
    b) combined rate plan
    c)rate plan
    3) You must choose a category to which one of these roles is assigned, otherwise the system cannot treat the product accordingly when running the product configuration, and determining the assignment of products.
    4) Assign groups to the product top node.
    5) You can determine whether groups are optional or mandatory, and whether they should appear as default or not.
    6) Assign products to the group or individually to the package product or product.
    I would be very grateful if I am guided in details about steps 4,5 and 6 especially.
    Thanks.
    Shiladitya De

    Hi.
    Maybe, I think that the purpose of style is to use it with SO10.
    Therefore, it doesn't use it in SAP script.
    SAP script copies with SE71 and changes.

Maybe you are looking for

  • Using Flex Component Kit for FlashCS3 in Flash Builder

    Hi at all, i apologize for my english. I'm using Flash Builder 4 and i've created a movie clip symbol in Flash CS4. I convert the flash symbol in Flex Component but Flash Builder sends a "Verify Error" because the mx.flash.UIMovieClip class in the Fl

  • Dead Locks

    Gurus, Please clarify me the three questions which I am posting below 1) What's the deadlock situation ? How oracle treats the dead lock situation 2) Disadvantages of having index 3) I have two tables A and B .. In table A, I have two columns (say co

  • Header/Line Item Mapping Problem

    Hi all I am trying to achieve some kind of header to line item mapping using the graphical mapping tool. The scenario is as following: PU1/PA1/NAME My big problem now is with NAME in the NM1 segment, which is kind of a header to item level mapping si

  • Problem in OKS_CONTRACTS_PUB

    Hi, I am making a conversion for contracts. Here is my code r_k_header_rec.contract_number := v_contract_number; --M203125v3 r_k_header_rec.start_date := to_date (v_contract_header.start_date,'MM/DD/YYYY'); r_k_header_rec.end_date := to_date(v_contra

  • Colors keep a changin'?

    Dearest Kuler, Just wondering why when you make changes to the numeric text entry fields withing kuler other colors values change. It is a little annoying when trying to establish a color scheme with strict RGB or CMYK values. Kuler is a great applic