How to Activate and adjust database structure

Hello Experts!
I am working on a screen-exit u2018PPCO0012u2019. In u2018EXIT_SAPLCOKO1_002u2019 function exit & there is a structure given u2018CI_AUFKu2019. I did implement this structure but now I donu2019t need this user-exit anymore. How can I delete this field from structure? Because when I try to delete the field and check this structure it gives me error message
u2018Structure contains no fieldu2019.
Also like as we can u2018Activate and adjust databaseu2019 table through database utility is there anyway to do the same for structure?
Thanks a lot in advance.

Yes I did add a feild to a custome structure COCI_AUFK. But I used for component I sued ZZNAME and component type is NAME2. Now I donno is this causing problem?
But what I've done it i deactive my this project thought cmod.
Still having short dum becuase of VBDKL
this is error:
'Inconsistency in the Dictionary for the structure "VBDKL".'
Then I went to check VBDKL (structure). When I checked it I get this message
'Field NAME1 in table VBDKL is specified twice. Please check'
I looked many time but NAME1 is not repeating at all. Not even in include structures

Similar Messages

  • What exactly does 'Activate and Adjust Database" mean?

    In SE14, if I put a table or index name in I get the button options to creat/delete/and Activate and Adjust Database.  What does that last one mean?  If I have an existing index does it reorg it? Does it just rematch the SAP internals to the Oracle database?
    Thanks
    Vince

    Hi,
    For an Index in SE14-->Activate & Adjust database is nothing but rebuilding of Index. if you see any missing indexes in DB02 then you can rebuild those using this option.
    This is specially helpful when your Index size becomes larger than table(more than table size).  You can free some space by monitoring large size index whose size is greater than & rebuild then using SE14-->Activate & Adjust with database.
    In case of table this option is risky as it may result in data loss
    Hope this helps.
    Thanks,
    Sushil

  • How to activate and install office 365

    How to activate and install molp office 365 pro plus
    I have tried all the way round but finally ended up in a mess 
    kindly guide me the right procedure on how to get started 
     

    Hi Vikash,
    Learn complete instructions on How to install office 365 on your PC:
    http://office.microsoft.com/en-in/office365-suite-help/install-office-on-your-pc-or-mac-with-office-365-for-business-HA102822111.aspx
    Note: If you found our answer as helpful, then please remark it.
    Thanks
    Clark Kent

  • How to activate and use Siri in ios 8

    My iphone 5 does not turn on Siri.  How do I find the information on 'how to activate and use Siri'?

    You can activate Siri following this steps on your iPhone 5:
    Settings > General > Siri
    There you can activate Siri and chose the language you want her to interact with you

  • Launchpad has disappeared from the Dock. Launchpad is present in Applications but refuses to activate. How to activate and make available in Dock? iMac 21.5 mid 2010. os X v10.7.2.

    Launchpad had disappeared from Dock. Launchpad is present in Applications but refuses to activate. How to activate and make available in Dock?
    iMac 21.5 mid 2010. os x v10.7.2.

    You should be able to put Launchpad back in the Dock by dragging it from the Applications folder to the left section of the Dock.  As to why it won't launch, run the Console utility, try to run Launchpad, and see if any messages appear in the Console window.

  • How to manage and prevent database lock for database admin and development

    how to manage and prevent database lock for database admin and development
    [email protected]

    Hi,
    can someone advise me some good book or even better a PDF or a white paper on the Web where it's explained well how to design and manage a relational database (that is normal forms, tuning, design, implemantation...)?
    I've been working on Oracle databases for a few years as pl sql programmer, but I'd like to read something describing well the relational database theory, because I've been asked to work as database designer.There are many books available in the market, please go through this link -- http://www.amazon.com/gp/bestsellers/books/549646/ref=pd_ts_b_nav
    I've been told to read "Fundamentals of Database Systems" by Ramez Elmasri, but I ask here for some more advices.I would strongly recommend reading this book, it was my best reference during my college study and even after starting my DBA career.
    Thanks,
    Hussein

  • How to activate and deactivate the text fields in subscreens

    Hi  All,
    I have one requirement to activate and deactivate the fields in Sub screen.
    The requirement is initially the all screen fields are output field with some value .Suppose user want to edit the value, they choose the check box then automatically the sub screen fields are changed to input modeu2026
    How to validate these settings in the sub screens..
    Thanks & Regards,
    Samantula

    Hi,
      if it is report then use the both at-selection screen.
    if it is in dialog program  AT SELECTION-SCREEN OUTPUT instead of PBO and AT SELECTION-SCREEN instead of PAI
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF p_chk <> 'X' AND screen-name = 'FLATFILE'.
          screen-required = 0.
          screen-input = 0.
           MODIFY SCREEN.
         ENDIF.
    AT SELECTION-SCREEN.
      LOOP AT SCREEN.
        IF p_chk <> 'X' AND screen-name = 'FLATFILE'.
          screen-required = 0.
          screen-input = 0.
           MODIFY SCREEN.
        ELSEIF p_chk = 'X' AND screen-name = 'FLATFILE'.
           screen-input = 1.
           MODIFY SCREEN.
        ENDIF.
    Thanks & Regards,
    Vallamuthu.M

  • How to export and Import BOM structure?

    Hello Experts,
    How can I export my BOM structure into xls, ms-project etc..?
    How can I import into SAP BOM?
    Pls point me any doc or link
    Regards
    Shital

    Hi Shital,
    >How can I export my BOM structure into xls, ms-project etc..?
    Go to trx CS15 and it will give you your BOM in ALV format from where you can down load it in excel.
    Or go to print preview in CS15 and then Export the same.
    >How can I import into SAP BOM?
    Use can the Wrok Bench CEWB.
    But the best option is LSMW.
    Regards,
    Shyamal

  • How to export and import database from one laptop to another?

    hi,
    plz anyone help me to export and import one of my user in the database to another laptop.....
    i hav absoulutely no knowledge in doing this, plz some one help to do it from scrap...
    thanks in advance for ur kind help

    what's the oracle version on Source and Target Database release version? Take a look at the below links.
    [http://wiki.oracle.com/page/Oracle+export+and+import+]
    [Import_Export_FAQ|http://www.orafaq.com/wiki/Import_Export_FAQ]
    Export
    [Oracle Export Utility|http://www.psoug.org/reference/export.html]
    [Oracle Import Utility|http://www.psoug.org/reference/import.html]
    HTH
    Anantha

  • How to activate and register IPad Mini's for kids?

    I recently purchased two new Ipad minis for my kids. I would like to add all my apps and activate the Ipads with a new Apple ID for them respectively. Is this possible, and if so how do I accomplish this?

    These links may interest you.
    How Do I Block Websites on My iPad?
    http://www.ehow.com/how_8716944_do-block-websites-ipad.html#ixzz2lh8910jd
    How To Set Parental Controls and Block Content on the iPhone, iPad, and iPod touch
    http://blog.laptopmag.com/how-to-set-parental-controls-and-block-content-on-the- iphone-ipad-and-ipod-touch
    How to block specific websites from being accessed with Safari for iPhone and iPad
    http://www.imore.com/how-block-specific-websites-being-accessed-safari-iphone-an d-ipad
    How To Setup Parental Controls On The iPad
    http://content.mobicip.com/content/how-setup-parental-controls-ipad
    ParentKit
    https://itunes.apple.com/us/app/parentkit/id600618138?ls=1&amp;mt=8
    Parental TimeLock - Time limit for children
    https://itunes.apple.com/us/app/parental-timelock-time-limit/id689577280?ls=1&am p;mt
     Cheers, Tom

  • How to setup and auxiliary database

    Hi Everyone,
    i studied the documentation to create duplicate db, i understand the steps, only one thing is not cleared in my mind that how to create a auxiliary db. should i create a new database through database creation wizard, then modify the parameter file, but it will create control files too.
    Please clear my mind about this confusion.
    thanks

    Hi,
    The RMAN DUPLICATE command to create a duplicate database from target database backups while still retaining the original target database. To prepare for database duplication, you must first create an auxiliary instance.
    Creating an auxillary instance here just means setting up the correct init.ora parameters. You should not create the database using the creation wizard. For the duplication to work, you must connect RMAN to both the target (primary) database and an auxiliary instance started in NOMOUNT mode. The DUPLICATE command creates the control files by using the names listed in the
    initialization parameter file of the auxiliary instance. When choosing names for the duplicate database control files, make sure that you set the initialization parameter
    settings correctly so that you do not overwrite the production files at the target database.
    Thanks,
    Prajwal.

  • How to export and import database from command line?

    I am trying to export my old database into new server.
    However, I want to export and import that database from command line.
    Is it possible?
    Thanks.
    SZ

    I used this command
    exp username/password@database full=y
    my export log file is as follwing:
    Connected to: Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
    With the Partitioning and Java options
    PL/SQL Release 8.1.5.0.0 - Production
    EXP-00037: Export views not compatible with database version
    EXP-00000: Export terminated unsuccessfully

  • How to activate and utilize the Creative Cloud with a proxy server.

    Anyone know how to get the cloud activated from behind a firewall / proxy server?

    My Adobe Application Manager connects, updates and downloads all applications.
    However, when I open an application, it does not detect a connection to the internet and states that an "Internet connection is required for subscriptions."
    So what is it that I have to do to get this to work?  Many people are having this issue, do a google search on this and you will not find a solution.  We need one from Adobe.
    Thanks!

  • How to increate and decrease database tablespace

    All one of my table spaces has got 35MB free how do i increase it using the command line, and how do i decrease another table space.

    In addition, not that you will be able to decrease till the highest used block. That say that even if you have 200Mb free in your datafile, you may not be able to reduce this datafile of 200Mb.
    Nicolas.

  • How to Create and adjust masks with SDI output or Dual monitor output activated?

    Hi all Speedgrade community.
    For me one of the biggest problems I constantly encounter is managing masks within speed grade.
    The tools are great, but if your using and external reference monitor for grading there is no way you can manage
    masks and see what your doing on that "external" screen. Is there a way of activating dual screen or ddi output and keeping
    the viewer active in the GUI?
    When I know I'm going to be managing a lot of fine tuning grading, I usually always switch to Scratch or Resolve, and that breaks my Adobe CC round tripping workflow
    AE<-->PP<-->SG
    Thanks for any help.
    KR
    Leigh
    iMac 27"
    Aja IO 4K
    DreamColor Z27X
    HDLink 3D DisplayPort
    Wacom Intuos

    Hi Fran
    Thanks for your response.
    Is it just me, or does the pointer, when sent over to the SDI output, not respond as well
    as when it's on the GUI?
    Anyway, I'm quit confident we'll see an update to the way video is routed within Speedgrade
    in a near future.
    Leigh

Maybe you are looking for