Standard vs RKM

I know RKM's query system tables.
What advantage does that give me over Standard Reverse Engineering?
Jz

1.) It also brings technology specific attributes (eg. Comments on tables and columns) into ODI modelthis doesn't seem to me to be a big deal..
2.) You can customize RKM to reverse engineer the way you want.From the looks of it I can limit the tables the table reversen engineered into a model with either method...
what am I missing?

Similar Messages

  • Unable to Reverse Postgresql

    Hi,
    connected to a Postgresql db and created the model in the Designer.
    When I try to reverse I get this error:
    The technology or the driver used does not support Reverse Engineering.
    with this as the beginning of details java.sql.SQLException: ORA-00001: unique constraint (ODIWR01.PK_REV_JOIN_COL) violated
    Is there a fix to this?
    I am using the latest JDBC for Postgresql.
    Thanks
    Fabio D'Alfonso

    I do not know much about postgresql. The standard reverse uses certain JDBC standard methods to get the database objects. If a particular driver did not implement some of these interface methods (and I do not know if the particular driver under discussion supports them or not), then you may get this error. If you know the system tables of postgresql, start by duplicating a standard Oracle RKM and then modify them accordingly to fit into the postgresql.
    Alternative would be to access the database using ODBC and JDBC/ODBC bridge driver from Sun if the database supports ODBC. This would be slow, but workable.

  • Transport Standard Text

    Hi All,
    I did some changes in Standard Text in the development system. Can anybody tell me how to transport the the standard text?
    Any pointer / document link will be highly appreciated.
    Thanks,
    RKM.

    Hi Ravi
    You can transport the standard text changes with a new transport request using SE01.
    In the new transport request provide the details as follows.
    PgmID as R3TR
    Obj as TEXT
    Object nam as TEXT,Standard text name,Text id,Language. Example: TEXT,ZSTTEXT,ST,E
    After providing these details Save the CTS and release to transport.
    Regards
    Hareesh

  • Populating our log message along with standard sap log in ck11n.

    Hi all,
    I have developed a user exit which is used in costing of material using ck11n.
    Here i have to show our custom log message along with the standard log shown by standard sap system after costing run is complete.
    I got one FM-- CM_F_MESSAGE  which is used by SAP. But i want the message along with SAP messages and not separately.
    Can u help me out for this. its very urgent.
    Thanks in advance.

    Hi
    I'm not sure because I don't know that trx, but I seem the function group of that function manages a log, so you can try.
    This is an extract of abap code of SAPLCKDI where that fm is used:
    CALL FUNCTION 'CM_F_MESSAGE'
       EXPORTING
         ARBGB = Y_CMF-CK
         MSGNR = '327'
         MSGTY = Y_CMF-W
         MSGV1 = SICHT
         MSGV2 = KLVAR.
    So I suppose you should call it by this way:
    CALL FUNCTION 'CM_F_MESSAGE'
       EXPORTING
         ARBGB = <your message class>
         MSGNR = <message number>
         MSGTY = <message type>
         MSGV1 = <text 1>
         MSGV2 = <text 2>
         MSGV3 = <text 3>
    I think MSGV* is optional parameter.
    Max

  • Standard report for Open Orders & JIT lines

    Hi,
    I need a standard report that will list out all open Purchase Orders and All Open JIT lines for a Supplier for Perticular plant.
    Is there any standard report that can pull this data.
    Regards
    Sandeep

    Use ME2M / ME2N  and ME2L reports with selection parameters WE101 and scope of list EINT

  • FI Invoices Outbound - Any Standard Program ?

    Hi,
      Is there any Standard program to send SAP FI Open, Chnaged and Closed Invoices in to a File (Outbound)?
    How to Track Invoice is new or chnaged or closed ?
    I appricate any help. Thank you.

    i am away from my system...Just check BKPF / BSEG tables...U can get the field name....
    Award points if useful...

  • Standard GR/IR report with the followingfields?

    Hi All,
    Transaction FBL3N gives a list of open GR/IR items at a keydate. However, I'm looking for the following fields to appear in the output
    Purchasing doc#, line item, Vendor number, vendor name, Material, Quantity, Accounting document no., Document date and Amount.
    I've tried adding certain fields using the Layout option but still havent got all these fields together. Is there any standard SAP report which would give me this output or would I need to develop a custom report?
    I also tried ABAP query but there;s no link between an accounting document and Purchase order apart from the "Assignment" field in the BSEG table which has purchase orderno. and line item combined into a single text field.
    Thanks
    Tejas

    The link between the PO and the accounting document is not a simple link, so you will not find it on the same line in ANY standard report.
    You will either have to write a custom report or use two reports or similar.
    Are you also aware of transaction MR11 this also does not display it in the format you want but it is a relevant transaction for open GR/IRs.
    I would be interested to know what you want to use this report for and why you need the accounting document numbers to be displayed like this? It might help us to help you if we know what you are trying to achieve.
    Steve B

  • XML Publisher Report in EBS without Standard Oracle Report

    Hi folks ,
    i have some questions.
    Can I create a XML Publisher Report for the EBS without a Standard Oracle Report in EBS.
    So that I can build up the files with the Desktop Publisher, create Data Definition / Template with Upload / Create the executable und concurrent and than only start the new program in EBS ?
    I have the situation that I can start my program with the template in the background but ít is searching for the report on the file system.
    Thanks in advance for the feedback.
    regards
    Kay

    Hi Ravi ,
    can i do it only with the xml Publisher , because when i tried it in the past and get all the staff like Template / DD / CP up and running and started the CR i get an error from the system that he is missing a report directly in the file system... so he searched for the report himself on system like a standard 6i Report. But the template and the dd is stored in the db. So my question again, can I use the XML Puplisher without a Standard Report or can i use a dummy file only for checking and after that he use my template / dd.
    regards
    Kay

  • How to get week of a year in American Standard

    Hi,
    I know it might be a repetitive question, but did not find a convincing solution to it in any of the previous threads. I am looking for a function (user defined, if someone has already written it) to return me the week of the year, in American Standard. i.e,the week should start on Sunday and end on Saturday (and NOT from Monday to Sunday)
    01/03/2010 - Should be the start of 1st week of 2010...... 01/10/2010 will be the start of second week and so on
    01/04/2009 - Should be the start of 1st week of 2009...... 01/11/2009 will be the start of second week and so on.
    Does any one have a function that takes a date as input and returns back the week of the year in this above format? Any help is greatly appreciated.
    Thanks

    It's a bit trickier because the ISO rule has some fine prints.
    Take a look at the example below:
    SQL> with t as (
      2  select to_date('01/02/2010', 'MM/DD/YYYY') dt from dual union all
      3  select to_date('01/03/2010', 'MM/DD/YYYY') dt from dual union all
      4  select to_date('01/03/2009', 'MM/DD/YYYY') dt from dual union all
      5  select to_date('01/04/2009', 'MM/DD/YYYY') from dual)
      6  --
      7  select dt,
      8         to_char(dt+1, 'iw') tweaked_week,
      9         to_char(dt, 'ww') nls_week
    10    from t
    11   order by dt;
    DT          TWEAKED_WEEK NLS_WEEK
    3/1/2009    01           01
    4/1/2009    02           01
    2/1/2010    53           01
    3/1/2010    01           01
    SQL> If may notice that 02/01/2010 is week 53 and and that at the same time 03/01/2009 is already week 1, being 04/01/2009 week 2.
    The reason is in the docs:
    An ISO week always starts on a Monday and ends on a Sunday.
    * If January 1 falls on a Friday, Saturday, or Sunday, then the ISO week that includes January 1 is the last week of the previous year, because most of the days in the week belong to the previous year.
    * If January 1 falls on a Monday, Tuesday, Wednesday, or Thursday, then the ISO week is the first week of the new year, because most of the days in the week belong to the new year.It depends on what your requirement asks.
    If you need to prevent any January 1st that fall on Monday to Thursday from becoming your week 1 you'd probably have to adjust that implementation and fine tune it further.
    Let us know if that will do or what your rule would be otherwise.

  • Standard def STB repeatedly blacks out for a second or 2

    A site search on "black out" does not turn up a similar issue, of course it may be my search skills are lacking. 
    New subsciber since Sep 2010.   I have 3 boxes, 2 standard QIP2500 phase 3 (basement/MBR) and 1 hi-def (LR). Hi def TV in MBR, standard in other 2.  Both standards would on occassion 'black out' for just a second or 2 ever since original install. No problem with the hi-def. One standard is wired with coax, one with s-video, the hi-def with HDMI.  When the black out occurs, the screen will freeze for an instant, then the screen goes black, then it comes back. The information on the box does not black out, the TVs don't power-off and restart. It's just the screen goes blank and then comes back. It happens without any seeming warning, and will happen at any time of day. Sometimes it will happen repeatedly, sometimes it won't happen for a long time.  Both boxes have been repeatedly reset and rebooted with no improvement.  During one tech call the tech had me relocate one of the standard boxes to the hi-def location to isolate that it wasn't a location (in-house cable) problem. I thought it curious since it was happening at 2 different locations but went through the drill anyway.  The relocated standard worked for a few minutes, then went black for a second as the problem does.  Plugging the high-def back in resolved the issue at that location. The tech said he would send 2 new standard boxes. The replacement boxes have not resolved the issue.  Any suggestions? 

    if it's doing that on two different boxes using both coax and s-video then I think that leaves a possibility of the coax.  that would be a unusual symptom of a bad coax/splitter but try this.  
    Wait for it to start acting up - when it starts acting up, stay tuned to that station, and hit your menu > customer support > in home agent > network diagnostics and click ok to start.
    check the video signal using that menu selection.  after it's done running it will give you a general message like "you're video signals are not in the optimal range"     after you see that, hit info and then look at the SNR DB   it should give you a number.
    32-36 is optimal, below that is questionable.
    If it is below that then it's probably going to be a problem with the splitter at your house, and you would either replace it yourself, or call verizon to replace it.  be sure to tell them the DB

  • I would like to add another browser so I can get google email standard, how do I do this?

    I am having a problem with my gmail account, I can only load the HTML version and not the standard version. They suggested I upgrade my browser, which I have several times and I have the latest Firefox. But, I still can not load the Standard Version in the Gmail account. Months ago I could, then it just stopped and since then I can not get the Standard Version. So, I thought I would download their browser as a second browser to be used just for Google and I can't down load it. What do I do now?

    You really want to use Firefox don't you?
    Create a bookmark and you can invoke it by it's keyword shortcut:
    : '''name:''' gmail: (standard) Gmail - Inbox (white) Standard
    : '''Location:''' javascript:void(window.open(location.href="https://mail.google.com/mail/?ui=html&zy=s"))
    : '''Keyword:''' gmail:
    : '''Description:''' https://mail.google.com/mail/?ui=html&zy=s
    Your actual problem would be resolved by deleting your Google.com cookies pertaining to gmail. Do not delete all of your cookies.
    * https://support.mozilla.com/kb/Deleting cookies
    As far as downloads go, Firefox closes the download window immediately now when the download completes, you can bring the window back up with :"Ctrl+J".
    ''More complete answer for the GMail cookies''
    * Can't open GMail in Firefox but can in I.E. - any suggestions? | Firefox Support Forum | Firefox Help<br>https://support.mozilla.com/en-US/questions/831534

  • Error message with a Serial Number after purchasing CS6 Design Standard

    Hello everyone,
    I have an error message "we are unable to validate this serial number for CS6 Design Standard" when using my official serial number.
    I got the Serial Number from my Adobe ID account and e-mail purchase validation.
    And no phone number to contact. Someone knows what I could do ?

    You should Contact Customer Care via chat; phone support is only available Mon-Fri during US daytime.

  • Error in printing a standard smartform (LE_SHP_DELNOTE)

    Hi,
    I'm supposed to copy a standard form for delivery note (LE_SHP_DELNOTE), the problem is, I'm trying to print preview the standard form but it's resulting in an error :  <b>
    Exception       FORMATTING_ERROR
    Message ID:          SSFCOMPOSER
    Message:
    Error in address output (name not filled).</b>
    I tried many printers and different systems and i'm still getting the same result.
    Could anyone help in resolving this issue please?
    Thank you.
    F.A.D

    Check if your data is ok, meaning that you indeed have an address maintained for the ship-to of this delivery.
    Hope it helps,
    Leonardo De Araujo

  • Error while transporting standard cube

    Hi
    We are facing errors while transporting a standard cube and all relevant objects.
    While collection it throws errors saying certain routines are not active, whilst unable to find those routines.
    If we ignore and transport the same, transformations es are not being transported.
    How to resolve this., please provide inputs.
    regards
    Lavanya

    Hi Lavanya
    The error log says these objects are in repair mode in this system. I searched the system for the trnsformations, but they are not present. How do we resolve these
    This only means that the objects were changed directly in the target system (could be QA or prod) and are captured in some request. You need to find the relevant request on the target system and take the appropriate action. You could chose to delete the request or transport it from QA to Prod.
    Find the requests on the target system and you will see the tranaformations collected. However, it is not going to be an easy taskl for you to find as the TR will be with the technical name. But this is definitely the reason for the error.
    Cheers
    Umesh

  • Error while executing a JDBC to Idoc scenario : No standard agreement found

    Hello SAP PI Gurus, 
    I am having a JDBC to idoc Scenario .And the interface is running at 10 min of duration. 
    <SAP:AdditionalText>No standard agreement found for ,
    BS_EXT_CTBSREPDB, , BS_ERPQAS_QE1_320, http://XYZ.com/FI/FI_FI_01/Charges, FIDCC2</SAP:AdditionalText>.
    While i test the configuration...i get an error in reciever agreement as mentioned above.
    Can you pls help me in resolving this issue.
    Regards,
    Ravi

    Hi,
        I think the problem is with namespace....for IDOC the namespace will be "urn:sap-com:document:sap:idoc:messages"...but in your case it is different.....i.e http:....etc.....please check whether you 've used the same IDOC withe above mentioned namespace in all the configuration objects like interface determination, receiveragreement etc.....
    Thanks
    Priyanka

