Delete table from target system

Hi Folks,
    I have transported a table to the target system which should not have been transrpoted. The table actually doesn't meet the right naming conventions and have some unecessary fields. I want to remove the table present in the target system and transport a new table which has the right fields and right naming conventions.
Regards,
  Santosh

Ask this question in ABAP forum.
By the way when you delete the table in Dev system then it will create one transport request and you just need to transport the request into the system from where you want to delete the table.

Similar Messages

  • Unable to delete rows from Target.

    Hello everyone,
    I am unable to delete rows from target data store. Here is what I have done.
    Source Oracle 10g - staging 11g - Target Oracle 11g
    I have implemented consistent set CDC on data model in staging and added 2 tables to CDC and turned on the journals . Both tables A and B are joined together via Column E (primary key of table A). Table A is the master table(has foreign key). Table B is child table. Target column consists of all the columns of both table A and B.
    Following is what I am able to do and not to do
    ABLE TO DO. If data is inserted into both or any of journalized tables I can successfully load the same in target by performing following steps. 1. Extend the consistency window at model level. Lock subscriber. Run the interface with any source table marked as Journalized data only. Unlock subscriber and purge journal.
    ABLE TO DO. If data is updated in any of the journalized table, along with the steps mentioned above I can execute two interfaces. In one Interface table A marked as journalized data only Joined with table B and in second interface table B marked as Journalized data only joined to table a.
    NOT ABLE TO DO If data is deleted from one or both tables it shows up as journalized data in JV$D<tablename> marked as D with date and subscriber name but when i run the interface by extending the window , locking subscriber executing both interfaces, unlock subscriber purge journals. no change takes place is Target. After unlocking subscriber step, journalized data gets removed from JV$D view. Please let me know what I am doing wrong here. How can rows delted from source can also be deleted from TARGET?
    NOTE : In the flow table SYNC_JRNL_DELETES is YES
    In moel under jounalized table tab Table have following order Table A folloed by Table B
    Thanks in advance
    Greenwich

    Sorry I still do not get it. when you say "Its a legacy app", are you talking about the VB.NET app ?
    If so then I repeat my self :-) Why not to connecting to the SQL server directly?
    * even if you need information from several databases (for example ACCESS + SQL Server), in most cases, it is much better to connect directly and get each information to the app. Then in your app you can combine the information and analyse it
    [Personal Site] [Blog] [Facebook]
    Access app is the legacy app. 

  • How to copy a table from one system to another system

    Hi all,
            can any one say how to copy table from one system(sys1) to another system(sys2).
    regards,
    nagaraj

    There are many ways.
    1. Use the already existing transaport request number for that table to do the transaport (Active)
    2. Create mannual transport request from SE01 and in the object list enter following
    R3TR -- TABI -- <Table Name>
    And do the transaport.
    3. Ask your basis consultant to do the transaport from oracle layer.
    Thanks,

  • I cannot log on to my Comcast e-mail from my IMac anymore.  This is a new issue, recently I had to delete cookies from my system in order so my email wasn't frozen, but over the past few days it has went from bad to worse.  Any suggestions-I am not very c

    I cannot log on to my Comcast e-mail from my IMac anymore.  This is a new issue, recently I had to delete cookies from my system in order so my email wasn’t frozen, but over the past few days it has went from bad to worse.  I am able to enter my login information, but it just goes right back to the home page.  Any suggestions…maybe I deleted something else in the process.

    OK, restart in Safe Mode, this will clear some caches. It's possible one or more is corrupt. To restart in Safe Mode when you hear the start up tone hold down the Shift Key until you see a progress bar. Let it fully boot then restart normally and test.
    Also I am assuming you have checked Finder - Preferences  - General and see what boxes are checked in "Show these items on desktop." You can also mount an item in Disk Utility, simply highlight it and then look in the File menu for Mount.....

  • Unable to install upgrade. Deleted Firefox from my system. Attempted to re-install but unable to do so. Help!

    Had Firefox since '06...Upgraded when requested, but last upgrade would not update. I deleted firefox from my system & attempted to re-install. Would not re-load on my main system. I do have Firefox on my laptop computer and it is doing OK. My main desktop system is where I am having my problem. Have went into my system to locate any other fiirefox files to delete as I thought this may have hindered reinstalling but to no avail. Any solutions or should I just continue with IE & Chrome and substitute Bing instead?

    Before making further changes, you probably want to make a backup of your profile folder. See [https://support.mozilla.org/en-US/kb/Backing+up+your+information Backing up your information]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    If you try to ''uninstall'' Firefox using the Windows control panel (where it is listed in Programs/Features or Add/Remove Programs as Mozilla Firefox), does that work?
    To make sure no Firefox components are running in the background, you might want to restart Windows.
    Also, make sure you get the new installer from the source at http://www.mozilla.org/
    Finally, I always suggest downloading and saving the installation file to disk before running it so that you have it available for reference in case you need it.

  • Homegeneouscopy  R3load procedure generated more tables on target system

    Hi All
    My source system is 46C SR2 /oracle 817/HP_UX PARISC and
    Target System is 46CSR2 /Oracle 10202/HPUX IA
    I used R3load procedure to export database from source system and completed import successfully into target system without any problem.The new system is up and running.
    My Source system has total 23193 tables but the target system has 23771 tables and source system has 27011 indexes and the target system has 27701 indexes.
    Can someone tell me why there are additional tables and indexes in my Target system.Is it due to oracle 10g.
    Your help will be appreciated.
    Thanks
    Amit

    Markus,
    I got this information from DB02 first screen where it shows number of tables and indexes.
    Actually I used r3load procedure to export data from source and prepared target system also by r3load,
    The source systems had less tables but the target got more.I have upgraded the target system to ecc6
    and working fine.UAT completed and gone live.
    Auditors have raised the question .
    Let me know if there is any way to find this difference of tables though target is now ECC6.
    Thanks
    Amit

  • Update or delete table from XML

    Is it possible to update or delete table's row from XML file?
    Thanks
    Prasanta De

    Hi Steve,
    Thanks for your reply but I could not find any example from the documentation for update-request or delete-request. I need your help in this regards.
    1. I have emp table with many rows and the simple structure like this
    DEPTNO NUMBER(2)
    EMPNO NUMBER(2)
    EMPNAME VARCHAR2(20)
    EMPSAL NUMBER(8,2)
    Key is defined on deptno and empno
    2. I have a xml file like this
    <?xml version = '1.0'?>
    <ROWSET>
    <ROW num="1">
    <DEPTNO>1</DEPTNO>
    <EMPNO>11</EMPNO>
    <EMPSAL>1111.11</EMPSAL>
    </ROW>
    <ROW num="2">
    <DEPTNO>1</DEPTNO>
    <EMPNO>12</EMPNO>
    <EMPSAL>2222.22</EMPSAL>
    </ROW>
    <ROW num="3">
    <DEPTNO>1</DEPTNO>
    <EMPNO>13</EMPNO>
    <EMPSAL>3333.33</EMPSAL>
    </ROW>
    </ROWSET>
    3. I want that xsql servlet will read this xml file and update EMPSAL column depending upon the value of DEPTNO and EMPNO from xml file.
    Please let me know how I should use update-request in xsql page.
    Thanks
    Prasanta De
    null

  • How to delete file from other system(LAN)

    Hello folks,
    Cud u plz help me out in finding code for deleting a file from other system i.e in LAN,assuming that the connection is already established to that system.

    > Cud u plz
    sigh
    Please make the extra effort to write out words such as "could", "you", and "please". The extra keystrokes won't cost much in the way of time, and the enhanced clarity will be appreciated by those communicating on a forum with international readership. Also, it will give the appearance that you take your question seriously, which will in turn make your question look more interesting to answer.
    Thanks!
    ~

  • Data request deletion problem from remote system.

    Hi experts.
    Now i am facing one critical problem . The description is as following:
    we design the edw level in one phsical BW machine(A) which contains only dso infoprovider. This machine(A) works as datasource to provide data to another physical BW machine(B).
    The dso in A system is exported as datasource , Cubes in B system load data through this datasource .
    We first do the initialization with data contained on B system and then load delta data from A system. But if we want to delete some request in system A ,the system indicate this request can not be deleted unless the initialization in system B is deleted( this will lead to all the data missing in system B).
    Can anyone explain this mechanism to me , please help me suggesting some kind of methods to delete the request in system A without deleting the initialization information in system B.
    Thanks in advance.
    Waiting online for your kindly reply.

    1. Ask your Basis to look into it.
    2. try analyse your Baqckground Process in SM51.
    3. Is your Deletion Job started immediately or any Delay?
    4. If That cube or ODS has only this request which you are deleting, go with Context Menu Cube or ODS (by right click) --> Delete Contents.
    Delete Contents will improve performence compare to Request Deletion..
    If you have request more than this, you should not go for this.
    Nagesh Ganisetti.
    Assign points if it helps.

  • Email to be sent on delivery acknwledgement  from target  system

    Hi all,
    We are running on SRM 5.0 (Standalone scenario).We are sending the local PO to the vendor system thorugh XI(SRM>XI>Vendor system).
    My reqt is when the PO is sent to the vendor system,a response/message is sent to XI that the PO has been delivered to the Vendor(target) system.At this event(When the message of delivery is recieved in XI),I need to send an email to the Shopping cart requester/creator in SRM stating that "PO has been sent to the vendor".
    Can anyone please suggest how this can be done?Is there any std provision in XI for sending an email at the time of successful delivery of the doc/data to the target system?
    I am not clear as to what will be the  link between XI and SRM system?Can we write a routine in XI to read the XMLmessage  to get the  PO no and thereafter the SC details??If so,how (As we  will be having only the XML message  in XI which will contain the PO no)??
    Any inputs/help will be appreciated and rewarded!
    BR,
    SRM Tech.

    Hi Suhail,
    Thanks for  the  prompt response.
    Actually I am new to XI so dont have much idea abt  how the  messaging happens in XI.I  jst  know that whenever the doc is sent  fromXI  to the  target system,the XI  recieves  a  response  for  successful delivery to the  target  system!So I wanted  to  know  if  i have to code  in  XI  (to incorporate the  logic  for sending the mail at runtime  to  the  SC  creator  in SRM) ,how doI  dothat???Using  ABAP as the language  or any other  languages  like HTML ,javascript  etc for XI??Also  how  do I connect  fromXI  to  SRM to fetch  the reqd  data  from SRM  system??
    BR,
    SRM tech.

  • SAP Idocs -How to handle response from target system

    Hi,
    I am working on a scenario in which I will send Idocs asynchronously from SAP thro a SOAP adapter to a  webservice deployed on the target system.
    After the Idoc data is posted in the target system,the target system will send the acknowledgement for the receipt(basically response message).How to handle this scenario?
    SAP Idoc( outbound asynchronous)---> SAP XI3.0(soap adapter) ---> Target system(inbound synchronous)
    Do I need to go for BPM to handle this situation?
    Is there any alterantive to BPM.
    If any of the forum members who have worked on the similar scenario could help me in finding a better solution,I will be thankful to them.
    Thanks,
    Leo

    Hi Udo,
    Thanks for the info.My scenario is like this.
    SAP R/3 Idoc -> SAP XI 3.0 <-> Webservice in the target system.
    The webservice in the target system will receive the Idoc as a request messsage and send a response message synchronously.
    Since Idoc is sent asynchronously( I believe Idocs sent from SAP are always asynchronous),there is no Proxy waiting in SAP R/3 to receive the response message from the target system.
    If I go for BPM for the above scenario,will the BPM steps look like the following.
    1)Receive Idoc from SAP.
    2)Send Idoc sysnchronously to webservice
    3)Receive the response from the webservice synchronously.
    4.Post the response message to a proxy which can handle it further in SAP R/3.
    Please note that my knowledge in BPM is limited and correct me if I am wrong.
    Thanks in advance
    S.Banukumar

  • How do you delete MobileMe from the system

    How can I delete MobileMe from my macbook OS X 10.6.8, it has a popup coming in every 10mins or so saying wrong username & password, there is still an icon in the system preferences which I cannot delete & check boxes for the program in iCal & mail. I have tried system/library/preferencepanes as suggested in other threads on this topic but the folder is already empty. Please help me before I go crazy!

    Thanks I did that, but everytime I try to open a new mail account I see esomthing that brings up ICloud.

  • Generate delete tables from dictionary

    Hi,
    I have a  CAF project that I´ve imported from a track, so far ok, I click to build and it works, but when I try generate it again it marks the tables from the dictionary project as deleted and remove them from my project, so i have two doubts:
    1 - Has any one any idea what happened? Why they are deleted?
    2 - Is it possible to undelete the table? The file still there but all the configuration is lost, the list of columns is lost.
    Thanks and best regards,
    Eduardo

    In the package hierarchy (applications navigator), right-click the package containing your EO's, choose "Generate Database Objects"
    Voila
    John

  • Upload master data tables from legacy systems with XI on BW

    Hi developers,
    Can you help me  to reconstruct the steps necessary for upload master data, deriving by legacy tables, on BW system using XI?
    Thanks in advance

    Hi,
    see the following link https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/52398597-0601-0010-868a-fd95f8061d85
    Rgs
    Antonino

  • All Values Deleted from Target System when transporting new values added

    Hi,
    Wasn't really sure where to put this question.
    I created a maintenance view between two Z tables. A main key table and a text table.
    I added the new values to the maintenance view and transported successfully.
    I then had a request to create 3 more values.
    I added these three and transported these to the target QA system.
    However when the transport completed, all entries bar one had been deleted from the Z table but the Z text table had all existing entries plus the three new ones.
    I've tried manually creating a transport and adding all 10 entries but this has the same problems.
    If I SCC1 the entry from one dev client to another it works fine.
    Has anyone come across this problem befor and know how to resolve it?
    Many Thanks
    David

    Yes, I managed to sort it.
    This is what I did:
    I created a new blank transport.
    For the task created under the transport I then opened the task object list.
    I then added two entries in this list. i.e. one for each table that was in the view.
    My entries where:
    Entry 1:
    Program ID: R3TR
    Object Type: TABU
    Object Name: ZNR_REASON
    Then click on the key icon and add:
    Table Name: ZNR_REASON
    Table Keys: 200* (NOTE 200 is our development client). The '*' is needed to that ALL entries are included in the transport.
    Entry 2:
    Program ID: R3TR
    Object Type: TABU
    Object Name: ZNR_REASONT
    Then click on the key icon and add:
    Table Name: ZNR_REASONT
    Table Keys: 200* (As above 200 is our development client). Again the '*' is needed to that ALL entries are included in the transport.
    I hope this helps.
    Regards
    David

