Updating custom schema created using RCU

I followed the following chapter from RCU user guide to create a custom schema using RCU:
[Extending Repository Creation Utility to Configure Custom Application Repositories|http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14259/rcu_extend.htm]
RCU allows only two operations - 1. create a new schema OR 2. drop a schema.
Can RCU be used to update or modify a custom schema, which has been created using RCU itself?
The use case is: update certain rows in a few tables of the custom schema, whenever there is a fix.
Basically we need to deliver patches (insert scripts containing the fixed or corrected data) to the custom schema created using RCU.
Does RCU support this use case?
Thanks,
Mahendra
Edited by: Mahendra Varman on Jun 8, 2011 5:10 PM

Thanks for the suggestions. Having a bad day with this today.
Unfortunately, it did not work. I had to re-install the whole thing with the repository in an 11g database and that didn't work either! (see OBIEE 11g: Cannot log into BI Publisher after fresh Install
Thanks.

Similar Messages

  • Customer Master Create using CRMXIF_PARTNER_SAVE (IDOC)-documentation

    HI All,
    please send me some documents related to the following question
    Customer Master Create using CRMXIF_PARTNER_SAVE (IDOC)
    Regards,
    Radha Krishna

    Hi Krishna,
    Check out the documentation available on http://ifr.sap.com/catalog/query.asp
    SAP CRM - 4.0 > Customer Relationship Management > Master Data > CRMXIF_PARTNER_SAVE
    In the meanwhile I shall check if I have something better and more detailed.
    Regards
    Binai

  • Error in updating custom database table using UPDATE SET Command

    Hi,
    I developed an automated collection system program in one of our clients simulating FBE1 (Payment Advice Creation) and F-28 (Posting of Incoming Payments) transaction codes. Upon posting, we encountered an error in PRD server wherein, for some of the posted items, the STATUS field in our custom table was not successfully updated. We tried to reverse the clearing document and debug the program. Upon posting, we were able to successfully update the status. We could not simulate the error in QAS since all the postings in QAS were successful and all status' relating to these postings were updated as well. We tried posting multiple times and the program seems to be working fine. In PRD, this behavior is just random and there is no specific pattern as to how the error occured. Provided below is the code I used for updating custom table ZFIACSF28. The STATUS field should be equal to '4' once the posting is successful. We are not sure if this is a database related issue. 7 users are authorized to do the postings in PRD and they are using the same user account.
    CODE:
      CALL TRANSACTION 'F-28' USING gt_bdcdata
                              MODE   'E'
                              UPDATE 'S'
                              MESSAGES INTO gt_messtab.
      READ TABLE gt_messtab INTO wa_messtab WITH KEY msgtyp = 'S'
                                                     msgnr  = '312'.
      IF sy-subrc EQ 0.
    update status for items cleared bearing the same OR Number*
        UPDATE zfiacsf28 SET status       = '4'
                             zsapdocument = wa_messtab-msgv1(10)
                             zruntime     = sy-uzeit
                             zrundate     = sy-datum
                       WHERE zor          = gv_zor
                       AND   customer     = gv_customer.
        COMMIT WORK.
    ENDIF.

    Hi,
    it's not possible that status isn't updated in zfiacsf28 while date and time are updated there, because it's hard coded.
    There must be other programs that also change your table zfiacsf28 and maybe clear those fields. Maybe the key fields zor and customer cannot provide  duplicate access, what is the meaning of field zor ?
    Please check the where used list of table zfiacsf28 to find other update programs.
    Regards,
    Klaus

  • IS-RETAIL: How to update custom enhancement field using BAPI?

    Hi gurus,
    Like ECC BAPI: BAPI_MATERIAL_SAVEDATA,
    This BAPI(BAPI_MATERIAL_MAINTAINDATA_RT) is specific for IS-RETAIL to create and update material master data.
    But now If I append one custom field "ZFIELD" to end of table MARA, my question is how to update this custom enhancement field(ZFIELD) using BAPI(BAPI_MATERIAL_MAINTAINDATA_RT)
    Thanks in advance!

    Hi DongHai,
    I suggest you create your own BAPI. Just copy the codes in BAPI_MATERIAL_MAINTAINDATA_RT and add your custom fields. If you want to append the data of the custom field in table MARA, first, you have to create a structure table then goto SE11, type MARA and display. Click the APPEND STRUCTURE then choose the structure that you've created. Hope this will help.
    Rewards if useful
    Regards,
    Mark

  • To capture customer # while creating using  transaction XD01

    Hello..Requirement is to capture 'Sold-To' customer # which gets generated internally by SAP. I tried exit 'EXIT_SAPMF02D_001' but not successful. I am using transaction 'XD01' to create 'Sold-to' customer and I need to capture internally generated customer # before KNA1 gets updated.
    PLEASE ADVISE!.
    THANKING YOU IN ADVANCE!.
    FELLOW ABAPER.

    Normally the number is generated internally. This updates KNA1. For what purpose ru trying to use it. If u want to check it u will not be able to it. But, when u try to save it, u can check it using the corresponding user exit and use it internally for ur purpose. I dont exactly remember the user exit for save, but u can use it in it.
    Pl. reward points if this is what u needed.

  • Mass Update custom condition types using LSMW

    Hi Members,
    Our client has created some custom Condition types for Discount/Surcharges , which they included in info records. Now, I am developing a LSMW which Updates/Creates inforecords. But, it was unable to create or change the custom condition types, as there is no access sequence for these custom ones. The standard SAP documentation confirms the same, access sequence not required. Even transactions like  MEKP/MEK2 are also unable to change the condition record data. Is there anyway, I can change the condition records data in SAP, except manual updation
    -Thanks!
    Edited by: Tirumala Nalla on Jul 30, 2009 7:32 AM

    Hi  Greetson,
                I have tested BAPI_SALESORDER_CHANGE ,that is also not deleting the header condition types.  If you see the code for BAPI_SALESORDER_CHANGE,it calls only SD_SALESDOCUMENT_CHANGE .I could not able to delete the header condition type that.It didnt say any error message or success message for condition types.It just says Order Header processed successfully and item processed successfully.Can you tell me what i am missing .
    Regards,
    Vigneswaran S

  • Updating Customer Table - Creating Notifications

    Hi There everybody, i need to update a customer (Z-table) table after the notification number is created and available when creating a notification. Is there anyway i can achieve this, either Badi or any other way.
    Thanks a lot
    AJ

    Not needed Anymore

  • Can i create more than one attributes for the custom class created using java API

    Hello everyone,
    I have been creating class and its attributes programatically using java APIs, I want to know that is there any way to create multipal attributs for the same class in just one call of API with all the options for each attributes,
    thanks

    You can create a new class and define all of the Attributes at the time the class is created - this is the preferred way of creating classes. Use the addAttributeDefinition() method on ClassObjectDefinition. If you need to add attributes to existing classes, you can only add them one at a time (using the addAttribute() method on ClassObject).
    (dave)

  • Slow loading custom iBook created using ibook author

    I have 25 pages. I have audio too, but they are like 45 kb to 65kb.
    When I go to the next page, My next will get blurry and then load for 3seconds , then my page is not blurry anymore
    IS there a way to fix this?

    lovesisi wrote:
    I use ChaparralPro-Regular and Lato. I dont know if this is apple font or not.
    I think not.
    http://support.apple.com/kb/HT5944
    http://support.apple.com/kb/HT5878
    Custom fonts like that get imbedded in the text, and iBooks has to process them, which could cause delay.
    Are your special fonts displaying properly in iBooks?  Sometimes the embedding doesn't work.

  • Unable to create a QUEUE in custom schema

    Hi,
    I was able to create a Type & queue table in custom schema, but using them was unable to create a QUEUE in custom schema
    I'm using the following piece
    DBMS_AQADM.CREATE_QUEUE(queue_name => 'XXXXXX_QUEUE',
    queue_table => 'XXXXXX_QUEUE_TABLE'
    Whereas in APPS schema I'm able to create the same queue.
    Pls advice ...

    Hi,
    The only reason is that, we create all the custom objects (owner as custom schema), and a synonym in APPS.
    I did not get any error, but the queue, is not getting created
    Following are the scripts used
    CREATE OR REPLACE TYPE 'XXXXXX_QUEUE_TYPE
    AS OBJECT (TYPE VARCHAR2(15));
    BEGIN
    DBMS_AQADM.CREATE_QUEUE_TABLE (queue_table => 'XXXXXX_QUEUE_TABLE',
    queue_payload_type => 'XXXXXX_QUEUE_TYPE'
    END;
    BEGIN
    DBMS_AQADM.CREATE_QUEUE(queue_name => 'XXXXXX_QUEUE',
    queue_table => 'XXXXXX_QUEUE_TABLE'
    END;
    BEGIN
    DBMS_AQADM.START_QUEUE(queue_name => 'XXXXXX_QUEUE'
    END;
    Thanks.....

  • Custom objects outside register custom Schema.

    Is there anyway of detecting custom database objects in an EBS system if they have been put somewhere besides a registered custom schema?

    When creating custom objects they should be placed in a registered custom schema and use the xx_ naming convention. However, it's just a standard, you can create objects in any schema within a the EBS database. For example if you have the privileges you can create objects in the GL schema, even though it is bad practice.
    So if I give you an existing 11i or 12 system that has been maintained by another DBA how can you check that no custom objects have been created in the standard schemas?

  • Can I update a blog created in iWeb from another computer?

    Hello Forum,
    While I am away from my office base, I would like to update my blog (created using iWeb) from another computer. I have a dotmac account.
    I thought doing this should pose no problems, but I simply can't figure it out.....
    Hope someone can help me out on this one.
    Many thanks in advance,
    Greg

    When you go to .mac and log in, you should see stories there regarding the features of .mac. One of the recent ones (should still be on the front page) is Tech note: Using iWeb on more than one Mac
    Underneath this header, you'll find
    "All you need to do is quit iWeb (if it’s open), locate the domain.sites file (Users/<username>/Library/Application Support/iWeb/domain.sites), and move it to wherever you’re going to use it. Then double-click the file in its new location. iWeb will launch, and you’re done. From then on, iWeb will automatically save your work in the new location, and you’ll be able to publish your site from any Mac that has access to it.
    So, if your domain.sites is small enough to fit on your iDisk, you could keep a copy there and use it from any computer that has iWeb 1.1 or later installed to update your blog.

  • Problem creating a form on a table from another custom schema

    Hi,
    I have a table in a custom schema that i have granted SELECT, UPDATE, INSERT and DELETE to our apex schema. I have created a synonym for this table under the apex schema but I can't build a form for it. If i try adding the form when creating the application, it gives me an error about not having a primary key on the table, which i do. If i create the application with a blank page and then try to add the form, it gives me an error that the table must contain at least one column, which it contains 12. If i view the table in the SQL Workshop, it gives an accurate count of rows in the table but doesn't provide any information about the table and doesn't display the data.
    If I login to TOAD under our apex schema and view the synonym object, i can see all of the information about the table - the columns, the primary key, etc. But I can't see it inside the Application Express app.
    Can anyone tell me why this is and what i can do to build a form on this shared table?
    Thanks,
    Troy

    Troy,
    I suggest you get rid of the synonym and then don't use the Create Application wizard for this purpose. Instead, create the application, then use a create page or create form wizard. It should first ask you for the name of the schema that contains the table. If you get that far, you should be on your way.
    Scott

  • Issue with Update / Overwrite Partner functions after a customer is created

    Hi All,
        I have been using the standard program RFBIDE00 in LSMW to update / insert the business partners. I could update different partners for PY,SH after a customer is created but for only BP one more entry is getting added instead of updating the existing entry
        Could anyone please let me know why this is happening.
    SP     Sold-to party     6353240
    BP     Bill-to party     6353240
    *BP     Bill-to party     6353538*   ENTRY WHICH GOT ADDED
    PY     Payer             6353241
    SH     Ship-to Party     6353240
    Thanks in Advance
    Vijay....

    Hi All,
        I have been using the standard program RFBIDE00 in LSMW to update / insert the business partners. I could update different partners for PY,SH after a customer is created but for only BP one more entry is getting added instead of updating the existing entry
        Could anyone please let me know why this is happening.
    SP     Sold-to party     6353240
    BP     Bill-to party     6353240
    *BP     Bill-to party     6353538*   ENTRY WHICH GOT ADDED
    PY     Payer             6353241
    SH     Ship-to Party     6353240
    Thanks in Advance
    Vijay....

  • Issue in Updating Customer specific fields in WBS using BAPI_BUS2054_CREATE_MULTI

    Hi Experts,
    I am able to create the WBS element using BAPI_BUS2054_CREATE_MULTI.But the issue is i am not able to update customer specific fields even after passing the fields as per specification in Function module documentation. I have also created an implementation of BADI  as per below specification in FM documentation:
    Procedure for Filling Standard Enhancements
    Before you call the BAPI for each object that is to be created or changed,
    for which you want to enter customer-specific table enhancement fields, add a
    data record to the container ExtensionIn:
    STRUCTURE:    Name of the corresponding help structure
    VALUEPART1:   Key of the object + start of the data part
    VALUEPART2-4: If required, the continuation of the data part
    VALUPART1 to VALUPART4 are therefore filled consecutively, first with the
    keys that identify the table rows and then with the values of the
    customer-specific fields. By structuring the container in this way, it is
    possible to transfer its content with one MOVE command to the structure of the
    BAPI table extension.
    Note that when objects are changed, all fields of the enhancements are
    overwritten (as opposed to the standard fields, where only those fields for
    which the respective update indicator is set are changed). Therefore, even if
    you only want to change one field, all the fields that you transfer in
    ExtensionIn must be filled.
    Checks and Further Processing
    Using the methods ...CREATE_EXIT1 or. ...CHANGE_EXIT1 of the BAdI
    BAPIEXT_BUS2001, BAPIEXT_BUS2002, and BAPIEXT_BUS2054, you can check the entered
    values (and/or carry out other checks).
    In the BAdI's second method, you can program that the data transferred to the
    BAPI is processed further (if you only want to transfer the fields of the CI
    includes, no more action is required here).
    But still i am unable to update fields though i am able to create WBS with rest of the fields except  custom fields.
    I am using attached code to achieve this.Do we need to code anything inside method create_exit1 or create_exit2 implementation for BADI or
    Please help on priority

    Hi Rahul,
    First observation from your code is that i could not find the assignment for the field
    GWA_WBS_EXTIN-STRUCTURE. I hope you are not filling this field, that could be one reason for failure. Try to do it and let us know if you still have the problem.
    Br..
    Dwaraka

Maybe you are looking for