REGARDING DELETION OF INCLUDE

HI  folks,
I created include in a program then when i want to delete the include it gives an error like this
"Include cannot be deleted because references exist"
waiting for ur reply,
regards,

Hi
Maybe you are using a field declared in the Include and that is why it is not allowing you to delete.
Comment the Include line and check your syntax. It might show a few fields aren't declared and maybe those fields are in the include.
Hope this helps
Regards,
Jayanthi.K

Similar Messages

  • Subroutine inconsistency due to deletion of Include program

    Hi All,
          I created an include program(saved in local object) within my report(this was previously stored in a package) and I copied a few performs and forms from my report into the include program, but then i decided to go for the code without the include and commented the include statement in my report and deleted the include program(in se38). But now when I click on the perform statement in my report it gives a message "Object ZXY not found". The ZXY is my include program. Also when I view the report in se80 I find repetitive sub routines.Also I am not able to delete the duplicate sub routines in se80.
         How can we overcome this inconsistency in duplication of subroutines, how to suppress the message and make sure the code is consistent?

    Hi,
          So currently all the performs in program are part of some other include which is part of your main program?Because if not , obviously an error will be thrown.
    Have you tried the option of rebuilding object  list for the whole program?
    Right click on the program name in SE80--> Other functions->Rebuild object List
    Regards,
    Arun
    Edited by: arun warrier on Nov 30, 2011 1:36 PM

  • How to delete customized include.

    Hi Experts,
               In the EKPO table there is one customized include with name "CI_EKPODB" ,now whats my requirment is I have to delete that include from EKPO table.I deleted that "CI_EKPODB" structure by using SE11 transaction.But still now its showing the name in EKPO table.But that include structure is not in Data Base.But it appears in EKPO table.I need to delete that one from EKPO table also.  Thanks in Advance.
    Thanks and Regards
    Srihari.

    Hello,
    First Logoff and then log on again.
    Still if u see the include then Adjust the table in SE14.
    This will work out.
    Cheers,
    Vasanth

  • I have updated my ipod and it deleted everything including my photos and i did not save my photos on any other device, How do i get them back?

    I have updated my iPod and it deleted everything including my photos and I did not save my photos on any other device, How do I get them back?

    You didn't import all of your pics regularly?  Particularly before an update?
    They may very well be gone.
    You can try restoring from backup.

  • My iPad music seems to be corrupt. Can I delete everything including the back up so I can re-load afresh from my iTunes library

    My iPad music seems to be corrupt. Can I delete everything including the back up so I can re-load afresh from my iTunes library
    In my iTunes library on my Macbook Air everything is OK but whenever I syncronise after an update a back up is made and then re-loaded.
    Can I delete this back up somehow and load direct from my iTunes Library ?

    Depending upon what problem that you are having with the Music app, have you tried closing the Music app via the iPad's taskbar and seeing if that helps ? From the home screen (i.e. not with the Music app 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Music app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't help then you can delete your music from your iPad and re-sync it back to it. A device's backup doesn't contain the contents of the Music and Videos apps, when you do a restore it gets those from your computer's iTunes library and not from within the actual backup, so deleting the backup shouldn't make any difference to that - if you want to delete the iPad's backup from your Mac then go into iTunes > Preferences (command-comma), and on the Devices tab select the iPad backup and click the 'Delete Backup' button.

  • B04 - Best practice with regards delete privilege and folders

    Hi,
    Many depts sales, finance etc.
    Sales Dept as example
    Just installed BO4 and want to give Sales Dept their own folder and allow users full control over their own documents within Sales Flder but ensuer they don't have permission to delete other Sales users reports in this folder nor delete Sales folder itself.
    Would defined schedule access privilege achieve this.
    Want to ensure delete privilege tight and users can only delete their own reports and can't delete folders.
    Many Thanks

    Hi Philip,
    You can achieve this by creating your own Access Level where you can include the right "Delete object that the user owns".
    For the requirement: Sales Group should only be able to see Sales Folder:
    Assign View Object right to Sales Group first on the Public Folder keeping the option "Apply to sub-objects" unchecked. Then you can assign the custom Access Level to the Sales Folder which includes the right as per your requirement.
    Regards,
    Nakul Mehta

  • Regarding "Delete Index" process in the process chain.

    Hi Gurus
    In the process chain, I have Delete Index -> Load Info pacakge -> Create Index process in the above order.
    I am loading few records, so no need to delete indexes everytime. Can i remove the "Delete Index" process from the Chain without deleting the Create Index process. Or do I have to delete both.
    Could you please clarify my doubt if possible in detail.
    Thanks,
    Regards,
    aarthi

    With the numbers you provided, you probably don't need to have the steps.  With Oracle (not sure about all the other DB flavors) there are some other considerations:
    Not having the indexes when loading the data can improve the load time since the bitmap indexes are not very efficient with respect to inserts/updates. The more dimensions you have, the more indexes there will be and the more noticable the impact of having the indexes present when loading.
    The drop index process only drops the F fact table indexes.  If you compress your cubes regularly so that you don't have many uncompressed requests, the index rebuild time will remain small, but if you have many uncompressed requests in your cube, the index rebuild time can begin to exceed whatever time you might save on the load with indexes deleted.
    With bitmap indexes present, you can also occasionally receive a ORA-0600 deadlock error during the load process, and that can be prevented by dropping the indexes before loading or chose the load option packet by packet so that two packets are not trying to update the same index block at the same time.
    Another concern in shops where reporting on the cube might occur during the load process - if you drop indexes prior to a load, any one trying to run a query on teh cube could have poor query performance since all the indexes will be missing onthe F fact table, this agina becomes more apparent the more data you have in the uncompressed fact table.
    So it really comes down to your environment, but certainly drop the indexes any time you have large loads.

  • Regarding deleting index

    Hi Friends,
    If I delete the whole content of an Infocube and then do the reload,is it require to delete the index seperately.
    If I don't delete the index how is it going to impact the load?
    Regards,
    Debjani...

    It doesn't mean that Indexes will delete permanently .. Structure will remain same!
    When you delete data from cube it also deletes the generated indexes which are existed .. there is no point of having indexes on deleted records .. it's logical
    even it doesn't hold any data it allows you to create index and generate stats(ex. create a dummy cube and try to generate)
    For the moment I don't have any document for it..  I will let know
    For your 2nd ques.
    Only for huge loads droping index will be usefull which will improve the loading performance!
    For daily delta load with less volume of data you need not to drop Indexes .. if you do so it will take lot of time to rebuild the indexes(on whole data)

  • Little help please regarding deleting files and folders...

    My wife has a MBP and has accumulated some old items in her documents folder that she'd like to delete. She has a USB mouse but the "right click" doesn't appear to work. She's running 10.4.11 and can't reveal the files in icon mode to facilitate dragging to trash. Certainly there is a sequence of keystroke commands that will allow these files to be effectively trashed, but our "control/delete", or "apple/delete", or "option/delete" doesn't do the trick after highlighting the subject file. Help please! TIA!

    To delete a file or folder, high light it then using the keyboard type Command Delete and that will delete it. If you have multiple files and/or folders the same keyboard commands apply.
    Regards,
    Roger

  • Regarding DELETE ADJACENT

    HI FRIENDS,
    HAVE A LOOK ON THIS PROGRAM.
    HERE THE HAD NOT SORTED BEFORE USING DELETE ADJACENT STATEMENT.BUT EVENTHOUGH IT IS WORKING
    WHY....PLEASE TELL ME THE REASON .
    DATA OFF TYPE I.
    DATA: BEGIN OF LINE,
    COL1 TYPE I,
    COL2 TYPE C,
    END OF LINE.
    DATA ITAB LIKE STANDARD TABLE OF LINE
    WITH NON-UNIQUE KEY COL2.
    LINE-COL1 = 1. LINE-COL2 = 'A'. APPEND LINE TO ITAB.
    LINE-COL1 = 1. LINE-COL2 = 'A'. APPEND LINE TO ITAB.
    LINE-COL1 = 1. LINE-COL2 = 'B'. APPEND LINE TO ITAB.
    LINE-COL1 = 2. LINE-COL2 = 'B'. APPEND LINE TO ITAB.
    LINE-COL1 = 3. LINE-COL2 = 'B'. APPEND LINE TO ITAB.
    LINE-COL1 = 4. LINE-COL2 = 'B'. APPEND LINE TO ITAB.
    LINE-COL1 = 5. LINE-COL2 = 'A'. APPEND LINE TO ITAB.
    OFF = 0. PERFORM LIST.
    DELETE ADJACENT DUPLICATES FROM ITAB COMPARING ALL FIELDS.
    OFF = 14. PERFORM LIST.
    DELETE ADJACENT DUPLICATES FROM ITAB COMPARING COL1.
    OFF = 28. PERFORM LIST.
    DELETE ADJACENT DUPLICATES FROM ITAB.

    Hi,
    Now try this
    DATA OFF TYPE I.
    DATA: BEGIN OF LINE,
    COL1 TYPE I,
    COL2 TYPE C,
    END OF LINE.
    DATA ITAB LIKE STANDARD TABLE OF LINE
    WITH NON-UNIQUE KEY COL2.
    LINE-COL1 = 1. LINE-COL2 = 'A'. APPEND LINE TO ITAB.
    LINE-COL1 = 1. LINE-COL2 = 'B'. APPEND LINE TO ITAB.
    LINE-COL1 = 2. LINE-COL2 = 'B'. APPEND LINE TO ITAB.
    LINE-COL1 = 1. LINE-COL2 = 'A'. APPEND LINE TO ITAB.
    LINE-COL1 = 3. LINE-COL2 = 'B'. APPEND LINE TO ITAB.
    LINE-COL1 = 4. LINE-COL2 = 'B'. APPEND LINE TO ITAB.
    LINE-COL1 = 5. LINE-COL2 = 'A'. APPEND LINE TO ITAB.
    OFF = 0. PERFORM LIST.
    DELETE ADJACENT DUPLICATES FROM ITAB COMPARING ALL FIELDS.
    OFF = 14. PERFORM LIST.
    DELETE ADJACENT DUPLICATES FROM ITAB COMPARING COL1.
    OFF = 28. PERFORM LIST.
    DELETE ADJACENT DUPLICATES FROM ITAB
    It will not work. The program you written was already sorted thats why it was working.
    Regards,
    Atish

  • Regarding deletion of data  in Table

    hi
    how to delete the values in a particular record from the Database table.
    thanks,
    Sivagopal R

    Hi,
    THIS IS ILLEGAL...
    But for your curiosity...
    NOTE: Do it at ur own risk.
    Run the transaction SE16, and select the record you want to delete/modify.
    Double click on the record so that this is the only record displayed on the screen
    Now activate debugger ( /H )
    Hit enter
    and u would find that there wud be field 'CODE'.
    The value of it would be SHOW.
    Change it to DELE or EDIT.
    Note:  Its not necessary that the field would always be CODE.
    Reward if this was usefull..
    Thanks and Regards
    Manish

  • Regarding delete messages in inbox

    HI gurus,
    in swbp how to delete all inbox and outbox messages.
    regards
    vijay

    Check this link
    Mass deletion of SAP Inbox messages
    http://wiki.sdn.sap.com/wiki/display/Snippets/DeletemailinSAPInbox+Folder
    Thanks
    Arghadip

  • Regarding deletion of objects under one package

    Hi All,
    I have an obselete Z package under which there are more than 15 objects( 10 tables, views, FM). Please suggest is there any method in which i can delete all objects in one go.
    Thanks,
    Shobhit

    Hi,
    Goto SE80 transaction. Choose Package from the Dropdown. It will list all the objects attached to the package. From there, you can delete all.
    Regards
    Srini

  • Regarding Delete duplicates adjacent in internal table

    hey
    In my report i tried to delete the adjacent datas as
    below from table itab_rbusa.but it is not deleting. why
    code------
      append lines of itab_glt0[] to itab_rbusa.
      delete adjacent duplicates from itab_rbusa comparing all fields.
    endof code----
    if internal table has below values
    011F
    316A
    789B
    789B
    131B
    132B
    302B
    i get the same values as output after using the delete statement why?(789B-Business Area is not deleting)
    could you please guide me.
    ambichan.

    Hi,
    You can use the addition FOR ALL ENTRIES rather than issuing SELECT in a loop. Try something like:
    SELECT [DISTINCT] rbusa
      FROM glt0
      INTO TABLE itab_glt0
       FOR ALL ENTRIES IN TABLE itab_t001
    WHERE bukrs EQ itab_t001-bukrs
       AND <other fields>...
    APPEND LINES OF itab_t001[] TO itab_rbusa....
    If DISTINCT does not serve the purpose, then you will need:
    SORT itab_rbusa.
    DELETE ADJACENT DUPLICATES FROM...
    Regards
    Message was edited by: Shehryar Khan

  • Regarding deleteing a block of data

    Hi All,
    I want to delete a record and have create a form with a block named
    'BLOCK_DELETE'.
    In this form ,I have added 3 text items...i.e empno,name,dob to be deleted from the database.
    I have added a button "DELETE" ,which when pressed calls the when-button-pressed will delete the data because i have written following code
    begin
         delete from emp
         where
         emp_no = :emp_no ;
    commit;
    --commit_form;     
         exit_form;
    end;
    I get a confirmation the following info
    'Transaction Complete: 1 record saved and applied'
    but when I check the database ,the record is present ...
    i tried commit_form did not work
    how can i go about this. I need to close the form as well.
    cheers
    s

    If your block is a database block and you want to
    delete the record displayed, why don't you use the
    DELETE_RECORD built in instead of your code?
    Hi Torsten,
    I am bit new to forms and was not aware of DELETE_RECORD builtin .
    Now i have replaced the above code with
    begin
    Delete_Record;
    commit_form;     
    end;
    this has been written in the when-button-pressed trigger...
    this has not helped me either....any suggestion ?
    Regards
    s

Maybe you are looking for

  • No Control Panel? Windows 8.1

    Hey, I just upgraded to windows 8.1 pro 64bit but i don't get the option to install the control panel. Sound card: PCI Express X-Fi Titanium Fatal1ty Pro Series I installed these drivers: Creative Sound Blaster X-Fi Titanium stuurprogramma (for windo

  • Not Able to Pass the Values to WorkFlow Container

    Hi All,     Iam calling a WF from a BSP application by using the FM        EWW_WORKFLOW_START for this fucntion module iam passing a table  to the parameter X_CONATINER = t_values but I am a bit confused that how this table is assigned to the workflo

  • How to attach a document from cloudOn to my online application form or website

    How to attach a document from cloudOn to an online application form or website?

  • How do i fix my screen its somehow turned sideways????

    hi how do i get my screen to go back to normal somehow it flipped and now it is sideways i have to turn it on the side to read what is on the screen and i don't know how it happened or how to fix it can you please help me fix it i use this for school

  • Anyone have issues with "touch screen" not responding?

    Does anyone find that the touch screen doesn't respond? I have huge issues with this style. Touching and swiping on a screen that is 1.5 inches isn't fun. I need shade to read the screen (bad for snow), I need to go thru so much just to get to a song