Maybe you are looking for

  • How to pass multiple MDX values for a single parameter into a drill-through report?

    I'm thinking this will be an easy question for any experienced SSRS/MDX developers, at least I hope so!  I've created a report that gives the user the option to choose viewing data for the current/active week, or YTD.  Depending on which link the use

  • Cd/dvd drive on a dv4 will no longer read anything

    My first laptop. I got it in 2010, an HP Pavillion dv4-2161nr running Windows 7. Any disk I insert is not being read and MediaSmart will not read any of them (says 'Please insert a DVD'). I uninstalled the drivers and restarted. That didnt help. I tr

  • Need drivef for Satellite L305-S5915

    I have just set up windows Vista Ultimate. The first window is home basic. I lost driver for standard VGA graphics Adapter. Please send me. I need it. Thanks so much.

  • DVD studio Pro discs still will not play

    Hi Folks, no matter what settings I change in DVD studio pro they will not play on computers or any DVD player I try.  If I print a copy off with a consumer platform like toast they play it fine.... what are the settings I need toadjust to ensure the

  • Some problems in TCP/IP communication between PC&DSP

    I have programmed a VI for TCP/IP communication between PC (Client) and DSP (Server), which could be downloaded at below link. It just achieves some basic features, like send commands to DSP to set some registers, and receive data or status from DSP.