Entries in Database Tables are missing

Hi Experts,
In ERP2004,
I have 2 tables in different clients. The 2 tables have some entries in Client 000. But same entries are not there in the 2 table in the copied client 020. IS there any way that these table entries can be brought into client 020?
I am familiar with SCC1 but i donot have a transport request in Client 000. How to get these entries into target client.

Hello
Basically depending on the type of table involved , the recommendation varies.
Just copying table entries may lead to inconsistencies etc .
so need to find out what made the table entries disapper.
If after analysis if its decided that the table entries are really required , then one way is to use R3trans to copy  data across clients.
SAP note 1942 provide the details about it
Hope this helps
Ravinder

Similar Messages

  • Tables are missing in universe

    I am using MS Sql Server-2005 . I have restored a database from .bak file. I am creating Business objects  Universe for that database. I am to create a connection for that database in universe. But when i am trying to import/insert tables ,tables are not visible (tables are missing.) can anyone help me to resolve the issue ?
    Thanks in advance

    Hi,
    is it the RTM Version of XI 3.1 or with any SP / FP?
    I meant the Client. Are you using the SQL Native Client for 2005 or the build- in from Windows?
    Regards
    -Seb.

  • Some SAP R/3 Tables are Missing

    Hi Friends,
    I made a connection between SAP R/3 and Crystal Reports.  When I am trying to see the tables of SAP R/3 I am not able to see all the tables only few tables are visible.  For example in Standard table I am able to see only LIKP table, but VBAK, VBAP etc ... tables are missing in the list.
    Can any one guide me to get the total list of SAP R/3 tables.
    Regards
    Sankar

    See this posting for how to: Crystal Reports 10
    You'll have to change the registry key to match your version but should work for you.
    Thank you
    Don

  • File-to-rfc ..database tables are not updating??

    hi xi friends..
    in my file -to-rfc scenario.. without BPM ..
    in sxmb_moni..it is showing successfull.. database tables in sap not updating..
    my source structure..
    workorders 1..1
    ..order 1..unbounded
    ...id
    ...operation 1..unbounded
    .....id
    .....closingdate
    .....status
    .....comment
    my target is Zbapi_alm_conf_create..
    Zbapi_alm_conf_create
    ...Zdetail_return 1..1
    .....item 0..unbounded
    ...Ztimetickets
    .....item 0..unbounded
    .......orderid
    .......operation
    .......fin_conf
    .......con_text
    .......exec_fin_date
    in message mapping:
    MM_file_to_zrfc
    i changed the occurance of target to unbounded..
    message mapping like this..
    my source structure..
    workorders 1..1 
    ..order 1..unbounded   --------->Zrfc 0..unbouned
    ...id                  --------->Ztimetickets-item-order
    ...operation 1..unbounded ------>Ztimetickets-item 0..unbounded
    .....id                ---------->Ztimeticktes-item-operation
    .....closingdate       ----------->Ztimeticktes-item-exec_fin_date
    .....status            ----------->Ztimetickets-item-fin_conf
    .....comment           ------------>Ztimeticktes-item-conf_text
    and also in  interfacemapping ,changed the target occurance to unbounded.
    and in ID ,interface determination using enhanced i selected interface mapping with occurance unbounded..
    in sxmb_moni it is showing success..
    in adapter monetering( receiver).
    <i>Receiver channel 'cc_sap_work' for party '', service 'SAP_ERP__DEV' (internal name 'RfcClient[cc_sap_work]')
    Client data: {jco.client.lang=EN, jco.client.snc_mode=0, jco.client.client=400, jco.client.passwd=****, jco.webas.ignore_jdsr_error=1, jco.client.user=aar, jco.client.sysnr=10, jco.client.ashost=53.247.192.84}
    Repository data: {jco.client.lang=EN, jco.client.snc_mode=0, jco.client.client=400, jco.client.passwd=****, jco.webas.ignore_jdsr_error=1, jco.client.user=thotv, jco.client.sysnr=10, jco.client.ashost=53.247.192.84}
    Current pool size: 0, maximum pool size : 1
    Channel History
    - OK: 2006-12-31 14:19:47 CET: Message processed for interface ZBAPI_ALM_CONF_CREATE
    - OK: 2006-12-31 14:18:50 CET: Message processed for interface ZBAPI_ALM_CONF_CREATE</i>
    but the database tables are not updating..if i execute ZBAPI_ALM_CONF_CREATE manually in SAP ..tables are updating...
    please guide me...
    thanks in advance...
    regards
    Ram

    Hi..
    my mappis is like this..
    message                   message
    .message1                         message1       
    ..workorders 1..1 
    ..order 1..unbounded   -
    >Zrfc 0..unbouned
    ...id                  -
    >Ztimetickets-item-order
    ...operation 1..unbounded -
    >Ztimetickets-item 0..unbounded
    .....id                -
    >Ztimeticktes-item-operation
    .....closingdate       -
    >Ztimeticktes-item-exec_fin_date
    .....status            -
    >Ztimetickets-item-fin_conf
    .....comment           -
    >Ztimeticktes-item-conf_text
    i didnt mapped message at root..is this necessary to mapp messages??
    please tell me
    regards
    ram

  • Delete entries from Database table  t71inp1

    Hi,
    I want to Delete entries from Database table  t71inp1. Its a H R Table. I want to know the exact code.
    i saw the cide delete bkpf where usnam = p_name.
    Will it work the same here. Also.
    Please let me know.
    I hope to get reply from you soon.
    where should i write the code. i.e. Tcode SE38 and directly deeleting write the code.
    Please give me some inputs. I am new to H R ABAp
    Shivakumar K B
    919886920258

    hi
    You can write a program in se38.
    create a program.
    use delete from t71inp1 where<condition> command in it.

  • Delete entry from Database table

    Hi,
    I configured one PCR scenerio in SPRO node -> business Packakes/ funtional packages-> Manager self service-> Personal Change request -> Group Change request scenerio.
    later I deleted that entry in backend, but still the same entry exist in db table "TWPC_PCR_Groups" .
    How can we delete that entry?
    thanks

    Hi,
    If you just want to delete a single entry from database table then you have to it in debug mode .
    go to se11->Give table name->Press F7( ie: display table entries)-> Goto the table contents (CTRLSHIFTF10)->Select the entry you want to delete->Give /H in the command bar ->enter into debug mode-> Give code as DELE -> save it. and press enter. Your entry will be deleted from database.
    Hope this helps..

  • How to tracke the new entries in database table ?

    Hi,
    How to tracke the new entries in database table ? is there any FM or report is there to check it ?
    regards
    vishnu

    Hi Vishnu,
    u can write a report program for this and in that use the event  :
    AT NEW <field-name> ( use primary key)
    your statements
    ENDAT
    for eg.
    loop at itab ( herfe itab must be of type of table for which u want to track new entries)
    at new matnr
    write:/ new record
    endat
    endloop.
    schedule this report in background to run in every 5 or 10 mins as per your requirement and hence changes can be tracked.
    regards
    Vinod

  • Re: Some Tables are missing: Query Builder

    Thank you!!! I had the same problem and this (table.xml) has helped, I can now see the tables in the left.
    I'm also not able to see any tables in the "Query Builder". I have tried to explore to see if the fix is similar with no luck. Does the Query Builder have a simlar fix?
    Thanks!!!
    Max

    Max,
    I branched this query to start a new thread. While the thread: Some Tables are missing did help you see your tables, much of the discussion happened last year and was not about the query builder.
    In the query builder for the current 1.1.2 build, you can only see tables you own. In the next update, you'll also be able to see tables you have select access to.
    Regards
    Sue

  • E-Recruitment  and EHS - tables are missing ECC 6.0

    Hello All,
    We have recently noticed that we have tables missing in our  SAP HCM and our EHS(Employe Health and Safety) Development Box.  I am attaching the list of tables for review by all.  Can someone tell me, please, if they know what these tables are for and if they are part of a note or submodule running off main modules for E-Recruitment and EHS.  I checked notes in OSS but cannot find the tables for the EHS or E-RC modules.
    We cannot find these tables listed anywhere.  We are using ECC 6.0 and the BB installlment was for N. America.
    <b>EH&S Tables</b>
    CCRCC_CHCK_ON - EHS: Online Checks for Regulation/Scenario/Scenario Category
    CCRCC_DET - EHS: Data Determination Modules per Regulation/Scenario
    CCRCC_DETDOCTYPE - EHS: Modules for Regulation/Scenario/Scenario Category
    CCRCC_EXCHG - EHS: Data Transfer from and to EH&S
    CCRCC_FILTER - EHS: Data Filtering
    CCRCC_LIMITG - EHS: General Quantity Restriction
    CCRCC_LIMITS - EHS: Relative Quantity Restriction
    CCRCC_MON - EHS: Monitoring Settings
    CCRCC_PERIOD - EHS: Period Definition
    CCRCC_SCENTYPE - EHS: Scenario-to-Scenario-Category Assignment
    <b>ERECRUIT - PA-ER - E-Recruiting</b>
    T77RCF_INCL2FORM - Assignment of Text Element to Smart Form Template
    T77RCF_WL - Worklist
    T77RCF_WLA_IDXGR - Index Group for Worklists
    T77RCF_WL_ACT_P - Action Profile of Worklists
    T77RCF_WL_OUT_P - Output Profile
    T77RCF_WL_SEL_P - Selection Profile for Worklists
    T77RCF_WL_SEL_PV - Values for Selection Profiles in Worklists
    Points awarded!!

    Hello Brenda,
    I cannot speak for the EHS stuff but the tables you mentioned for E-Recruiting are part of the functional enhancements for e-recruiting 600 delivered with e-recruiting servie pack 7.
    E-recruiting delivered 2 service packs which implmented new functioons. These were the e-recruiting packs 5 and 7. Futere enhancements will be delivered with the standard EhP (enhancement package) szenario - first of them is EhP3 for e-recruiting awaylable today if i remémber the schedules correctly..
    You are probably missing these tables as you do not have installed the packages yet - so check your sp level. I strongly recommend you to upgrade to the newest service pack 11 for e-recruiting especially if you use / plan to use the webdynpro candidate frontend. But also for other implementation szenarios the sps are very urgent.
    For the table in detail:
    T77RCF_INCL2FORM - is a tablke for the new letter / correspondence change functionality using a dedicated changable text area in the smartform whixh has the advantage towards the old solution that changed correspondence can be printed propperly.
    All other tables are part of the so called dashboard functionality.
    You can find additional information on these functional enhancements in the software download centered of the sapnet under "Installations and Upgrades" -> "SAP Application Components" -> "SAP ERP" -> "SAP ERP 2005" -> "Documentation".
    Best Regards
    Roman Weise

  • Database table TRSTIT missing after Upgrade

    Hi All,
    We are upgrading from 4.7 to ECC 6. On the upgraded system we could not find the database table TRSTIT. This is not happening in all system. The table was not there in Sanbox it exists in DEV and its not exist in QA againg. Has any one faced this issue before, please provide on fixing this issue.
    THanks,
    Arun

    Hi Phillip,
    Could you please check upgrade status and log files which might be help to indicate what went wrong during the upgrade process?
    https://technet.microsoft.com/en-in/library/cc262967.aspx
    I find an article similar to your situation for your reference:
    http://www.binarywave.com/blogs/eshupps/Lists/Posts/Post.aspx?ID=295
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Database views are missing

    Post Author: dee7231
    CA Forum: Data Connectivity and SQL
    We have an ODBC connection to an Oracle database.  There are 7 views that are created.  However when we try to pick the view from the table selection in crystal, we see the tables but not the views.  We have two ODBC connections, one to a test database and one to production.  the test is fine when we expand the connection we get 2 options tables, and views. In the production connection, when we expand the ODBC we just get the list of tables.  We had the same problem with test, and we fixed, but now we can't remember how we fixed it. We've compared the two connections and we can't find the difference.  I know it's something simple that we're missing, please help.Thanks. Dee7231 

    Post Author: dee7231
    CA Forum: Data Connectivity and SQL
    Sorry should have mentioned it.  Yes we granted all access to the views, and we've gone in to SQL Plus and tested the user.  And we can see the views that way.  Testing it yesterday, we found that if we used the Oracle Server connection and connected directly to the prod database that way, we could see the views.  If we try to go in through the ODBC connection we can't.  We've taken the ODBC connection for the test DB (that's working correctly), and pointed it to the prod DB and we still can't see the views.  We deleted and recreated both ODBC connections and the test DB works and the prod DB doesn't.

  • After storing pdf in a database table I miss some content

    Hello,
    we develop an Application with APEX 3.0.1 and create pdf-documents. The database is 10.2.0.3. Report Queries were created in APEX and layouts were created with BI Publisher. There were defined two buttons. The first one is for interactive printing the report pdf and it works correctly. The second button is for saving just this report pdf in the database, the PL/SQL procedure use the same ReportURL. If I view this report pdf after storing in the database, the pdf displays not all of the content like in interactive printing document.
    Is there anybody who knows this situation? What can I do for finding the reasons for this behavior?
    Best regards,
    Susanne

    Susanne,
    I'm not sure how you're retrieving the PDF document in the DB and store it there. But you mentioned that you use APEX 3.0.1, have you considered upgrading to APEX 3.1.2? In 3.1 we introduced print APIs, like apex_util.get_print_document that are designed specifically for this purpose:
    http://download.oracle.com/docs/cd/E10513_01/doc/apirefs.310/e12855/apex_util.htm#CHDIEDJH
    Regards,
    Marc

  • A space is added with an entry n Database Table

    Hi Gurus,
    I am in process of adding a new entry to a Ztable thru BSP application. When I enter, the field (char 100) is added with a space before the value in the Dbase table.
    Any suggestions would be appreciated.
    Regards
    Prakash

    Use the below code..It will solve your problem..
    Data: c_space type c value space.
    SHIFT v_text RIGHT DELETING TRAILING C_SPACE.
    SHIFT v_text LEFT DELETING LEADING C_SPACE.
    <b>OR</b>
    Use CONDENSE statement.
    <i>* Reward each useful answer</i>
    Raja T

  • DW8 - My Site Database Connections are Missing

    Has anyone experienced their site database connections being
    lost in Dreamweaver 8? This is not isolated to one site definition,
    but on all of my sites.
    I cannot add a new database connection, and I cannot access
    existing database connections while trying to create new
    recordsets. All my existing recordsets and bindings appear in the
    Application panel. When I click the + button to create a new
    connection in the Databases tab, nothing happens. My sites are
    fully defined with document types and testing servers defined.
    Has anyone experienced this or know how to fix it? I've
    searched and searched and cannot find anything about this anywhere.
    Thanks in advance.
    hg

    Hi!
    You could try this It worked for me on all my connections.
    I found a extension called SP2DBFix1.0.2.mxp
    Down load here,
    http://download.macromedia.com/pub/dreamweaver/extensions/SP2DBFix1.0.2.mxp
    to fix a XP pro service pack2 connections.
    To fix: I went to Sites/Advanced/Remove connection Scripts,
    ran that removed
    my connection scripts. I deleted all my connections in the
    connections
    folder, so make sure you copy the connection info so you can
    re make them. I
    then shut down Dreamweaver 8 installed the extension then
    opened dreamweaver
    8 made a new connection and it works.You have to run this
    same routine on
    every site you have setup with connection scripts sorry, but
    its a bug of
    some kind.
    Good Luck.
    Dave
    "achwebman" <[email protected]> wrote in
    message
    news:fnvhte$9fk$[email protected]..
    > Has anyone experienced their site database connections
    being lost in
    > Dreamweaver 8? This is not isolated to one site
    definition, but on all of
    my
    > sites.
    >
    > I cannot add a new database connection, and I cannot
    access existing
    database
    > connections while trying to create new recordsets. All
    my existing
    recordsets
    > and bindings appear in the Application panel. When I
    click the + button to
    > create a new connection in the Databases tab, nothing
    happens. My sites
    are
    > fully defined with document types and testing servers
    defined.
    >
    > Has anyone experienced this or know how to fix it? I've
    searched and
    searched
    > and cannot find anything about this anywhere.
    >
    > Thanks in advance.
    >
    > hg
    >
    >
    >

  • Entries from database table

    Hi all,
    I need to fetch the first record from a data base table. I don't have any primary keys. Infact without using any primary keys i just need to select the first records from the table.
    I have used select single and select up to 1 rows (I should not use order by primary), some times it gives me the correct result and sometimes not.
    Can you tell me any other way to do it.
    Thanks.
    Mungala.

    Hi Praveena,
    Can you try
    SELECT * from DBtable....
    <b>if sy-subrc = 0.
    exit.
    endif.
    ENDSELECT.</b>
    Reward points if useful.
    Regards,
    Atish

Maybe you are looking for

  • Printing Data File name on report...

    I need the datafile names to print on a report - we give the user serval files to choose from on the report and it would be nice to have the one selected as a note on the report

  • Bridge Mode?

    I just purchased a new Airport Time Capsule, but I cannot find a way to put it into bridge mode, which when purchasing I was told would be an option to extend the range of my existing router. When first setting up, I see the option to use it for exte

  • Why does FF use the IE Temporary Internet Files directory?

    I have used Firefox exclusively as my browser for the past 6 months. Recently, I checked my "Temporary Internet Files" folder, where IE stores visited pages, and found it full and up to date, even though I had deleted everything in it when I started

  • HELP! Problems retaining content & layouts b/w sessions.

    I prepared a layout, upload content for a meeting back on July 21st, Then, on July 29th I changed the layout and content and ran a different meeting Today, when I logged in to update my content from July 29th I found all my changes were gone and the

  • Adding new class in already created DIR

    I created a DIR and it is in released staus . I change the status from released to correction. One class is already added in the DIR. I want to add a new class in that DIR. but the system won't allow me. Message appearing "Multiple classification not