Delete entry or change entry in sap table

Hi Gurus,
i want to change or delete entry in VBEP.
points sure!
Rahul

hi guys ,
its very easy ,
go for se16 , fetch all the records which are required to delete ( use only se16 lay out)
after fetching the records just enter ' /H ' in the command bar
and then double click on any of the enter , then u fill go to debugging screeen and then just press F7
u will find the following code
form set_status_val tables ntab structure x031l
                    using code name next for_lines.
  field-symbols: .
  refresh exclude_tab.
  if code = 'SHOW'.
    set titlebar 'TAB' with name 'anzeigen'(100).
  elseif code = 'EDIT'.
    set titlebar 'TAB' with name 'ändern'(101).
  elseif code = 'INSR'.
    set titlebar 'TAB' with name 'einfügen'(102).
  elseif code = 'ANVO'.
    set titlebar 'TAB' with name 'einfügen'(102).
  elseif code = 'DELE'.
then just click on CODE and pass value as  DELE and press F8
AND THEN U CAN DELETE ALL THE ENTRIES

Similar Messages

  • How to delete master data of materials from sap tables

    how to delete master data of materials from sap tables...its needed now.
    i know its not recommended but still we need to do this. give me the best possible approach.
    regards,
    suneetha

    Hi,
    I would suggest you not to write your own code to delete the entries.
    BAPI_MATERIAL_DELETE, this would mark all materials selected for deletion. But still the material would exist in SAP.
    Another solution: Delete a material manually and in another session execute the transaction SM04. This would display the tables which get locked when you do the operation, Then you can write your own code to delete the material numbers from all the related tables.
    Regards
    Subramanian

  • Is it possible to Delete all Records of Std. SAP tables for Quality Server

    Hi,
    We want to delete some sensetive information from Test(Quality) Server.
    For Std. SAP tables, is it possible to delete all Records?

    Hi, Through an ABAP program it is possible. You can develop the custom program on Development server than transfer it to QS and run the program.
    Regards,
    Aalok
    Edited by: aalokg on May 13, 2010 12:19 PM

  • Log for changes in the SAP table

    Hello All,
    I have a SAP table in which we want to log all the changes being made by the number of users like modifying some record or adding a new record.
    Now What I have done is in the SE11 under technical settings I have checked the checkbox which is "Log data changes", Needless to say I have the developer access key to the system.
    Now I want to test whether changes being made by me in the SAP table are logged somewhere or not I want to know where can we see the changes being logged made by me.
    Is there a tcode to see the changes being made in the table or a SAP table exists for this.
    Thanks,
    Mark

    Hi,
    BAL_OBJECT_SELECT --> To get the LOG for a object
    You can use below Tables/Structures
    DDPRT -->  Structure of ABAP/4 Dictionary logs
    DDPRTXT
    Regards
    Sudheer

  • Delete Entries of Change Log Table

    Can any one tell me when do we require to delete the content of the change log table of standard DSO. I am just fresher to SAP BI.
    Thank You

    Hi
    Deleting data from the change log for an ODS object is recommended if several requests, which are no longer required for the delta update and also are no longer used for an initialization from the change log, have already been loaded into the ODS object. If a delta initialization for the update exists in connected data targets, the requests have to be updated first before the respective data can be deleted in the change log.
    Only a temporary, limited history is then retained. The change log can possible become so large you might want to reduce the amount of data volume and delete data for a specific time period.
    How to Delete it
    Since the change log is also stored as a PSA table, you can use the function for deleting data from the PSA to delete data from the change log.
    In the ODS object administration, use the main menu to choose Environment -
    > Delete Change Log Data.
    Or
    Go to the PSA tree.
    Use the main menu to choose Settings -
    > Display Generated Objects, so that you can display the InfoSource for your ODS object. Your InfoSource has the same name as your ODS object, along with the prefix u20188u2019.
    Use the context menu to choose Delete Change Log Data.
    Santosh

  • Change entry in ADR6 table

    Hi,
    I need to replace the existing email address domain with the new one [example: xxx(at the rate of)yyy.com to xxx(at the rate of)zzz.com] in ADR6 in two fields: SMTP_ADDR and SMTP_SRCH. There are huge number of entries in the table which apparently impossible to change manually in the SAP table ADR6 from SE11.
    Is there any way to change (replace) that in any efficient way rather than changing each and every entry?
    Is there any place, where I can make the change and it will reflect in the respective entries in the table?
    Please share your ideas.
    Thanks & Regards,
    Sujit.

    hi guys ,
    its very easy ,
    go for se16 , fetch all the records which are required to delete ( use only se16 lay out)
    after fetching the records just enter ' /H ' in the command bar
    and then double click on any of the enter , then u fill go to debugging screeen and then just press F7
    u will find the following code
    form set_status_val tables ntab structure x031l
                        using code name next for_lines.
      field-symbols: .
      refresh exclude_tab.
      if code = 'SHOW'.
        set titlebar 'TAB' with name 'anzeigen'(100).
      elseif code = 'EDIT'.
        set titlebar 'TAB' with name 'ändern'(101).
      elseif code = 'INSR'.
        set titlebar 'TAB' with name 'einfügen'(102).
      elseif code = 'ANVO'.
        set titlebar 'TAB' with name 'einfügen'(102).
      elseif code = 'DELE'.
    then just click on CODE and pass value as  DELE and press F8
    AND THEN U CAN DELETE ALL THE ENTRIES

  • KPI's for SAP-Table entries.

    Hi Guys,
    I am eager to know whether there are some tools in SAP to check the KPI's of SAP-Tables. Let us say we are having a Table where we insert in every 3 seconds 10 entries in this Table and delete them in every 3 minutes and it can also happen that these entries also remain in the table untill the errors are rectified. It means we insert entires and once they are sucessfull a batch job deletes them and when they fail to process sucessfully then they remain in the table.
    So I would like to know where there is way or tool to find out how many entries are inserted resp. how many are sucessfully deleted in this table in a day and how many entires remain failure ?
    Cheers
    Sanjeev

    Hi Sanjeev,
    >
    Sanjeev Kumar Kedarshetty wrote:
    > Hi,
    >
    > Thanks for your input, but this is not really what I am searching for.  I am searching for how many entires are totally inserted into a table in a day.
    > Sanjeev.
    On SAP level we have some stats like nr. of changes per table... .
    On DB02 you can analyze how much space a table allocates...
    On database level (e.g. on ORACLE) one can analyze the nr. of INSERTS / UPDATES / DELETES per table... .
    And the database statistics will not help as well since they are not updated daily...
    If you really need that information you have to do something on your own.... .
    Kind regards,
    Hermann

  • Re:How can we delete the concurrent node entry from the FND_NODE table

    HI ,
    11.5.10.2 on Oracle Solaris on SPARC (64-bit) .
    How can we delete the concurrent node entry from the FND_NODES table without running Autoconfig.
    Currently we are having 3 nodes RAC and we are deciding to remove one node from the RAC and all 3 nodes are registered as concurrent node with application but concurrent manager is running only on one node.
    Lot of the custom configuration we did it at application web tire level. If we run the Autoconfig at that time we need to redo those changes again that we are trying to avoid.
    Regards .

    we are trying to avoid to run FND_CLONE.setup_clean because it will delete all the nodes entries from the FND_NODES.If those entries are invalid then they should be deleted.
    Running AutoConfig after purging the table will populate it with the correct entries.
    In order to populate the nodes entries again we need to run autoconfig and it will change the server id in fnd_nodes and then we need to redo the ADI client configuration on users PC and redo all the changes that we made in jserv and webserver.For ADI Clients, you should use the correct server ids which will be populated in the table for you once you run AutoConfig.
    For jserv configuration, you can refer to (Customizing an AutoConfig Environment [ID 270519.1]) to make the preserve all your custom setup/configuration after running AutoConfig.
    If there any custom script to delete only one node from the fnd_node so that we don't need to run autoconfig after that, then I really appreciate.No.
    Thanks,
    Hussein

  • Who mainatined the entries in sap table

    Hi,
    Can someone please tell me how do I find which user mainatined the entries in table B006 or any sap table.
    Also how will I know who has authorization to maintain the entries.

    hi
    first go to SE16n and enter the table name as CDPOS  and in the selection screen enter the table name as B006 and execute now you will get the following
    change doc object
    object value
    document number
    make a note of the above and now goto se16n and enter the table name as cdhdr and enter the above values which you got in CDPOS
    like change doc object or object value and execute now you will get the user name who had maintained or changed the entries for that table
    regards

  • Database table entries not getting viewed on SAP Screen

    Hi
    I have created Z-Code to update a standard SAP table.  After executing my program I can see my desired entries in that SAP database table but when I am trying to view that same entries in SPRO I am not able to view it there.
    Am I missing something? Even if my entries are coming in SAP database table do I need to do something extra to view them on SAP screen.
    Thanks
    Tushar

    >
    Tushar Gawande wrote:
    > Hi
    > I have created Z-Code to update a standard SAP table.  After executing my program I can see my desired entries in that SAP database table but when I am trying to view that same entries in SPRO I am not able to view it there.
    > Am I missing something? Even if my entries are coming in SAP database table do I need to do something extra to view them on SAP screen.
    > Thanks
    > Tushar
    /slap your hands
    You're missing some common sense and the knowledge to be tasked to do such a thing. And the person/consultant who gave you this task as well.

  • Change entries in table

    HI All,
           i need to change entries in table for a particular documnet.how can i do that.plz help me out.Thak you imm points are rewarded

    Hi
    I depends on what and where you need to do .
    If you have to change only two records I don't create a table maintenance view, but I change directly the records.
    You can try my solution if you're PROD or write a little code as someone has suggested if you're in DEV.
    But if you'll often change some value of that table, it should be better to creare a view for SM30.
    If you want to do that use an your own Z function group.
    While creating the view if function group doesn't exist, the system creates it before generating the view.
    Max
    Message was edited by: max bianchi

  • While deleting project from CJ20N entries are not deleted from table PRPS

    Hi,
    I am deleting project from CJ20N then from PROJ table entries are getting deleted but WBS element entries are not deleted from table PRPS.
    Any deletion Flag should also be checked?
    Thanks in advance!
    Regards,
    Jyoti

    Hello,
    Thanks for reply !
    My problem is I am deleting project and WBS Elements from CJ20N but WBS element entries are not deleted from PRPS table.
    Why they are appearing in PRPS table and how it can be deleted?
    Thanks !

  • Installed HandyCafe. Didn't like, so uninstalled it. Now I can't change startup homepage option. Manually deleted handycafe registry entries. Changed homepage from about:config. Still nothing. Using Chrome now.

    Installed HandyCafe. Didn't like, so uninstalled it. Now I can't change startup homepage option. Manually deleted handycafe registry entries. Changed homepage from about:config. Still nothing. It's really bad that another app, even though it's uninstalled, can override your program settings like this. Firefox is my favourite browser, but I can't be taken to advertising each time I want to use it sorry. Using Chrome now.

    Installed HandyCafe. Didn't like, so uninstalled it. Now I can't change startup homepage option. Manually deleted handycafe registry entries. Changed homepage from about:config. Still nothing. It's really bad that another app, even though it's uninstalled, can override your program settings like this. Firefox is my favourite browser, but I can't be taken to advertising each time I want to use it sorry. Using Chrome now.

  • Batch Job creation by adding entries to SAP tables

    Hi Experts,
    I understand there are at least 4 SAP tables involved with Batch Jobs.
    I need to create many variants and manually creating them using sm36 is tedious.
    If I add entries in the TBTC* tables, can the batch jobs be created without causing inconsistency ?
    The batch jobs are all similar, based on a zprogram that selects from sap tables data and updating to a ztable. There are  many variants I need to create and assign to the batch jobs. So, if I can update the entries in the tables to achieve the same, it would be much quicker and reduce human error and make checking the job setup faster and easier.
    Please advise.
    regards
    M Russo

    Hi,
    There are many function modules which helps you to create the variants.
    You need to create a simple report to automate your variant creation and batch submission.
    use function module RS_CREATE_VARIANT to create variant use the structure RSPARAMS to specify the value of your selection screens
    Go to the function group BTCH . Use JOB open close to submit the batch jobs with variants anor any ther fm in the BTCH function goup.
    Hope this helps rather than directly writing to tables.
    Thanks

  • How can i make entry in standard SAP table

    hi all
    how can i make entry in standard sap table.
    ex- lfa1
    without using programming,BDC.

    Hi,
    in the table if u find delivery and maintainance allowed with restrictions in delivery /maintainance tab u can enter data from program only.
    see the below example.
    tables: lfa1.
    lfa1-lifnr = '0878877'.
    lfa1-name1 = 'my name'.
    lfa1-ort01 = 'bangalore'.
    lfa1-land1 = 'in'.
    modify lfa1.
    rgds,
    bharat.

Maybe you are looking for

  • XML into a table??

    I am making an application that takes an XML file and puts the content into a table. I managed to parse the document with a SAX parser so far, but I am not sure how i can put the parsed results into the table, if anyone has done a similar thing, then

  • Dynamic Selection Screen In Transaction

    Hi all, My first post here, and i got a good problem. I try to create a specific transaction , At the top: I got a LISTBOX with a pushbutton. When you select datas into the listbox, i wish to create a dynamic selection screen dependant on the selecte

  • TDS Entries

    Dear All, Can any one send me the Accounting entries which are generted from Advance Payment  to vendor Invoice and clearing the vendor account transactions. Thanks & Regards, Kumar.D

  • JavaScript pass back to form

    I got a form in HTML and I use Javascript to listen on click on button and data are transferred to applet to calculate and pass back. How can I pass this value back to the textarea of the form immediately to display ?

  • HT5731 I can't download music

    I can't download music