Maybe you are looking for

  • How can I combine separate pdf documents into one document with several pages

    I have been using Preview to separate pdf pages into separate pdf documents. How might I do the reverse. Preview appears to have combined the documents in the thumbnail, but will not allow saving this. It just saves the highlighted page.

  • How to delete a Customer in its SALES AREA?

    Hi All, I've deleted a Customer by t.code OBR2. But it exists again in its SALES AREA. Could anyone tell me how to delete it in the sales area too? Thanks

  • Changing Language in 6120

    Hi all I am having trouble with changing language in 6120. Usually, I am use to change language by pressing the # key when i write some thing... BUT the thing is that in 6120, it will change the language only to the language you choose. E.G main lang

  • How to use javascript to edit image name ?

    I have 2 regions. In the 1st region I have "Select List with Redirect" so when I select the item in the list then I get the value of 1,23,.... etc for variable P2_X_COMP and it reloads the same page. Now in the 2nd region, i am trying to diaplay a im

  • Oracle Developer Suite 10g (10.1.2.0.2)

    Hi, with Oracle Developer Suite 10g (10.1.2.0.2) can we developpe for E_BUSINESS 11.5.10.2 (Oracle APPLICATIONS) with 9.2.0 DB? Otherwise which (most last)version is compatible with E_BUSINESS 11.5.10.2 (Oracle APPLICATIONS). Should we installe it on